Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/
DHTMLDefinition.php111 $ret .= $this->element('td', $this->listifyTagLookup($lookup));
130 … $ret .= $this->element('td', $this->listifyTagLookup($this->def->info), array('colspan' => 2));
143 $ret .= $this->element('td', $this->listifyTagLookup($def->excludes));
161 $ret .= $this->element('td', $this->listifyTagLookup($def->auto_close));
221 $this->escape($this->listifyTagLookup($def->block->elements)),
230 $this->escape($this->listifyTagLookup($def->inline->elements)),
247 $this->escape($this->listifyTagLookup($elements)),
261 protected function listifyTagLookup($array) function in HTMLPurifier_Printer_HTMLDefinition