Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/pug-strip-comments/
Dindex.js7 function unexpectedToken (type, occasion, filename, line) { function
32 unexpectedToken(
42 unexpectedToken(
52 unexpectedToken(
/plugin/scrape/vendor/symfony/css-selector/Parser/
DParser.php220 throw SyntaxErrorException::unexpectedToken('")"', $next);
241 throw SyntaxErrorException::unexpectedToken('an argument', $next);
246 throw SyntaxErrorException::unexpectedToken('at least one argument', $next);
252 throw SyntaxErrorException::unexpectedToken('selector', $peek);
257 throw SyntaxErrorException::unexpectedToken('selector', $stream->getPeek());
295 throw SyntaxErrorException::unexpectedToken('"|"', $stream->getPeek());
328 throw SyntaxErrorException::unexpectedToken('operator', $next);
341 throw SyntaxErrorException::unexpectedToken('string or identifier', $value);
348 throw SyntaxErrorException::unexpectedToken('"]"', $next);
DTokenStream.php130 throw SyntaxErrorException::unexpectedToken('identifier', $next);
153 throw SyntaxErrorException::unexpectedToken('identifier or "*"', $next);
/plugin/scrape/vendor/symfony/css-selector/Exception/
DSyntaxErrorException.php29 public static function unexpectedToken(string $expectedValue, Token $foundToken) function in Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException