Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php82 private $ctagLen; variable in Mustache_Tokenizer
162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) {
169 …> ($this->tagType === self::T_END_SECTION) ? $this->seenTag - $this->otagLen : $i + $this->ctagLen,
203 $i += $this->ctagLen - 1;
243 $this->ctagLen = 2;
314 $this->ctagLen = strlen($ctag);
340 return $end + $this->ctagLen - 1;