Home
last modified time | relevance | path

Searched refs:Token (Results 26 – 28 of 28) sorted by path

12

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DUseTokenParser.php17 use Twig\Token; alias
33 public function parse(Token $token)
H A DWithTokenParser.php15 use Twig\Token; alias
24 public function parse(Token $token)
44 public function decideWithEnd(Token $token)
/template/twigstarter/vendor/twig/twig/src/
H A DTokenStream.php47 public function next(): Token
59 * @return Token|null The next token if the condition is true, null otherwise
71 public function expect($type, $value = null, string $message = null): Token
78 Token::typeToEnglish($token->getType()),
80 Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''),
93 public function look(int $number = 1): Token
118 public function getCurrent(): Token

12