Home
last modified time | relevance | path

Searched refs:responses (Results 26 – 50 of 72) sorted by last modified time

123

/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/Vision/
H A DBatchAnnotateFilesResponse.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 DGoogleCloudVisionV1p2beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudVisionV1p4beta1AnnotateFileResponse.php65 public function setResponses($responses) argument
67 $this->responses = $responses;
74 return $this->responses;
H A DGoogleCloudVisionV1p4beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DAnnotateFileResponse.php65 public function setResponses($responses) argument
67 $this->responses = $responses;
74 return $this->responses;
H A DBatchAnnotateImagesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudVisionV1p1beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DAsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
H A DGoogleCloudVisionV1p3beta1AsyncBatchAnnotateFilesResponse.php29 public function setResponses($responses) argument
31 $this->responses = $responses;
38 return $this->responses;
/plugin/authgooglesheets/
H A Dcomposer.lock421 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php160 $responses = array();
191 $responses[$key] = $response;
195 return $responses;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticsearchHandler.php146 $responses = $this->client->bulk($params);
148 if ($responses['errors'] === true) {
149 throw $this->createExceptionFromResponses($responses);
163 * @param mixed[] $responses returned by $this->client->bulk()
165 protected function createExceptionFromResponses(array $responses): ElasticsearchRuntimeException argument
167 foreach ($responses['items'] ?? [] as $item) {
/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/guzzlehttp/psr7/
H A DCHANGELOG.md244 - Handling of gzipped responses with FNAME headers.
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md240 …services) are autogenerated. They map directly to the JSON requests and responses found in the [AP…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md131 * Feature: report original content encoding and length on decoded responses.
193 * Decoded Content-Encoding responses are now modified to correctly reflect
263 * Asynchronous responses
320 responses. See https://github.com/guzzle/guzzle/pull/947.
376 Adding support for non-blocking responses and some minor API cleanup.
400 responses, `GuzzleHttp\Collection`, `GuzzleHttp\Url`,
793 * Always setting X-cache headers on cached responses
861 and responses that are sent over the wire
929 * Added the ability to create PHP streaming responses from HTTP requests
1006 an array of successful and failed responses
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.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/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2536 private function keyboard_interactive_process(...$responses) argument
2554 for ($i = 0; $i < count($responses); $i++) {
2555 if (is_array($responses[$i])) {
2556 foreach ($responses[$i] as $key => $value) {
2559 unset($responses[$i]);
2562 $responses = array_values($responses);
2572 $responses[] = $value;
2586 if (!count($responses) && $num_prompts) {
2596 … $packet = $logged = pack('CN', NET_SSH2_MSG_USERAUTH_INFO_RESPONSE, count($responses));
2597 for ($i = 0; $i < count($responses); $i++) {
[all …]
/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/xcom/lang/en/
H A Dhowto.txt36 …- The ''Code view'' is preformatted text. It's used for simple plain text responses and complex a…
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1responses, regardless of\n * whether CORS was used or not.\n *\n * @param {Response} response\n * …

123