Searched defs:names (Results 1 – 4 of 4) sorted by relevance
/template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
D | ArrowFunctionExpression.php | 24 public function __construct(AbstractExpression $expr, Node $names, $lineno, $tag = null)
|
/template/twigstarter/vendor/twig/twig/src/Node/ |
D | SetNode.php | 24 …public function __construct(bool $capture, Node $names, Node $values, int $lineno, string $tag = n…
|
/template/twigstarter/vendor/twig/twig/src/ |
D | Environment.php | 498 public function resolveTemplate($names)
|
/template/strap/resources/firebug/ |
D | firebug-lite-1.4.js | 3951 },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])
|