Home
last modified time | relevance | path

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

123456

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php61 $np = $doc->createElementNS('DAV:', 'd:need-privileges');
66 $resource = $doc->createElementNS('DAV:', 'd:resource');
69 …$resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri)…
71 $priv = $doc->createElementNS('DAV:', 'd:privilege');
75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
H A DNotSupportedPrivilege.php30 $np = $doc->createElementNS('DAV:', 'd:not-supported-privilege');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php61 $np = $doc->createElementNS('DAV:', 'd:need-privileges');
66 $resource = $doc->createElementNS('DAV:', 'd:resource');
69 …$resource->appendChild($doc->createElementNS('DAV:', 'd:href', $server->getBaseUri() . $this->uri)…
71 $priv = $doc->createElementNS('DAV:', 'd:privilege');
75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTotals.php52 $this->linesNode = $dom->createElementNS(
62 $this->functionsNode = $dom->createElementNS(
72 $this->traitsNode = $dom->createElementNS(
H A DFile.php37 $this->dom->createElementNS(
56 $this->dom->createElementNS(
H A DNode.php52 $this->dom->createElementNS(
77 $fileNode = $this->getDom()->createElementNS(
/plugin/freechat/phpfreechat/data/public/js/
H A Dcreatestylerule.js7 !(document.createElement || document.createElementNS)) return;
15 this.style = (typeof document.createElementNS != "undefined") ?
16 document.createElementNS("http://www.w3.org/1999/xhtml", "style") :
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DConflictingLock.php29 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:no-conflicting-lock');
31 …$error->appendChild($errorNode->ownerDocument->createElementNS('DAV:', 'd:href', $this->lock->uri)…
H A DLocked.php60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted');
63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href');
H A DInvalidResourceType.php28 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype');
H A DReportNotSupported.php27 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:supported-report');
H A DTooManyMatches.php33 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:number-of-matches-within-limits');
H A DInvalidSyncToken.php33 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-sync-token');
H A DLockTokenMatchesRequestUri.php36 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-matches-request-uri');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DConflictingLock.php29 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:no-conflicting-lock');
31 …$error->appendChild($errorNode->ownerDocument->createElementNS('DAV:', 'd:href', $this->lock->uri)…
H A DLocked.php60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted');
63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href');
H A DInvalidResourceType.php28 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype');
H A DReportNotSupported.php27 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:supported-report');
H A DTooManyMatches.php33 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:number-of-matches-within-limits');
H A DInvalidSyncToken.php33 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-sync-token');
H A DLockTokenMatchesRequestUri.php36 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-matches-request-uri');
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php219 …$x509Certificate = $xml->createElementNS(OneLogin_Saml2_Constants::NS_DS, 'X509Certificate', $form…
221 $keyData = $xml->createElementNS(OneLogin_Saml2_Constants::NS_DS, 'ds:X509Data');
224 $keyInfo = $xml->createElementNS(OneLogin_Saml2_Constants::NS_DS, 'ds:KeyInfo');
227 $keyDescriptor = $xml->createElementNS(OneLogin_Saml2_Constants::NS_MD, "md:KeyDescriptor");
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js21 var g = (svgDoc.createElementNS != null) ?
22 svgDoc.createElementNS(mxConstants.NS_SVG, 'g') : svgDoc.createElement('g');
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js7 defs = document.createElementNS('http://www.w3.org/2000/svg', 'defs')
12 var style = document.createElementNS('http://www.w3.org/2000/svg', 'style')
18 var zoomGroup = document.createElementNS('http://www.w3.org/2000/svg', 'g');
36 var zoomIn = document.createElementNS('http://www.w3.org/2000/svg', 'g');
50 var zoomInShape = document.createElementNS('http://www.w3.org/2000/svg', 'path');
60 var resetPanZoomControl = document.createElementNS('http://www.w3.org/2000/svg', 'g');
74 var resetPanZoomControlShape1 = document.createElementNS('http://www.w3.org/2000/svg', 'path');
79 var resetPanZoomControlShape2 = document.createElementNS('http://www.w3.org/2000/svg', 'path');
89 var zoomOut = document.createElementNS('http://www.w3.org/2000/svg', 'g');
103 var zoomOutShape = document.createElementNS('http://www.w3.org/2000/svg', 'path');
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php605 … $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name, $value);
607 $node = $doc->createElementNS(XMLSecurityDSig::XMLDSIGNS, $this->prefix.':'.$name);
1207 $x509DataNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509Data');
1255 … $x509IssuerNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509IssuerSerial');
1258 …$x509Node = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509IssuerName', $issuerName…
1266 …$x509CertNode = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:X509Certificate', $X509C…
1311 $keyInfo = $baseDoc->createElementNS(XMLSecurityDSig::XMLDSIGNS, 'ds:KeyInfo');
1565 …$encMethod = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Encryp…
1571 …$cipherData = $encKey->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:Ciphe…
1572 …$cipherData->appendChild($this->encdoc->createElementNS(XMLSecEnc::XMLENCNS, 'xenc:CipherValue', $…
[all …]

123456