Home
last modified time | relevance | path

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

/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php147 return $this->outertext();
339 $ret .= $n->outertext();
345 function outertext() { function in imapmarkers\\simple_html_dom_node
390 $ret .= $this->convert_text($n->outertext());
996 return $this->outertext();
1226 $ret = $this->outertext();
/plugin/sqlraw/
H A Dsimple_html_dom.php140 return $this->outertext();
358 $ret .= $n->outertext();
363 function outertext() function in simple_html_dom_node
411 $ret .= $this->convert_text($n->outertext());
726 case 'outertext': return $this->outertext();