Searched refs:HTMLPurifier_VarParser (Results 1 – 8 of 8) sorted by relevance
7 class HTMLPurifier_VarParser class64 if (!isset(HTMLPurifier_VarParser::$types[$type])) {67 $type = HTMLPurifier_VarParser::$types[$type];164 "Inconsistency in $class: " . HTMLPurifier_VarParser::getTypeName($type) .177 … $this->error("Expected type " . HTMLPurifier_VarParser::getTypeName($type) . ", got $vtype");189 $lookup = array_flip(HTMLPurifier_VarParser::$types);
109 $obj->type = is_int($type) ? $type : HTMLPurifier_VarParser::$types[$type];
351 HTMLPurifier_VarParser::getTypeName($type),
51 $this->fields[HTMLPurifier_VarParser::C_BOOL] = new HTMLPurifier_Printer_ConfigForm_bool();317 case HTMLPurifier_VarParser::LOOKUP:324 case HTMLPurifier_VarParser::ALIST:327 case HTMLPurifier_VarParser::HASH:342 if ($type === HTMLPurifier_VarParser::C_MIXED) {363 } elseif ($type === HTMLPurifier_VarParser::TEXT ||364 $type === HTMLPurifier_VarParser::ITEXT ||365 $type === HTMLPurifier_VarParser::ALIST ||366 $type === HTMLPurifier_VarParser::HASH ||367 $type === HTMLPurifier_VarParser::LOOKUP) {
38 $this->parser = new HTMLPurifier_VarParser();111 $d_int = HTMLPurifier_VarParser::$types[$d->type];112 if (!isset(HTMLPurifier_VarParser::$stringTypes[$d_int])) {
13 * @param HTMLPurifier_VarParser $varParser
8 class HTMLPurifier_VarParser_Native extends HTMLPurifier_VarParser
8 class HTMLPurifier_VarParser_Flexible extends HTMLPurifier_VarParser