Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 138) sorted by relevance

123456

/template/twigstarter/vendor/twig/twig/src/TokenParser/
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];
DWithTokenParser.php28 $variables = null;
31 $variables = $this->parser->getExpressionParser()->parseExpression();
41 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
DEmbedTokenParser.php30 list($variables, $only, $ignoreMissing) = $this->parseArguments();
58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
/template/twigstarter/vendor/twig/twig/src/Node/
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;
DIncludeNode.php25 …public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, … argument
28 if (null !== $variables) {
29 $nodes['variables'] = $variables;
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…
/template/notos/lang/en/
Dstyle.txt1 The Notos template uses less color variables than the default template. Those variables are shown i…
2 The non-bold variables are not used by Notos but plugins may rely on their settings, so they should…
/template/mindthedark/css/
D_geshi_dark.less18 @variables: #88c0ff;
88 /* variables */
90 color: @variables;
/template/breeze/bower_components/modular-scale/
Dchangelog.md10 * ratios are variables, not functions
11 * Common variables are scoped to "ms-"
/template/templar/less/
Dbootstrap.less11 // Core variables and mixins
12 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
Dresponsive.less21 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
/template/strap/vendor/salesforce/handlebars-php/
H A DREADME.md680 In Handlebars JS v1.1, data variables `@first` and `@last` were added for the #each helper. Due to …
681 not being backwards compatible, these data variables are disabled by default and must be enabled ma…
683 To enable the new data variables, set the `enableDataVariables` option to `true` when instantiating…
715 Data variables also support relative referencing within multiple #each statements.
728 Be aware that when data variables are enabled, variables starting with `@` are considered restricte…
732 variables are enabled.
754 When `enableDataVariables` is `false`, existing behavior is not changed where some variables will b…
761 …iables` is `true`, the behavior matches HandlebarsJS 1.1 behavior, where all data variables replace
762 variables defined in the data and any data variable prefixed with `@` that is unknown will be blank.
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php161 $buffer .= $this->variables($context, $current, false);
164 $buffer .= $this->variables($context, $current, true);
337 private function variables(Context $context, $current, $escaped) function in Handlebars\\Template
/template/strap/vendor/symfony/process/
H A DCHANGELOG.md27 * deprecated `Process::inheritEnvironmentVariables()`: env variables are always inherited.
49 * environment variables will always be inherited
75 * deprecated not inheriting environment variables
/template/typowiki/typowiki/scss/
DtypoUI.scss6 @import 'variables';
/template/templar/css/
Dscreen.less14 // Core variables and mixins
15 @import "../less/variables.less"; // Modify this for custom colors, font-sizes, etc
/template/argon-alt/
Dstyle.ini41 ; Placeholders defined here will also be made available as LESS variables
44 ; FIXME None of these replacement variables work right now.
/template/strap/resources/theme/default/pages/partials/
H A Dhead-partial.hbs12 {{!-- The bootstrap css variables customization --}}
/template/kajukkd/css/
Dgeshidark.css84 /* variables */
/template/klean/css/
Dklean-navigation.less1 /* desbest edit taken from variables.less */
/template/wallpaper/
Dstyle.ini50 ;wallpaper special variables
/template/dokukit/
Dstyle.ini47 ;dokuKIT special variables
/template/dokucms/
Dstyle.ini49 ;dokucms special variables
/template/twigstarter/vendor/twig/twig/src/Extension/
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/weltis/
Dstyle.ini30 ; Placeholders defined here will also be made available as LESS variables

123456