Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DLegacy.php129 $li->attr['value'] = new HTMLPurifier_AttrDef_Integer();
134 $ol->attr['start'] = new HTMLPurifier_AttrDef_Integer();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DInteger.php10 class HTMLPurifier_AttrDef_Integer extends HTMLPurifier_AttrDef class
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DFilter.php17 $this->intValidator = new HTMLPurifier_AttrDef_Integer();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrTypes.php57 $this->info['Number'] = new HTMLPurifier_AttrDef_Integer(false, false, true);
DCSSDefinition.php504 new HTMLPurifier_AttrDef_Integer(),