Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.370 and 1.381

version 1.370, 2001/10/09 07:06:00 version 1.381, 2001/10/10 12:52:13
Line 1 Line 1
 @main[]  @main[]
 ^tif[]  ^terror[]
 #^image[]  #^ssave[]
   #^calendar[]
   #^thash[]
   #^tdef[]
   #^ford[]
   #^tif[]
   ^image[]
 #^mail2[]  #^mail2[]
 #^cookie[]  #^cookie[]
 #^response[]  #^response[]
Line 12 Line 18
 #^exec[]  #^exec[]
 #^fori[]  #^fori[]
 #^tconnect[]  #^tconnect[]
 #^xslt[]  ^xslt[]
 #^xml[]  #^xml[]
 #^header[]  #^header[]
 OK  OK
   
   @terror[]
   ^error[method z must be called with z]
   
   @syntax1[]
   #^a[^b]
   
   @syntax2[]
   #^a[
   
   @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;&nbsp^;&nbsp^;} }<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[]  @tif[]
 ^if[def]{y;n}  ^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[]]
   
   
Line 52  $env:HTTP_COOKIE<br> Line 99  $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]

Removed from v.1.370  
changed lines
  Added in v.1.381


E-mail: