Home
last modified time | relevance | path

Searched refs:getResponse (Results 126 – 150 of 168) sorted by path

1234567

/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/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php51 public function getResponse() function in Elastica\\Exception\\ConnectionException
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();
/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 DSettings.php274 if ('cluster_block_exception' === $e->getResponse()->getFullError()['type']) {
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/Multi/
H A DResultSet.php57 public function getResponse(): Response function in Elastica\\Multi\\ResultSet
68 if ($resultSet->getResponse()->hasError()) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php200 public function getResponse(): Response
229 $data = $this->getResponse()->getData();
197 public function getResponse(): Response global() function in Elastica\\Node\\Info
H A DStats.php101 public function getResponse(): Response
122 $data = $this->getResponse()->getData();
98 public function getResponse(): Response global() function in Elastica\\Node\\Stats
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php205 public function getResponse(): Response function in Elastica\\ResultSet
H A DScroll.php181 if ($resultSet->getResponse()->isOk()) {
182 $this->_nextScrollId = $resultSet->getResponse()->getScrollId();
H A DSnapshot.php68 if (404 === $e->getResponse()->getStatus()) {
129 if (404 === $e->getResponse()->getStatus()) {
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 DTask.php76 public function getResponse(): Response
102 $this->_data = $this->getResponse()->getData();
73 public function getResponse(): Response global() function in Elastica\\Task
/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/freesync/
H A Dhelper.php131 $response = $this->_client->getResponse();
/plugin/googlesearch/
H A Dnusoap.php2263 $respdata = $this->getResponse();
2543 function getResponse(){ function in soap_transport_http
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/mantis/lib/
H A Dchangelog48 - soap_transport_http: fix use of $headers instead of $this->incoming_headers in getResponse
H A Dclass.soap_transport_http.php433 $respdata = $this->getResponse();
792 function getResponse(){ function in soap_transport_http
H A Dnusoap.php2540 $respdata = $this->getResponse();
2899 function getResponse(){ function in soap_transport_http
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php125 $response = $this->sendAndReceive(Operations::compare($dn, $attributeName, $value), ...$controls)->getResponse();
256 $response = $this->sendAndReceive($request, ...$controls)->getResponse();
371 $response = $this->sendAndReceive(Operations::whoami())->getResponse();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php120 $searchResponse = $message->getResponse();
162 $messageFrom = $this->protocolHandlerFactory->forResponse($messageTo->getRequest(), $messageFrom->getResponse())->handleResponse(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php74 $result = $messageFrom->getResponse();

1234567