|
|
| version 1.368, 2001/10/08 16:06:49 | version 1.379, 2001/10/10 12:22:17 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| #^ssave[] | |
| #^calendar[] | |
| #^thash[] | |
| #^tdef[] | |
| #^ford[] | |
| #^tif[] | |
| ^image[] | ^image[] |
| #^mail[] | #^mail2[] |
| #^cookie[] | #^cookie[] |
| #^response[] | #^response[] |
| #^regexp2[] | #^regexp2[] |
| Line 11 | Line 17 |
| #^exec[] | #^exec[] |
| #^fori[] | #^fori[] |
| #^tconnect[] | #^tconnect[] |
| #^xslt[] | ^xslt[] |
| #^xml[] | #^xml[] |
| #^header[] | #^header[] |
| OK | OK |
| @syntax[] | |
| ^a[^b] | |
| @ssave[] | |
| $abc[abc] | |
| ^abc.save[abc] | |
| @calendar[] | |
| 2001;11:<br> | |
| $week_days[^date:calendar[rus](2001;11)] | |
| <pre> | |
| ^week_days.menu{^for[wday](0;7){^if($week_days.$wday){$week_days.$wday; ^; ^;} }<br>} | |
| </pre> | |
| @thash[] | |
| $table[^table::set{id name age | |
| 1 paf 278 | |
| 2 пиф 234 | |
| }] | |
| $hash[^table.hash[id;^table::set[nameless]{id | |
| name}]] | |
| $hash.2.id $hash.2.name $hash.2.age | |
| @tdef[] | |
| $s[0] | |
| if 0=^if($s){}{n}<br> | |
| if def 0=^if(def $s){y}{}<br> | |
| <hr> | |
| @ford[] | |
| ^for[i](0;5){$i}{($i)} | |
| @tif[] | |
| ^if[def]{y;n} | |
| @image[] | @image[] |
| $pict[^image::create(400;200)] | $pict[^image::create(400;200)] |
| ^pict.arc($pict.width/2;$pict.height/2;$pict.width;$pict.height;0;360;0x000000) | ^pict.arc($pict.width/2;$pict.height/2;$pict.width-1;$pict.height-1;0;360;0x000000) |
| ^pict.circle($pict.width/2;$pict.height/2;$pict.height/2-5;0x000000) | ^pict.arc($pict.width/2;$pict.height/2;$pict.width-10;$pict.height-10;0+10;360-10;0xff0000) |
| #^pict.arc($pict.width/2;$pict.height/2;$pict.width;$pict.height;0;360;0xff0000) | |
| ^pict.circle($pict.width/2;$pict.height/2;$pict.height/2-10;0x0000ff) | |
| ^pict.arc($pict.width/2;$pict.height/2;$pict.height-26;$pict.height-26;0+10;360-10;0xff0000) | |
| $response:body[^pict.gif[]] | $response:body[^pict.gif[]] |
| @mail[] | @mail2[] |
| ^mail:send[ | ^mail:send[ |
| $.content-type[$.value[text/plain] $.charset[windows-1251]] | |
| $.from[Александр Петросян <paf@design.ru>] | |
| $.to[Александр Петросян <paf@design.ru>] | $.to[Александр Петросян <paf@design.ru>] |
| .. | $.subject[проверка] |
| $.body[проверка] | |
| ] | ] |
| @cookie[] | @cookie[] |
| Line 45 $env:HTTP_COOKIE<br> | Line 92 $env:HTTP_COOKIE<br> |
| @xslt[] | @xslt[] |
| ^xdata[] | ^xdata[] |
| ^show-xdoc2[^xdoc.transform[global.xsl]] | ^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]] |
| @regexp2[] | @regexp2[] |
| $s[ select] | $s[ select] |
| Line 96 $s[abcАБВ] | Line 143 $s[abcАБВ] |
| ] | ] |
| @exec[] | @exec[] |
| $a[^file::exec[fc.exe;a;b]] | $a[^file::exec[fc.exe;;a;b]] |
| $a.status|$a.stderr<hr> | $a.status|$a.stderr<hr> |
| @fori[][i] | @fori[][i] |