Home
last modified time | relevance | path

Searched refs:next_sibling (Results 1 – 16 of 16) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.parse.php66 } while ($child = $child->next_sibling());
119 } while ($child = $child->next_sibling());
146 } while ($child = $child->next_sibling());
171 } while ($child = $child->next_sibling());
201 } while ($child = $child->next_sibling());
H A Ddom.php5.inc.php46 $sibling =& $child->next_sibling();
49 $sibling =& $child->next_sibling();
56 function &next_sibling() { function in DOMTree
H A Ddom.activelink.inc.php57 $sibling =& $child->next_sibling();
60 $sibling =& $child->next_sibling();
112 function &next_sibling() { function in ActiveLinkDOMTree
H A Ddom.php4.inc.php48 function &next_sibling() { function in PHP4DOMTree
49 $sibling =& PHP4DOMTree::from_DOMDocument($this->_element->next_sibling());
H A Dtree.navigation.inc.php37 $child =& $child->next_sibling();
53 $child =& $child->next_sibling();
H A Dbox.table.section.php20 $child = $child->next_sibling();
H A Dparser.xhtml.class.php83 $child = $child->next_sibling();
H A Dbox.select.php44 $child = $child->next_sibling();
H A Dbox.table.row.php18 $child = $child->next_sibling();
H A Dcss.ruleset.class.php96 $child = $child->next_sibling();
H A Dbox.table.cell.php222 $child = $child->next_sibling();
H A Dbox.inline.php113 $child = $child->next_sibling();
H A Dbox.table.php105 $child = $child->next_sibling();
158 $child = $child->next_sibling();
H A Dbox.container.php404 $child = $child->next_sibling();
/plugin/sqlraw/
H A Dsimple_html_dom.php296 function next_sibling() function in simple_html_dom_node
955 function nextSibling() {return $this->next_sibling();}
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php272 function next_sibling() { function in imapmarkers\\simple_html_dom_node
1386 return $this->next_sibling();