Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.459 and 1.465

version 1.459, 2001/11/01 15:11:36 version 1.465, 2001/11/05 11:46:35
Line 1 Line 1
 @main[]  @main[]
   ^status[]
   <hr>
   #^xchildren[]
   #^thashforeach3[]
   #^thashforeach2[]
 #^thashforeach[]  #^thashforeach[]
 #^thashdelete[]  #^thashdelete[]
 #^connect[mysql://user:pass@cd.rinet.ru/db]{^void:sql{z} }  #^connect[mysql://user:pass@cd.rinet.ru/db]{^void:sql{z} }
Line 11 Line 16
 #^connect[mysql://user:pass@host]{ }  #^connect[mysql://user:pass@host]{ }
 #^безнадёжна_попытка_поправить_непоправимое[]  #^безнадёжна_попытка_поправить_непоправимое[]
 #^tcache[]  #^tcache[]
 ^thashfileexp[]  #^thashfileexp[]
 #^tcounter[]  ^tcounter[]
 #^tablehash[]  #^tablehash[]
 #j^hashfile[]  #j^hashfile[]
 #^formclass[]  #^formclass[]
Line 49 Line 54
 #^mail[]  #^mail[]
 #^exec[]  #^exec[]
 #^fori[]  #^fori[]
 #^tconnect[]  ^tconnect[]
 #^xslt[]  ^xslt[]
 #^xml[]  #^xml[]
 #^header[]  #^header[]
   <hr>
   ^status[]
 OK  OK
   
   @status[]
   $c[$status:sql.cache]
   sql.cache:<br>
   <table border=1>
   <tr>
           <td>url</td>
           <td>time</td>
   </tr>
   ^c.menu{
   <tr>
           <td>$c.url</td>
           <td>$c.time</td>
   </tr>
   }
   </table>
   
   $c[$status:stylesheet.cache]
   stylesheet.cache:<br>
   <table border=1>
   <tr>
           <td>file</td>
           <td>time</td>
   </tr>
   ^c.menu{
   <tr>
           <td>$c.file</td>
           <td>$c.time</td>
   </tr>
   }
   </table>
   
   $c[$status:charset.cache]
   charset.cache:<br>
   <table border=1>
   <tr>
           <td>file</td>
   </tr>
   ^c.menu{
   <tr>
           <td>$c.file</td>
   </tr>
   }
   </table>
   
   
   $db_homes[$status:db.cache]
   db.cache:<br>
   ^db_homes.foreach[db_home;tables]{
   <table border=1>
   <tr>
           <td colspan=3>$db_home</td>
   </tr>
   <tr>
           <td>name</td>
           <td>time</td>
           <td>users</td>
   </tr>
   ^tables.menu{
   <tr>
           <td>$tables.name</td>
           <td>$tables.time</td>
           <td>$tables.users</td>
   </tr>
   }
   </table>
   }
   
   @xchildren[]
   $constructor[
   <block1 name="main_srvr" type="0" label="Основное тело" />
   <block2 name="main_srvr2" type="0" label="Основное тело" />
   ]
   
   $constr[^xdoc::set{<?xml version="1.0" encoding="windows-1251" ?>
   <block-list>^untaint[as-is]{$constructor}</block-list>}]
   
   $children[$constr.documentElement.childNodes]
   ^if($children){
   ^for[i](1;^children._count[]){
           $node[$children.$i]
           $node.nodeName<br>
   }
   }
      
   
   @thashforeach3[]
   $h[
           $.a[1] 
           $.b[2]
   ]
   $c[^table::set{a
   ^h.foreach[key;value]{$value
   }}]
   $c.a
   
   @thashforeach2[]
   $h[
           $.a[1] 
           $.b[2]
   ]
   $c[
   ^h.foreach[key;value]{
           $.$key[$value]
   }
   ]
   $c.b
   
 @thashforeach[]  @thashforeach[]
 $h[  $h[
         $.a[1]           $.a[1] 
Line 528  $file[^xdoc.file[ Line 642  $file[^xdoc.file[
         $.method[html]          $.method[html]
 ]]  ]]
 ^file.save[text;save_file.html]  ^file.save[text;save_file.html]
 <pre>taint[^xdoc.string[]]  <pre>^taint[^xdoc.string[]]
 #       $.encoding[windows-1251]  #       $.encoding[windows-1251]
 #       $.method[html]  #       $.method[html]
 #]]  #]]

Removed from v.1.459  
changed lines
  Added in v.1.465


E-mail: