Home
last modified time | relevance | path

Searched refs:getXML (Results 1 – 9 of 9) sorted by path

/plugin/adfs/phpsaml/
H A DREADME.md1351 * `getXML` - Returns the XML that will be sent as part of the request.
1392 …* `getXML` - Returns the XML that will be sent as part of the request or that was received at the …
1406 …* `getXML` - Returns the XML that will be sent as part of the response or that was received at the…
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php257 $this->_lastResponse = $logoutResponse->getXML();
275 $this->_lastRequest = $logoutRequest->getXML();
291 $this->_lastResponse = $responseBuilder->getXML();
509 $this->_lastRequest = $authnRequest->getXML();
566 $this->_lastRequest = $logoutRequest->getXML();
H A DAuthnRequest.php194 public function getXML() function in OneLogin_Saml2_AuthnRequest
H A DLogoutRequest.php447 public function getXML() function in OneLogin_Saml2_LogoutRequest
H A DLogoutResponse.php306 public function getXML() function in OneLogin_Saml2_LogoutResponse
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php108 $this->write($this->getXML());
393 public function getXML() function in PHPUnit_Util_Log_JUnit
/plugin/graphgear/
H A Dsyntax.php69 $xml = $this->getXML($conf,$w,$h);
130 function getXML($conf,&$w,&$h){ function in syntax_plugin_graphgear
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXMLDocument.php79 function getXML() { function in XMLDocument
H A DXMLRPCClient.php107 $this->xml = &$this->xmlDoc->getXML();