Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php77 private $otagChar; variable in Mustache_Tokenizer
120 … if ($char === $this->otagChar && substr($text, $i, $this->otagLen) === $this->otag) {
238 $this->otagChar = '{';
309 $this->otagChar = $otag[0];