Home
last modified time | relevance | path

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

/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
DTokenizer.php83 protected $ctag; variable in Handlebars\\Tokenizer
102 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 …]