Home
last modified time | relevance | path

Searched refs:localName (Results 1 – 25 of 45) sorted by path

12

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php764 if ($node->localName == 'InclusiveNamespaces') {
798 if ($node->localName == 'XPath') {
804 if ($nsnode->localName != "xml") {
805 $arXPath['namespaces'][$nsnode->localName] = $nsnode->nodeValue;
1655 switch ($child->localName) {
1663 switch ($keyval->localName) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php856 … $signedElement = '{'.$signNode->parentNode->namespaceURI.'}'.$signNode->parentNode->localName;
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js7localName:n}}function di(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunctionc4f831ab10100.o.ns
33 …,null!=o)for(;f<o.length;f++)if((c=o[f])&&"setAttribute"in c==!!d&&(d?c.localName===d:3===c.nodeTy…
H A Dbpmn-navigated-viewer.production.min.js2localName:n}}function di(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunctionbb2fc3951c900.a.ns
H A Dbpmn-viewer.production.min.js2localName:n}}function mi(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunction98f4c1951c900.a.ns
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2localName:n}}function je(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunction9d0550af3d00.o.ns
21 …,null!=o)for(;f<o.length;f++)if((u=o[f])&&"setAttribute"in u==!!h&&(h?u.localName===h:3===u.nodeTy…
H A Ddmn-navigated-viewer.production.min.js2localName:n}}function pe(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunction499a07193300.o.ns
H A Ddmn-viewer.production.min.js2localName:n}}function pe(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunctionfc9810193300.o.ns
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js7577 localName, prefix;
7581 localName = name;
7597 localName: localName
8265 localName: nameNs.localName, property in AnonymousFunctionf8d14cd1ed00.descriptor.ns
9462 localName = nameNs.localName;
10478 return assign({ localName: descriptor.ns.localName }, ns);
10485 return assign({ localName: descriptor.ns.localName }, ns);
10704 return { localName: ns.localName };
10715 return { localName: ns.localName };
10717 return assign({ localName: ns.localName }, effectiveNs);
[all …]
H A Dbpmn-modeler.production.min.js7localName:n}}function ai(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},thi… property in AnonymousFunction238dff8710400.o.ns
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js101 nodeType = prevNode.$.parentNode.localName;
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js101 nodeType = prevNode.$.parentNode.localName;
/plugin/combo/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.");
/plugin/combo/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 DXmlElement.php165 return $this->domElement->localName;
H A DXmlSystems.php140 $leftNodeName = $leftNode->localName;
141 $rightNodeName = $rightNode->localName;
/plugin/combo/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
[all...]
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js61 if (element.localName === "a") {
H A Dcombo-html.js7 let clone = document.createElement(element.localName);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php107 list($ns, $localName) = XmlService::parseClarkNotation($element);
109 $propName = $this->namespaceMap[$ns] . ':' . $localName;
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php90 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
H A DWriter.php161 list($namespace, $localName) =
165 $result = $this->startElementNS($this->namespaceMap[$namespace], $localName, null);
171 $result = $this->startElement($localName);
177 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
254 $localName
260 $this->namespaceMap[$namespace] . ':' . $localName,
271 $localName,
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...

12