Home
last modified time | relevance | path

Searched refs:Response (Results 51 – 75 of 187) sorted by relevance

12345678

/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponse.php5 use Elastica\Response as BaseResponse;
7 class Response extends BaseResponse class
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DSapiTest.php94 $response = new Response(204, ['Content-Type' => 'text/xml;charset=UTF-8']);
126 $response = new Response(200);
148 $response = new Response(200, ['Content-Length' => 19]);
/plugin/davcal/vendor/sabre/http/examples/
H A Dbasicauth.php16 use Sabre\HTTP\Response; alias
35 $response = new Response();
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DProcessingBuilder.php6 use Elastica\Response; alias
32 public function buildResultSet(Response $response, Query $query): ResultSet
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php49 * @var Response|null
281 public function updateDocument($id, $data, $index, array $options = []): Response
538 public function request(string $path, string $method = Request::GET, $data = [], array $query = [], string $contentType = Request::DEFAULT_CONTENT_TYPE): Response
578 public function requestEndpoint(AbstractEndpoint $endpoint): Response
599 public function forcemergeAll($args = []): Response
616 public function closePointInTime(string $pointInTimeId): Response
633 public function refreshAll(): Response
643 public function getLastResponse(): ?Response
H A DCluster.php31 * @var Response
67 public function getResponse(): Response
H A DResultSet.php32 * Response.
34 * @var Response Response object
48 public function __construct(Response $response, Query $query, $results)
205 public function getResponse(): Response
H A DMapping.php163 * @return Response Response object
165 public function send(Index $index, array $query = []): Response
H A DStatus.php24 * @var Response
131 * @return Response Response object
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php8 Sabre\HTTP\Response; alias
27 $response = new Response();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DResponse.php20 class Response extends \Google\Model class
116 class_alias(Response::class, 'Google_Service_ServiceControl_Response');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DHttpException.php7 use Elastica\Response; alias
28 public function __construct($error, ?Request $request = null, ?Response $response = null)
H A DGuzzleException.php7 use Elastica\Response; alias
23 public function __construct(TransferException $guzzleException, ?Request $request = null, ?Response $response = null)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php20 class Response implements Element { class
123 …>writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusCodes[$st…
134 …>writeElement('{DAV:}status', 'HTTP/1.1 ' . $status . ' ' . \Sabre\HTTP\Response::$statusCodes[$st…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php11 use Elastica\Response; alias
50 public function exec(Request $request, array $params): Response
79 throw new GuzzleException($ex, $request, new Response($ex->getMessage()));
83 $response = new Response($responseBody, $res->getStatusCode());
H A DHttp.php11 use Elastica\Response; alias
46 * @return Response Response object
48 public function exec(Request $request, array $params): Response
170 $response = new Response($responseString, \curl_getinfo($conn, \CURLINFO_RESPONSE_CODE));
H A DAbstractTransport.php11 use Elastica\Response; alias
59 abstract public function exec(Request $request, array $params): Response;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/Response/
H A DActionException.php3 namespace Elastica\Exception\Bulk\Response;
6 use Elastica\Bulk\Response as BulkResponse;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php4 use GuzzleHttp\Psr7\Response; alias
76 $this->response = new Response(
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md96 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
158 * Added: The Request and Response object now have a `__toString()` method that
161 * Changed: Added Response::getStatusText(). This method returns the
163 Response::getStatus(), which now always returns just the status code as an
165 * Changed: Response::send() is now Sapi::sendResponse($response).
216 * Added: Response::send
222 * Removed: Response::sendBody
229 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php19 use FreeDSx\Ldap\Operation\Response\ExtendedResponse;
20 use FreeDSx\Ldap\Operation\Response\PasswordModifyResponse;
37 * Retrieve the Request Response/Request class given a protocol number and the ASN1.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php160 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
187 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
264 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DResponse.php20 class Response extends \Google\Model class
138 class_alias(Response::class, 'Google_Service_Docs_Response');
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md129 * Use `Request::getHeaderAsArray()` and `Response::getHeaderAsArray()` to
191 * Added: The Request and Response object now have a `__toString()` method that
194 * Changed: Added Response::getStatusText(). This method returns the
196 Response::getStatus(), which now always returns just the status code as an
198 * Changed: Response::send() is now Sapi::sendResponse($response).
249 * Added: Response::send
255 * Removed: Response::sendBody
262 * Added: Introduction of Message, MessageInterface, Response, ResponseInterface.

12345678