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.php3672 protected function literal($what, $eatWhitespace = null) { argument
3673 if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
3678 if (!$eatWhitespace) {
3692 return $this->match(self::$literalCache[$what], $m, $eatWhitespace);
3736 protected function match($regex, &$out, $eatWhitespace = null) { argument
3737 if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;
3739 $r = '/'.$regex.($eatWhitespace && !$this->writeComments ? '\s*' : '').'/Ais';
3742 if ($eatWhitespace && $this->writeComments) $this->whitespace();
/plugin/dirtylittlehelper/mermaid/editor/docs/
D3.3.js.map1eatWhitespace = function(allowAtLeastOneNewLine) {\n var result = whitespaceChar.test(this._input…