|
|
| version 1.93, 2001/04/03 14:39:05 | version 1.103, 2001/04/04 11:47:31 |
|---|---|
| Line 25 $n | Line 25 $n |
| @post-process[data] | @post-process[data] |
| (<BR>$data)<BR> | (<BR>$data)<BR> |
| #^data.match[1][g]{X} | |
| @mt[s;m] | @mt[s;m] |
| $m ^if(^s.match{$:m}[i]){matches}{do not match} $s<BR> | $m ^if(^s.match[$:m][i]){matches}{do not match} $s<BR> |
| @main[] | @main[] |
| ^connect[$SQL.connect-string]{ | |
| $news[^table:sql{select * from news}(1;4)] | |
| ^$news.0=$news.0<BR> | |
| } | |
| ^connect[$SQL.connect-string]{ | |
| $news[^table:sql{select * from news}(2;5)] | |
| ^$news.0=$news.0<BR> | |
| } | |
| <HR> | |
| $with-cr[^table:set{a b | |
| ^taint[<1 | |
| 2>] 3 | |
| }] | |
| "$with-cr.a"<BR> | |
| <HR> | |
| ^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Я] | $s[abcЯ] |
| $sm[^s.match{(.)}[g]] | $sm[^s.match[(.)][g]] |
| ^^"$s".match{(.)}[g]:<BR> | ^^"$s".match[(.)][g]:<BR> |
| ^sm.menu{ | ^sm.menu{ |
| ^line[]:<BR> | ^line[]:<BR> |
| ^$pre-match=$pre-match<BR> | ^$pre-match=$pre-match<BR> |
| Line 41 $sm[^s.match{(.)}[g]] | Line 71 $sm[^s.match{(.)}[g]] |
| ^$1=$1<BR> | ^$1=$1<BR> |
| } | } |
| <HR> | <HR> |
| $sm[^s.match{(.)}[]] | $sm[^s.match[(.)][]] |
| ^^"$s".match{(.)}[]:<BR> | ^^"$s".match[(.)][]:<BR> |
| ^sm.menu{ | ^sm.menu{ |
| ^line[]:<BR> | ^line[]:<BR> |
| ^$pre-match=$pre-match<BR> | ^$pre-match=$pre-match<BR> |
| Line 186 $response:location[http://parser3/123] | Line 216 $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> |
| <form method=post> | <form method=post> |
| <table border=1 width=250><tr><td>$form:name</td></tr></table> | <table border=1 width=250><tr><td>$form:name</td></tr></table> |
| <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;не знаю]}</textarea><BR> | <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;Пробный текст: А.Ф._Петросян <<Жизнь в Аду>> |
| нажми Submit]}</textarea><BR> | |
| <input type=submit> | <input type=submit> |
| </form> | </form> |