|
|
| version 1.91, 2001/04/03 07:24:45 | version 1.100, 2001/04/03 17:46:17 |
|---|---|
| Line 24 $n | Line 24 $n |
| ($a,$b) | ($a,$b) |
| @post-process[data] | @post-process[data] |
| ($data) | (<BR>$data)<BR> |
| #^data.match[1][g]{X} | |
| @mt[s;m] | |
| $m ^if(^s.match[$:m][i]){matches}{do not match} $s<BR> | |
| @main[] | @main[] |
| ^if(def $form:s){ | |
| $form:s<BR> | |
| ^form:s.match[!][g]{<b>!</b>}<BR> | |
| <HR> | |
| } | |
| $r[1223] | |
| ^^"$r".match[2][]{(^$match)}=^r.match[2][]{($match)}<BR> | |
| ^^"$r".match[2][i]{(^$match)}=^r.match[2][i]{($match)}<BR> | |
| ^^"$r".match[2][g]{(^$match)}=^r.match[2][g]{($match)}<BR> | |
| ^^"$r".match[2+][g]{(^$match)}=^r.match[2+][g]{($match)}<BR> | |
| <HR> | |
| $s[abcЯ] | |
| $sm[^s.match[(.)][g]] | |
| ^^"$s".match[(.)][g]:<BR> | |
| ^sm.menu{ | |
| ^line[]:<BR> | |
| ^$pre-match=$pre-match<BR> | |
| ^$match=$match<BR> | |
| ^$post-match=$post-match<BR> | |
| ^$1=$1<BR> | |
| } | |
| <HR> | |
| $sm[^s.match[(.)][]] | |
| ^^"$s".match[(.)][]:<BR> | |
| ^sm.menu{ | |
| ^line[]:<BR> | |
| ^$pre-match=$pre-match<BR> | |
| ^$match=$match<BR> | |
| ^$post-match=$post-match<BR> | |
| ^$1=$1<BR> | |
| } | |
| <HR> | |
| ^mt[$s;я] | |
| ^mt[$s;b] | |
| ^mt[$s;^^b] | |
| ^mt[$s;^^a] | |
| ^mt[$s;x] | |
| <HR> | |
| $dest[^table:set[nameless]{ | $dest[^table:set[nameless]{ |
| $form:d11 d12 d13 | $form:d11 d12 d13 |
| d21 d22 d23 | d21 d22 d23 |
| Line 80 $a[vasya,fedya,kolya] | Line 126 $a[vasya,fedya,kolya] |
| ^$request:browser.version=$request:browser.version<BR> | ^$request:browser.version=$request:browser.version<BR> |
| $tf[^file:load[test.zip;abc.zip;image/gif]] | $tf[^file:load[test.zip;abc.zip;image/gif]] |
| $response:body[$tf] | #$response:body[$tf] |
| ^$tf.name=$tf.name<BR> | ^$tf.name=$tf.name<BR> |
| ^$tf.size=$tf.size<BR> | ^$tf.size=$tf.size<BR> |
| Line 153 $response:location[http://parser3/123] | Line 199 $response:location[http://parser3/123] |
| <HR> | <HR> |
| ^${cookie:вот}=${cookie:вот}?<BR> | ^${cookie:вот}=${cookie:вот}?<BR> |
| ^${cookie:вот}=${cookie:вот}?<BR> | |
| ^$request:query=$request:query<BR> | ^$request:query=$request:query<BR> |
| ^$request:uri=$request:uri<BR> | ^$request:uri=$request:uri<BR> |