Home
last modified time | relevance | path

Searched refs:ownerDocument (Results 1 – 25 of 189) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js69 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 DLocked.php60 $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 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 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 DLocked.php60 $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 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 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/extlib/xmlseclibs/
H A Dxmlseclibs.php584 $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 Dsources.js515 … 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 Dfckblockquotecommand.js73 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 Dwebcode.js34 return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement
37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php200 $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 Dfcktoolbarbreak_gecko.js31 var oBreakDiv = targetElement.ownerDocument.createElement( 'div' ) ;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNotSupportedPrivilege.php28 $doc = $errorNode->ownerDocument;
H A DAceConflict.php28 $doc = $errorNode->ownerDocument;
H A DNoAbstract.php28 $doc = $errorNode->ownerDocument;
H A DNotRecognizedPrincipal.php28 $doc = $errorNode->ownerDocument;

12345678