Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DInterchangeBuilder.php142 $directive->allowed = $this->lookup($this->evalArray($hash->offsetGet('ALLOWED')));
146 $directive->valueAliases = $this->evalArray($hash->offsetGet('VALUE-ALIASES'));
180 protected function evalArray($contents) function in HTMLPurifier_ConfigSchema_InterchangeBuilder