Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DValidateAttributes.php38 $validator->validateToken($token, $config, $context);
DRemoveForeignElements.php89 $attr_validator->validateToken($token, $config, $context);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DRemoveSpansWithoutAttributes.php64 $this->attrValidator->validateToken($token, $this->config, $this->context);
DRemoveEmpty.php85 $this->attrValidator->validateToken($token, $this->config, $this->context);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrValidator.php18 public function validateToken($token, $config, $context) function in HTMLPurifier_AttrValidator