Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/xml/lib/
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,
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
/plugin/icalevents/vendor/sabre/xml/lib/
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,
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->localName;
/plugin/davcal/vendor/sabre/xml/lib/
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,
H A DReader.php36 if (! $this->localName) {
40 return '{' . $this->namespaceURI . '}' . $this->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/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/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php107 list($ns, $localName) = XmlService::parseClarkNotation($element);
109 $propName = $this->namespaceMap[$ns] . ':' . $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/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 DXmlSystems.php140 $leftNodeName = $leftNode->localName;
141 $rightNodeName = $rightNode->localName;
/plugin/webdav/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php54 $name = $reader->localName;
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/XML/Element/
H A DKeyValue.php55 $name = $reader->localName;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php88 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DXmlFragment.php90 $writer->writeAttribute($reader->localName, $reader->value);
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php91 return $this->domelement->localName;
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js7 let clone = document.createElement(element.localName);
H A Dcarrousel.js61 if (element.localName === "a") {
/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/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/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/bpmnio/vendor/bpmn-js/dist/
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

12