| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | IncludeTokenParser.php | 31 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];
|
| D | WithTokenParser.php | 28 $variables = null; 31 $variables = $this->parser->getExpressionParser()->parseExpression(); 41 return new WithNode($body, $variables, $only, $token->getLine(), $this->getTag());
|
| D | EmbedTokenParser.php | 30 list($variables, $only, $ignoreMissing) = $this->parseArguments(); 58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | WithNode.php | 23 …public function __construct(Node $body, ?Node $variables, bool $only, int $lineno, string $tag = n… argument 26 if (null !== $variables) { 27 $nodes['variables'] = $variables;
|
| D | IncludeNode.php | 25 …public function __construct(AbstractExpression $expr, ?AbstractExpression $variables, bool $only, … argument 28 if (null !== $variables) { 29 $nodes['variables'] = $variables;
|
| D | EmbedNode.php | 26 …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/ |
| D | style.txt | 1 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.less | 18 @variables: #88c0ff; 88 /* variables */ 90 color: @variables;
|
| /template/breeze/bower_components/modular-scale/ |
| D | changelog.md | 10 * ratios are variables, not functions 11 * Common variables are scoped to "ms-"
|
| /template/templar/less/ |
| D | bootstrap.less | 11 // Core variables and mixins 12 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
|
| D | responsive.less | 21 @import "variables.less"; // Modify this for custom colors, font-sizes, etc
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 680 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 D | Template.php | 161 $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 D | CHANGELOG.md | 27 * 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/ |
| D | typoUI.scss | 6 @import 'variables';
|
| /template/templar/css/ |
| D | screen.less | 14 // Core variables and mixins 15 @import "../less/variables.less"; // Modify this for custom colors, font-sizes, etc
|
| /template/argon-alt/ |
| D | style.ini | 41 ; 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 D | head-partial.hbs | 12 {{!-- The bootstrap css variables customization --}}
|
| /template/kajukkd/css/ |
| D | geshidark.css | 84 /* variables */
|
| /template/klean/css/ |
| D | klean-navigation.less | 1 /* desbest edit taken from variables.less */
|
| /template/wallpaper/ |
| D | style.ini | 50 ;wallpaper special variables
|
| /template/dokukit/ |
| D | style.ini | 47 ;dokuKIT special variables
|
| /template/dokucms/ |
| D | style.ini | 49 ;dokucms special variables
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1251 * @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/ |
| D | style.ini | 30 ; Placeholders defined here will also be made available as LESS variables
|