Home
last modified time | relevance | path

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

/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php3891 protected function literal($what, $eatWhitespace = null) argument
3893 if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
3898 if (!$eatWhitespace) {
3912 return $this->match(self::$literalCache[$what], $m, $eatWhitespace);
3958 protected function match($regex, &$out, $eatWhitespace = null) argument
3960 if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
3962 $r = '/' . $regex . ($eatWhitespace && !$this->writeComments ? '\s*' : '') . '/Ais';
3965 if ($eatWhitespace && $this->writeComments) $this->whitespace();
/plugin/dirtylittlehelper/mermaid/editor/docs/
D3.3.js.map1eatWhitespace = function(allowAtLeastOneNewLine) {\n var result = whitespaceChar.test(this._input…