Home
last modified time | relevance | path

Searched refs:T_DELIM_CHANGE (Results 1 – 3 of 3) sorted by path

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTokenizer.php36 const T_DELIM_CHANGE = '='; define in Handlebars\\Tokenizer
50 self::T_DELIM_CHANGE => true,
146 if ($this->tagType === self::T_DELIM_CHANGE) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php96 case Mustache_Tokenizer::T_DELIM_CHANGE:
H A DTokenizer.php31 const T_DELIM_CHANGE = '='; define in Mustache_Tokenizer
48 self::T_DELIM_CHANGE => true,
144 if ($this->tagType === self::T_DELIM_CHANGE) {
278 self::TYPE => self::T_DELIM_CHANGE,