Home
last modified time | relevance | path

Searched refs:requestId (Results 76 – 87 of 87) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DToolResults.php114 'requestId' => [
180 'requestId' => [
247 'requestId' => [
413 'requestId' => [
520 'requestId' => [
H A DCloudDeploy.php135 'requestId' => [
165 'requestId' => [
237 'requestId' => [
293 'requestId' => [
367 'requestId' => [
497 'requestId' => [
527 'requestId' => [
599 'requestId' => [
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js77 var requestId = 0;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1requestId = ++this._requestIdPool;\n modelPromise.then(model => {\n // still cur…
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php114 * @param string|null $requestId The ID of the LogoutRequest sent by this SP to the IdP
119 public function isValid($requestId = null, $retrieveParametersFromServer = false) argument
140 … if (isset($requestId) && $this->document->documentElement->hasAttribute('InResponseTo')) {
142 if ($requestId != $inResponseTo) {
144 …t Response: $inResponseTo, does not match the ID of the Logout request sent by the SP: $requestId",
H A DAuth.php198 * @param string|null $requestId The ID of the AuthNRequest sent by this SP to the IdP
203 public function processResponse($requestId = null) argument
212 if ($response->isValid($requestId)) {
242 …* @param string|null $requestId The ID of the LogoutRequest sent by this SP to …
251 …public function processSLO($keepLocalSession = false, $requestId = null, $retrieveParametersFromSe… argument
258 if (!$logoutResponse->isValid($requestId, $retrieveParametersFromServer)) {
H A DResponse.php95 * @param string|null $requestId The ID of the AuthNRequest sent by this SP to the IdP
99 public function isValid($requestId = null) argument
174 …if (!isset($requestId) && isset($responseInResponseTo) && $security['rejectUnsolicitedResponsesWit…
182 if (isset($requestId) && $requestId != $responseInResponseTo) {
185 …esponse, but it was provided the requestId related to the AuthNRequest sent by the SP: $requestId",
190 …onse: $responseInResponseTo, does not match the ID of the AuthNRequest sent by the SP: $requestId",
/plugin/adfs/phpsaml/
H A DREADME.md15 …olicited SAMLResponse. This version as well will reject SAMLResponse if requestId was provided to …
929 if (!$logoutResponse->isValid($requestId)) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js12040 var requestId = this.currRequestId++;
12042 this.chunksNeededByRequest[requestId] = chunksNeeded;
12075 this.promisesByRequest[requestId] = capability;
12086 this.requestsByChunk[chunk].push(requestId);
12256 var requestId = _step4.value;
12257 var chunksNeeded = this.chunksNeededByRequest[requestId];
12267 loadedRequests.push(requestId);
12339 for (var requestId in this.promisesByRequest) {
12340 this.promisesByRequest[requestId].reject(new Error('Request was aborted'));
H A Dpdf.worker.js.map1requestId","chunksNeeded","isEmptyObj","chunksToRequest","groupedChunksToRequest","groupedChunk","…
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php169 public $requestId; variable in Google_Product
209 public function setRequestId( $requestId) { argument
210 $this->requestId = $requestId;
213 return $this->requestId;
254 public $requestId; variable in Google_Products
367 public function setRequestId( $requestId) { argument
368 $this->requestId = $requestId;
371 return $this->requestId;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js30 var requestId = 0; variable
35 options.requestId = String(requestId ++);
51 script.setAttribute('data-request-id', options.requestId);
61 var requestId = $script.attr('data-request-id');
63 if (requestQueue.length > 0 && requestQueue[0].requestId === requestId) {

1234