/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/ |
H A D | ClientSaslBindHandler.php | 88 $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 D | ClientSearchHandler.php | 72 while (!($messageFrom->getResponse() instanceof SearchResultDone)) { 73 $response = $messageFrom->getResponse(); 81 $ldapResult = $messageFrom->getResponse();
|
H A D | ClientReferralHandler.php | 65 $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 D | Status.php | 114 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 D | Cluster.php | 61 $this->_data = $this->getResponse()->getData(); 67 public function getResponse(): Response 60 public function getResponse(): Response global() function in Elastica\\Cluster
|
H A D | Task.php | 76 public function getResponse(): Response 102 $this->_data = $this->getResponse()->getData(); 73 public function getResponse(): Response global() function in Elastica\\Task
|
H A D | Snapshot.php | 68 if (404 === $e->getResponse()->getStatus()) { 129 if (404 === $e->getResponse()->getStatus()) {
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
H A D | ResponseException.php | 50 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 D | ConnectionException.php | 51 public function getResponse() function in Elastica\\Exception\\ConnectionException
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
H A D | NullTransport.php | 32 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 D | Recovery.php | 65 public function getResponse(): Response function in Elastica\\Index\\Recovery 101 return $this->getResponse()->getData();
|
H A D | Stats.php | 91 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 D | ActionException.php | 25 return $this->getResponse()->getAction(); 28 public function getResponse(): BulkResponse function in Elastica\\Exception\\Bulk\\Response\\ActionException
|
/plugin/xcom/scripts/ |
H A D | xml.php | 71 $retv = $client->getResponse(); 121 $ok = $client->getResponse(); 147 $data = $client->getResponse();
|
H A D | xcom_save.php | 181 $this->data_buffer = $client->getResponse(); 185 return $client->getResponse(); 222 $ok = $client->getResponse();
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/ |
H A D | Stats.php | 101 public function getResponse(): Response 122 $data = $this->getResponse()->getData(); 98 public function getResponse(): Response global() function in Elastica\\Node\\Stats
|
H A D | Info.php | 200 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 D | ResultSet.php | 57 public function getResponse(): Response function in Elastica\\Multi\\ResultSet 68 if ($resultSet->getResponse()->hasError()) {
|
/plugin/sync/ |
H A D | admin.php | 51 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 D | GoogleCloudApigeeV1OptimizedStats.php | 38 public function getResponse() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStats
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapQueue.php | 182 if ($message->getMessageId() === 0 && $message instanceof LdapMessageResponse && $message->getResponse() instanceof ExtendedResponse) { 184 $response = $message->getResponse();
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/ |
H A D | ConnectException.php | 25 public function getResponse() function in GuzzleHttp\\Exception\\ConnectException
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | ClientHttpException.php | 52 function getResponse() { function in Sabre\\HTTP\\ClientHttpException
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | ClientHttpException.php | 52 function getResponse() { function in Sabre\\HTTP\\ClientHttpException
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Script/ |
H A D | Operation.php | 71 public function getResponse() function in Google\\Service\\Script\\Operation
|