Home
last modified time | relevance | path

Searched refs:loadXML (Results 26 – 50 of 75) sorted by relevance

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php95 if (!$dom->loadXML($key)) {
150 if (!$dom->loadXML($xml)) {
/plugin/dev/
H A DSVGIcon.php132 $dom->loadXML($svgdata, LIBXML_NOBLANKS);
/plugin/fedauth/Auth/Yadis/
H A DXML.php237 if (!@$this->doc->loadXML($xml_string)) {
/plugin/icon/
H A DSVG.php156 $dom->loadXML($svgdata, LIBXML_NOBLANKS);
/plugin/adfs/phpsaml/lib/Saml2/
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 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/htmlabstract/
H A Dsyntax.php116 if (false === @$dom->loadXML($xml))
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php76 $xmlDocument->loadXML($xmlString);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php72 @$xmlObject->loadXML($text);
H A DKML.php65 @$xmlObject->loadXML($text);
H A DGPX.php66 @$xmlObject->loadXML($gpx);
/plugin/mellelexport/
H A Drenderer.php509 $doc->loadXML( $xml );
547 $doc->loadXML( $xml );
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php126 $dom2->loadXML($result);
/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php82 $doc->loadXML($text);
H A DXmlDocument.php145 $result = $this->domDocument->loadXML($text, $options);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js23 Timeline.DefaultEventSource.prototype.loadXML = function(xml, url) { method in Timeline.DefaultEventSource
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19 …er.parseFromString(e,"text/xml")},parseMS:function(e){return(this.parser.loadXML(e)?this.parser:nu…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php601 $dom1->loadXML('<root></root>');
604 $dom2->loadXML('<root><foo/></root>');
/plugin/confmanager/
H A Djquery.form.js670 doc.loadXML(s);
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/tline/
H A DCHANGES.txt216 the wiki page about dynamic events recommends calling loadXML, etc, I
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php553 $sigdoc->loadXML(XMLSecurityDSig::template);
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2287 Timeline.DefaultEventSource.prototype.loadXML=function(G,A){var C=this._getBaseURL(A); method in Timeline.DefaultEventSource
2601 Timeline.loadXML=function(A,C){var D=function(G,F,E){alert("Failed to load data xml from "+A+"\n"+G… function
2675 Timeline._Impl.prototype.loadXML=function(B,D){var A=this; method in Timeline._Impl

123