/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckxml_gecko.js | 36 this.DOMDocument = oXmlHttp.responseXML ; 38 this.DOMDocument = oXmlHttp.responseXML ; 40 this.DOMDocument = null ; 42 if ( this.DOMDocument == null || this.DOMDocument.firstChild == null ) 60 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument, 61 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER… 79 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument, 80 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
|
H A D | fckxml_ie.js | 44 this.DOMDocument = oXmlHttp.responseXML ; 47 this.DOMDocument = FCKTools.CreateXmlObject( 'DOMDocument' ) ; 48 this.DOMDocument.async = false ; 49 this.DOMDocument.resolveExternals = false ; 50 this.DOMDocument.loadXML( oXmlHttp.responseText ) ; 54 this.DOMDocument = null ; 57 if ( this.DOMDocument == null || this.DOMDocument.firstChild == null ) 75 return this.DOMDocument.selectNodes( xpath ) ; 86 return this.DOMDocument.selectSingleNode( xpath ) ;
|
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 73 oFCKXml.DOMDocument = oXmlHttp.responseXML ; 84 this.DOMDocument = oXmlHttp.responseXML ; 95 return this.DOMDocument.selectNodes( xpath ) ; 100 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 101 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER… 118 return this.DOMDocument.selectSingleNode( xpath ) ; 121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 122 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
|
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 92 oFCKXml.DOMDocument = oXml ; 103 this.DOMDocument = oXmlHttp.responseXML ; 116 return this.DOMDocument.selectNodes( xpath ) ; 121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 122 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER… 139 return this.DOMDocument.selectSingleNode( xpath ) ; 142 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 143 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
|
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 96 oFCKXml.DOMDocument = oXml ; 113 this.DOMDocument = oXmlHttp.responseXML ; 127 return this.DOMDocument.selectNodes( xpath ) ; 132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 133 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER… 151 return this.DOMDocument.selectSingleNode( xpath ) ; 155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 156 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
|
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/ |
H A D | fckxml.js | 96 oFCKXml.DOMDocument = oXml ; 113 this.DOMDocument = oXmlHttp.responseXML ; 127 return this.DOMDocument.selectNodes( xpath ) ; 132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 133 …this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITER… 151 return this.DOMDocument.selectSingleNode( xpath ) ; 155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 156 this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
|
/plugin/adfs/phpsaml/lib/Saml2/ |
H A D | LogoutRequest.php | 162 * @param string|DOMDocument $request Logout Request Message 170 if ($request instanceof DOMDocument) { 173 $dom = new DOMDocument(); 201 if ($request instanceof DOMDocument) { 204 $dom = new DOMDocument(); 278 if ($request instanceof DOMDocument) { 281 $dom = new DOMDocument(); 307 if ($request instanceof DOMDocument) { 310 $dom = new DOMDocument(); 333 $dom = new DOMDocument(); [all …]
|
H A D | Utils.php | 75 * @param DOMDocument $dom The document where load the xml. 78 * @return DOMDocument|false $dom The result of load the XML at the DomDocument 130 if ($xml instanceof DOMDocument) { 133 $dom = new DOMDocument; 925 * @param DOMDocument $dom The DOMDocument 1059 $doc = new DOMDocument(); 1089 $newdoc = new DOMDocument(); 1107 * @param DOMDocument $dom The Response as XML 1245 $newDoc = new DOMDocument(); 1339 if ($xml instanceof DOMDocument) { [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/ |
H A D | DOMNodeComparator.php | 13 use DOMDocument; alias 51 if ($expected instanceof DOMDocument) { 80 $document = new DOMDocument; 86 if ($node instanceof DOMDocument) { 95 if ($node instanceof DOMDocument) {
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | DOMNodeComparatorTest.php | 14 use DOMDocument; alias 31 $document = new DOMDocument; 44 $document = new DOMDocument; 103 $document = new DOMDocument;
|
H A D | FactoryTest.php | 45 … array(new \DOMDocument, new \DOMDocument, 'SebastianBergmann\\Comparator\\DOMNodeComparator'),
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | XML.php | 30 * @param string|DOMDocument $actual 36 * @return DOMDocument 40 if ($actual instanceof DOMDocument) { 58 $document = new DOMDocument; 119 * @return DOMDocument
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/ |
H A D | LockedTest.php | 7 DOMDocument; alias 13 $dom = new DOMDocument('1.0'); 42 $dom = new DOMDocument('1.0');
|
H A D | TooManyMatchesTest.php | 7 DOMDocument; alias 13 $dom = new DOMDocument('1.0');
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/ |
H A D | XMLItem.php | 27 public function getDomSubtree(\DOMDocument $document) 55 private function buildProperties(\DOMDocument $document) 84 private function buildAttributes(\DOMDocument $document) 105 private function buildImages(\DOMDocument $document) 137 private function buildUsergroups(\DOMDocument $document)
|
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/ |
H A D | XMLHelper.php | 15 public static function createElement(\DOMDocument $document, $name, array $attributes = []) 35 …public static function createElementWithText(\DOMDocument $document, $name, $text, array $attribut…
|
/plugin/rst/ |
H A D | syntax.php | 131 $doc = new DOMDocument('1.0','UTF-8'); 146 $doc = new DOMDocument('1.0', 'UTF-8'); 162 $doc = new DOMDocument('1.0','UTF-8');
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/ |
H A D | NotRecognizedPrincipalTest.php | 14 $dom = new \DOMDocument('1.0','utf-8'); 26 $dom2 = new \DOMDocument('1.0', 'utf-8');
|
H A D | AceConflictTest.php | 14 $dom = new \DOMDocument('1.0','utf-8'); 26 $dom2 = new \DOMDocument('1.0', 'utf-8');
|
H A D | NoAbstractTest.php | 14 $dom = new \DOMDocument('1.0','utf-8'); 26 $dom2 = new \DOMDocument('1.0', 'utf-8');
|
H A D | NotSupportedPrivilegeTest.php | 14 $dom = new \DOMDocument('1.0','utf-8'); 26 $dom2 = new \DOMDocument('1.0', 'utf-8');
|
H A D | NeedPrivilegesExceptionTest.php | 19 $dom = new \DOMDocument('1.0','utf-8'); 36 $dom2 = new \DOMDocument('1.0', 'utf-8');
|
/plugin/markdownextra/ |
H A D | syntax.php | 91 $doc = new DOMDocument('1.0','UTF-8'); 106 $doc = new DOMDocument('1.0', 'UTF-8'); 122 $doc = new DOMDocument('1.0','UTF-8');
|
/plugin/ifauthex/_test/ |
H A D | instruction.test.php | 46 $doc = new DOMDocument(); 52 $doc = new DOMDocument();
|
/plugin/txt2tags/ |
H A D | syntax.php | 104 $doc = new DOMDocument('1.0','UTF-8'); 117 $doc = new DOMDocument('1.0', 'UTF-8'); 134 $doc = new DOMDocument('1.0','UTF-8');
|