Home
last modified time | relevance | path

Searched refs:getAllowedElements (Results 1 – 3 of 3) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ !
DMakeWellFormed.php74 …$global_parent_allowed_elements = $definition->info_parent_def->child->getAllowedElements($config);
290 $parent_elements = $parent_def->child->getAllowedElements($config);
300 $elements = $wrapdef->child->getAllowedElements($config);
320 … $elements = $definition->info[$ancestor->name]->child->getAllowedElements($config);
328 $wrap_elements = $wrapdef->child->getAllowedElements($config);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ !
DChildDef.php36 public function getAllowedElements($config) function in HTMLPurifier_ChildDef
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/ !
DStrictBlockquote.php39 public function getAllowedElements($config) function in HTMLPurifier_ChildDef_StrictBlockquote