Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 7 of 7) sorted by last modified time

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php24 private $tokens; variable in Twig\\Lexer
163 $this->tokens = [];
206 return new TokenStream($this->tokens, $this->source);
446 $this->tokens[] = new Token($type, $value, $this->lineno);
H A DTokenStream.php24 private $tokens; variable in Twig\\TokenStream
30 $this->tokens = $tokens;
36 return implode("\n", $this->tokens);
39 public function injectTokens(array $tokens) argument
41 …$this->tokens = array_merge(\array_slice($this->tokens, 0, $this->current), $tokens, \array_slice(…
49 if (!isset($this->tokens[++$this->current])) {
53 return $this->tokens[$this->current - 1];
73 $token = $this->tokens[$this->current];
95 if (!isset($this->tokens[$this->current + $number])) {
99 return $this->tokens[$this->current + $number];
[all …]
/template/breeze/bower_components/gumby/js/libs/
H A Djquery-1.10.1.min.map1 …adio","checkbox","file","password","image","submit","reset","parseOnly","tokens","soFar","preFilte…
H A Djquery-2.0.2.min.map1 …adio","checkbox","file","password","image","submit","reset","parseOnly","tokens","soFar","preFilte…
/template/a_new_day/js/
H A Dcontrols.js60 this.options.tokens = this.options.tokens || [];
77 if(typeof(this.options.tokens) == 'string')
78 this.options.tokens = new Array(this.options.tokens);
323 for (var i=0; i<this.options.tokens.length; i++) {
324 var thisTokenPos = this.element.value.lastIndexOf(this.options.tokens[i]);
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js628 function BgPosition( tokens ) { argument
629 this.tokens = tokens;
642 var tokens = this.tokens,
662 if( type_ident & ( tokens[0].tokenType | tokens[1].tokenType ) &&
663tokens[0].tokenValue in vert_idents && tokens[1].tokenValue in horiz_idents ) {
664 tokens.push( tokens.shift() );
942 this.tokens = [];
1173 return this.tokens;
2014 'r': convertFn( tokens[1] || tokens[0] ),
2015 'b': convertFn( tokens[2] || tokens[0] ),
[all …]
/template/battlehorse/js/
H A Dcontrols.js60 this.options.tokens = this.options.tokens || [];
77 if(typeof(this.options.tokens) == 'string')
78 this.options.tokens = new Array(this.options.tokens);
323 for (var i=0; i<this.options.tokens.length; i++) {
324 var thisTokenPos = this.element.value.lastIndexOf(this.options.tokens[i]);