Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_gecko.js36 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 Dfckxml_ie.js44 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 Dfckxml.js73 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 Dfckxml.js92 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 Dfckxml.js96 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 Dfckxml.js96 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 DLogoutRequest.php162 * @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 DUtils.php75 * @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 DDOMNodeComparator.php13 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 DDOMNodeComparatorTest.php14 use DOMDocument; alias
31 $document = new DOMDocument;
44 $document = new DOMDocument;
103 $document = new DOMDocument;
H A DFactoryTest.php45 … array(new \DOMDocument, new \DOMDocument, 'SebastianBergmann\\Comparator\\DOMNodeComparator'),
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php30 * @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 DLockedTest.php7 DOMDocument; alias
13 $dom = new DOMDocument('1.0');
42 $dom = new DOMDocument('1.0');
H A DTooManyMatchesTest.php7 DOMDocument; alias
13 $dom = new DOMDocument('1.0');
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php27 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 DXMLHelper.php15 public static function createElement(\DOMDocument $document, $name, array $attributes = [])
35 …public static function createElementWithText(\DOMDocument $document, $name, $text, array $attribut…
/plugin/rst/
H A Dsyntax.php131 $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 DNotRecognizedPrincipalTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DAceConflictTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNoAbstractTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNotSupportedPrivilegeTest.php14 $dom = new \DOMDocument('1.0','utf-8');
26 $dom2 = new \DOMDocument('1.0', 'utf-8');
H A DNeedPrivilegesExceptionTest.php19 $dom = new \DOMDocument('1.0','utf-8');
36 $dom2 = new \DOMDocument('1.0', 'utf-8');
/plugin/markdownextra/
H A Dsyntax.php91 $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 Dinstruction.test.php46 $doc = new DOMDocument();
52 $doc = new DOMDocument();
/plugin/txt2tags/
H A Dsyntax.php104 $doc = new DOMDocument('1.0','UTF-8');
117 $doc = new DOMDocument('1.0', 'UTF-8');
134 $doc = new DOMDocument('1.0','UTF-8');

12345