From 4de16fa22b5686ba9e1283018f26efbc42c45b83 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 27 Nov 2003 01:14:10 +0000 Subject: [PATCH] tidy func names cleanup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144962 c90b9560-bf6c-de11-be94-00142212c4b1 --- ...idy-node::attributes.xml => tidy-node-attributes.xml} | 7 +++---- .../{tidy-node::children.xml => tidy-node-children.xml} | 7 +++---- .../{tidy-node::get-attr.xml => tidy-node-get-attr.xml} | 7 +++---- ...{tidy-node::get-nodes.xml => tidy-node-get-nodes.xml} | 7 +++---- ...node::has-children.xml => tidy-node-has-children.xml} | 9 ++++----- ...node::has-siblings.xml => tidy-node-has-siblings.xml} | 9 ++++----- .../{tidy-node::is-asp.xml => tidy-node-is-asp.xml} | 9 ++++----- ...idy-node::is-comment.xml => tidy-node-is-comment.xml} | 9 ++++----- .../{tidy-node::is-html.xml => tidy-node-is-html.xml} | 9 ++++----- .../{tidy-node::is-jsp.xml => tidy-node-is-jsp.xml} | 9 ++++----- .../{tidy-node::is-jste.xml => tidy-node-is-jste.xml} | 9 ++++----- .../{tidy-node::is-text.xml => tidy-node-is-text.xml} | 9 ++++----- .../{tidy-node::is-xhtml.xml => tidy-node-is-xhtml.xml} | 9 ++++----- .../{tidy-node::is-xml.xml => tidy-node-is-xml.xml} | 9 ++++----- .../{tidy-node::next.xml => tidy-node-next.xml} | 7 +++---- .../{tidy-node::prev.xml => tidy-node-prev.xml} | 7 +++---- ...{tidy-node::tidy-node.xml => tidy-node-tidy-node.xml} | 7 +++---- 17 files changed, 61 insertions(+), 78 deletions(-) rename reference/tidy/functions/{tidy-node::attributes.xml => tidy-node-attributes.xml} (76%) rename reference/tidy/functions/{tidy-node::children.xml => tidy-node-children.xml} (76%) rename reference/tidy/functions/{tidy-node::get-attr.xml => tidy-node-get-attr.xml} (79%) rename reference/tidy/functions/{tidy-node::get-nodes.xml => tidy-node-get-nodes.xml} (78%) rename reference/tidy/functions/{tidy-node::has-children.xml => tidy-node-has-children.xml} (74%) rename reference/tidy/functions/{tidy-node::has-siblings.xml => tidy-node-has-siblings.xml} (74%) rename reference/tidy/functions/{tidy-node::is-asp.xml => tidy-node-is-asp.xml} (74%) rename reference/tidy/functions/{tidy-node::is-comment.xml => tidy-node-is-comment.xml} (74%) rename reference/tidy/functions/{tidy-node::is-html.xml => tidy-node-is-html.xml} (75%) rename reference/tidy/functions/{tidy-node::is-jsp.xml => tidy-node-is-jsp.xml} (74%) rename reference/tidy/functions/{tidy-node::is-jste.xml => tidy-node-is-jste.xml} (74%) rename reference/tidy/functions/{tidy-node::is-text.xml => tidy-node-is-text.xml} (75%) rename reference/tidy/functions/{tidy-node::is-xhtml.xml => tidy-node-is-xhtml.xml} (75%) rename reference/tidy/functions/{tidy-node::is-xml.xml => tidy-node-is-xml.xml} (75%) rename reference/tidy/functions/{tidy-node::next.xml => tidy-node-next.xml} (77%) rename reference/tidy/functions/{tidy-node::prev.xml => tidy-node-prev.xml} (78%) rename reference/tidy/functions/{tidy-node::tidy-node.xml => tidy-node-tidy-node.xml} (76%) diff --git a/reference/tidy/functions/tidy-node::attributes.xml b/reference/tidy/functions/tidy-node-attributes.xml similarity index 76% rename from reference/tidy/functions/tidy-node::attributes.xml rename to reference/tidy/functions/tidy-node-attributes.xml index 096b11918a..0567a75c0b 100644 --- a/reference/tidy/functions/tidy-node::attributes.xml +++ b/reference/tidy/functions/tidy-node-attributes.xml @@ -1,9 +1,8 @@ - - + - tidy_node::attributes + tidy_node->attributes Returns an array of attribute objects for node @@ -11,7 +10,7 @@ Description - tidy_attrtidy_node::attributes + arraytidy_node->attributes diff --git a/reference/tidy/functions/tidy-node::children.xml b/reference/tidy/functions/tidy-node-children.xml similarity index 76% rename from reference/tidy/functions/tidy-node::children.xml rename to reference/tidy/functions/tidy-node-children.xml index 74b3b1952d..766db7d029 100644 --- a/reference/tidy/functions/tidy-node::children.xml +++ b/reference/tidy/functions/tidy-node-children.xml @@ -1,9 +1,8 @@ - - + - tidy_node::children + tidy_node->children Returns an array of child nodes @@ -11,7 +10,7 @@ Description - tidy_nodetidy_node::children + arraytidy_node->children diff --git a/reference/tidy/functions/tidy-node::get-attr.xml b/reference/tidy/functions/tidy-node-get-attr.xml similarity index 79% rename from reference/tidy/functions/tidy-node::get-attr.xml rename to reference/tidy/functions/tidy-node-get-attr.xml index 2aa2377342..666199364f 100644 --- a/reference/tidy/functions/tidy-node::get-attr.xml +++ b/reference/tidy/functions/tidy-node-get-attr.xml @@ -1,9 +1,8 @@ - - + - tidy_node::get_attr + tidy_node->get_attr Return the attribute with the provided attribute id @@ -11,7 +10,7 @@ Description - tidy_attrtidy_node::get_attr + tidy_attrtidy_node->get_attr intattrib_id diff --git a/reference/tidy/functions/tidy-node::get-nodes.xml b/reference/tidy/functions/tidy-node-get-nodes.xml similarity index 78% rename from reference/tidy/functions/tidy-node::get-nodes.xml rename to reference/tidy/functions/tidy-node-get-nodes.xml index 383734d3d4..37b3edd8fd 100644 --- a/reference/tidy/functions/tidy-node::get-nodes.xml +++ b/reference/tidy/functions/tidy-node-get-nodes.xml @@ -1,9 +1,8 @@ - - + - tidy_node::get_nodes + tidy_node->get_nodes Return an array of nodes under this node with the specified id @@ -11,7 +10,7 @@ Description - tidy_nodetidy_node::get_nodes + arraytidy_node->get_nodes intnode_id diff --git a/reference/tidy/functions/tidy-node::has-children.xml b/reference/tidy/functions/tidy-node-has-children.xml similarity index 74% rename from reference/tidy/functions/tidy-node::has-children.xml rename to reference/tidy/functions/tidy-node-has-children.xml index 0c54625e81..73f10e7081 100644 --- a/reference/tidy/functions/tidy-node::has-children.xml +++ b/reference/tidy/functions/tidy-node-has-children.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::has_children + tidy_node->has_children Returns true if this node has children @@ -11,7 +10,7 @@ Description - booltidy_node::has_children + booltidy_node->has_children diff --git a/reference/tidy/functions/tidy-node::has-siblings.xml b/reference/tidy/functions/tidy-node-has-siblings.xml similarity index 74% rename from reference/tidy/functions/tidy-node::has-siblings.xml rename to reference/tidy/functions/tidy-node-has-siblings.xml index a6c8503d91..9021e2803f 100644 --- a/reference/tidy/functions/tidy-node::has-siblings.xml +++ b/reference/tidy/functions/tidy-node-has-siblings.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::has_siblings + tidy_node->has_siblings Returns true if this node has siblings @@ -11,7 +10,7 @@ Description - booltidy_node::has_siblings + booltidy_node->has_siblings diff --git a/reference/tidy/functions/tidy-node::is-asp.xml b/reference/tidy/functions/tidy-node-is-asp.xml similarity index 74% rename from reference/tidy/functions/tidy-node::is-asp.xml rename to reference/tidy/functions/tidy-node-is-asp.xml index a159b1fa82..5f7a307865 100644 --- a/reference/tidy/functions/tidy-node::is-asp.xml +++ b/reference/tidy/functions/tidy-node-is-asp.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_asp + tidy_node->is_asp Returns true if this node is ASP @@ -11,7 +10,7 @@ Description - booltidy_node::is_asp + booltidy_node->is_asp diff --git a/reference/tidy/functions/tidy-node::is-comment.xml b/reference/tidy/functions/tidy-node-is-comment.xml similarity index 74% rename from reference/tidy/functions/tidy-node::is-comment.xml rename to reference/tidy/functions/tidy-node-is-comment.xml index b71d98cda4..59af3e604f 100644 --- a/reference/tidy/functions/tidy-node::is-comment.xml +++ b/reference/tidy/functions/tidy-node-is-comment.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_comment + tidy_node->is_comment Returns true if this node represents a comment @@ -11,7 +10,7 @@ Description - booltidy_node::is_comment + booltidy_node->is_comment diff --git a/reference/tidy/functions/tidy-node::is-html.xml b/reference/tidy/functions/tidy-node-is-html.xml similarity index 75% rename from reference/tidy/functions/tidy-node::is-html.xml rename to reference/tidy/functions/tidy-node-is-html.xml index 05c4ab8e82..43acd825a3 100644 --- a/reference/tidy/functions/tidy-node::is-html.xml +++ b/reference/tidy/functions/tidy-node-is-html.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_html + tidy_node->is_html Returns true if this node is part of a HTML document @@ -11,7 +10,7 @@ Description - booltidy_node::is_html + booltidy_node->is_html diff --git a/reference/tidy/functions/tidy-node::is-jsp.xml b/reference/tidy/functions/tidy-node-is-jsp.xml similarity index 74% rename from reference/tidy/functions/tidy-node::is-jsp.xml rename to reference/tidy/functions/tidy-node-is-jsp.xml index 85fc5a2904..7d0914dba9 100644 --- a/reference/tidy/functions/tidy-node::is-jsp.xml +++ b/reference/tidy/functions/tidy-node-is-jsp.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_jsp + tidy_node->is_jsp Returns true if this node is JSP @@ -11,7 +10,7 @@ Description - booltidy_node::is_jsp + booltidy_node->is_jsp diff --git a/reference/tidy/functions/tidy-node::is-jste.xml b/reference/tidy/functions/tidy-node-is-jste.xml similarity index 74% rename from reference/tidy/functions/tidy-node::is-jste.xml rename to reference/tidy/functions/tidy-node-is-jste.xml index d966e61c55..f8df4c2bb0 100644 --- a/reference/tidy/functions/tidy-node::is-jste.xml +++ b/reference/tidy/functions/tidy-node-is-jste.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_jste + tidy_node->is_jste Returns true if this node is JSTE @@ -11,7 +10,7 @@ Description - booltidy_node::is_jste + booltidy_node->is_jste diff --git a/reference/tidy/functions/tidy-node::is-text.xml b/reference/tidy/functions/tidy-node-is-text.xml similarity index 75% rename from reference/tidy/functions/tidy-node::is-text.xml rename to reference/tidy/functions/tidy-node-is-text.xml index 6caff49bee..f2eae2c971 100644 --- a/reference/tidy/functions/tidy-node::is-text.xml +++ b/reference/tidy/functions/tidy-node-is-text.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_text + tidy_node->is_text Returns true if this node represents text (no markup) @@ -11,7 +10,7 @@ Description - booltidy_node::is_text + booltidy_node->is_text diff --git a/reference/tidy/functions/tidy-node::is-xhtml.xml b/reference/tidy/functions/tidy-node-is-xhtml.xml similarity index 75% rename from reference/tidy/functions/tidy-node::is-xhtml.xml rename to reference/tidy/functions/tidy-node-is-xhtml.xml index 587a24a963..4da096a0f0 100644 --- a/reference/tidy/functions/tidy-node::is-xhtml.xml +++ b/reference/tidy/functions/tidy-node-is-xhtml.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_xhtml + tidy_node->is_xhtml Returns true if this node is part of a XHTML document @@ -11,7 +10,7 @@ Description - booltidy_node::is_xhtml + booltidy_node->is_xhtml diff --git a/reference/tidy/functions/tidy-node::is-xml.xml b/reference/tidy/functions/tidy-node-is-xml.xml similarity index 75% rename from reference/tidy/functions/tidy-node::is-xml.xml rename to reference/tidy/functions/tidy-node-is-xml.xml index 7b4692a242..77beca8e34 100644 --- a/reference/tidy/functions/tidy-node::is-xml.xml +++ b/reference/tidy/functions/tidy-node-is-xml.xml @@ -1,9 +1,8 @@ - - - + + - tidy_node::is_xml + tidy_node->is_xml Returns true if this node is part of a XML document @@ -11,7 +10,7 @@ Description - booltidy_node::is_xml + booltidy_node->is_xml diff --git a/reference/tidy/functions/tidy-node::next.xml b/reference/tidy/functions/tidy-node-next.xml similarity index 77% rename from reference/tidy/functions/tidy-node::next.xml rename to reference/tidy/functions/tidy-node-next.xml index e43dd3855d..938d20e287 100644 --- a/reference/tidy/functions/tidy-node::next.xml +++ b/reference/tidy/functions/tidy-node-next.xml @@ -1,9 +1,8 @@ - - + - tidy_node::next + tidy_node->next Returns the next sibling to this node @@ -11,7 +10,7 @@ Description - tidy_nodetidy_node::next + tidy_nodetidy_node->next diff --git a/reference/tidy/functions/tidy-node::prev.xml b/reference/tidy/functions/tidy-node-prev.xml similarity index 78% rename from reference/tidy/functions/tidy-node::prev.xml rename to reference/tidy/functions/tidy-node-prev.xml index c8b4138a8f..faf5026786 100644 --- a/reference/tidy/functions/tidy-node::prev.xml +++ b/reference/tidy/functions/tidy-node-prev.xml @@ -1,9 +1,8 @@ - - + - tidy_node::prev + tidy_node->prev Returns the previous sibiling to this node @@ -11,7 +10,7 @@ Description - tidy_nodetidy_node::prev + tidy_nodetidy_node->prev diff --git a/reference/tidy/functions/tidy-node::tidy-node.xml b/reference/tidy/functions/tidy-node-tidy-node.xml similarity index 76% rename from reference/tidy/functions/tidy-node::tidy-node.xml rename to reference/tidy/functions/tidy-node-tidy-node.xml index a630f7d483..62a0b21a6e 100644 --- a/reference/tidy/functions/tidy-node::tidy-node.xml +++ b/reference/tidy/functions/tidy-node-tidy-node.xml @@ -1,9 +1,8 @@ - - + - tidy_node::tidy_node + tidy_node->tidy_node Constructor. @@ -11,7 +10,7 @@ Description - voidtidy_node::tidy_node + voidtidy_node->tidy_node