Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php770 … $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $schema);
785 … $ret = HTMLPurifier_Config::prepareArrayFromForm($array, $index, $allowed, $mq_fix, $this->def);
801 …public static function prepareArrayFromForm($array, $index = false, $allowed = true, $mq_fix = tru… function in HTMLPurifier_Config