Home
last modified time | relevance | path

Searched refs:descendants_are_inline (Results 1 – 4 of 4) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DElementDef.php91 public $descendants_are_inline = false; variable in HTMLPurifier_ElementDef
192 if ($def->descendants_are_inline) {
193 $this->descendants_are_inline = $def->descendants_are_inline;
DHTMLModuleManager.php444 $def->descendants_are_inline = true;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DFixNesting.php60 $is_inline = $definition->info_parent_def->descendants_are_inline;
106 $parent_def->descendants_are_inline,
124 $is_inline || $def->descendants_are_inline,
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/
DHTMLDefinition.php138 $ret .= $this->element('td', $def->descendants_are_inline ? 'Yes' : 'No');