Home
last modified time | relevance | path

Searched refs:response (Results 201 – 225 of 925) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DOperation.php39 public $response; variable in Google\\Service\\TPU\\Operation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Contactcenterinsights\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Networkconnectivity\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Datastore\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DOperation.php39 public $response; variable in Google\\Service\\DisplayVideo\\Operation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DOperation.php39 public $response; variable in Google\\Service\\PubsubLite\\Operation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vault/
H A DOperation.php39 public $response; variable in Google\\Service\\Vault\\Operation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalOperation.php39 public $response; variable in Google\\Service\\Sasportal\\SasPortalOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Cloudchannel\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/WebRisk/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\WebRisk\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Assuredworkloads\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\Firestore\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DOperation.php39 public $response; variable in Google\\Service\\CertificateAuthorityService\\Operation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleLongrunningOperation.php39 public $response; variable in Google\\Service\\CloudRun\\GoogleLongrunningOperation
100 public function setResponse($response) argument
102 $this->response = $response;
109 return $this->response;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttp.php84 // curl will decode the response automatically if the response is encoded
170 $response = new Response($responseString, \curl_getinfo($conn, \CURLINFO_RESPONSE_CODE));
171 $response->setQueryTime($end - $start);
172 $response->setTransferInfo(\curl_getinfo($conn));
174 $response->setJsonBigintConversion($connection->getConfig('bigintConversion'));
177 if ($response->hasError()) {
178 throw new ResponseException($request, $response);
181 if ($response->hasFailedShards()) {
182 throw new PartialShardFailureException($request, $response);
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php15 * Holds SASL context specific data related to a particular mechanism challenge / response.
49 protected $response; variable in FreeDSx\\Sasl\\SaslContext
131 * The next response, if any, to send in the challenge.
135 return $this->response;
139 * @param string|null $response
142 public function setResponse(?string $response) argument
144 $this->response = $response;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSSLHealthCheck.php45 public $response; variable in Google\\Service\\Compute\\SSLHealthCheck
120 public function setResponse($response) argument
122 $this->response = $response;
129 return $this->response;
H A DTCPHealthCheck.php45 public $response; variable in Google\\Service\\Compute\\TCPHealthCheck
120 public function setResponse($response) argument
122 $this->response = $response;
129 return $this->response;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php225 * @param ResponseInterface $response
228 function httpPost(RequestInterface $request, ResponseInterface $response) { argument
266 $response->setStatus(200);
269 $response->setHeader('X-Sabre-Status', 'everything-went-well');
300 $response->setStatus(200);
303 $response->setHeader('X-Sabre-Status', 'everything-went-well');
312 $response->setHeader('Content-Type', 'application/xml');
313 $response->setBody($writer->outputMemory());
339 $response->setStatus(202);
343 $response->setHeader('X-Sabre-Status', 'everything-went-well');
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php236 * @param ResponseInterface $response
239 function httpPost(RequestInterface $request, ResponseInterface $response) { argument
291 $response->setStatus(200);
294 $response->setHeader('X-Sabre-Status', 'everything-went-well');
325 $response->setStatus(200);
328 $response->setHeader('X-Sabre-Status', 'everything-went-well');
337 $response->setHeader('Content-Type', 'application/xml');
338 $response->setBody($writer->outputMemory());
364 $response->setStatus(202);
368 $response->setHeader('X-Sabre-Status', 'everything-went-well');
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlHandler.php90 $response = ['transfer_stats' => curl_getinfo($h)];
91 $response['curl']['error'] = curl_error($h);
92 $response['curl']['errno'] = curl_errno($h);
93 $response['transfer_stats'] = array_merge($response['transfer_stats'], $response['curl']);
96 return CurlFactory::createResponse([$this, '_invokeAsArray'], $request, $response, $hd, $bd);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPropsTest.php47 $this->assertEquals(207, $this->response->status);
55 $this->response->getHeaders()
58 …replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->response->body);
73 $this->assertEquals(207, $this->response->status);
81 $this->response->getHeaders()
84 …replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->response->body);
107 …replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->response->body);
141 …replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->response->body);
160 …replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->response->body);
/plugin/aichat/script/
H A DAIChatChat.js227 const response = await this.sendMessage(message);
228 this.#history.push([response.question, response.answer, response.sources]);
230 p.textContent = response.question; // replace original question with interpretation
232 this.displayMessage(response.answer, response.sources); // display the answer
243 * Called when waiting for the response has started
261 * Called when waiting for the response has finished
320 const response
[all...]
/plugin/nsexport/
H A Dscript.js25 jQuery.post(url, data).done(function handleCheckResult(response) { argument
28 if (response === '1') {
39 intervalId = setInterval(window.nsexport_check, interval, response);
59 function packagingStarted(response) { argument
60 if (response === '') {
64 intervalId = setInterval(window.nsexport_check, interval, response);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginAdminTest.php36 $response = new HTTP\ResponseMock();
39 $fakeServer->httpResponse = $response;
43 $this->assertEquals(403, $response->status);
75 $response = new HTTP\ResponseMock();
78 $fakeServer->httpResponse = $response;
82 $this->assertEquals(200, $response->status);

12345678910>>...37