Home
last modified time | relevance | path

Searched refs:show_attr (Results 1 – 2 of 2) sorted by relevance

/template/bootstrap3/inc/
Dsimple_html_dom.php126 function dump_html_tree($node, $show_attr = true, $deep = 0) argument
167 function dump($show_attr = true, $depth = 0) argument
171 if ($show_attr && count($this->attr) > 0) {
183 $node->dump($show_attr, $depth + 1);
1616 function dump($show_attr = true) argument
1618 $this->root->dump($show_attr);
/template/mikio/inc/
H A Dsimple_html_dom.php123 function dump_html_tree($node, $show_attr = true, $deep = 0) argument
164 function dump($show_attr = true, $depth = 0) argument
168 if ($show_attr && count($this->attr) > 0) {
180 $node->dump($show_attr, $depth + 1);
1622 function dump($show_attr = true) argument
1624 $this->root->dump($show_attr);