Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 8 of 8) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DTokenStream.php24 private $tokens; variable in Twig\\TokenStream
28 public function __construct(array $tokens, Source $source = null)
39 public function injectTokens(array $tokens)
DLexer.php24 private $tokens; variable in Twig\\Lexer
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DParser.php33 public function parse(Array $tokens = [])
48 private function buildTree(ArrayIterator $tokens)
H A DTokenizer.php79 protected $tokens; variable in Handlebars\\Tokenizer
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DStandard.php27 public function __construct(array &$tokens, $options = 0) {
/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DParser.php31 public function __construct(array &$tokens) {
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DBufferedTokenStream.php36 protected $tokens = []; variable in Antlr\\Antlr4\\Runtime\\BufferedTokenStream
/template/scanlines/htc/PIE-1.0beta5/
DPIE_uncompressed.js628 function BgPosition( tokens ) { argument
942 this.tokens = []; property in PIE.Tokenizer.Tokenizer
2011 function distributeSides( tokens, convertFn ) { argument