Searched refs:eatWhitespace (Results 1 – 2 of 2) sorted by relevance
3672 protected function literal($what, $eatWhitespace = null) { argument3673 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) { argument3737 if ($eatWhitespace === null) $eatWhitespace = $this->eatWhiteDefault;3739 $r = '/'.$regex.($eatWhitespace && !$this->writeComments ? '\s*' : '').'/Ais';3742 if ($eatWhitespace && $this->writeComments) $this->whitespace();
1 …eatWhitespace = function(allowAtLeastOneNewLine) {\n var result = whitespaceChar.test(this._input…