Home
last modified time | relevance | path

Searched refs:getAttribute (Results 26 – 50 of 90) sorted by relevance

1234

/template/rtd_suterdev/js/
H A Dreadthedokus.js41 if (!isFound && elem.getAttribute("data-wiki-id") === this._id)
81 …document.body.setAttribute("data-contentlang", document.body.getAttribute("data-id").split(":")[0]…
503 var href = elem.getAttribute("href");
507 …if (href.substring(0,1) == "#" || elem.getAttribute("title") == document.body.getAttribute("data-i…
/template/readthedokus/js/
H A Dreadthedokus.js41 if (!isFound && elem.getAttribute("data-wiki-id") === this._id)
81 document.body.setAttribute("data-contentlang", document.body.getAttribute("data-id").split(":")[0]);
503 var href = elem.getAttribute("href");
507 if (href.substring(0,1) == "#" || elem.getAttribute("title") == document.body.getAttribute("data-id"))
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DMacroAutoImportNodeVisitor.php53 '_self' === $node->getNode('node')->getAttribute('name') &&
58 $name = $node->getNode('attribute')->getAttribute('value');
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php51 …new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $this->var…
57 …new EnterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $this->var…
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php374 … $value = new NameExpression($key->getAttribute('value'), $key->getTemplateLine());
494 …Expression && null !== $this->parser->getImportedSymbol('template', $node->getAttribute('name'))) {
496 …ntf('Dynamic macro names are not supported (called on "%s").', $node->getAttribute('name')), $toke…
499 $name = $arg->getAttribute('value');
563 $class = $this->getFilterNodeClass($name->getAttribute('value'), $token->getLine());
615 $name = $value->getAttribute('name');
630 $name = $value->getAttribute('name');
704 …n && null !== $alias = $this->parser->getImportedSymbol('function', $node->getAttribute('name'))) {
/template/parallax/lib/js/
H A Dretina-1.1.0.js119 this.path = new RetinaImagePath(this.el.getAttribute('src'), this.el.getAttribute('data-at2x'));
H A Dretina-1.1.0.min.js10 …d()}}}};function d(f){this.el=f;this.path=new e(this.el.getAttribute("src"),this.el.getAttribute("…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DAssignNameExpression.php23 ->string($this->getAttribute('name'))
H A DConstantExpression.php26 $compiler->repr($this->getAttribute('value'));
H A DTempNameExpression.php27 ->raw($this->getAttribute('name'))
H A DTestExpression.php31 $name = $this->getAttribute('name');
H A DFilterExpression.php27 $name = $this->getNode('filter')->getAttribute('value');
/template/twigstarter/vendor/twig/twig/src/Node/
H A DTextNode.php34 ->string($this->getAttribute('data'))
H A DBlockReferenceNode.php33 …->write(sprintf("\$this->displayBlock('%s', \$context, \$blocks);\n", $this->getAttribute('name')))
H A DBlockNode.php33 …("public function block_%s(\$context, array \$blocks = [])\n", $this->getAttribute('name')), "{\n")
H A DWithNode.php54 if ($this->getAttribute('only')) {
H A DMacroNode.php41 ->write(sprintf('public function macro_%s(', $this->getAttribute('name')))
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DImportTokenParser.php32 $this->parser->addImportedSymbol('template', $var->getAttribute('name'));
H A DSandboxTokenParser.php41 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
H A DAutoEscapeTokenParser.php36 $value = $expr->getAttribute('value');
/template/kajukkd/fonts/demo-files/
H A Ddemo.js8 target.getAttribute('class').indexOf('liga') === -1) {
/template/strap/_test/
H A DstrapTest.php59 $value = $domElement->getAttribute($attr);
693 …p://wiki.example.com/./lib/tpl/strap/images/favicon-32x32.png", $firstIcons->getAttribute("href"));
698 …p://wiki.example.com/./lib/tpl/strap/images/favicon-16x16.png", $secondIcon->getAttribute("href"));
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Filter/
H A DDefaultFilter.php36 …if ('default' === $filterName->getAttribute('value') && ($node instanceof NameExpression || $node …
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js6getAttribute("data-bs-target");if(!e||"#"===e){let s=t.getAttribute("href");if(!s||!s.includes("#"…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php47 … } elseif ($node instanceof FunctionExpression && 'constant' === $node->getAttribute('name')) {

1234