Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.274 and 1.282

version 1.274, 2001/08/23 11:08:52 version 1.282, 2001/08/28 09:39:30
Line 3  t.p Line 3  t.p
 dtf.p  dtf.p
   
 @main[]  @main[]
 ^oratest[]  ^tfilemove[]
   #^treplace[]
   #^measuretest[]
   #^savetest[]
   #^oratestinsert[]
   #^oratestread[]
 #^process_check[]  #^process_check[]
 #^ffcheck[]^[xxx]  #^ffcheck[]^[xxx]
   
Line 11  dtf.p Line 16  dtf.p
 #^list[]  #^list[]
 #^tests[]  #^tests[]
 #^func(0)<hr>  #^func(0)<hr>
   
   @tfilemove[]
   ^file:move[a/a;b/b]
   
   @treplace[]
   $шило-на-мыло[^table::set{a     b
   шило    мыло
   }]
   $строка[бывает шило в задице]
   ^строка.replace[$шило-на-мыло]<BR>
   
   @measuretest[]
   $im[^image::measure[mm2.jpg]]
   x:y=${im.width}:${im.height}<BR>
   
   @savetest[]
   $file[^file::load[text;index.html]]
   ^file.save[binary;/some/dir/here.dat]
   OK
                   
 @oratest[]  @oratestinsert[]
   ^connect[oracle://mts_admin:admin_pwd@ORACLE.PAF.OFFICE.DESIGN.RU]{
   #^void:sql{create table lobtest(test clob)}
   ^void:sql{insert into lobtest values (/**test**/'бу''квы')}
   $table[^table::sql{select * from lobtest}]
   ^table.menu{^table.line[] <!--. $table.test -->}
   }
   
   @oratestread[]
 ^connect[oracle://mts_admin:admin_pwd@ORACLE.PAF.OFFICE.DESIGN.RU]{  ^connect[oracle://mts_admin:admin_pwd@ORACLE.PAF.OFFICE.DESIGN.RU]{
 ^rem{  ^rem{
 $tables[^table::sql{select table_name from user_tables}]  $tables[^table::sql{select table_name from user_tables}]

Removed from v.1.274  
changed lines
  Added in v.1.282


E-mail: