Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php1001 protected $optional_closing_tags = array( variable in simple_html_dom
1286 … if (isset($this->optional_closing_tags[$parent_lower]) && isset($this->block_tags[$tag_lower]))
1383 if (isset($this->optional_closing_tags[$tag_lower]) )
1385 while (isset($this->optional_closing_tags[$tag_lower][strtolower($this->parent->tag)]))
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1459 protected $optional_closing_tags = array( variable in imapmarkers\\simple_html_dom
1848 if (isset($this->optional_closing_tags[$parent_lower])
1982 if (isset($this->optional_closing_tags[$tag_lower])) {
1984 while (isset($this->optional_closing_tags[$tag_lower][strtolower($this->parent->tag)])) {