Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 225) sorted by relevance

123456789

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DSetTokenParser.php34 $names = $this->parser->getExpressionParser()->parseAssignmentExpression();
42 if (\count($names) !== \count($values)) {
48 if (\count($names) > 1) {
58 return new SetNode($capture, $names, $values, $lineno, $this->getTag());
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php491 …* @param string|TemplateWrapper|array $names A template or an array of templates to try consecutiv…
498 public function resolveTemplate($names) argument
500 if (!\is_array($names)) {
501 $names = [$names];
504 $count = \count($names);
505 foreach ($names as $name) {
520 …derError(sprintf('Unable to find one of the following templates: "%s".', implode('", "', $names)));
H A DTemplate.php301 $names = array_merge(array_keys($blocks), array_keys($this->blocks));
304 $names = array_merge($names, $parent->getBlockNames($context));
307 return array_unique($names);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null) argument
26 parent::__construct(['expr' => $expr, 'names' => $names], [], $lineno, $tag);
H A DCallExpression.php151 $names = [];
165 $names[] = $name;
175 …$name, $callType, $callName, implode(', ', $names), \count($missingArguments) > 1 ? 's' : '', impl…
231 …1 ? 's' : '', implode('", "', array_keys($parameters)), $callType, $callName, implode(', ', $names)
/template/twigstarter/vendor/twig/twig/src/Node/
H A DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n… argument
26 …parent::__construct(['names' => $names, 'values' => $values], ['capture' => $capture, 'safe' => fa…
/template/breeze/bower_components/modular-scale/
H A Dmodular-scale.gemspec17 # The names of the author(s) of the extension.
55 # Gem names and versions that are required for your Compass extension.
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG4 * Do not reuse internally generated variable names during parsing
90 * Fix implementation of case-insensitivity for method names
141 * allowed string operators as variables names in assignments
285 * fixed block names unicity
300 * made variable names deterministic in compiled templates
372 * removed reserved macro names; all names can be used as macro
/template/monobook/conf/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/conf/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/ca/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/es/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/vector/lang/fa/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/prsnl10/lang/de-informal/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/blogtng-tpl/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/de/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/de-informal/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/en/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/ko/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/mnml-blog/lang/nl/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/de/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/en/
H A D.htaccess5 # away from indexing files containing version information, names and/or not
/template/monobook/lang/eo/
H A D.htaccess5 # away from indexing files containing version information, names and/or not

123456789