Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/
DStrict.php34 public function getChildDef($def) function in HTMLPurifier_HTMLModule_Tidy_Strict
37 return parent::getChildDef($def);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DContentSets.php99 $def->child = $this->getChildDef($def, $module);
116 public function getChildDef($def, $module) function in HTMLPurifier_ContentSets
140 $return = $module->getChildDef($def);
DHTMLModule.php123 public function getChildDef($def) function in HTMLPurifier_HTMLModule
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DEdit.php45 public function getChildDef($def) function in HTMLPurifier_HTMLModule_Edit