Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 131) sorted by relevance

123456

/template/twigstarter/vendor/twig/twig/src/Profiler/Node/
DEnterProfileNode.php32 ->write(sprintf('$%s = $this->extensions[', $this->getAttribute('var_name')))
33 ->repr($this->getAttribute('extension_name'))
35 …\Profiler\Profile($this->getTemplateName(), ', $this->getAttribute('var_name'), $this->getAttribut…
36 ->repr($this->getAttribute('type'))
38 ->repr($this->getAttribute('name'))
DLeaveProfileNode.php33 …->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('va…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DGetAttrExpression.php37 $this->getAttribute('optimizable')
38 && (!$env->isStrictVariables() || $this->getAttribute('ignore_strict_check'))
39 && !$this->getAttribute('is_defined_test')
40 && Template::ARRAY_CALL === $this->getAttribute('type')
62 if ($this->getAttribute('ignore_strict_check')) {
79 ->repr($this->getAttribute('type'))
80 ->raw(', ')->repr($this->getAttribute('is_defined_test'))
81 ->raw(', ')->repr($this->getAttribute('ignore_strict_check'))
DCallExpression.php25 $callable = $this->getAttribute('callable');
53 …->env->get%s(\'%s\')->getCallable(), ', ucfirst($this->getAttribute('type')), $this->getAttribute(…
70 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) {
75 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) {
84 foreach ($this->getAttribute('arguments') as $argument) {
102 $callable = $this->getAttribute('callable');
118 $callType = $this->getAttribute('type');
119 $callName = $this->getAttribute('name');
134 $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic');
257 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) {
[all …]
DNameExpression.php32 $name = $this->getAttribute('name');
36 if ($this->getAttribute('is_defined_test')) {
56 } elseif ($this->getAttribute('always_defined')) {
63 …if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables(…
90 return isset($this->specialVars[$this->getAttribute('name')]);
95 return !$this->isSpecial() && !$this->getAttribute('is_defined_test');
DMethodCallExpression.php29 if ($this->getAttribute('is_defined_test')) {
32 ->repr($this->getNode('node')->getAttribute('name'))
34 ->repr($this->getAttribute('method'))
43 ->repr($this->getNode('node')->getAttribute('name'))
45 ->repr($this->getAttribute('method'))
DParentExpression.php31 if ($this->getAttribute('output')) {
35 ->string($this->getAttribute('name'))
41 ->string($this->getAttribute('name'))
DArrowFunctionExpression.php42 ->raw($name->getAttribute('name'))
52 ->raw($name->getAttribute('name'))
54 ->raw($name->getAttribute('name'))
DArrayExpression.php26 …tExpression && ctype_digit((string) $pair['key']->getAttribute('value')) && $pair['key']->getAttri…
27 $this->index = $pair['key']->getAttribute('value');
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php118 …if ($node instanceof FilterExpression && 'raw' == $node->getNode('filter')->getAttribute('value'))…
134 … array_unshift($this->loopsTargets, $node->getNode('value_target')->getAttribute('name'));
135 array_unshift($this->loopsTargets, $node->getNode('key_target')->getAttribute('name'));
144 elseif ($node instanceof NameExpression && 'loop' === $node->getAttribute('name')) {
150 …elseif ($node instanceof NameExpression && \in_array($node->getAttribute('name'), $this->loopsTarg…
160 elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) {
166 && 'include' === $node->getAttribute('name')
168 … || false !== $node->getNode('arguments')->getNode('with_context')->getAttribute('value')
177 || 'parent' === $node->getNode('attribute')->getAttribute('value')
179 && (true === $this->loops[0]->getAttribute('with_loop')
[all …]
DSandboxNodeVisitor.php57 …ceof FilterExpression && !isset($this->filters[$node->getNode('filter')->getAttribute('value')])) {
58 $this->filters[$node->getNode('filter')->getAttribute('value')] = $node;
62 …if ($node instanceof FunctionExpression && !isset($this->functions[$node->getAttribute('name')])) {
63 $this->functions[$node->getAttribute('name')] = $node;
76 if ($node instanceof SetNode && !$node->getAttribute('capture')) {
DEscaperNodeVisitor.php56 $this->statusStack[] = $node->getAttribute('value');
58 …is->statusStack[] = isset($this->blocks[$node->getAttribute('name')]) ? $this->blocks[$node->getAt…
60 $this->safeVars[] = $node->getNode('var')->getAttribute('name');
86 $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env);
149 $name = $filter->getNode('filter')->getAttribute('value');
DSafeAnalysisNodeVisitor.php96 $name = $node->getNode('filter')->getAttribute('value');
109 $name = $node->getAttribute('name');
118 if ($node->getAttribute('safe')) {
124 $name = $node->getNode('node')->getAttribute('name');
/template/bulma/
Dtpl_functions.php75 $name = $ele->getAttribute('name');
81 $type = $ele->getAttribute('type');
85 $label->setAttribute('class', $label->getAttribute('class') . ' checkbox');
89 $label->setAttribute('class', $label->getAttribute('class') . ' radio');
92 $ele->setAttribute('class', $ele->getAttribute('class') . ' input is-small');
111 switch (substr($i->getAttribute('class'), 5, 1)) {
137 $classes = $div->getAttribute('class');
142 $classes = $ele->getAttribute('class');
150 $classes = $ele->getAttribute('class');
162 $ele->setAttribute('class', $ele->getAttribute('class') .' textarea');
[all …]
/template/twigstarter/vendor/twig/twig/src/Node/
DSetNode.php33 if ($this->getAttribute('capture')) {
38 …$this->setNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplat…
59 if ($this->getAttribute('capture')) {
72 if ($this->getAttribute('capture')) {
77 if (!$this->getAttribute('capture')) {
91 if ($this->getAttribute('safe')) {
DForNode.php58 if ($this->getAttribute('with_loop')) {
68 if (!$this->getAttribute('ifexpr')) {
84 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop'));
85 $this->loop->setAttribute('ifexpr', $this->getAttribute('ifexpr'));
112 …\''.$this->getNode('key_target')->getAttribute('name').'\'], $context[\''.$this->getNode('value_ta…
DImportNode.php35 ->repr($this->getNode('var')->getAttribute('name'))
39 if ($this->getAttribute('global')) {
42 ->repr($this->getNode('var')->getAttribute('name'))
47 …de('expr') instanceof NameExpression && '_self' === $this->getNode('expr')->getAttribute('name')) {
DForLoopNode.php30 if ($this->getAttribute('else')) {
34 if ($this->getAttribute('with_loop')) {
41 if (!$this->getAttribute('ifexpr')) {
DIncludeNode.php39 if ($this->getAttribute('ignore_missing')) {
93 $compiler->raw(false === $this->getAttribute('only') ? '$context' : '[]');
94 } elseif (false === $this->getAttribute('only')) {
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DForTokenParser.php63 …$keyTarget = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLin…
65 …$valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTempl…
69 …$valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTempl…
93 …Node('node') instanceof NameExpression && 'loop' == $node->getNode('node')->getAttribute('name')) {
110 …Node('node') instanceof NameExpression && 'loop' == $node->getNode('node')->getAttribute('name')) {
112 …if ($attribute instanceof ConstantExpression && \in_array($attribute->getAttribute('value'), ['len…
113 … variable is not defined when looping with a condition.', $attribute->getAttribute('value')), $nod…
DEmbedTokenParser.php34 …$parentToken = new Token(/* Token::STRING_TYPE */ 7, $parent->getAttribute('value'), $token->getLi…
36 …$parentToken = new Token(/* Token::NAME_TYPE */ 5, $parent->getAttribute('name'), $token->getLine(…
58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
/template/strap/resources/snippet/js/
H A Dsubscribe.min.js1getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createR…
H A Dsubscribe.js12 let url = new URL(form.getAttribute("action"));
41 let header = form.getAttribute("data-success-header");
46 message = form.getAttribute("data-success-content");
/template/strap/ComboStrap/Xml/
H A DXmlElement.php43 public function getAttribute(string $qualifiedName): string function in ComboStrap\\Xml\\XmlElement
45 return $this->domElement->getAttribute($qualifiedName);
50 return $this->domElement->getAttribute("class");
142 return $this->domElement->getAttribute("style");
236 return $this->getAttribute("id");
249 return $this->getAttribute($string);
404 $value = $this->getAttribute($attributeName);
/template/strap/resources/theme/default/pages/templates/
H A Dholy.js13 if (side.parentElement.getAttribute("id") !== "main-toc") {
18 if (side.previousElementSibling.getAttribute("id") !== "main-content") {

123456