Deleted:
/wiki/AndExpr.wiki
/wiki/AnyLiteralMatcher.wiki
/wiki/BooleanFunction.wiki
/wiki/BooleanGenerator.wiki
/wiki/CompExpr.wiki
/wiki/CountFunction.wiki
/wiki/ExpFunction.wiki
/wiki/LiteralDtFunction.wiki
/wiki/LiteralGenerator.wiki
/wiki/LiteralMatcher.wiki
/wiki/LiteralValueFunction.wiki
/wiki/LocalNameFunction.wiki
/wiki/NormalizeSpaceFunction.wiki
/wiki/NumberGenerator.wiki
/wiki/NumberMatcher.wiki
/wiki/OrExpr.wiki
/wiki/Path.wiki
/wiki/SelfGenerator.wiki
/wiki/StepMatcher.wiki
/wiki/TypeMatcher.wiki
/wiki/UriFunction.wiki
/wiki/WildCardMatcher.wiki
=======================================
--- /wiki/AndExpr.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#AndExpr AndExpr]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== AndExpr ==
-
-{{{
-public AndExpr(mixed left, mixed right)
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/AnyLiteralMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#AnyLiteralMatcher AnyLiteralMatcher]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== AnyLiteralMatcher ==
-
-{{{
-public AnyLiteralMatcher()
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/BooleanFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#BooleanFunction BooleanFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== BooleanFunction ==
-
-{{{
-public BooleanFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/BooleanGenerator.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#BooleanGenerator BooleanGenerator]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== BooleanGenerator ==
-
-{{{
-public BooleanGenerator(mixed value)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/CompExpr.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,90 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#CompExpr CompExpr]
-== Methods ==
- * [#compare_boolean_to_string compare_boolean_to_string]
- * [#compare_list_to_boolean compare_list_to_boolean]
- * [#compare_list_to_list compare_list_to_list]
- * [#compare_list_to_numeric compare_list_to_numeric]
- * [#compare_list_to_string compare_list_to_string]
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== CompExpr ==
-
-{{{
-public CompExpr(mixed left, mixed operator, mixed right)
-}}}
-
-
-
-= Method Detail =
-
-== compare_boolean_to_string ==
-
-{{{
-public void compare_boolean_to_string(mixed boolean, mixed string)
-}}}
-
-
-
-== compare_list_to_boolean ==
-
-{{{
-public void compare_list_to_boolean(mixed list, mixed boolean)
-}}}
-
-
-
-== compare_list_to_list ==
-
-{{{
-public void compare_list_to_list(mixed list1, mixed list2)
-}}}
-
-
-
-== compare_list_to_numeric ==
-
-{{{
-public void compare_list_to_numeric(mixed list, mixed numeric)
-}}}
-
-
-
-== compare_list_to_string ==
-
-{{{
-public void compare_list_to_string(mixed list, mixed string)
-}}}
-
-
-
-== matches ==
-
-{{{
-public void matches(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/CountFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#CountFunction CountFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== CountFunction ==
-
-{{{
-public CountFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/ExpFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#ExpFunction ExpFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== ExpFunction ==
-
-{{{
-public ExpFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/LiteralDtFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#LiteralDtFunction LiteralDtFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== LiteralDtFunction ==
-
-{{{
-public LiteralDtFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/LiteralGenerator.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#LiteralGenerator LiteralGenerator]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== LiteralGenerator ==
-
-{{{
-public LiteralGenerator(mixed text, mixed dt)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/LiteralMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#LiteralMatcher LiteralMatcher]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== LiteralMatcher ==
-
-{{{
-public LiteralMatcher(mixed text, mixed dt)
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/LiteralValueFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#LiteralValueFunction LiteralValueFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== LiteralValueFunction ==
-
-{{{
-public LiteralValueFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/LocalNameFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#LocalNameFunction LocalNameFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== LocalNameFunction ==
-
-{{{
-public LocalNameFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/NormalizeSpaceFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#NormalizeSpaceFunction NormalizeSpaceFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== NormalizeSpaceFunction ==
-
-{{{
-public NormalizeSpaceFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/NumberGenerator.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#NumberGenerator NumberGenerator]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== NumberGenerator ==
-
-{{{
-public NumberGenerator(mixed number_text)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/NumberMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#NumberMatcher NumberMatcher]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== NumberMatcher ==
-
-{{{
-public NumberMatcher(mixed number_text)
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/OrExpr.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#OrExpr OrExpr]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== OrExpr ==
-
-{{{
-public OrExpr(mixed left, mixed right)
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/Path.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,72 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#Path Path]
-== Methods ==
- * [#get_arcs get_arcs]
- * [#get_candidates get_candidates]
- * [#get_nodes get_nodes]
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== Path ==
-
-{{{
-public Path(mixed steps)
-}}}
-
-
-
-= Method Detail =
-
-== get_arcs ==
-
-{{{
-public void get_arcs(mixed node, mixed g, mixed distinct)
-}}}
-
-
-
-== get_candidates ==
-
-{{{
-public void get_candidates(mixed resources, mixed g, mixed distinct, mixed
trace)
-}}}
-
-
-
-== get_nodes ==
-
-{{{
-public void get_nodes(mixed arc, mixed g)
-}}}
-
-
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed
distinct, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/SelfGenerator.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,33 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/StepMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,72 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#StepMatcher StepMatcher]
-== Methods ==
- * [#get_arcs get_arcs]
- * [#get_candidates get_candidates]
- * [#get_nodes get_nodes]
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== StepMatcher ==
-
-{{{
-public StepMatcher(mixed selector, mixed axis, mixed filters)
-}}}
-
-
-
-= Method Detail =
-
-== get_arcs ==
-
-{{{
-public void get_arcs(mixed node, mixed g)
-}}}
-
-
-
-== get_candidates ==
-
-{{{
-public void get_candidates(mixed resources, mixed g, mixed trace)
-}}}
-
-
-
-== get_nodes ==
-
-{{{
-public void get_nodes(mixed arc, mixed g)
-}}}
-
-
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/TypeMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#TypeMatcher TypeMatcher]
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== TypeMatcher ==
-
-{{{
-public TypeMatcher(mixed type)
-}}}
-
-
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/UriFunction.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,45 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Constructors ==
- * [#UriFunction UriFunction]
-== Methods ==
- * [#select select]
- * [#to_string to_string]
-
-= Constructor Detail =
-
-== UriFunction ==
-
-{{{
-public UriFunction(mixed arg)
-}}}
-
-
-
-= Method Detail =
-
-== select ==
-
-{{{
-public void select(mixed candidates, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/WildCardMatcher.wiki Wed Jan 13 06:10:09 2010
+++ /dev/null
@@ -1,33 +0,0 @@
-#sidebar Sidebar
-#labels Autogenerated
-#summary
-
-*note:* this page is automatically generated from embedded documentation
in the PHP source.
-
-= Overview =
-
-== Methods ==
- * [#matches matches]
- * [#to_string to_string]
-
-= Method Detail =
-
-== matches ==
-
-{{{
-public void matches(mixed candidate, mixed g, mixed context, mixed trace)
-}}}
-
-
-
-== to_string ==
-
-{{{
-public void to_string()
-}}}
-
-
-
-
-
-Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]