Home
last modified time | relevance | path

Searched refs:responses (Results 1 – 25 of 72) sorted by path

123

/plugin/adfs/phpsaml/
H A DCHANGELOG96 * Add hooks to retrieve last-sent and last-received requests and responses
H A DREADME.md452 'responses' => true
581 data that has been compressed using [gzip](gzip) ('requests' and 'responses').
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php45 protected $responses = []; variable in Facebook\\FacebookBatchResponse
63 $responses = $response->getDecodedBody();
64 $this->setResponses($responses);
74 return $this->responses;
81 * @param array $responses
83 public function setResponses(array $responses) argument
85 $this->responses = [];
121 return new ArrayIterator($this->responses);
137 return isset($this->responses[$offset]);
145 unset($this->responses[$offset]);
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php885 public $responses; variable in Google_ModeratorService
910 …$this->responses = new Google_ResponsesServiceResource($this, $this->serviceName, 'responses', jso…
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php81 $responses = array();
101 $responses[$metaHeaders['content-id']] = $response;
105 return $responses;
/plugin/authgooglesheets/
H A Dcomposer.lock421 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta1BatchProcessDocumentsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudDocumentaiV1beta2BatchProcessDocumentsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DForms.php113 'responses',
117 'path' => 'v1/forms/{formId}/responses/{responseId}',
132 'path' => 'v1/forms/{formId}/responses',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DListFormResponsesResponse.php47 public function setResponses($responses) argument
49 $this->responses = $responses;
56 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DBatchGetContactGroupsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGetPeopleResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchReadBlobsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateValuesByDataFilterResponse.php49 public function setResponses($responses) argument
51 $this->responses = $responses;
58 return $this->responses;
H A DBatchUpdateValuesResponse.php49 public function setResponses($responses) argument
51 $this->responses = $responses;
58 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DAddHeldAccountsResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateFileResponse.php65 public function setResponses($responses) argument
67 $this->responses = $responses;
74 return $this->responses;
H A DAsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DBatchAnnotateImagesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudVisionV1p1beta1AnnotateFileResponse.php65 public function setResponses($responses) argument
67 $this->responses = $responses;
74 return $this->responses;
H A DGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudVisionV1p2beta1AnnotateFileResponse.php65 public function setResponses($responses) argument
67 $this->responses = $responses;
74 return $this->responses;
H A DGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;

123