Searched refs:unexpectedToken (Results 1 – 4 of 4) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-strip-comments/ |
| D | index.js | 7 function unexpectedToken (type, occasion, filename, line) { function 32 unexpectedToken( 42 unexpectedToken( 52 unexpectedToken(
|
| /plugin/scrape/vendor/symfony/css-selector/Parser/ |
| D | Parser.php | 220 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);
|
| D | TokenStream.php | 130 throw SyntaxErrorException::unexpectedToken('identifier', $next); 153 throw SyntaxErrorException::unexpectedToken('identifier or "*"', $next);
|
| /plugin/scrape/vendor/symfony/css-selector/Exception/ |
| D | SyntaxErrorException.php | 29 public static function unexpectedToken(string $expectedValue, Token $foundToken) function in Symfony\\Component\\CssSelector\\Exception\\SyntaxErrorException
|