Home
last modified time | relevance | path

Searched refs:DOMDocument (Results 51 – 75 of 105) sorted by relevance

12345

/plugin/components/syntax/
H A Dslice.php29 $xml = DOMDocument::loadXML($tag);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php50 public function getDomSubtree(\DOMDocument $document)
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareMultiValue.php43 public function getDomSubtree(\DOMDocument $document)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php113 $doc = new DOMDocument();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php58 $dom = new \DOMDocument();
/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/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php97 …n createDocument(bool $formatOutput, string $defaultVersion, string $defaultEncoding): \DOMDocument
99 $document = new \DOMDocument($defaultVersion, $defaultEncoding);
394 public function getDocument(): \DOMDocument
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php71 $dom = new DOMDocument('1.0', 'utf-8');
/plugin/projects/lib/
H A Dfile_definition.php41 $xml = DOMDocument::loadXML($tag);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php13 public function getDomSubtree(\DOMDocument $document)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php67 $dom = 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/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php19 * @var DOMDocument
91 $this->document = new DOMDocument('1.0', 'UTF-8');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php90 $dom = new \DOMDocument();
149 $dom = new \DOMDocument();
/plugin/dev/
H A DSVGIcon.php131 $dom = new \DOMDocument();
/plugin/fedauth/Auth/Yadis/
H A DXML.php231 $this->doc = new DOMDocument;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php48 $document = new \DOMDocument('1.0', 'UTF-8');
/plugin/icon/
H A DSVG.php155 $dom = new \DOMDocument();
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php41 $dom = new DOMDocument();
/plugin/highlight2wiki/
H A Daction.php184 $dom = new DOMDocument();
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php90 $dom = new \DOMDocument('1.0', 'UTF-8');
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php206 $xml = new DOMDocument();
/plugin/htmlabstract/
H A Dsyntax.php115 $dom = new DOMDocument();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php197 $dom = new \DOMDocument('1.0', 'UTF-8');
/plugin/openid/Auth/Yadis/
H A DXML.php239 $this->doc = new DOMDocument;

12345