Home
last modified time | relevance | path

Searched defs:names (Results 1 – 4 of 4) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DArrowFunctionExpression.php24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null)
/template/twigstarter/vendor/twig/twig/src/Node/
DSetNode.php24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n…
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php498 public function resolveTemplate($names)
/template/strap/resources/firebug/
Dfirebug-lite-1.4.js3951 },getVarNames:function(names){if(this.value instanceof Parts){names.push(this.value.parts[0].name) argument
3978 },getVarNames:function(names){if(this.iter instanceof Parts){names.push(this.iter.parts[0].name) argument
3979 }DomplateTag.prototype.getVarNames.apply(this,[names])