Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DLexer.php31 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.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/
DCHANGELOG62 * Make round brackets optional for one argument tests like "same as" or "divisible by"