|
|
| version 1.20, 2002/03/11 08:06:11 | version 1.22, 2002/03/18 15:29:46 |
|---|---|
| Line 7 $response:charset[windows-1251] | Line 7 $response:charset[windows-1251] |
| $response:content-type[$.value[text/html]$.charset[$response:charset]] | $response:content-type[$.value[text/html]$.charset[$response:charset]] |
| @main[] | @main[] |
| ^exceptions1[] | |
| #^locate_by_expr[] | |
| #^method_junction_params{...} | #^method_junction_params{...} |
| #^verifyCookie[paf] | #^verifyCookie[paf] |
| ^execlangs[] | #^execlangs[] |
| #$t[^tobjeresult[]]$t.a | #$t[^tobjeresult[]]$t.a |
| #^xmlprobs[] | #^xmlprobs[] |
| #^doubleprobs[] | #^doubleprobs[] |
| Line 107 $response:content-type[$.value[text/html | Line 109 $response:content-type[$.value[text/html |
| <hr> | <hr> |
| OK | OK |
| @exceptions1[] | |
| ^try{ | |
| aaa | |
| ^throw[user;paf;is stupid] | |
| }{ | |
| $exception.handled(1) | |
| #^throw[$exception] | |
| type=$exception.type<br> | |
| source=$exception.source<br> | |
| file=$exception.file<br> | |
| lineno=$exception.lineno<br> | |
| comment=$exception.comment<br> | |
| } | |
| @locate_by_expr[] | |
| $t[^table::create{a b | |
| 1 nok | |
| 2 ok | |
| 3 nok | |
| }] | |
| ^if(^t.locate($t.a==2)){$t.b}{n} | |
| @method_junction_params[param] | @method_junction_params[param] |
| ^if($param is junction){junction}{ne junction} | ^if($param is junction){junction}{ne junction} |