Home
last modified time | relevance | path

Searched refs:loadXML (Results 1 – 25 of 75) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php25 $dom->loadXML($xml);
77 $dom->loadXML($xml);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php174 $dom = OneLogin_Saml2_Utils::loadXML($dom, $request);
205 $dom = OneLogin_Saml2_Utils::loadXML($dom, $request);
282 $dom = OneLogin_Saml2_Utils::loadXML($dom, $request);
311 $dom = OneLogin_Saml2_Utils::loadXML($dom, $request);
334 $dom = OneLogin_Saml2_Utils::loadXML($dom, $this->_logoutRequest);
H A DUtils.php82 public static function loadXML($dom, $xml) function in OneLogin_Saml2_Utils
89 $res = $dom->loadXML($xml);
134 $dom = self::loadXML($dom, $xml);
1250 $newDoc = self::loadXML($newDoc, $xml);
1343 $dom = self::loadXML($dom, $xml);
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dmml3.js19loadXML(e);var a=new ActiveXObject("Msxml2.XSLTemplate");a.stylesheet=b;d.mml3XSLT={mml3:a.createP…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php7 $doc->loadXML('<root><label>text content</label></root>');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DProject.php24 …$dom->loadXML('<?xml version="1.0" ?><phpunit xmlns="http://schema.phpunit.de/coverage/1.0"><proje…
H A DReport.php18 …$this->dom->loadXML('<?xml version="1.0" ?><phpunit xmlns="http://schema.phpunit.de/coverage/1.0">…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/
H A DNotRecognizedPrincipalTest.php27 $dom2->loadXML($dom->saveXML());
H A DAceConflictTest.php27 $dom2->loadXML($dom->saveXML());
H A DNoAbstractTest.php27 $dom2->loadXML($dom->saveXML());
H A DNotSupportedPrivilegeTest.php27 $dom2->loadXML($dom->saveXML());
H A DNeedPrivilegesExceptionTest.php37 $dom2->loadXML($dom->saveXML());
/plugin/openid/Auth/Yadis/
H A DXML.php250 $parse_result = @$this->doc->loadXML($xml_string);
254 $parse_result = @$this->doc->loadXML($xml_string);
/plugin/html2pdf/html2pdf/html2ps/
H A Dtreebuilder.class.php22 return DOMTree::from_DOMDocument(DOMDocument::loadXML($xmlstring));
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_ie.js50 this.DOMDocument.loadXML( oXmlHttp.responseText ) ;
/plugin/eventline/
H A Dtimeline.js140 Timeline.loadXML(filepath, function(xml, url) { eventSource.loadXML(xml, url); });
/plugin/components/syntax/
H A Dslice.php29 $xml = DOMDocument::loadXML($tag);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php81 $document->loadXML($node->C14N());
/plugin/farm/
H A Dtestclient.php12 $dom->loadXML($cli->__getLastRequest());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DXML.php62 if (!$dom->loadXML($key)) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DDOMNodeComparatorTest.php105 $document->loadXML($content);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/
H A Dbuild-phar.php72 $loaded = $dom->loadXML(file_get_contents($packageFile));
/plugin/projects/lib/
H A Dfile_definition.php41 $xml = DOMDocument::loadXML($tag);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DXML.php71 if (!$dom->loadXML($key)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DXML.php73 $loaded = $document->loadXML($actual);

123