|
|
| version 1.409, 2001/10/18 13:09:37 | version 1.423, 2001/10/23 12:41:05 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| ^domedit[] | ^tcounter[] |
| #^tablehash[] | |
| #^hashfile[] | |
| #^hashfile[] | |
| #^formclass[] | |
| #^hren[] | |
| #^domedit[] | |
| #^domxslt[] | #^domxslt[] |
| #^lsplit2[] | #^lsplit2[] |
| #^faceesize[] | #^faceesize[] |
| Line 37 | Line 43 |
| #^header[] | #^header[] |
| OK | OK |
| @tcounter[] | |
| #^hashfile:clear[counter] | |
| $counter[^hashfile::open[counter]] | |
| ^counter.transaction{ | |
| # $counter.value(10) | |
| $counter.value($counter.value+1) | |
| # ^counter.delete[value] | |
| $counter.value | |
| } | |
| @tablehash[] | |
| $productList[^table::set{id name | |
| 1 носки | |
| 2 валенки | |
| 3 ушанка | |
| }] | |
| #скажем, у первого дилера | |
| $firstPriceList[^table::set{id price | |
| 1 0.3 | |
| 3 1000 | |
| }] | |
| $firstPriceHash[^firstPriceList.hash[id]] | |
| ^productList.menu{ | |
| продукт "$productList.name" | цена у first: $firstPriceHash.[$productList.id].price<br> | |
| } | |
| @hashfile[] | |
| $hf[^hashfile::assign[hashfile]] | |
| #$hf.paf[крут5] | |
| paf=$hf.paf | |
| @formclass[] | |
| ^$form:CLASS.a=$form:CLASS.a | |
| @domdata[] | @domdata[] |
| ^if(1){ | |
| # $a{^hren[]} | |
| } | |
| $a | |
| $xdoc[^xdoc::create[doc]] | $xdoc[^xdoc::create[doc]] |
| $doc[$xdoc.documentElement] | $doc[$xdoc.documentElement] |
| $name[^doc.appendChild[^xdoc.createElement[name]]] | $name[^doc.appendChild[^xdoc.createElement[name]]] |
| Line 51 $text[^name.appendChild[^xdoc.createText | Line 99 $text[^name.appendChild[^xdoc.createText |
| ^show-xnode1[$xdoc.documentElement;0;1] | ^show-xnode1[$xdoc.documentElement;0;1] |
| <hr> | <hr> |
| ^show-xdoc2[$xdoc] | ^show-xdoc2[$xdoc] |
| <hr> | |
| @domxslt[] | @domxslt[] |
| ^domdata[] | ^domdata[] |
| ^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]] | ^show-xdoc2[^xdoc.transform[global.xsl;$.param1[123/]]] |
| <hr> | |
| @lsplit2[] | @lsplit2[] |
| $path[/optics/] | $path[/optics/] |
| Line 230 $env:HTTP_COOKIE<br> | Line 280 $env:HTTP_COOKIE<br> |
| =$cookie:переменная=<br> | =$cookie:переменная=<br> |
| #$cookie:переменная2[test тест ТЕСТ3] | #$cookie:переменная2[test тест ТЕСТ3] |
| =$cookie:переменная2=<br> | =$cookie:переменная2=<br> |
| =$cookie:CLASS.переменная2=<br> | |
| @response[] | @response[] |
| #^if($form:reload){ | #^if($form:reload){ |
| Line 368 $file[^xdoc.file[ | Line 419 $file[^xdoc.file[ |
| $.method[html] | $.method[html] |
| ]] | ]] |
| ^file.save[text;save_file.html] | ^file.save[text;save_file.html] |
| <pre>^taint[^xdoc.string[]]</pre> | <pre>^taint[^xdoc.string[]] |
| # $.encoding[windows-1251] | # $.encoding[windows-1251] |
| # $.method[xml] | # $.method[html] |
| #]] | #]] |
| </pre> |