Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 7 of 7) sorted by relevance

/template/strap/ComboStrap/Xml/
H A DXmlDocument.php434 $parentNode->removeAttributeNS($namespaceUri, $node->localName);
458 $localName = $node->prefix;
460 $nameSpace[$localName] = $namespaceURI;
767 public function createElement(string $localName): XmlElement argument
769 $element = $this->domDocument->createElement($localName);
H A DXmlSystems.php140 $leftNodeName = $leftNode->localName;
141 $rightNodeName = $rightNode->localName;
H A DXmlElement.php165 return $this->domElement->localName;
/template/strap/resources/snippet/js/
H A Dcombo-html.js7 let clone = document.createElement(element.localName);
H A Dcarrousel.js61 if (element.localName === "a") {
/template/strap/ComboStrap/
H A DFetcherSvg.php1697 $localName = $this->xmlDocument->getElement()->getLocalName();
1698 if ($localName !== "svg") {
1699 throw new ExceptionBadSyntax("This is not a svg but a $localName element.");
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js493 if(p.localName=="TABLE"){coords.x+=parseInt(parentStyle.paddingLeft);
495 }else{if(p.localName=="BODY"){var style=view.getComputedStyle(elt,"");
498 }}}else{if(p.localName=="BODY"){coords.x+=parseInt(parentStyle.borderLeftWidth);
505 }}else{if(elt.localName=="BODY"){var style=view.getComputedStyle(elt,"");
663 this.getElementCSSSelector=function(element){var label=element.localName.toLowerCase();
706 }var tag=element.localName.toLowerCase();
715 if(attr.localName.indexOf("firebug-")==0){continue
716 }if(attr.localName.indexOf("-moz-math")==0){continue
743 if(attr.localName.indexOf("firebug-")==0){continue
744 }if(attr.localName.indexOf("-moz-math")==0){continue