Home
last modified time | relevance | path

Searched refs:getResponse (Results 1 – 25 of 168) sorted by relevance

1234567

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php88 $saslResponse = $response->getResponse();
102 && $response->getResponse() instanceof BindResponse
103 && $response->getResponse()->getResultCode() === ResultCode::SUCCESS
166 $saslBind = Operations::bindSasl($request->getOptions(), $request->getMechanism(), $context->getResponse());
168 $saslResponse = $response->getResponse();
210 if ($context->isComplete() || $context->getResponse() === null) {
H A DClientSearchHandler.php72 while (!($messageFrom->getResponse() instanceof SearchResultDone)) {
73 $response = $messageFrom->getResponse();
81 $ldapResult = $messageFrom->getResponse();
H A DClientReferralHandler.php65 $result = $messageFrom->getResponse();
99 if (!$messageFrom->getResponse() instanceof LdapResult || count($messageFrom->getResponse()->getReferrals()) === 0) {
111 foreach ($messageFrom->getResponse()->getReferrals() as $referral) {
178 $messageFrom->getResponse()->getDiagnosticMessage()
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DStatus.php114 if (404 === $e->getResponse()->getStatus()) {
133 public function getResponse()
164 $this->_data = $this->getResponse()->getData();
127 public function getResponse() global() function in Elastica\\Status
H A DCluster.php61 $this->_data = $this->getResponse()->getData();
67 public function getResponse(): Response
60 public function getResponse(): Response global() function in Elastica\\Cluster
H A DTask.php76 public function getResponse(): Response
102 $this->_data = $this->getResponse()->getData();
73 public function getResponse(): Response global() function in Elastica\\Task
H A DSnapshot.php68 if (404 === $e->getResponse()->getStatus()) {
129 if (404 === $e->getResponse()->getStatus()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DResponseException.php50 public function getResponse(): Response function in Elastica\\Exception\\ResponseException
58 * @deprecated since version 7.1.0, use the "getResponse()::getFullError()" method instead.
62 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s()" method is deprecated, use "getResponse()::getFullError()" instead. It will be removed in 8.0.', __METHOD__);
64 $response = $this->getResponse();
H A DConnectionException.php51 public function getResponse() function in Elastica\\Exception\\ConnectionException
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DNullTransport.php32 public function getResponse(array $params = []): Response function in Elastica\\Transport\\NullTransport
88 return $this->getResponse($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php65 public function getResponse(): Response function in Elastica\\Index\\Recovery
101 return $this->getResponse()->getData();
H A DStats.php91 public function getResponse(): Response function in Elastica\\Index\\Stats
102 $this->_data = $this->getResponse()->getData();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php25 return $this->getResponse()->getAction();
28 public function getResponse(): BulkResponse function in Elastica\\Exception\\Bulk\\Response\\ActionException
/plugin/xcom/scripts/
H A Dxml.php71 $retv = $client->getResponse();
121 $ok = $client->getResponse();
147 $data = $client->getResponse();
H A Dxcom_save.php181 $this->data_buffer = $client->getResponse();
185 return $client->getResponse();
222 $ok = $client->getResponse();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DStats.php101 public function getResponse(): Response
122 $data = $this->getResponse()->getData();
98 public function getResponse(): Response global() function in Elastica\\Node\\Stats
H A DInfo.php200 public function getResponse(): Response
229 $data = $this->getResponse()->getData();
197 public function getResponse(): Response global() function in Elastica\\Node\\Info
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php57 public function getResponse(): Response function in Elastica\\Multi\\ResultSet
68 if ($resultSet->getResponse()->hasError()) {
/plugin/sync/
H A Dadmin.php51 if(!$this->client->getResponse()){
64 $this->apiversion = (int) $this->client->getResponse();
224 if($ok) $version = $this->client->getResponse();
365 $data = $this->client->getResponse();
429 $data = $this->client->getResponse();
636 $rtime = $this->client->getResponse();
666 $remote = $this->client->getResponse();
718 $remote = $this->client->getResponse();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OptimizedStats.php38 public function getResponse() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStats
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php182 if ($message->getMessageId() === 0 && $message instanceof LdapMessageResponse && $message->getResponse() instanceof ExtendedResponse) {
184 $response = $message->getResponse();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php25 public function getResponse() function in GuzzleHttp\\Exception\\ConnectException
/plugin/webdav/vendor/sabre/http/lib/
H A DClientHttpException.php52 function getResponse() { function in Sabre\\HTTP\\ClientHttpException
/plugin/davcal/vendor/sabre/http/lib/
H A DClientHttpException.php52 function getResponse() { function in Sabre\\HTTP\\ClientHttpException
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/
H A DOperation.php71 public function getResponse() function in Google\\Service\\Script\\Operation

1234567