Home
last modified time | relevance | path

Searched refs:first_child (Results 1 – 16 of 16) sorted by path

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.container.php400 $child = $root->first_child();
H A Dbox.inline.php109 $child = $root->first_child();
H A Dbox.select.php25 $child = $root->first_child();
H A Dbox.table.cell.php219 $child = $root->first_child();
H A Dbox.table.php91 $child = $root->first_child();
152 $child = $root->first_child();
H A Dbox.table.row.php13 $child = $root->first_child();
H A Dbox.table.section.php16 $child = $root->first_child();
H A Dconfig.parse.php18 $child = $root->first_child();
93 $child = $root->first_child();
124 $child = $root->first_child();
150 $child = $root->first_child();
182 $child = $root->first_child();
H A Dcss.ruleset.class.php93 $child = $root->first_child();
H A Ddom.activelink.inc.php54 $child =& $this->first_child();
83 function &first_child() { function in ActiveLinkDOMTree
H A Ddom.php4.inc.php16 function &first_child() { function in PHP4DOMTree
17 $child =& PHP4DOMTree::from_DOMDocument($this->_element->first_child());
H A Ddom.php5.inc.php15 function &first_child() { function in DOMTree
43 $child =& $this->first_child();
H A Dparser.xhtml.class.php80 $child = $root->first_child();
H A Dtree.navigation.inc.php31 $child =& $root->first_child();
47 $child =& $root->first_child();
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php258 function first_child() { function in imapmarkers\\simple_html_dom_node
1378 return $this->first_child();
2325 return $this->root->first_child();
/plugin/sqlraw/
H A Dsimple_html_dom.php276 function first_child() function in simple_html_dom_node
953 function firstChild() {return $this->first_child();}
1710 function firstChild() {return $this->root->first_child();}
1712 …n createElement($name, $value=null) {return @str_get_html("<$name>$value</$name>")->first_child();}