Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrTypes.php31 $this->info['CDATA'] = new HTMLPurifier_AttrDef_Text();
37 $this->info['Text'] = new HTMLPurifier_AttrDef_Text();
47 $this->info['ContentType'] = new HTMLPurifier_AttrDef_Text();
48 $this->info['ContentTypes'] = new HTMLPurifier_AttrDef_Text();
49 $this->info['Charsets'] = new HTMLPurifier_AttrDef_Text();
50 $this->info['Character'] = new HTMLPurifier_AttrDef_Text();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DText.php6 class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef class