Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.506 and 1.512

version 1.506, 2001/12/19 16:17:26 version 1.512, 2001/12/24 10:03:43
Line 1 Line 1
 @main[]  @auto[]
 ^eval(100/6)[%.2f]  
 $request:charset[windows-1251]  $request:charset[windows-1251]
 $response:charset[windows-1251]  $response:charset[windows-1251]
   
   @main[]
   ^mail3[]
   #^ttime[]
 #^tupper[]  #^tupper[]
 #^treplace[]  #^treplace[]
 #^xslt2[]  #^xslt2[]
 ^tcache2[]  #^tcache2[]
 #$ORIGINS(1)  #$ORIGINS(1)
 #$t[^table::set{a b} ^table::set{c d}]  #$t[^table::set{a b} ^table::set{c d}]
 #^ttaintuntaint[]  #^ttaintuntaint[]
Line 81  $response:charset[windows-1251] Line 84  $response:charset[windows-1251]
 <hr>  <hr>
 OK  OK
   
   @mail3[]
   ^mail:send[
           $.from[Александр Петросян <paf@design.ru>]
           $.to[Александр Петросян <paf@design.ru>]
           $.subject[проверка4]
           $.body[
                   $.text[
                           $.content-type[$.value[text/plain] $.charset[windows-1251]]
                           $.body[проверка]
                   ]
                   $.attachment[
                           $.value[^file::load[text;index.html]]
                           $.file-name[привет всем.html]                   
                   ]
           ]
   ]
   
   
   @ttime[]
   $now[^date::now[]]
   $now.hour:$now.minute
   
 @tupper[]  @tupper[]
 $t[abcABCабвАБВ]  $t[abcABCабвАБВ]
 $t<br>  $t<br>
Line 308  $dom_created_in_air[^xdoc::create[doc]] Line 333  $dom_created_in_air[^xdoc::create[doc]]
   
   
 @tcache[]  @tcache[]
 ^rem{  
 #^hashfile:clear[cache]  #^hashfile:clear[cache]
 $code[^hashfile::open[$DB_HOME;cache]]  $code[^hashfile::open[$DB_HOME;cache]]
 ^code.cache[key](2){  ^code.cache[key](2){
         ^math:random(100)          ^math:random(100)
 #       ^code.delete[]  #       ^code.delete[]
 }  }
 }  
   
 @thashfileexp[]  @thashfileexp[]
 $hf[^hashfile::open[$DB_HOME;hashfile]]  $hf[^hashfile::open[$DB_HOME;hashfile]]
Line 746  $file[^xdoc.file[ Line 769  $file[^xdoc.file[
 ^file.save[text;out/save_file.html]  ^file.save[text;out/save_file.html]
 #$response:body[^xdoc.file[     $.media-type[text/paf]  ]]  #$response:body[^xdoc.file[     $.media-type[text/paf]  ]]
 <pre>^taint[html][^xdoc.string[  <pre>^taint[html][^xdoc.string[
 #       $.method[html]          $.method[html]
 #       $.version[1.0]  #       $.version[1.0]
 #       $.encoding[utf-8]  #       $.encoding[utf-8]
 #       $.omit-xml-declaration[yes]  #       $.omit-xml-declaration[yes]
Line 757  $file[^xdoc.file[ Line 780  $file[^xdoc.file[
         $.media-type[text/paf]          $.media-type[text/paf]
 ]]  ]]
 </pre>  </pre>
   

Removed from v.1.506  
changed lines
  Added in v.1.512


E-mail: