Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php78 private $otagLen; variable in Mustache_Tokenizer
120 … if ($char === $this->otagChar && substr($text, $i, $this->otagLen) === $this->otag) {
134 $i += $this->otagLen - 1;
169 …EX => ($this->tagType === self::T_END_SECTION) ? $this->seenTag - $this->otagLen : $i + $this->cta…
239 $this->otagLen = 2;
310 $this->otagLen = strlen($otag);