Home
last modified time | relevance | path

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

/plugin/sqlraw/
H A Dsimple_html_dom.php998 protected $block_tags = array('root'=>1, 'body'=>1, 'form'=>1, 'div'=>1, 'span'=>1, 'table'=>1); variable in simple_html_dom
1286 … if (isset($this->optional_closing_tags[$parent_lower]) && isset($this->block_tags[$tag_lower]))
1301 else if (($this->parent->parent) && isset($this->block_tags[$tag_lower]))
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1451 protected $block_tags = array( variable in imapmarkers\\simple_html_dom
1849 && isset($this->block_tags[$tag_lower])) {
1874 && isset($this->block_tags[$tag_lower])