Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php81 private $ctagChar; variable in Mustache_Tokenizer
162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) {
242 $this->ctagChar = '}';
313 $this->ctagChar = $ctag[0];