|
|
| version 1.15, 2002/02/26 12:49:46 | version 1.23, 2002/03/18 15:31:49 |
|---|---|
| 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[] |
| ^xmlprobs[] | ^exceptions1[] |
| #^locate_by_expr[] | |
| #^method_junction_params{...} | |
| #^verifyCookie[paf] | |
| #^execlangs[] | |
| #$t[^tobjeresult[]]$t.a | |
| #^xmlprobs[] | |
| #^doubleprobs[] | #^doubleprobs[] |
| #^math:random(-10) | #^math:random(-10) |
| #^divnamestop[] | #^divnamestop[] |
| Line 103 $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] | |
| ^if($param is junction){junction}{ne junction} | |
| @verifyCookie[value] | |
| ^if($cookie:dummyvote eq $value){ | |
| $result(1) | |
| }{ | |
| $cookie:dummyvote[$value] | |
| $result(0) | |
| } | |
| @execlangs[] | |
| $f[^file::exec[test.pl]] | |
| ^process{$f.text} | |
| #$c[^t.columns[]] | |
| #^c.menu{ | |
| #* $c.column<br> | |
| #} | |
| =$t.c= | |
| @tobjeresult[] | |
| ^table::create{a | |
| 12} | |
| @xmlprobs[] | @xmlprobs[] |
| $xmlDataType[^xdoc::load[program.xml]] | $xmlDataType[^xdoc::load[program.xml]] |
| #<pre>^taint[^xmlDataType.string[]] | #<pre>^taint[^xmlDataType.string[]] |