Home
last modified time | relevance | path

Searched refs:clearStandaloneLines (Results 1 – 1 of 1) sorted by path

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php98 $this->clearStandaloneLines($nodes, $tokens);
104 $this->clearStandaloneLines($nodes, $tokens);
129 $this->clearStandaloneLines($nodes, $tokens);
138 if ($indent = $this->clearStandaloneLines($nodes, $tokens)) {
155 $this->clearStandaloneLines($nodes, $tokens);
171 $this->clearStandaloneLines($nodes, $tokens);
203 private function clearStandaloneLines(array &$nodes, array &$tokens) function in Mustache_Parser