Home
last modified time | relevance | path

Searched refs:createElementNS (Results 1 – 25 of 1784) sorted by relevance

12345678910>>...72

/dports/net/kf5-kdav/kdav-5.89.0/src/protocols/
H A Dcaldavprotocol.cpp23 …QDomElement propfindElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("pro… in buildQuery()
26 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
29 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("displayna… in buildQuery()
30 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("resourcet… in buildQuery()
57 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
60 …QDomElement getetagElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("gete… in buildQuery()
122 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
125 …QDomElement getetagElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("gete… in buildQuery()
187 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
254 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
[all …]
H A Dcarddavprotocol.cpp22 …QDomElement propfindElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("pro… in buildQuery()
25 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
28 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("displayna… in buildQuery()
29 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("resourcet… in buildQuery()
48 …QDomElement propfindElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("pro… in buildQuery()
51 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
54 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("displayna… in buildQuery()
56 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("getetag")… in buildQuery()
81 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
84 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("getetag")… in buildQuery()
[all …]
H A Dgroupdavprotocol.cpp22 …QDomElement propfindElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("pro… in buildQuery()
25 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
28 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("displayna… in buildQuery()
29 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("resourcet… in buildQuery()
47 …QDomElement propfindElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("pro… in buildQuery()
50 …QDomElement propElement = document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("prop")); in buildQuery()
53 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("displayna… in buildQuery()
54 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("resourcet… in buildQuery()
55 …propElement.appendChild(document.createElementNS(QStringLiteral("DAV:"), QStringLiteral("getetag")… in buildQuery()
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Property/
H A DLockDiscovery.php66 $activeLock = $doc->createElementNS('DAV:','d:activelock');
69 $lockScope = $doc->createElementNS('DAV:','d:lockscope');
72 …$lockScope->appendChild($doc->createElementNS('DAV:','d:' . ($lock->scope==DAV\Locks\LockInfo::EXC…
74 $lockType = $doc->createElementNS('DAV:','d:locktype');
77 $lockType->appendChild($doc->createElementNS('DAV:','d:write'));
81 $lockRoot = $doc->createElementNS('DAV:','d:lockroot');
83 $href = $doc->createElementNS('DAV:','d:href');
89 … $activeLock->appendChild($doc->createElementNS('DAV:','d:timeout','Second-' . $lock->timeout));
92 $lockToken = $doc->createElementNS('DAV:','d:locktoken');
94 … $lockToken->appendChild($doc->createElementNS('DAV:','d:href','opaquelocktoken:' . $lock->token));
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/Property/
H A DLockDiscovery.php66 $activeLock = $doc->createElementNS('DAV:','d:activelock');
69 $lockScope = $doc->createElementNS('DAV:','d:lockscope');
72 …$lockScope->appendChild($doc->createElementNS('DAV:','d:' . ($lock->scope==DAV\Locks\LockInfo::EXC…
74 $lockType = $doc->createElementNS('DAV:','d:locktype');
77 $lockType->appendChild($doc->createElementNS('DAV:','d:write'));
81 $lockRoot = $doc->createElementNS('DAV:','d:lockroot');
83 $href = $doc->createElementNS('DAV:','d:href');
89 … $activeLock->appendChild($doc->createElementNS('DAV:','d:timeout','Second-' . $lock->timeout));
92 $lockToken = $doc->createElementNS('DAV:','d:locktoken');
94 … $lockToken->appendChild($doc->createElementNS('DAV:','d:href','opaquelocktoken:' . $lock->token));
[all …]
/dports/www/pear-Horde_Dav/Horde_Dav-1.1.4/bundle/vendor/sabre/dav/lib/Sabre/DAV/Property/
H A DLockDiscovery.php66 $activeLock = $doc->createElementNS('DAV:','d:activelock');
69 $lockScope = $doc->createElementNS('DAV:','d:lockscope');
72 …$lockScope->appendChild($doc->createElementNS('DAV:','d:' . ($lock->scope==DAV\Locks\LockInfo::EXC…
74 $lockType = $doc->createElementNS('DAV:','d:locktype');
77 $lockType->appendChild($doc->createElementNS('DAV:','d:write'));
81 $lockRoot = $doc->createElementNS('DAV:','d:lockroot');
83 $href = $doc->createElementNS('DAV:','d:href');
89 … $activeLock->appendChild($doc->createElementNS('DAV:','d:timeout','Second-' . $lock->timeout));
92 $lockToken = $doc->createElementNS('DAV:','d:locktoken');
94 … $lockToken->appendChild($doc->createElementNS('DAV:','d:href','opaquelocktoken:' . $lock->token));
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/custom-elements/
H A Dpseudo-class-defined.html.ini8 [createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defined]
11 [createElementNS("http://www.w3.org/2000/svg", "div") should be :defined]
17 …[Without browsing context: createElementNS("http://www.w3.org/1999/xhtml", "div") should be :defin…
20 …[Without browsing context: createElementNS("http://www.w3.org/2000/svg", "div") should be :defined]
29 [createElementNS("http://www.w3.org/1999/xhtml", "a-a") should not be :defined]
32 [createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined]
38 [Upgraded createElementNS("http://www.w3.org/1999/xhtml", "a-a") should be :defined]
47 …[Without browsing context: createElementNS("http://www.w3.org/2000/svg", "a-a") should be :defined]
56 [createElementNS("http://www.w3.org/1999/xhtml", "font-face") should be :defined]
59 [createElementNS("http://www.w3.org/2000/svg", "font-face") should be :defined]
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/dom/nodes/
H A DDocument-createElementNS.html.ini1 [Document-createElementNS.html]
2 [createElementNS test in HTML document: null,"ெfoo",null]
5 [createElementNS test in XML document: null,"ெfoo",null]
8 [createElementNS test in XHTML document: null,"ெfoo",null]
11 [createElementNS test in HTML document: "http://example.com/","a:ெ",null]
14 [createElementNS test in XML document: "http://example.com/","a:ெ",null]
17 [createElementNS test in XHTML document: "http://example.com/","a:ெ",null]
20 [createElementNS test in HTML document: "http://example.com/","ெ:a",null]
23 [createElementNS test in XML document: "http://example.com/","ெ:a",null]
26 [createElementNS test in XHTML document: "http://example.com/","ெ:a",null]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/dom/nodes/
H A DDocument-createElementNS.html.ini1 [Document-createElementNS.html]
2 [createElementNS test in HTML document: null,"ெfoo",null]
5 [createElementNS test in XML document: null,"ெfoo",null]
8 [createElementNS test in XHTML document: null,"ெfoo",null]
11 [createElementNS test in HTML document: "http://example.com/","a:ெ",null]
14 [createElementNS test in XML document: "http://example.com/","a:ெ",null]
17 [createElementNS test in XHTML document: "http://example.com/","a:ெ",null]
20 [createElementNS test in HTML document: "http://example.com/","ெ:a",null]
23 [createElementNS test in XML document: "http://example.com/","ெ:a",null]
26 [createElementNS test in XHTML document: "http://example.com/","ெ:a",null]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/dom/nodes/
H A DDocument-createElementNS.html.ini1 [Document-createElementNS.html]
2 [createElementNS test in HTML document: null,"ெfoo",null]
5 [createElementNS test in XML document: null,"ெfoo",null]
8 [createElementNS test in XHTML document: null,"ெfoo",null]
11 [createElementNS test in HTML document: "http://example.com/","a:ெ",null]
14 [createElementNS test in XML document: "http://example.com/","a:ெ",null]
17 [createElementNS test in XHTML document: "http://example.com/","a:ெ",null]
20 [createElementNS test in HTML document: "http://example.com/","ெ:a",null]
23 [createElementNS test in XML document: "http://example.com/","ெ:a",null]
26 [createElementNS test in XHTML document: "http://example.com/","ெ:a",null]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/dom/nodes/
H A DDocument-createElementNS.html.ini1 [Document-createElementNS.html]
2 [createElementNS test in HTML document: null,"ெfoo",null]
5 [createElementNS test in XML document: null,"ெfoo",null]
8 [createElementNS test in XHTML document: null,"ெfoo",null]
11 [createElementNS test in HTML document: "http://example.com/","a:ெ",null]
14 [createElementNS test in XML document: "http://example.com/","a:ெ",null]
17 [createElementNS test in XHTML document: "http://example.com/","a:ெ",null]
20 [createElementNS test in HTML document: "http://example.com/","ெ:a",null]
23 [createElementNS test in XML document: "http://example.com/","ெ:a",null]
26 [createElementNS test in XHTML document: "http://example.com/","ெ:a",null]
/dports/lang/php73/php-7.3.33/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/www/mod_php81/php-8.1.1/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/lang/php80/php-8.0.15/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/lang/php74/php-7.4.27/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/lang/php81/php-8.1.1/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/textproc/php74-dom/php-7.4.27/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/textproc/php80-dom/php-8.0.15/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/textproc/php81-dom/php-8.1.1/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/www/mod_php73/php-7.3.33/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/textproc/php73-dom/php-7.3.33/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/www/mod_php74/php-7.4.27/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/www/mod_php80/php-8.0.15/ext/dom/tests/
H A Ddom_create_element.phpt47 $dom->createElementNS('http://valid.com', 'valid');
56 $dom->createElementNS('http://valid.com', 'prefix:valid');
65 $dom->createElementNS('http://valid.com', '-invalid');
83 $dom->createElementNS('', 'prefix:invalid');
101 $dom->createElementNS('http://valid.com', '-prefix:valid');
110 $dom->createElementNS('-', 'prefix:valid');
218 $dom->createElementNS('', 'prefix:valid');
333 5 DOMDocument::createElementNS('http://valid.com', 'valid')
341 9 DOMDocument::createElementNS('', 'prefix:invalid')
347 12 DOMDocument::createElementNS('-', 'prefix:valid')
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-soap/src/
H A DWsdl.php123 $definitions = $dom->createElementNS(self::WSDL_NS_URI, 'definitions');
291 $message = $this->dom->createElementNS(self::WSDL_NS_URI, 'message');
345 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'input');
351 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'output');
357 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'fault');
375 $binding = $this->dom->createElementNS(self::WSDL_NS_URI, 'binding');
417 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'input');
427 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'output');
437 $node = $this->dom->createElementNS(self::WSDL_NS_URI, 'fault');
506 $service = $this->dom->createElementNS(WSDL::WSDL_NS_URI, 'service');
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAVACL/Property/
H A DAcl.php175 $xace = $doc->createElementNS('DAV:','d:ace');
178 $principal = $doc->createElementNS('DAV:','d:principal');
182 $principal->appendChild($doc->createElementNS('DAV:','d:authenticated'));
185 $principal->appendChild($doc->createElementNS('DAV:','d:unauthenticated'));
188 $principal->appendChild($doc->createElementNS('DAV:','d:all'));
191 …$principal->appendChild($doc->createElementNS('DAV:','d:href',($this->prefixBaseUrl?$server->getBa…
194 $grant = $doc->createElementNS('DAV:','d:grant');
201 $xprivilege = $doc->createElementNS('DAV:','d:privilege');
204 $xprivilege->appendChild($doc->createElementNS($privParts[1],'d:'.$privParts[2]));

12345678910>>...72