/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/ |
H A D | NeedPrivileges.php | 61 $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 D | NotSupportedPrivilege.php | 30 $np = $doc->createElementNS('DAV:', 'd:not-supported-privilege');
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/ |
H A D | NeedPrivileges.php | 61 $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 D | Totals.php | 52 $this->linesNode = $dom->createElementNS( 62 $this->functionsNode = $dom->createElementNS( 72 $this->traitsNode = $dom->createElementNS(
|
H A D | File.php | 37 $this->dom->createElementNS( 56 $this->dom->createElementNS(
|
H A D | Node.php | 52 $this->dom->createElementNS( 77 $fileNode = $this->getDom()->createElementNS(
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | createstylerule.js | 7 !(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 D | ConflictingLock.php | 29 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:no-conflicting-lock'); 31 …$error->appendChild($errorNode->ownerDocument->createElementNS('DAV:', 'd:href', $this->lock->uri)…
|
H A D | Locked.php | 60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted'); 63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href');
|
H A D | InvalidResourceType.php | 28 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype');
|
H A D | ReportNotSupported.php | 27 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:supported-report');
|
H A D | TooManyMatches.php | 33 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:number-of-matches-within-limits');
|
H A D | InvalidSyncToken.php | 33 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-sync-token');
|
H A D | LockTokenMatchesRequestUri.php | 36 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-matches-request-uri');
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | ConflictingLock.php | 29 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:no-conflicting-lock'); 31 …$error->appendChild($errorNode->ownerDocument->createElementNS('DAV:', 'd:href', $this->lock->uri)…
|
H A D | Locked.php | 60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted'); 63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href');
|
H A D | InvalidResourceType.php | 28 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype');
|
H A D | ReportNotSupported.php | 27 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:supported-report');
|
H A D | TooManyMatches.php | 33 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:number-of-matches-within-limits');
|
H A D | InvalidSyncToken.php | 33 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-sync-token');
|
H A D | LockTokenMatchesRequestUri.php | 36 … $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-matches-request-uri');
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | Metadata.php | 219 …$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 D | svgdata.js | 21 var g = (svgDoc.createElementNS != null) ? 22 svgDoc.createElementNS(mxConstants.NS_SVG, 'g') : svgDoc.createElement('g');
|
/plugin/rigrr/lib/svg-pan-zoom/ |
H A D | svg-pan-zoom.js | 7 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 D | xmlseclibs.php | 605 … $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 …]
|