Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DAutoParagraph.php38 if ($this->allowsElement('p')) {
116 if ($this->allowsElement('p')) {
DLinkify.php23 if (!$this->allowsElement('a')) {
DPurifierLinkify.php40 if (!$this->allowsElement('a')) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DInjector.php147 public function allowsElement($name) function in HTMLPurifier_Injector