Home
last modified time | relevance | path

Searched refs:loadXML (Results 26 – 50 of 75) sorted by last modified time

123

/plugin/diagramsnet/lib/math/config/
H A DMML_HTMLorMML-full.js54 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
H A DMML_HTMLorMML.js52 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
H A DTeX-MML-AM_HTMLorMML-full.js73 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
H A DTeX-MML-AM_HTMLorMML.js70 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
H A DTeX-MML-AM_SVG-full.js66 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
/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/diagramsnet/lib/mxgraph/
H A DmxClient.js39 …mString(a,"text/xml")}:function(a){var b=mxUtils.createMsXmlDocument();b.loadXML(a);return b}}(),c…
/plugin/diagramsnet/lib/js/
H A Dapp.min.js277 …mString(a,"text/xml")}:function(a){var b=mxUtils.createMsXmlDocument();b.loadXML(a);return b}}(),c…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4 …,"text/xml")):(c=new ActiveXObject("Microsoft.XMLDOM"),c.async="false",c.loadXML(b))}catch(e){c=vo…
/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 DLogoutResponse.php66 … $this->document = OneLogin_Saml2_Utils::loadXML($this->document, $this->_logoutResponse);
H A DMetadata.php210 $xml = OneLogin_Saml2_Utils::loadXML($xml, $metadata);
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);
H A DIdPMetadataParser.php101 $dom = OneLogin_Saml2_Utils::loadXML($dom, $xml);
H A DResponse.php75 $this->document = OneLogin_Saml2_Utils::loadXML($this->document, $this->response);
1129 $check = OneLogin_Saml2_Utils::loadXML($decrypted, $decryptedXML);
1161 return OneLogin_Saml2_Utils::loadXML($dom, $container->ownerDocument->saveXML());
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php553 $sigdoc->loadXML(XMLSecurityDSig::template);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …fined&&((e=new window.ActiveXObject("Microsoft.XMLDOM")).async="false",e.loadXML(t)),e);var e},xml…
H A Ddhtmlxgantt.js.map1loadXML","tagname","xhr","responseXML","xpathExp","docObj","selectNodes","ownerDocument","evaluate…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6246 obj.loadXML(data);
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php76 $xmlDocument->loadXML($xmlString);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DXMLTest.php25 $dom->loadXML($xml);
77 $dom->loadXML($xml);
/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/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php601 $dom1->loadXML('<root></root>');
604 $dom2->loadXML('<root><foo/></root>');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php7 $doc->loadXML('<root><label>text content</label></root>');

123