Searched refs:brackets (Results 1 – 5 of 5) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Lexer.php | 32 private $brackets; variable in Twig\\Lexer 197 $this->brackets = []; 232 if ($this->brackets) { 233 [$expect, $lineno] = array_pop($this->brackets); 307 …if (!$this->brackets && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $this->cur… 318 …if (!$this->brackets && preg_match($this->regexes['lex_var'], $this->code, $match, 0, $this->curso… 370 $this->brackets[] = ['"', $this->lineno]; 477 $this->brackets[] = [$this->options['interpolation'][0], $this->lineno]; 485 [$expect, $lineno] = array_pop($this->brackets); 500 $bracket = end($this->brackets); [all …]
|
| /template/mindthedark/css/ |
| D | _geshi_dark.less | 7 @brackets: #bfbfbf; 42 /* brackets */ 44 color: @brackets;
|
| /template/breeze/bower_components/modular-scale/ |
| D | modular-scale.gemspec | 18 # If more than one author, comma separate inside of the brackets 21 # If more than one author, comma separate inside of the brackets
|
| /template/kajukkd/css/ |
| D | geshidark.css | 25 /* brackets */
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 490 * Make round brackets optional for one argument tests like "same as" or "divisible by"
|