--- parser3/src/www/htdocs/Attic/index.html 2001/03/29 20:53:09 1.81
+++ parser3/src/www/htdocs/Attic/index.html 2001/04/05 18:18:45 1.109
@@ -22,13 +22,113 @@ _  ^;
$n
@twop[a;b]
($a,$b)
+
+@post-process[data]
+(
$data)
+#^data.match[1][g]{X}
+
+@mt[s;m]
+$m ^if(^s.match[$:m;i]){matches}{does not match} $s
+
@main[]
+^connect[$SQL.connect-string]{
+ $random_age(^random:generate(10000))
+ $shit[^taint[our's]]
+# $paf[^table:sql{insert into paf (name, age) values ('$shit', $random_age)}(1;4)]
+ $paf[^table:sql{select * from paf}(1;4)]
+
+ | id | name | age |
+ ^paf.menu{| $id | $name | $age |
}
+
+}
+
+
+
+$with-cr[^table:set{a b
+^taint[<1
+2>] 3
+}]
+"$with-cr.a"
+
+^if(def $form:s){
+ $form:s
+ ^form:s.match[!][g]{!}
+
+}
+
+$r[1223]
+^^"$r".match[2][]{(^$match)}=^r.match[2][]{($match)}
+^^"$r".match[2][i]{(^$match)}=^r.match[2][i]{($match)}
+^^"$r".match[2][g]{(^$match)}=^r.match[2][g]{($match)}
+^^"$r".match[2+][g]{(^$match)}=^r.match[2+][g]{($match)}
+
+$s[abcЯ]
+$sm[^s.match[(.)][g]]
+^^"$s".match[(.)][g]:
+^sm.menu{
+ ^line[]:
+ ^$pre-match=$pre-match
+ ^$match=$match
+ ^$post-match=$post-match
+ ^$1=$1
+}
+
+$sm[^s.match[(.)][]]
+^^"$s".match[(.)][]:
+^sm.menu{
+ ^line[]:
+ ^$pre-match=$pre-match
+ ^$match=$match
+ ^$post-match=$post-match
+ ^$1=$1
+}
+
+^mt[$s;я]
+^mt[$s;Я]
+^mt[$s;b]
+^mt[$s;^^b]
+^mt[$s;^^a]
+^mt[$s;x]
+
+
+
+$dest[^table:set[nameless]{
+$form:d11 d12 d13
+d21 d22 d23
+}]
+$src[^table:set{a b c d
+
+s1 s2 s3 s4
+}]
+1:
^dest.menu{$0!$1!$2!$3!
}
+^dest.join[$src]
+2:
^dest.menu{$0!$1!$2!$3!
}
+
+
+$dest[^table:set{a b c
+d11 d12 d13
+d21 d22 d23
+}]
+$src[^table:set{a b c d
+s1 s2 s3 s4
+}]
+^dest.join[$src]
+^dest.menu{$a!$b!$c!
}
+
+
+^^random:generate(10)=^random:generate(10)
+
+
+
$t[^table:load[/test.cfg]]
$t{
-^menu{$a $b $c
}
+^menu{$a!$b!$c
}
+
+^append{x y z}
+^menu{$a!$b!$c
}
^flip[]
-^menu{$0 $1 $2
}
+^menu{$0!$1!$2!$3
}
}
@@ -41,11 +141,13 @@ $a[vasya,fedya,kolya]
^^a.right(3)="^a.right(3)"
^^a.mid(1;3)="^a.mid(1;3)"
-^twop[a;]
+^^twop[a;]=^twop[a;]
^$request:browser.type=$request:browser.type
^$request:browser.version=$request:browser.version
-$tf[^file:load[test.zip;abc.zip]]
+$tf[^file:load[test.zip;abc.zip;image/gif]]
+#$response:body[$tf]
+
^$tf.name=$tf.name
^$tf.size=$tf.size
^$tf.mime-type=$tf.mime-type
@@ -117,15 +219,46 @@ $response:location[http://parser3/123]
^${cookie:вот}=${cookie:вот}?
+^${cookie:вот}=${cookie:вот}?
^$request:query=$request:query
^$request:uri=$request:uri
+
+$свойства_когда_пьян[
+ $цвет_глаз[красный]
+]
+$вася[
+ $свойства[$свойства_когда_пьян]
+]
+
+$кусок_имени_поля[ства]
+^$кусок_имени_поля=$кусок_имени_поля
+^$вася.свой^$кусок_имени_поля.цвет_глаз=$вася.свой$кусок_имени_поля.цвет_глаз
+
+
+
+^if($form:photo){
+
+ ^$form:photo.name='$form:photo.name'
+ ^$form:photo.size='$form:photo.size'
+ ^$form:photo.text='$form:photo.text'
+ ^form:photo.save[paf.txt]
+
+}
+
+#todo proper! untaint $response:refresh[$value[2] $content[url=http://design.ru]]
+
+
@default[test;def]
$result[^if(^test.length[]){$test}{$def}]