Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DDoctypeRegistry.php29 * @return HTMLPurifier_Doctype Editable registered doctype
50 $doctype = new HTMLPurifier_Doctype(
81 * @return HTMLPurifier_Doctype Editable doctype object
90 $anon = new HTMLPurifier_Doctype($doctype);
104 * @return HTMLPurifier_Doctype
DDoctype.php9 class HTMLPurifier_Doctype class