Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 76 – 100 of 105) sorted by relevance

12345

/plugin/schedule/
H A DscheduleRoot.class.php310 $xml = new DOMDocument ("1.0", "utf8");
326 $xml = new DOMDocument ("1.0", "utf8");
H A Dschedules.class.php266 $xml = new DOMDocument ('1.0', 'utf8');
289 $xml = new DOMDocument ('1.0', 'utf8');
338 $xml = new DOMDocument ('1.0', 'utf8');
/plugin/glossary/
H A Dglossary.class.php199 $xml = new DOMDocument ("1.0", "utf8");
213 $xml = new DOMDocument ("1.0", "utf8");
255 $xml = new DOMDocument ("1.0", "utf8");
267 $xml = new DOMDocument ("1.0", "utf8");
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php275 abstract public function getDomSubtree(\DOMDocument $document);
/plugin/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php97 $dom = new DOMDocument();
H A DSettings.php958 if (!$res instanceof DOMDocument) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php30 $xmlDocument = new \DOMDocument('1.0', 'UTF-8');
/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();
/plugin/mellelexport/
H A Drenderer.php508 $doc = new DOMDocument('1.0', 'utf-8');
546 $doc = 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');
/plugin/ebnf/
H A Debnf.php84 $dom = new DOMDocument();
279 $dom = new DOMDocument();
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php552 $sigdoc = new DOMDocument();
581 if ($objDoc instanceof DOMDocument) {
958 if (! $node instanceof DOMDocument) {
1595 if ($element instanceof DOMDocument) {
/plugin/projects/lib/
H A Dproject.php27 class Project extends DOMDocument {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php698 $dom = new \DOMDocument('1.0', 'utf-8');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php839 $dom = new \DOMDocument('1.0', 'utf-8');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1979 $tmp = new DOMDocument;
1982 $tmp = new DOMDocument;
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php599 $dom1 = new DOMDocument;
602 $dom2 = new DOMDocument;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js67DOMDocument=C.responseXML;else if (C.status==0&&C.readyState==4) this.DOMDocument=C.responseXML;el…
H A Dfckeditorcode_ie.js68DOMDocument=B.responseXML;else if (B.status==0&&B.readyState==4){this.DOMDocument=FCKTools.CreateX…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php262 $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');
/plugin/combo/ComboStrap/
H A DFetcherSvg.php765 * @return \DOMDocument
767 public function getXmlDom(): \DOMDocument
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js82DOMDocument=B.responseXML;if (!this.DOMDocument||this.DOMDocument.firstChild==null){this.DOMDocume…

12345