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