Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DLexer.php72 * @throws HTMLPurifier_Exception
131 throw new HTMLPurifier_Exception(
139 throw new HTMLPurifier_Exception('No lexer was instantiated');
145 throw new HTMLPurifier_Exception(
DConfig.php470 * @throws HTMLPurifier_Exception
476 throw new HTMLPurifier_Exception("Cannot set optimized = true when raw = false");
529 throw new HTMLPurifier_Exception(
540 throw new HTMLPurifier_Exception(
547 throw new HTMLPurifier_Exception(
556 throw new HTMLPurifier_Exception(
615 throw new HTMLPurifier_Exception("The impossible happened!");
624 * @throws HTMLPurifier_Exception
636 throw new HTMLPurifier_Exception(
DPropertyList.php37 * @throws HTMLPurifier_Exception
48 throw new HTMLPurifier_Exception("Key '$name' not found");
DVarParserException.php6 class HTMLPurifier_VarParserException extends HTMLPurifier_Exception
DException.php7 class HTMLPurifier_Exception extends Exception class
DVarParser.php159 * @throws HTMLPurifier_Exception
163 throw new HTMLPurifier_Exception(
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DMakeWellFormed.php64 * @throws HTMLPurifier_Exception
388 throw new HTMLPurifier_Exception(
398 …throw new HTMLPurifier_Exception('Unaccounted for tag token in input stream, bug in HTML Purifier'…
536 * @throws HTMLPurifier_Exception
556 throw new HTMLPurifier_Exception('Invalid token type from injector');
562 throw new HTMLPurifier_Exception('Deleting zero tokens is not valid');
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/
DException.php6 class HTMLPurifier_ConfigSchema_Exception extends HTMLPurifier_Exception
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php119 * @throws HTMLPurifier_Exception
264 … throw new HTMLPurifier_Exception('broken invariant sdelim and preg_split');