Home
last modified time | relevance | path

Searched defs:expectedTokens (Results 1 – 3 of 3) sorted by relevance

/template/strap/vendor/carica/phpcss/src/PhpCss/
DParser.php83 protected function read($expectedTokens): Scanner\Token {
129 $expectedTokens, int $position = 0, bool $allowEndOfTokens = FALSE
183 protected function ignore($expectedTokens): bool {
261 private function handleMismatch($expectedTokens, $position = 0) {
/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
DUnexpectedEndOfFileException.php21 public function __construct(array $expectedTokens) {
DTokenMismatchException.php22 public function __construct(PhpCss\Scanner\Token $encounteredToken, array $expectedTokens) {