Home
last modified time | relevance | path

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

12

/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dmathjax-sre.js639 …(!c)return null;b=a[3].toUpperCase();return function(f){return f.localName&&f.localName.toUpperCas…
H A Dwgxpath.install.js51 …;R("local-name",3,!1,!0,function(a,b){var c=b?Ra(b.a(a)):a.a;return c?c.localName||c.nodeName.toLo…
55 …=function(a){var b=a.nodeType;if(1!=b&&2!=b)return!1;b=void 0!==a.localName?a.localName:a.nodeName…
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php91 return $this->domelement->localName;
/plugin/html5video2/script/
H A Dvideo.min.js20 …),(l=bi[l])&&c&&(d[l]=c.trim()),d):null)&&(o=p,Ti[(u=n).localName]&&Ti[u.localName]!==o.localName|…
21localName=d,!1!==o&&(null==r&&(r={},Yr(i,i={})),i[o]=r[o]=u,s.uri=Mr.XMLNS,t.startPrefixMapping(o,…
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php55 $name = $reader->localName;
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php76 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
157 $values[] = $reader->localName;
196 if (property_exists($valueObject, $reader->localName)) {
197 if (is_array($defaultProperties[$reader->localName])) {
198 $valueObject->{$reader->localName}[] = $reader->parseCurrentElement()['value'];
200 $valueObject->{$reader->localName} = $reader->parseCurrentElement()['value'];
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
H A DWriter.php125 list($namespace, $localName) =
131 $localName,
139 $result = $this->startElement($localName);
145 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
236 $localName
242 $this->namespaceMap[$namespace] . ':' . $localName,
253 $localName,
/plugin/ol3/
H A Dscript.js8localName,l=void 0;s in a?l=a[s]:(l=[],a[s]=l),l.push(o)}}}function Fc(t,e,r){return function(n,i)…
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/processing/
H A Dscript.js3449 this.fullName = elementpath.localName;
3454 xmlelement = new XMLElement(elementpath.localName, elementpath.nodeName, "", "");
5728 createElement = function(localName) { argument
5729 return doc.createElement(localName);
8385 if (pimage.localName === "canvas") {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js1372 if (p.localName == "TABLE")
1377 else if (p.localName == "BODY")
1384 else if (p.localName == "BODY")
1402 if (elt.localName == "BODY")
1777 var label = element.localName.toLowerCase();
1888 var tag = element.localName.toLowerCase();
1909 if (attr.localName.indexOf("firebug-") == 0)
1913 if (attr.localName.indexOf("-moz-math") == 0)
1981 if (attr.localName.indexOf("firebug-") == 0)
1985 if (attr.localName.indexOf("-moz-math") == 0)
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js482 if(p.localName=="TABLE"){coords.x+=parseInt(parentStyle.paddingLeft);
484 }else{if(p.localName=="BODY"){var style=view.getComputedStyle(elt,"");
487 }}}else{if(p.localName=="BODY"){coords.x+=parseInt(parentStyle.borderLeftWidth);
494 }}else{if(elt.localName=="BODY"){var style=view.getComputedStyle(elt,"");
652 this.getElementCSSSelector=function(element){var label=element.localName.toLowerCase();
695 }var tag=element.localName.toLowerCase();
704 if(attr.localName.indexOf("firebug-")==0){continue
705 }if(attr.localName.indexOf("-moz-math")==0){continue
732 if(attr.localName.indexOf("firebug-")==0){continue
733 }if(attr.localName.indexOf("-moz-math")==0){continue
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php107 list($ns, $localName) = XmlService::parseClarkNotation($element);
109 $propName = $this->namespaceMap[$ns] . ':' . $localName;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php54 $name = $reader->localName;
/plugin/webdav/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php87 $values[$reader->localName] = $reader->parseCurrentElement()['value'];
180 $values[] = $reader->localName;
219 if (property_exists($valueObject, $reader->localName)) {
220 if (is_array($defaultProperties[$reader->localName])) {
221 $valueObject->{$reader->localName}[] = $reader->parseCurrentElement()['value'];
223 $valueObject->{$reader->localName} = $reader->parseCurrentElement()['value'];
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
H A DWriter.php125 list($namespace, $localName) =
131 $localName,
139 $result = $this->startElement($localName);
145 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
236 $localName
242 $this->namespaceMap[$namespace] . ':' . $localName,
253 $localName,

12