Home
last modified time | relevance | path

Searched refs:Token (Results 26 – 28 of 28) sorted by last modified time

12

/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
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php17 use Twig\Token; alias
26 public function parse(Token $token)
41 $stream->expect(Token::BLOCK_END_TYPE);
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js655 tokens.push( new Tokenizer.Token( type_ident, 'center' ) );
971 Tokenizer.Token = function( type, value ) { class in Tokenizer
975 Tokenizer.Token.prototype = {
1017 var tok = new Tokenizer.Token( type, value );

12