Home
last modified time | relevance | path

Searched refs:variables (Results 26 – 50 of 118) sorted by last modified time

12345

/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1251 * @param array $variables The variables to pass to the template
1258 function twig_include(Environment $env, $context, $template, $variables = [], $withContext = true, … argument
1263 $variables = array_merge($context, $variables);
1290 return $loaded ? $loaded->render($variables) : '';
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
H A DIncludeTokenParser.php31 list($variables, $only, $ignoreMissing) = $this->parseArguments();
33 …return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(…
47 $variables = null;
49 $variables = $this->parser->getExpressionParser()->parseExpression();
59 return [$variables, $only, $ignoreMissing];
/template/twigstarter/vendor/twig/twig/src/Node/
H A DEmbedNode.php26 …public function __construct(string $name, int $index, ?AbstractExpression $variables, bool $only, … argument
28 …parent::__construct(new ConstantExpression('not_used', $lineno), $variables, $only, $ignoreMissing…
H A DIncludeNode.php25 …public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, … argument
28 if (null !== $variables) {
29 $nodes['variables'] = $variables;
H A DWithNode.php23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… argument
26 if (null !== $variables) {
27 $nodes['variables'] = $variables;
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.css.map1 …start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"mi…
H A Dbootstrap.rtl.min.css.map1 …start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"mi…
/template/strap/
H A Dstyle.ini42 ; Placeholders defined here will also be made available as LESS variables
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1 …ootstrap/blob/master/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mi…
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 …ootstrap/blob/master/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mi…
/template/khum1/
H A DCHANGELOG.md.backup126 - Homogenization of colors. All css colors are variables in the ini file.
152 - Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini.
H A DCHANGELOG.md147 - Homogenization of colors. All css colors are variables in the ini file.
173 - Homogénéisation des couleurs. Toutes les couleurs css sont des variables dans le fichier ini.
H A Dstyle.ini47 ; Placeholders defined here will also be made available as LESS variables
/template/bootstrap3/
H A Dstyle.ini64 ; Placeholders defined here will also be made available as LESS variables
H A DRELEASE.md332 * #193: Added localization variables for Admin TOC and sections in Configuration Manager
/template/kajukkd/
H A Dstyle.ini61 ; Placeholders defined here will also be made available as LESS variables
/template/kajukkd/css/
H A Dgeshidark.css84 /* variables */
/template/fictive/
H A Dstyle.ini54 ; Placeholders defined here will also be made available as LESS variables
/template/pinkberrynight/
H A Dstyle.ini55 ; Placeholders defined here will also be made available as LESS variables
/template/chippedsnow/
H A Dstyle.ini58 ; Placeholders defined here will also be made available as LESS variables
/template/flat/assets/css/
H A Dflat.css.map1variables.less","dev/vendor/bootstrap/less/normalize.less","dev/vendor/bootstrap/less/print.less",…
/template/flat/
H A Dstyle.ini58 ; Placeholders defined here will also be made available as LESS variables
/template/notepad/
H A Dstyle.ini57 ; Placeholders defined here will also be made available as LESS variables
/template/nostalgia/
H A Dstyle.ini55 ; Placeholders defined here will also be made available as LESS variables

12345