Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.290 and 1.296.2.6

version 1.290, 2001/09/03 17:07:16 version 1.296.2.6, 2001/09/12 15:34:58
Line 1 Line 1
 @USE  
 t.p  
 dtf.p  
   
 @main[]  @main[]
   ^emptyprotocol[]
   #^emptytableisnotdef[]
   #^autoconvemptystring[]
   #^tdupleform[]
   #^tvoiddefault[]
   #^testdom0[]
   #^testlocal[0]
   #^thashdefault2[]
   #^tcase2[]
   #^tlsplit2[]
   #^tconnect[]
   #^timghtmlyu[]
   #^timghtml[]
 #^tresult[]  #^tresult[]
 #^voidtest[]  #^voidtest[]
 ^ttext[]  #^ttext[]
 #^tdoubledefault[]  #^tdoubledefault[]
 #^tintdefault[]  #^tintdefault[]
 #^t3partycookie[]  #^t3partycookie[]
Line 25  dtf.p Line 34  dtf.p
 #^tests[]  #^tests[]
 #^func(0)<hr>  #^func(0)<hr>
   
   @emptyprotocol[]
   ^connect[z]{zz}
   
   @emptytableisnotdef[]
   $table[^table::set[nameless]{}]
   ^if(def $table){y;n}
   
   @autoconvemptystring[]
   ^if($form:v){y}{n}
   
   
   @tdupleform[]
   #$form:fields.a
   #$c[^form:tables.a.columns[]]
   #^c.menu{$c.column}[,]<br>
   $atable[$form:tables.a]
   ^atable.menu{a=$atable.field}[,]
   
   @tvoiddefault[]
   $var[$form:element]
   ^var.int(2)
   
   
   @testdom0[]
   $dom[^dom::load[a.xml]]
   
   
   @testlocal[level][local]
   $local($level)
   before($level):$local<br>
   ^if($level<10){
           ^testlocal($level+1)
   }
   after($level):$local<br>
   
   @thashdefault2[]
   $hash[
           $.a[1]
           $.b[2]
           $._default[xx]
   ]
   $hash.c
   
   @tcase2[]
   $hash[
           $.1{^load[code1]}
           $.2{code2}
   ]       
   $hash.1
   
   @tlsplit2[]
   $splitURI[^request:uri.mid(1;^request:uri.length[]-1).lsplit[/]]
   OK
   
   @tconnect[]
   #^connect[mysql://hren:pwd@hren/zz]{hren}
   ^connect[mysql://]{^void:sql{show tables}}
   
   
   @timghtmlyu[]
   ^img[/i/commons_22_prev.gif][$.vspace(100)]
   @img[filename;params]
   ^if(-f $filename){$thisImage[^image::measure[$filename]]^thisImage.html[$params]}
   
   @timghtml[]
   $картинка[^image::measure[i/commons_22_prev.gif]]
   #$hash[$.alt[222]]
   #^timghtml-nested[$hash]
   ^timghtml-nested[$.alt[222]]
   
   @timghtml-nested[params]
   ^картинка.html[$params]
   
 @tresult[]  @tresult[]
 44  44
 $result[]  $result[]

Removed from v.1.290  
changed lines
  Added in v.1.296.2.6


E-mail: