Searched refs:brackets (Results 1 – 5 of 5) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Lexer.php | 31 private $brackets; variable in Twig\\Lexer 166 $this->brackets = []; 201 if (!empty($this->brackets)) { 202 list($expect, $lineno) = array_pop($this->brackets); 276 …if (empty($this->brackets) && preg_match($this->regexes['lex_block'], $this->code, $match, 0, $thi… 287 …if (empty($this->brackets) && preg_match($this->regexes['lex_var'], $this->code, $match, 0, $this-… 335 $this->brackets[] = [$this->code[$this->cursor], $this->lineno]; 339 if (empty($this->brackets)) { 343 list($expect, $lineno) = array_pop($this->brackets); 359 $this->brackets[] = ['"', $this->lineno]; [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 | 62 * Make round brackets optional for one argument tests like "same as" or "divisible by"
|