Home
last modified time | relevance | path

Searched refs:T_PRAGMA (Results 1 – 3 of 3) sorted by last modified time

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php166 case Mustache_Tokenizer::T_PRAGMA:
H A DCompiler.php91 case Mustache_Tokenizer::T_PRAGMA:
H A DTokenizer.php36 const T_PRAGMA = '%'; define in Mustache_Tokenizer
52 self::T_PRAGMA => true,
147 } elseif ($this->tagType === self::T_PRAGMA) {
335 self::TYPE => self::T_PRAGMA,