Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.151 and 1.315

version 1.151, 2001/04/23 10:19:06 version 1.315, 2001/09/18 13:52:20
Line 1 Line 1
 @dump[t]  
 ^t.menu{$n<BR>}  
 <HR>  
 @func[n]  
 $n  
 @twop[a;b]  
 ($a,$b)  
   
 @ß postprocess[data]  
 #(<BR>$data)<BR>  
 ^data.match[1][g]{X}  
   
 @mt[s;m]  
 $m ^if(^s.match[$:m;i]){matches}{does not match} $s<BR>  
   
 @main[]  @main[]
   ^xslt[]
   OK
   
   @xslt[]
   $dom[^dom::set{<?xml version="1.0" encoding="windows-1251"?>
   
 image:create<BR>  <people>
 $itext[^image:create(300;100)]          <man id="1">
 $itext{                  <name>PAF</name>
 ^font[ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ0123456789-+=!\"%:,.^^^;<>?@()[]'&*/;font.gif](13)          </man>
 ^^text(10;10)[ÏÀÔ ñäåëàë ýòî]<BR>          <man id="2">
 ^text(10;10)[ÏÀÔ ñäåëàë ýòî]                  <name>ÏÈÔ</name>
 ^font[ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ0123456789-+=!\"%:,.^^^;<>?@()[]'&*/;font.gif](13;8)          </man>
 ^^text(10;30)[ÏÀÔ ñäåëàë ýòî fixed]<BR>  </people>
 ^text(10;30)[ÏÀÔ ñäåëàë ýòî fixed]  }]
 }  
 $ff[^itext.gif[]]  ^show-dnode[$dom]<hr>
 ^ff.save[i/itext.gif]  $people[^dom.xpath[*/man[@id=1]]]
 ^ff.save[i2/itext.gif]  #^show1[]
 ^file:delete[i2/itext.gif]  ^show-dnodes[$people]<hr>
 ^itext.html[$src[i/itext.gif]]  
   @show1[]
   ^for[i](0;^people._count[]-1){
 <HR>      $node[$people.$i]
 $t[^table:set{id}]          $node.first-child.value: 
 ^^t.id.int[]=^t.id.int[]<BR>                  $pattributes[$node.parent.attributes]
 ^^hren.double[]=^hren.double[]<BR>                  ^if(^pattributes._count[]){
 <HR>                          $pattributes.id.name=$pattributes.id.value
 #image:create<BR>                  }
 #$drawing[^image:create(300;100)]          <br>
 drawing:load<BR>  }
 $drawing[^image:load[001004paf(c)lena_karin.gif]]  
 $drawing{  @show-dnodes[array][i]
 ^$drawing.width=$width<BR>  ^for[i](0;^array._count[]-1){
 ^$drawing.height=$height<BR>          ^show-dnode[$array.$i]
 ^for[i](0;$width/4){  }
 ^line(0;0)($:i*4;$height-1)(0x00FF00)  
 }  @show-dnode[dnode;level]
   $level
 ^rectangle(100;10)(180;40)(0xFF0000)  ^if($dnode.type eq element){
 ^bar(100+20;10+20)(180+20;40+20)(0xFFFF00)          &lt^;$dnode.name
 ^fill(0;0)(0x0000FF)  $pairs[$dnode.attributes]
 ^replace(0xFFffFF;0x00FF00)(30;0)(150;99)(200;50)  ^if(def $pairs){
 ^polybar(0x00FFFF)(200;100)(170;99)(280;50)          $names[^pairs._keys[]]
 ^polygon(0xFFFF00)(210;100)(160;90)(250;50)          ^names.menu{$names.key=$pairs.[$names.key].value }
   }
 }  &gt^;
 <HR>  }{[$dnode.type]}
 #$response:body[^drawing.gif[]]   
 $ff[^drawing.gif[]]  ^if(def $dnode.value){'$dnode.value'}<br>
 ^ff.save[drawing.gif]  ^if(def ${dnode.first-child}){^show-dnode[$dnode.first-child]($level+1)}
 ^drawing.html[$src[drawing.gif]]  ^if(def ${dnode.next-sibling}){^show-dnode[$dnode.next-sibling]($level)}
 <HR>  
 image:load<BR>  
 $face[^image:load[001004paf(c)lena_karin.gif]]  
 ^$face.src=$face.src<BR>  
 ^$face.width=$face.width<BR>  
 ^$face.height=$face.height<BR>  
 <HR>  
   
 ^if($form:photo){  
 upload file:<BR>  
 $face[^image:measure[$form:photo]]  
 $face.src=$face.src<BR>  
 ^$face.width=$face.width<BR>  
 ^$face.height=$face.height<BR>  
 <HR>  
 }  
 gif file class:<BR>  
 $face[^image:measure[^file:load[001004paf(c)lena_karin.gif]]]  
 ^$face.src=$face.src<BR>  
 ^$face.width=$face.width<BR>  
 ^$face.height=$face.height<BR>  
 ^^face.html[]=^face.html[]<BR>  
 <HR>  
 gif:<BR>  
 $face[^image:measure[001004paf(c)lena_karin.gif]]  
 ^$face.src=$face.src<BR>  
 ^$face.width=$face.width<BR>  
 ^$face.height=$face.height<BR>  
 ^^face.html[]=^face.html[]<BR>  
 <HR>  
 jpeg:<BR>  
 $face[^image:measure[001004paf(c)lena_karin.jpg]]  
 ^$face.src=$face.src<BR>  
 ^$face.width=$face.width<BR>  
 ^$face.height=$face.height<BR>  
 <a href=$request:uri>^^face.html[^$border(1) ^$ismap(-1)]=^face.html[$border(1) $ismap(-1)]</a>  
 <HR>  
   
 ^rem{  ^if($dnode.type eq element){
 ^mail:send[  $level&lt^;/$dnode.name&gt^;<br>
         $to[paf@design.ru]  
         $subject[test ïðîâåðêà]  
         $body[test]  
         $content-type[$charset[windows-1251]]  
 ]  
 <HR>  
 }  }
   
 env.pl<BR>  
 $e[^file:cgi[env.pl;$t[<b>1</b>]]]  
 ^$e.exit-code=$e.exit-code<BR>  
 ^$e.stderr="$e.stderr"<BR>  
 ^$e.header="$e.header"<BR>  
 $e.text  
 <HR>  
   
 ^rem{^mail:send[  
     $to[paf@design.ru]  
     $from[paf@design.ru]  
         $body[  
                 $1[  
                         $content-type[  
                             $value[text/plain]  
                         $charset[windows-1251]  
                         ]  
                         $body[ïðèâåò, PAF.  
   
 sincerily yours,  
 PAF  
 ]  
                 ]  
                 $attach[  
                         $value[^file:load[test.zip]]  
                         $type[uue]  
                         $file-name[retest.zip]  
                 ]  
         ]  
 ]  
 }  
   
 ^rem{^mail:send[  
         $content-type[  
             $value[text/plain]  
         $charset[windows-1251]  
         ]  
     $to[paf@design.ru]  
     $from[paf@design.ru]  
         $body[ïðèâåò, PAF.  
   
 sincerily yours,  
 PAF  
 ]  
 ]  
 }  
   
 ^rem{^mail:send[  
     $to[paf@design.ru]  
     $from[paf@design.ru]  
     $body[  
         $2[  
                 $content-type[$value[message/rfc822] $name[letter.eml]]  
                 $body[to: paul  
 from: paf  
 subject: 2  
   
 2.body  
                 ]  
         ]  
         $1[  
                         $to[paul]  
                 $from[paf]  
                 $subject[1]  
                 $content-type[text/plain]  
                 $body[image]  
         ]  
     ]  
 ]}  
   
   
 ^^table:dir[/]:<BR>  
 $d[^table:dir[/]]  
 ^d.menu{$name;<BR>}  
 <HR>  
   
 ^^table:dir[/;html^$]<BR>  
 $d[^table:dir[/;html^$]]  
 ^d.menu{$name;<BR>}  
 <HR>  
   
 #^rem{  
 ^connect[$SQL.connect-string]{  
         $shit[^taint[our's]]  
 #       $paf[^table:sql{insert into paf (name, age) values ('$shit', ^random:generate(10000))}]  
         $paf[^table:sql{select * from paf order by id desc}(5)]  
         $paf{  
         ^empty{query result is empty}{  
         <table border=1>  
                 <tr><td>id</td><td>name</td><td>age</td></tr>  
                 ^menu{<tr><td>$id</td><td>$name</td><td>$age</td></tr>}  
         </table>  
         }}  
 }  
 #}  
   
 <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ß]  
 $sm[^s.match[(.)][g]]  
 ^^"$s".match[(.)][g]:<BR>  
 ^sm.menu{  
         ^line[]:<BR>  
         ^$prematch=$prematch<BR>  
         ^$match=$match<BR>  
         ^$postmatch=$postmatch<BR>  
         ^$1=$1<BR>  
 }  
 <HR>  
 $sm[^s.match[(.)][]]  
 ^^"$s".match[(.)][]:<BR>  
 ^sm.menu{  
         ^line[]:<BR>  
         ^$prematch=$prematch<BR>  
         ^$match=$match<BR>  
         ^$postmatch=$postmatch<BR>  
         ^$1=$1<BR>  
 }  
 <HR>  
 ^mt[$s;ÿ]  
 ^mt[$s;ß]  
 ^mt[$s;b]  
 ^mt[$s;^^b]  
 ^mt[$s;^^a]  
 ^mt[$s;x]  
   
 <HR>  
   
 $dest[^table:set[nameless]{  
 $form:d11       d12     d13  
 d21     d22     d23  
 }]  
 $src[^table:set{a       b       c       d  
   
 s1      s2      s3      s4  
 }]  
 1:<BR>^dest.menu{$0!$1!$2!$3!<BR>}  
 ^dest.join[$src]  
 2:<BR>^dest.menu{$0!$1!$2!$3!<BR>}  
   
 <HR>  
 $dest[^table:set{a      b       c  
 d11     d12     d13  
 d21     d22     d23  
 }]  
 $src[^table:set{a       b       c       d  
 s1      s2      s3      s4  
 }]  
 ^dest.join[$src]  
 ^dest.menu{$a!$b!$c!<BR>}  
   
 <HR>  
 ^^random:generate(10)=^random:generate(10)<BR>  
   
   
 <HR>  
 $t[^table:load[/test.cfg]]  
 $t{  
 ^menu{$a!$b!$c<BR>}  
 <HR>  
 ^append{x       y       z}  
 ^menu{$a!$b!$c<BR>}  
 <HR>  
 ^flip[]  
 ^menu{$0!$1!$2!$3<BR>}  
 <HR>  
 }  
   
 $a[vasya,fedya,kolya]  
 ^^"$a".lsplit[,]=$as[^a.lsplit[,]]$as.0|$as.1|$as.2|$as.3<BR>  
 ^^"$a".rsplit[,]=$as[^a.rsplit[,]]$as.0|$as.1|$as.2|$as.3<BR>  
 ^^a.pos(sy]="^a.pos[sy]"<BR>  
 ^^a.pos[zsy]="^a.pos[zsy]"<BR>  
 ^^a.left(3)="^a.left(3)"<BR>  
 ^^a.right(3)="^a.right(3)"<BR>  
 ^^a.mid(1;3)="^a.mid(1;3)"<BR>  
 <HR>  
 ^^twop[a;]=^twop[a;]<BR>  
 ^$request:browser.type=$request:browser.type<BR>  
 ^$request:browser.version=$request:browser.version<BR>  
   
 $tf[^file:load[test.zip;abc.zip]]  
 #$response:body[$tf]  
   
 ^$tf.name=$tf.name<BR>  
 ^$tf.size=$tf.size<BR>  
 ^$tf.mime-type=$tf.mime-type<BR>  
 ^$tf.text:<BR>  
 $tf.text<HR>  
 <HR>  
 ^file:find[test.cfg]<BR>  
 ^file:find[tes.cfg]{not found}<BR>  
 <HR>  
   
 $t[^table:set{n  
 3  
 01.3  
 1.2  
 2  
 }]  
 $t{^locate[n;2z]^found{$n}{not found}}<BR>  
 $t{^locate[n;3]^found{found:$n}{not found}}<BR>  
 ^$t:<BR>  
 ^dump[$t]  
 ^t.sort($n)  
 ^^t.sort(^$n):<BR>  
 ^dump[$t]  
 ^t.sort{^:func($n)}  
 ^^t.sort{^^:func(^$n)}:<BR>  
 ^dump[$t]  
 ^t.sort{$n}  
 ^^t.sort{^$n}:<BR>  
 ^dump[$t]  
 ^t.sort{$n}[desc]  
 ^^t.sort{^$n}[desc]:<BR>  
 ^dump[$t]  
 <HR>  
   
 ^if(-f index.html){y}{n}<BR>  
 ^taint[html-typo;íå çíàþ  
 ÿ íè÷åãî  
   
 <<ñëîâî äëèííîå>>  
   
 (c) by ß  
 ]<HR>  
 $t[^table:load[/test.cfg]]  
 ^process[@b[]  
 f  
 ]  
 ^b[]<BR>  
   
 ^$t.a=$t.a<BR>  
 ^t.offset[2]  
 #$r[^t.record[]]  
 #^$r.a=$r.a<BR>  
   
 ^$request:uri=$request:uri<BR>  
 ^$env:PATH_INFO=$env:PATH_INFO<BR>  
 ^$env:REMOTE_ADDR=$env:REMOTE_ADDR<BR>  
   
 ^rem{  
 $response:body[]  
 $response:location[http://parser3/123]  
 }  
   
   
 <HR>  
 ^^auto_test[]:<BR>  
 <ol>  
 ^auto_test[]  
 </ol>  
 <HR>  
   
 #$cookie:âîò[ïðèñëàë "browser"]  
 ^${cookie:âîò}=${cookie:âîò}?<BR>  
 ^$request:query=$request:query<BR>  
 ^$request:uri=$request:uri<BR>  
   
 <form method=post>  
 <input type=hidden name=a value=123>  
 <table border=1 width=250><tr><td>$form:name</td></tr></table>  
 <textarea name=name rows=5 cols=40>^untaint[html]{^default[$form:name;Ïðîáíûé òåêñò: À.Ô._Ïåòðîñÿí <<Æèçíü â Àäó>>  
 íàæìè Submit]}</textarea><BR>  
 <input type=submit>  
 </form>  
   
 <HR>  
 $ñâîéñòâà_êîãäà_ïüÿí[  
         $öâåò_ãëàç[êðàñíûé]  
 ]  
 $âàñÿ[  
         $ñâîéñòâà[$ñâîéñòâà_êîãäà_ïüÿí]  
 ]  
   
 $êóñîê_èìåíè_ïîëÿ[ñòâà]  
 ^$êóñîê_èìåíè_ïîëÿ=$êóñîê_èìåíè_ïîëÿ<BR>  
 ^$âàñÿ.ñâîé^$êóñîê_èìåíè_ïîëÿ.öâåò_ãëàç=$âàñÿ.ñâîé$êóñîê_èìåíè_ïîëÿ.öâåò_ãëàç  
 <HR>  
 <form method=post enctype=multipart/form-data>  
 <input name=photo type=file>  
 <input type=submit>  
 </form>  
 <hr>  
 ^if($form:photo){  
         <pre>  
         ^$form:photo.name='$form:photo.name'  
         ^$form:photo.size='$form:photo.size'  
         ^$form:photo.text='$form:photo.text'  
         ^form:photo.save[paf.txt]  
         </pre>  
 }  
   
 #todo proper! untaint $response:refresh[$value[2] $content[url=http://design.ru]]  
   
   
 @default[test;def]  
 $result[^if(^test.length[]){$test}{$def}]  
   
 @exception[origin;source;comment;type;code]  
 <body bgcolor=black>  
 <font color=white>  
 ERROR:  
 ^if(def $source){$origin '$source'}  
 ${comment}.  
 ^if(def $type){type=$type}  
 ^if(def $code){code=$code}  
   
 @auto_test[]  
 ^BASE.auto_test[]  
 <li>${request:uri}!  
   

Removed from v.1.151  
changed lines
  Added in v.1.315


E-mail: