Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php589 * @param bool $prependNewline Prepend a newline to the snippet? (default: true)
594 private function prepare($text, $bonus = 0, $prependNewline = true, $appendNewline = false) argument
596 $text = ($prependNewline ? "\n" : '') . trim($text);
597 if ($prependNewline) {