Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 29) sorted by relevance

12

/template/notes/css/
H A D.rss.xsl.swp23attribute>� <xsl:value-of select="enclosure/@url"/>� <xsl:attribut…
24attribute nam <xsl:attribute name="class">� <a target="_blank">� …
/template/battlehorse/js/
H A Dbuilder.js89 for(attribute in attributes)
90 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
91 '="' + attributes[attribute].toString().escapeHTML() + '"');
H A Dprototype.js1194 var property = pair.first(), attribute = pair.last();
1275 var attribute = element.attributes[name];
1276 if(attribute) return attribute.nodeValue;
1504 _getAttr: function(element, attribute) { argument
1505 return element.getAttribute(attribute, 2);
1508 _flag: function(element, attribute) { argument
1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) { argument
1534 attribute = t.names[attribute] || attribute;
1795 clause.each(function(attribute) { argument
[all …]
/template/a_new_day/js/
H A Dbuilder.js89 for(attribute in attributes)
90 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
91 '="' + attributes[attribute].toString().escapeHTML() + '"');
H A Dprototype.js1194 var property = pair.first(), attribute = pair.last();
1275 var attribute = element.attributes[name];
1276 if(attribute) return attribute.nodeValue;
1504 _getAttr: function(element, attribute) { argument
1505 return element.getAttribute(attribute, 2);
1508 _flag: function(element, attribute) { argument
1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) { argument
1534 attribute = t.names[attribute] || attribute;
1795 clause.each(function(attribute) { argument
[all …]
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php111 $attribute = $node->getNode('attribute');
112 …if ($attribute instanceof ConstantExpression && \in_array($attribute->getAttribute('value'), ['len…
113 …The "loop.%s" variable is not defined when looping with a condition.', $attribute->getAttribute('v…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php21 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, ?AbstractExpr… argument
23 $nodes = ['node' => $node, 'attribute' => $attribute];
/template/sprintdoc/
H A DTemplate.php225 // the attribute having an array defines where the image goes
226 foreach($attributes as $attribute => $data) {
229 $attr = $attribute;
232 // if the image attribute could not be found return
/template/templar/less/
H A Dlabels-badges.less51 …ground-color difference to links (and to simplify, we don't qualifty with `a` but [href] attribute)
H A Dtype.less181 // Added data-* attribute to help out our tooltip plugin, per https://github.com/twitter/bootstrap/…
H A Dnavbar.less149 .border-radius(15px); // redeclare because of specificity of the type attribute
/template/simple_sidebar/
H A Dstyle.css3 /** Side Bar width and page width are controlled by the width attribute of div.right_page,
/template/breeze/bower_components/gumby-fittext/
H A DREADME.md31 …can also specify minimum and maximum font sizes using the `gumby-sizes` attribute, specify `min|ma…
/template/amanuensis/
H A Dindex.css82 this is using a substring-matching attribute selector
/template/starterpjax/
H A DREADME.md100 …a small change to inc/template.php: in tpl_metaheaders(), added a defer attribute to the external …
/template/hexa/genericons/
H A DREADME.md150 * Title attribute on website tool.
/template/daily/css/
H A Dpure-min.css454 * Always hide an element when it has the `hidden` HTML attribute.
/template/able/css/
H A Dable.css332 * Safari doesn't support the quotes attribute, so the following rules are used.
/template/arcade-basic/css/
H A Dable.css332 * Safari doesn't support the quotes attribute, so the following rules are used.
/template/bootstrap3/
H A DRELEASE.md279 In this release new TOC and Page Tools layout, improved speed page loading, stability for third party plugins and UX and updated all assets (Bootstrap, Font-Awesome). Introduced new configurations and special data attribute for customize the template or single page or NS.
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.min.js.map1attribute with the return value of the `.toggle()` method\n this._element.setAttribute('aria-pr…
H A Dbootstrap.min.css.map1attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $…
H A Dbootstrap.rtl.min.css.map1attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $…
/template/klean/bootstrap/css/
H A Dbootstrap.css.map1attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[…
/template/starterbootstrap/css/
H A Dbootstrap.css.map1attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[…

12