Home
last modified time | relevance | path

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

12345

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php113 $doc = new DOMDocument();
H A DHTML.php55 $doc = new DOMDocument();
170 $doc = new DOMDocument();
H A DMarkdown.php48 $doc = new DOMDocument();
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php71 $dom = new DOMDocument('1.0', 'utf-8');
/plugin/icon/
H A DSVG.php155 $dom = new \DOMDocument();
/plugin/ifauthex/_test/
H A Dinstruction.test.php46 $doc = new DOMDocument();
52 $doc = new DOMDocument();
/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/mellelexport/
H A Drenderer.php508 $doc = new DOMDocument('1.0', 'utf-8');
546 $doc = new DOMDocument('1.0', 'utf-8');
/plugin/odt2dw/
H A Daction.php199 if ( ! class_exists( DOMDocument ) ) return $this->_msg('er_class_domDocument');
203 $this->XSL = new DOMDocument;
204 $this->XML = new DOMDocument;
/plugin/odtplus2dw/
H A Daction.php216 if ( ! class_exists( "DOMDocument" ) ) return $this->_msg('er_class_domDocument');
220 $this->XSL = new DOMDocument;
221 $this->XML = new DOMDocument;
/plugin/openid/Auth/Yadis/
H A DXML.php239 $this->doc = new DOMDocument;
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php41 $dom = new DOMDocument();
/plugin/projects/lib/
H A Dfile_definition.php41 $xml = DOMDocument::loadXML($tag);
H A Dproject.php27 class Project extends DOMDocument {
/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/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/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/translate/
H A Dmake_langnames_file.php17 $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');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php839 $dom = new \DOMDocument('1.0', 'utf-8');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php262 $DOM = new \DOMDocument('1.0', 'utf-8');
/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);

12345