| /template/twigstarter/vendor/twig/twig/src/Profiler/Node/ |
| D | EnterProfileNode.php | 32 ->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'))
|
| D | LeaveProfileNode.php | 33 …->write(sprintf("\$%s->leave(\$%s);\n\n", $this->getAttribute('var_name'), $this->getAttribute('va…
|
| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | GetAttrExpression.php | 37 $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'))
|
| D | CallExpression.php | 25 $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 …]
|
| D | NameExpression.php | 32 $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');
|
| D | MethodCallExpression.php | 29 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'))
|
| D | ParentExpression.php | 31 if ($this->getAttribute('output')) { 35 ->string($this->getAttribute('name')) 41 ->string($this->getAttribute('name'))
|
| D | ArrowFunctionExpression.php | 42 ->raw($name->getAttribute('name')) 52 ->raw($name->getAttribute('name')) 54 ->raw($name->getAttribute('name'))
|
| D | ArrayExpression.php | 26 …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/ |
| D | OptimizerNodeVisitor.php | 118 …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 …]
|
| D | SandboxNodeVisitor.php | 57 …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')) {
|
| D | EscaperNodeVisitor.php | 56 $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');
|
| D | SafeAnalysisNodeVisitor.php | 96 $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/ |
| D | tpl_functions.php | 75 $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/ |
| D | SetNode.php | 33 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')) {
|
| D | ForNode.php | 58 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…
|
| D | ImportNode.php | 35 ->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')) {
|
| D | ForLoopNode.php | 30 if ($this->getAttribute('else')) { 34 if ($this->getAttribute('with_loop')) { 41 if (!$this->getAttribute('ifexpr')) {
|
| D | IncludeNode.php | 39 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/ |
| D | ForTokenParser.php | 63 …$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…
|
| D | EmbedTokenParser.php | 34 …$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 D | subscribe.min.js | 1 …getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createR…
|
| H A D | subscribe.js | 12 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 D | XmlElement.php | 43 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 D | holy.js | 13 if (side.parentElement.getAttribute("id") !== "main-toc") { 18 if (side.previousElementSibling.getAttribute("id") !== "main-content") {
|