| /template/bulma/ |
| D | tpl_functions.php | 64 $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/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | FunctionExpression.php | 29 $this->setAttribute('name', $name); 30 $this->setAttribute('type', 'function'); 31 $this->setAttribute('needs_environment', $function->needsEnvironment()); 32 $this->setAttribute('needs_context', $function->needsContext()); 33 $this->setAttribute('arguments', $function->getArguments()); 38 $this->setAttribute('callable', $callable); 39 $this->setAttribute('is_variadic', $function->isVariadic());
|
| D | FilterExpression.php | 30 $this->setAttribute('name', $name); 31 $this->setAttribute('type', 'filter'); 32 $this->setAttribute('needs_environment', $filter->needsEnvironment()); 33 $this->setAttribute('needs_context', $filter->needsContext()); 34 $this->setAttribute('arguments', $filter->getArguments()); 35 $this->setAttribute('callable', $filter->getCallable()); 36 $this->setAttribute('is_variadic', $filter->isVariadic());
|
| D | TestExpression.php | 34 $this->setAttribute('name', $name); 35 $this->setAttribute('type', 'test'); 36 $this->setAttribute('arguments', $test->getArguments()); 37 $this->setAttribute('callable', $test->getCallable()); 38 $this->setAttribute('is_variadic', $test->isVariadic());
|
| /template/graphy/ |
| D | navigation.js | 29 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/twigstarter/vendor/twig/twig/src/Node/Expression/Test/ |
| D | DefinedTest.php | 41 $node->setAttribute('is_defined_test', true); 43 $node->setAttribute('is_defined_test', true); 46 $node->setAttribute('is_defined_test', true); 48 $node->setAttribute('is_defined_test', true); 52 $node->setAttribute('is_defined_test', true); 62 $node->setAttribute('optimizable', false); 63 $node->setAttribute('ignore_strict_check', true);
|
| /template/klean/ |
| D | navigation.js | 27 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/ |
| D | OptimizerNodeVisitor.php | 105 $exprNode->setAttribute('output', true); 132 $node->setAttribute('with_loop', false); 145 $node->setAttribute('always_defined', true); 151 $node->setAttribute('always_defined', true); 203 $this->loops[0]->setAttribute('with_loop', true); 209 $loop->setAttribute('with_loop', true);
|
| /template/strap/resources/snippet/js/ |
| H A D | backlink.js | 34 wikiBacklinkButton.setAttribute("role", "button") 35 wikiBacklinkButton.setAttribute("title", "Go to the original backlinks page") 37 wikiBacklinkButton.setAttribute("href", JSINFO["whref"] + "?do=backlink")
|
| H A D | require.js | 25 node.setAttribute('integrity', sri[module]); 26 node.setAttribute('crossorigin', 'anonymous');
|
| H A D | metadata.js | 35 submitButton.setAttribute("type", "submit"); 36 submitButton.setAttribute("form", formHtmlElement.id); 155 submitButton.setAttribute("type", "submit"); 156 submitButton.setAttribute("form", formId);
|
| /template/bootstrap3/assets/iconify/plugins/ |
| D | fa.js | 55 element.setAttribute('rel', 'stylesheet'); 56 element.setAttribute('type', 'text/css'); 57 element.setAttribute('href', stylesheetCDN);
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | ForNode.php | 83 $this->loop->setAttribute('else', $this->hasNode('else')); 84 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop')); 85 $this->loop->setAttribute('ifexpr', $this->getAttribute('ifexpr'));
|
| D | EmbedNode.php | 30 $this->setAttribute('name', $name); 31 $this->setAttribute('index', $index);
|
| D | SetNode.php | 34 $this->setAttribute('safe', true); 39 $this->setAttribute('capture', false);
|
| /template/strap/ComboStrap/ |
| H A D | OutlineSection.php | 72 $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 D | FetcherSvg.php | 873 $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/parallax/lib/js/ |
| D | retina-1.1.0.js | 136 that.el.setAttribute('width', that.el.offsetWidth); 137 that.el.setAttribute('height', that.el.offsetHeight); 138 that.el.setAttribute('src', path);
|
| D | retina-1.1.0.min.js | 10 …etTimeout(g,5)}else{f.el.setAttribute("width",f.el.offsetWidth);f.el.setAttribute("height",f.el.of…
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 171 $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/ |
| D | anchor.min.js | 6 …setAttribute("id",u),a=u}g=a.replace(/-/g," "),B=document.createElement("a"),B.className="anchorjs…
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js | 24 …setAttribute("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")… 30 …setAttribute(`data${l}-toggle`,"popover"),this.popoverRootHtmlElement.setAttribute(`data${l}-trigg…
|
| /template/writr/ |
| D | script.js | 359 iframe.setAttribute('data-writr-last-applied', String(target)); 363 iframe.setAttribute('data-writr-last-disqus', String(disqusHeight)); 374 iframe.setAttribute('data-writr-disqus-observer', '1');
|
| /template/kajukkd/fonts/demo-files/ |
| D | demo.js | 2 document.body.setAttribute('class', 'noBoxShadow');
|
| /template/minimalism/scripts/ |
| D | search.js | 14 min_search.setAttribute('autocomplete', 'off');
|