Home
last modified time | relevance | path

Searched refs:setAttribute (Results 1 – 25 of 103) sorted by relevance

12345

/template/bulma/
Dtpl_functions.php64 $ele->setAttribute('class', 'button is-small');
67 $ele->setAttribute('class', 'button is-small');
70 $ele->setAttribute('class', 'button is-small');
77 $ele->parentNode->setAttribute('class', 'select is-small');
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');
115 $ele->setAttribute('class', 'is-lower-alpha');
118 $ele->setAttribute('class', 'is-upper-roman');
121 $ele->setAttribute('class', 'is-upper-alpha');
[all …]
/template/graphy/
Dnavigation.js29 button.setAttribute( 'aria-controls', 'primary-menu' );
30 button.setAttribute( 'aria-expanded', 'false' );
31 menu.setAttribute( 'aria-expanded', 'false' );
42 button.setAttribute( 'aria-expanded', 'false' );
43 menu.setAttribute( 'aria-expanded', 'false' );
46 button.setAttribute( 'aria-expanded', 'true' );
47 menu.setAttribute( 'aria-expanded', 'true' );
61 subMenus[i].parentNode.setAttribute( 'aria-haspopup', 'true' );
/template/klean/
Dnavigation.js27 menu.setAttribute( 'aria-expanded', 'false' );
37 button.setAttribute( 'aria-expanded', 'false' );
38 menu.setAttribute( 'aria-expanded', 'false' );
41 button.setAttribute( 'aria-expanded', 'true' );
42 menu.setAttribute( 'aria-expanded', 'true' );
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php113 $exprNode->setAttribute('output', true);
128 $node->setAttribute('with_loop', false);
141 $node->setAttribute('always_defined', true);
147 $node->setAttribute('always_defined', true);
199 $this->loops[0]->setAttribute('with_loop', true);
205 $loop->setAttribute('with_loop', true);
/template/strap/resources/snippet/js/
H A Dbacklink.js34 wikiBacklinkButton.setAttribute("role", "button")
35 wikiBacklinkButton.setAttribute("title", "Go to the original backlinks page")
37 wikiBacklinkButton.setAttribute("href", JSINFO["whref"] + "?do=backlink")
H A Drequire.js25 node.setAttribute('integrity', sri[module]);
26 node.setAttribute('crossorigin', 'anonymous');
H A Dmetadata.js35 submitButton.setAttribute("type", "submit");
36 submitButton.setAttribute("form", formHtmlElement.id);
155 submitButton.setAttribute("type", "submit");
156 submitButton.setAttribute("form", formId);
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DSupportDefinedTestDeprecationTrait.php34 public function setAttribute(string $name, $value): void function
41 parent::setAttribute($name, $value);
DGetAttrExpression.php99 $this->getNode('node')->setAttribute('ignore_strict_check', true);
202 $node->setAttribute('optimizable', false);
203 $node->setAttribute('ignore_strict_check', true);
212 $this->setAttribute('is_short_circuited', true);
223 $this->setAttribute('var_name', $compiler->getVarName());
DTestExpression.php48 $this->setAttribute('twig_callable', $test);
69 …$this->setAttribute('twig_callable', $compiler->getEnvironment()->getTest($this->getAttribute('nam…
DFunctionExpression.php39 $this->setAttribute('twig_callable', $function);
73 $this->setAttribute('twig_callable', $compiler->getEnvironment()->getFunction($name));
DFilterExpression.php46 $this->setAttribute('twig_callable', $filter);
76 $this->setAttribute('twig_callable', $compiler->getEnvironment()->getFilter($name));
DAbstractExpression.php34 $this->setAttribute('with_parentheses', true);
/template/bootstrap3/assets/iconify/plugins/
Dfa.js55 element.setAttribute('rel', 'stylesheet');
56 element.setAttribute('type', 'text/css');
57 element.setAttribute('href', stylesheetCDN);
/template/twigstarter/vendor/twig/twig/src/Node/
DEmbedNode.php32 $this->setAttribute('name', $name);
33 $this->setAttribute('index', $index);
DForNode.php86 $this->loop->setAttribute('else', $this->hasNode('else'));
87 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop'));
/template/parallax/lib/js/
Dretina-1.1.0.js136 that.el.setAttribute('width', that.el.offsetWidth);
137 that.el.setAttribute('height', that.el.offsetHeight);
138 that.el.setAttribute('src', path);
Dretina-1.1.0.min.js10 …etTimeout(g,5)}else{f.el.setAttribute("width",f.el.offsetWidth);f.el.setAttribute("height",f.el.of…
/template/strap/ComboStrap/
H A DOutlineSection.php72 $this->headingEnterCall->setAttribute(3, false);
75 $this->headingEnterCall->setAttribute('id', $this->getHeadingId());
311 $this->headingEnterCall->setAttribute(HeadingTag::LEVEL, $level);
313 $headingExitCall->setAttribute(HeadingTag::LEVEL, $level);
402 $contentCall->setAttribute("ref", "#" . $expectedH1ID);
H A DFetcherSvg.php873 $documentElement->setAttribute('data-name', $name);
1012 … $documentElement->setAttribute(FetcherSvg::VIEW_BOX, "$x $y $viewBoxWidth $viewBoxHeight");
1018 …$documentElement->setAttribute(FetcherSvg::VIEW_BOX, "0 0 {$this->getIntrinsicWidth()} {$this->get…
1033 ->setAttribute(Dimension::WIDTH_KEY, $targetWidth)
1034 ->setAttribute(Dimension::HEIGHT_KEY, $targetHeight);
1075 $documentElement->setAttribute("preserveAspectRatio", $aspectRatio);
1193 $documentElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);
1263 $documentElement->setAttribute("fill", $colorValue);
1281 … $nodeElement->setAttribute("fill", FetcherSvg::CURRENT_COLOR);
1293 $firsFillElement->setAttribute("fill", $colorValue);
[all …]
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DSandboxTokenParser.php45 $body->setAttribute('sandboxed', true);
56 $node->setAttribute('sandboxed', true);
/template/strap/ComboStrap/Xml/
H A DXmlElement.php171 $this->domElement->setAttribute("class", $classes);
175 public function setAttribute(string $name, string $value): XmlElement function in ComboStrap\\Xml\\XmlElement
177 $this->domElement->setAttribute($name, $value);
273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));
317 $this->setAttribute("class", $newClass);
/template/bootstrap3/assets/anchorjs/
Danchor.min.js6setAttribute("id",u),a=u}g=a.replace(/-/g," "),B=document.createElement("a"),B.className="anchorjs…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/Variable/
DTemplateVariable.php22 $this->setAttribute('name', $compiler->getVarName());
/template/strap/resources/library/combo/
H A Dcombo.min.js24setAttribute("id",t),d.innerHTML=`${e} ${o}`,d}setControlWidth(t){return this.width=t,this}setLabe…
29 …his.dismissOnNextClick?(e.trigger="focus",this.popoverRootHtmlElement.setAttribute("tabindex","0")…
30setAttribute(`data${l}-toggle`,"popover"),this.popoverRootHtmlElement.setAttribute(`data${l}-trigg…

12345