Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 1 – 25 of 105) sorted by last modified time

12345

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php28 * @var \DOMDocument $xmlObject
70 // Load into DOMDocument
71 $xmlObject = new \DOMDocument();
H A DKML.php36 * @var \DOMDocument
63 // Load into DOMDocument
64 $xmlObject = new \DOMDocument();
H A DGPX.php5 use DOMDocument; alias
63 // Load into DOMDocument
64 $xmlObject = new DOMDocument('1.0', 'UTF-8');
108 * @param DOMDocument $xmlObject
177 * @param DOMDocument $xmlObject
196 * @param DOMDocument $xmlObject
231 * @param DOMDocument $xmlObject
/plugin/dev/
H A DSVGIcon.php131 $dom = new \DOMDocument();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php3023 $xml = new \DOMDocument();
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php12 use DOMDocument; alias
24 * @var DOMDocument
29 * @var DOMElement|DOMDocument
41 $this->_current = $this->_document = new DOMDocument();
/plugin/combo/ComboStrap/
H A DFetcherSvg.php765 * @return \DOMDocument
767 public function getXmlDom(): \DOMDocument
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php24 use DOMDocument; alias
65 * @var DOMDocument
67 private DOMDocument $domDocument;
126 $this->domDocument = new DOMDocument('1.0', 'UTF-8');
291 function &getDomDocument(): DOMDocument
H A DXmlSystems.php17 use DOMDocument; alias
38 * @param DOMDocument $linkDom
73 * DOMDocument supports formatted XML while SimpleXMLElement does not.
81 $doc = new DOMDocument();
323 * DOMDocument supports formatted XML while SimpleXMLElement does not.
/plugin/openid/Auth/Yadis/
H A DXML.php239 $this->doc = new DOMDocument;
/plugin/ifauthex/_test/
H A Dinstruction.test.php46 $doc = new DOMDocument();
52 $doc = new DOMDocument();
/plugin/highlight2wiki/
H A Daction.php184 $dom = new DOMDocument();
/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/icon/
H A DSVG.php155 $dom = new \DOMDocument();
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php698 $dom = new \DOMDocument('1.0', 'utf-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php256 $DOM = new \DOMDocument('1.0', 'utf-8');
H A DClient.php197 $dom = new \DOMDocument('1.0', 'UTF-8');
/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/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNeedPrivilegesExceptionTest.php19 $dom = new \DOMDocument('1.0','utf-8');
36 $dom2 = new \DOMDocument('1.0', 'utf-8');
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');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php125 $dom2 = new \DOMDocument('1.0', 'utf-8');

12345