Searched refs:tokens (Results 1 – 7 of 7) sorted by relevance
/template/twigstarter/vendor/twig/twig/src/ |
H A D | TokenStream.php | 24 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 …]
|
H A D | Lexer.php | 24 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);
|
/template/scanlines/htc/PIE-1.0beta5/ |
H A D | PIE_uncompressed.js | 628 function BgPosition( tokens ) { argument 629 this.tokens = tokens; 642 var tokens = this.tokens, 662 if( type_ident & ( tokens[0].tokenType | tokens[1].tokenType ) && 663 … tokens[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/a_new_day/js/ |
H A D | controls.js | 60 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/battlehorse/js/ |
H A D | controls.js | 60 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/breeze/bower_components/gumby/js/libs/ |
H A D | jquery-2.0.2.min.map | 1 …adio","checkbox","file","password","image","submit","reset","parseOnly","tokens","soFar","preFilte…
|
H A D | jquery-1.10.1.min.map | 1 …adio","checkbox","file","password","image","submit","reset","parseOnly","tokens","soFar","preFilte…
|