Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php101 function dump_html_tree($node, $show_attr=true, $deep=0) argument
153 function dump($show_attr=true, $deep=0) argument
158 if ($show_attr && count($this->attr)>0)
171 $c->dump($show_attr, $deep+1);
1128 function dump($show_attr=true) argument
1130 $this->root->dump($show_attr);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php122 function dump_html_tree($node, $show_attr = true, $deep = 0) { argument
157 function dump($show_attr = true, $depth = 0) { argument
160 if ($show_attr && count($this->attr) > 0) {
172 $node->dump($show_attr, $depth + 1);
1630 function dump($show_attr = true) { argument
1631 $this->root->dump($show_attr);