Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php31 private $brackets; variable in Twig\\Lexer
166 $this->brackets = [];
201 if (!empty($this->brackets)) {
202 list($expect, $lineno) = array_pop($this->brackets);
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];
413 list($expect, $lineno) = array_pop($this->brackets);
428 $bracket = end($this->brackets);
[all …]
/template/mindthedark/css/
H A D_geshi_dark.less7 @brackets: #bfbfbf;
42 /* brackets */
44 color: @brackets;
/template/breeze/bower_components/modular-scale/
H A 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/
H A Dgeshidark.css25 /* brackets */
/template/ad-hominem/css/
H A D_edit.css116 #tool__bar #tbbtn_adhoctagsBlocks { background-image: url('../../plugins/adhoctags/images/code-brackets.svg'); }
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG62 * Make round brackets optional for one argument tests like "same as" or "divisible by"