Home
last modified time | relevance | path

Searched refs:hasAttribute (Results 1 – 25 of 37) sorted by relevance

12

/template/strap/resources/snippet/js/
H A Dlozad-raster.js6 if (el.hasAttribute("data-srcset")) {
7 if (el.hasAttribute("data-sizes")) {
12 if (el.hasAttribute("data-src")) {
H A Dpage-protection.js17 if (element.hasAttribute("title")) {
H A Dlightbox.js45 if (img !== null && img.hasAttribute("alt")) {
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php70 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) {
75 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) {
83 if ($this->hasAttribute('arguments')) {
134 $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic');
257 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) {
260 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) {
263 if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) {
/template/strap/ComboStrap/Tag/
H A DFollowTag.php39 !$tagAttributes->hasAttribute(syntax_plugin_combo_link::MARKUP_REF_ATTRIBUTE)
40 && !$tagAttributes->hasAttribute(FollowTag::HANDLE_ATTRIBUTE)
H A DWebCodeTag.php292 if (!$tagAttributes->hasAttribute(TagAttributes::NAME_ATTRIBUTE)) {
/template/strap/ComboStrap/
H A DButtonTag.php117 if (!$attributes->hasAttribute("class") && !$attributes->hasAttribute("spacing")) {
H A DTagAttributes.php1278 public function hasAttribute($attribute): bool function in ComboStrap\\TagAttributes
1280 $hasAttribute = $this->hasComponentAttribute($attribute);
1281 if ($hasAttribute === true) {
1473 $hasAttribute = $this->hasComponentAttribute($key);
1474 if ($hasAttribute) {
1477 return $hasAttribute;
H A DLinkMarkup.php339 if (!$outputAttributes->hasAttribute("title")) {
363 if (!$outputAttributes->hasAttribute("title")) {
H A DCardTag.php100 if (!$actualCall->hasAttribute(Dimension::RATIO_ATTRIBUTE)) {
H A DOutlineSection.php175 !$this->headingEnterCall->hasAttribute("id")
H A DTabsTag.php106 if (!$tagAttributes->hasAttribute(Spacing::SPACING_ATTRIBUTE)) {
H A DFetcherSvg.php1147 if ($documentElement->hasAttribute(FetcherSvg::STROKE_ATTRIBUTE)) {
1188 if (!$isDoubleColor && !$documentElement->hasAttribute("fill")) {
1463 !$tagAttributes->hasAttribute(MediaMarkup::$MEDIA_QUERY_PARAMETER) &&
H A DCall.php711 function hasAttribute($attributeName): bool function in ComboStrap\\Call
H A DBrandButton.php697 if ($tagAttributes->hasAttribute("href")) {
/template/strap/ComboStrap/Xml/
H A DXmlElement.php181 public function hasAttribute(string $name): bool function in ComboStrap\\Xml\\XmlElement
183 return $this->domElement->hasAttribute($name);
246 if (!$this->hasAttribute($string)) {
/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php100 public function hasAttribute($name) function in Twig\\Node\\Node
/template/strap/syntax/
H A Dtooltip.php158 if ($openingTag->hasAttribute(self::TEXT_ATTRIBUTE)) {
H A Dlink.php349 !$parent->hasAttribute(self::CLICKABLE_ATTRIBUTE) &&
/template/bootstrap3/assets/anchorjs/
Danchor.min.js6 …0;r<o.length;r++)if(this.hasAnchorJSLink(o[r]))d.push(r);else{if(o[r].hasAttribute("id"))a=o[r].ge…
/template/a_new_day/js/
Dprototype.js1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) {
2076 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/template/battlehorse/js/
Dprototype.js1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) {
2076 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;
/template/argon/assets/js/core/
Dbootstrap.min.js6hasAttribute("disabled")||this._element.classList.contains("disabled")||(n&&this._element.setAttri…
/template/strap/resources/library/bootstrap/4.5.0/
H A Dbootstrap.min.js6hasAttribute("disabled")||this._element.classList.contains("disabled")||(n&&this._element.setAttri…
/template/strap/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js6hasAttribute("disabled")||this._element.classList.contains("disabled")||(e&&this._element.setAttri…

12