Home
last modified time | relevance | path

Searched refs:brackets (Results 1 – 5 of 5) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DLexer.php32 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.less7 @brackets: #bfbfbf;
42 /* brackets */
44 color: @brackets;
/template/breeze/bower_components/modular-scale/
Dmodular-scale.gemspec18 # 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/
Dgeshidark.css25 /* brackets */
/template/twigstarter/vendor/twig/twig/
DCHANGELOG490 * Make round brackets optional for one argument tests like "same as" or "divisible by"