Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.101 and 1.116

version 1.101, 2001/04/04 06:16:23 version 1.116, 2001/04/06 13:41:35
Line 23  $n Line 23  $n
 @twop[a;b]  @twop[a;b]
 ($a,$b)  ($a,$b)
   
 @post-process[data]  @Zpost-process[data]
 (<BR>$data)<BR>  #(<BR>$data)<BR>
 #^data.match[1][g]{X}  ^data.match[1][g]{X}
   
 @mt[s;m]  @mt[s;m]
 $m ^if(^s.match[$:m][i]){matches}{do not match} $s<BR>  $m ^if(^s.match[$:m;i]){matches}{does not match} $s<BR>
   
 @main[]  @main[]
 ^connect[$DEFAULTS.connect-string]{  ^^table:dir[/]:<BR>
         $news[^table:sql{select * from news}(1;4)]  $d[^table:dir[/]]
         ^$news.0=$news.0<BR>  ^d.menu{$name;<BR>}
         ^connect[2$DEFAULTS.connect-string]{  <HR>
                 $news[^table:sql{select * from news}(1;4)]  
                 ^$news.0=$news.0<BR>  ^^table:dir[/;i]<BR>
         }  $d[^table:dir[/;i]]
         $news[^table:sql{select * from news}(1;4)]  ^d.menu{$name;<BR>}
         ^$news.0=$news.0<BR>  <HR>
   
   ^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>  <HR>
Line 84  $sm[^s.match[(.)][]] Line 96  $sm[^s.match[(.)][]]
 }  }
 <HR>  <HR>
 ^mt[$s;ÿ]  ^mt[$s;ÿ]
   ^mt[$s;ß]
 ^mt[$s;b]  ^mt[$s;b]
 ^mt[$s;^^b]  ^mt[$s;^^b]
 ^mt[$s;^^a]  ^mt[$s;^^a]

Removed from v.1.101  
changed lines
  Added in v.1.116


E-mail: