Searched refs:ctag (Results 1 – 1 of 1) sorted by relevance
83 protected $ctag; variable in Handlebars\\Tokenizer102 list($otag, $ctag) = explode(' ', $delimiters);104 $this->ctag = $ctag;108 $closingTagLength = strlen($this->ctag);110 $firstClosingTagCharacter = $this->ctag[0];149 $closingTagLength = strlen($this->ctag);151 $firstClosingTagCharacter = $this->ctag[0];164 …if ($character === $firstClosingTagCharacter && $this->tagChange($this->ctag, $text, $i, $closingT…183 self::CTAG => $this->ctag,186 $i + strlen($this->ctag),[all …]