/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/ |
H A D | html5shiv.min.js | 69 parent = ownerDocument.getElementsByTagName('head')[0] || ownerDocument.documentElement; 100 shivDocument(ownerDocument); 114 ownerDocument[expando] = expanID; 128 if (!ownerDocument) { 129 ownerDocument = document; 164 if (!ownerDocument) { 165 ownerDocument = document; 226 if (!ownerDocument) { 227 ownerDocument = document; 242 shivMethods(ownerDocument, data); [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/ |
H A D | Locked.php | 60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted'); 63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href'); 64 $href->appendChild($errorNode->ownerDocument->createTextNode($this->lock->uri));
|
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 | 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 | Locked.php | 60 $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:lock-token-submitted'); 63 $href = $errorNode->ownerDocument->createElementNS('DAV:', 'd:href'); 64 $href->appendChild($errorNode->ownerDocument->createTextNode($this->lock->uri));
|
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 | 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/extlib/xmlseclibs/ |
H A D | xmlseclibs.php | 584 $doc = $objDoc->ownerDocument; 603 $doc = $this->sigNode->ownerDocument; 668 $node = $node->ownerDocument; 677 $doc = $this->sigNode->ownerDocument; 1060 if ($doc = $node->ownerDocument) { 1078 $doc = $this->sigNode->ownerDocument; 1142 $document = $node->ownerDocument; 1205 $baseDoc = $parentRef->ownerDocument; 1598 $doc = $element->ownerDocument; 1616 if ($doc = $node->ownerDocument) { [all …]
|
/plugin/eventline/timeline_js/scripts/ |
H A D | sources.js | 515 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start))); 516 elmt.appendChild(elmt.ownerDocument.createElement("br")); 517 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end))); 519 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start))); 523 elmt.appendChild(elmt.ownerDocument.createTextNode( 525 elmt.appendChild(elmt.ownerDocument.createElement("br")); 526 elmt.appendChild(elmt.ownerDocument.createTextNode( 529 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._start))); 530 elmt.appendChild(elmt.ownerDocument.createElement("br")); 531 … elmt.appendChild(elmt.ownerDocument.createTextNode(labeller.labelPrecise(this._end))); [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fckblockquotecommand.js | 73 var docFrag = block.ownerDocument.createDocumentFragment() ; 150 var docFrag = node.ownerDocument.createDocumentFragment() ; 154 docFrag.appendChild( node.ownerDocument.createElement( 'br' ) ) ; 160 docFrag.appendChild( node.ownerDocument.createElement( 'br' ) ) ;
|
/plugin/combo/resources/snippet/js/ |
H A D | webcode.js | 34 return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement 37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
|
/plugin/combo/ComboStrap/Xml/ |
H A D | XmlElement.php | 200 $textNode = $this->domElement->ownerDocument->createTextNode($string); 207 return $this->domElement->ownerDocument->saveHTML($this->domElement); 212 return $this->domElement->ownerDocument->saveXML($this->domElement); 290 if ($domElement->ownerDocument !== $this->getDocument()->getDomDocument()) {
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarbreak_gecko.js | 31 var oBreakDiv = targetElement.ownerDocument.createElement( 'div' ) ;
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/ |
H A D | NotSupportedPrivilege.php | 28 $doc = $errorNode->ownerDocument;
|
H A D | AceConflict.php | 28 $doc = $errorNode->ownerDocument;
|
H A D | NoAbstract.php | 28 $doc = $errorNode->ownerDocument;
|
H A D | NotRecognizedPrincipal.php | 28 $doc = $errorNode->ownerDocument;
|