Home
last modified time | relevance | path

Searched refs:processResponse (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/resources/snippet/js/
H A Dmetadata.js48 await processResponse(response, () => openMetaViewer(modalViewer, modalManager, pageId));
71 async function processResponse(response, callBack) { function
179 await processResponse(response, () => openMetadataManager(pageId));
/plugin/bookcreator/
H A Dscript.js556 function processResponse(data) { function
582 processResponse,
596 function processResponse(data) { function
615 processResponse,
/plugin/adfs/
H A Dauth.php71 $this->saml->processResponse();
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js136 this.processResponse(r.responseXML);else if(r.responseText=="")
145 processResponse:function(xml){clearTimeout(this.delayTimer);if(this.isEventFunction(this.eventFunct… method in xajax
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php203 public function processResponse($requestId = null) function in OneLogin_Saml2_Auth
/plugin/adfs/phpsaml/
H A DREADME.md767 $auth->processResponse($requestID);
884 `$auth->processResponse`, the `getAttributes()` will return an
1094 // Note that processResponse and processSLO
1110 $auth->processResponse(); // Process the Response of the IdP, get the
1187 $auth->processResponse(null);
1318 * `processResponse` - Process the SAML Response sent by the IdP.
H A DCHANGELOG176 * Retrieve Session Timeout after processResponse with getSessionExpiration().