Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DVarParser.php11 const ISTRING = 2; define in HTMLPurifier_VarParser
28 'istring' => self::ISTRING,
46 self::ISTRING => true,
78 case (self::ISTRING):
84 if ($type == self::ISTRING || $type == self::ITEXT) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/
DFlexible.php27 case self::ISTRING: