Searched refs:varName (Results 1 – 5 of 5) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/ |
| D | ProfilerNodeVisitor.php | 31 private $varName; variable in Twig\\Profiler\\NodeVisitor\\ProfilerNodeVisitor 36 …$this->varName = sprintf('__internal_%s', hash(\PHP_VERSION_ID < 80100 ? 'sha256' : 'xxh128', $ext… 47 …this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $this->varName), $node->getNode(… 48 …$node->setNode('display_end', new Node([new LeaveProfileNode($this->varName), $node->getNode('disp… 51 …nterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $this->varName), 53 new LeaveProfileNode($this->varName), 57 …nterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $this->varName), 59 new LeaveProfileNode($this->varName),
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | DeprecatedNode.php | 40 $varName = $compiler->getVarName(); 41 $compiler->write(sprintf('$%s = ', $varName)) 44 ->write(sprintf('@trigger_error($%s', $varName));
|
| /template/twigstarter/vendor/twig/twig/src/Profiler/Node/ |
| D | LeaveProfileNode.php | 24 public function __construct(string $varName) argument 26 parent::__construct([], ['var_name' => $varName]);
|
| D | EnterProfileNode.php | 24 public function __construct(string $extensionName, string $type, string $name, string $varName) argument 26 …], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName]);
|
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 3971 …t(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.varName=oldTag?oldTag.varName:args[0… 3988 }blocks.push("__loop__.apply(this, [",iterName,", __out__, function(",this.varName,", __out__) {"); 4049 if(part instanceof Variable){var varName="d"+path.renderIndex++; 4052 ++j){varName=part.format[j]+"("+varName+")" 4053 }}vals.push(varName)
|