Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php24 private $indentNextLine; variable in Mustache_Compiler
49 $this->indentNextLine = true;
577 $indentNextLine = (substr($text, -1) === "\n");
579 $this->indentNextLine = $indentNextLine;
684 if (!$this->indentNextLine) {
688 $this->indentNextLine = false;