Diff for /parser3/www/htdocs/Attic/index.html between versions 1.118 and 1.128

version 1.118, 2002/08/20 09:37:31 version 1.128, 2002/09/02 14:59:49
Line 30  $selffilespec[$filespec] Line 30  $selffilespec[$filespec]
 #       ^process{       ^^h[]}  #       ^process{       ^^h[]}
 #       ^process{^string:sql{select '1  #       ^process{^string:sql{select '1
 #       ^^hello[]' }]   }  #       ^^hello[]' }]   }
   #       ^double:sql{select '2*' ; }
 #}  #}
 #^eval(2)  #^eval(2)
 #^tcrashlocaljunctionsv2[]  #^tcrashlocaljunctionsv2[]
Line 195  $selffilespec[$filespec] Line 196  $selffilespec[$filespec]
 #^tstdin[]  #^tstdin[]
 #^tfind[]  #^tfind[]
 #^mimet[]  #^mimet[]
 #^cgit[]  
 #^joinlimit[]  #^joinlimit[]
 #^tableclonelimit[]  #^tableclonelimit[]
 #^transparams[]  #^transparams[]
Line 216  $selffilespec[$filespec] Line 216  $selffilespec[$filespec]
 #^rbodytest[]  #^rbodytest[]
 #^cookie[]  #^cookie[]
 #^cookieexpirestest[]  #^cookieexpirestest[]
 ^postest[]  #^postest[]
   #^voidpostest[]
   #^virtualtest[]
   #^badcolumntest[]
   #^delimiters[]
   #^новый-split[]
   #^грязные-cookie[]
   #^html-почта[]
   #^badswitchtest[]
   #^okswitchtest[]
   ^cgit[]
 <hr>  <hr>
 OK  OK
   
   @okswitchtest[]
   $local[local value]
   ^switch[1]{
           ^case[1]{1code $local}
   }
   
   @badswitchtest[]
   ^switch[1]{
           ^badswitchtestcase[]
   }
   @badswitchtestcase[][local]
   $local[local value]
           ^case[1]{1code $local}
   
   @badjunction[]
   ^badj1[]
   ^badj2[]
   
   @html-почта[]
   $переменная[значение]
   ^mail:send[
           $.from[paf@mail]
           $.to[paf@mail]
           $.subject[htmltest1]
           $.html{тест$переменная=  !}
   ]
   
                    
   @грязные-cookie[]
   $cookie:a[&]
   $cookie:a
   
   @новый-split[]
   $abc[a.b.c]
   #$table[^abc.split[.]]
   #$table[^abc.split[.;l]]
   #$table[^abc.split[.;v]]
   $table[^abc.split[.;lv]]
   ^table.menu{$table.piece}[,]
   <hr>
   #$table[^abc.split[.;h]]
   $table[^abc.split[.;hr]]
   $table.0,$table.1,$table.2<br>
   
   @delimiters[]
   $a#1[1]<br>
   $a#1=<br>
   
   
   @badcolumntest[]
   $table[^table::load[ext.cfg]]
   $table.b
   
   
   @virtualtest[]
   $derived[^derived::create[derived create actual param]]
   ^derived.test[]
   
   
   @voidpostest[]
   $s[]
   ^s.pos[$nothing]
   
 @postest[]  @postest[]
 $s[$nothing]  $s[$nothing]
 ^s.pos[$nothing]  ^s.pos[$nothing]

Removed from v.1.118  
changed lines
  Added in v.1.128


E-mail: