Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DPH5P.php456 const ENDTAG = 2; define in HTML5
777 'type' => self::ENDTAG
1561 } elseif ($token['type'] === self::ENDTAG) {
1747 $token['type'] === HTML5::ENDTAG ||
1821 $token['type'] === HTML5::ENDTAG ||
1954 ($token['type'] === HTML5::ENDTAG && $token['name'] === 'html') ||
1973 } elseif ($token['type'] === HTML5::ENDTAG) {
2005 } elseif ($token['type'] === HTML5::ENDTAG &&
2071 } elseif ($token['type'] === HTML5::ENDTAG && $token['name'] === 'head') {
2087 ($token['type'] === HTML5::ENDTAG && $token['name'] !== 'html')
[all …]