Home
last modified time | relevance | path

Searched refs:request (Results 126 – 150 of 659) sorted by last modified time

12345678910>>...27

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc56 include::per-request-configuration.asciidoc[]
H A Dconnecting.asciidoc243 key:value pairs. The request body is itself an associative array with key:value
H A Dconnection-factory.asciidoc7 is book-keeping: Is this node alive? Did it fail a ping request? What is the
H A Dconnection-pool.asciidoc15 request and 9 out of the 10 nodes fail due to connection timeouts. The tenth
20 When the next request is sent to the client, nodes 1-9 are still considered
21 "dead", so they are skipped. The request is sent to the only known alive node
34 alive when the client initializes. If a node fails a request, it is marked as
36 revived and put back into rotation. Each additional failed request causes the
39 A successful request resets the "failed ping timeout" counter.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php37 * @var array request parameters to the bulk api
240 * Set a url parameter on the request bulk request.
255 * Set the amount of time that the request will wait the shards to come on line.
298 $response = $this->_client->request($this->getPath(), Request::POST, (string) $this, $this->_requestParams, Request::NDJSON_CONTENT_TYPE);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Connection/
H A DGuzzleException.php23 public function __construct(TransferException $guzzleException, ?Request $request = null, ?Response $response = null) argument
27 parent::__construct($message, $request, $response);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php86 $requestData = $this->request([], Request::GET, $queryParameters)->getData();
90 // should not append, the request should throw a ResponseException
387 return $this->request($data, Request::PUT);
422 public function request(array $data = [], string $method = Request::GET, array $queryParameters = []): Response
430 return $this->getIndex()->request($path, $method, $data, $queryParameters);
340 public function request(array $data = [], string $method = Request::GET, array $queryParameters = []): Response global() function in Elastica\\Index\\Settings
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php220 $request = [
233 $request = array_replace_recursive($request, $this->connectionParams, $options);
236 if (empty($request['client'])) {
237 unset($request['client']);
241 $future = $handler($request, $this, $transport, $options);
258 return function (array $request, Connection $connection, Transport $transport = null, $options) use ($handler) {
261 $this->lastRequest['request'] = $request; variable in Elasticsearch\\Connections\\Connection
263 // Send the request usin
383 logWarning(array $request, array $response) global() argument
395 logRequestSuccess(array $request, array $response) global() argument
439 logRequestFail(array $request, array $response, \\Exception $exception) global() argument
571 getCurlRetryException(array $request, array $response) global() argument
666 process4xxError(array $request, array $response, array $ignore) global() argument
701 process5xxError(array $request, array $response, array $ignore) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dbfcd65ab85d684d36a8550080032958d.asciidoc1 // search/request-body.asciidoc:156
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php57 private function sanitizeRequest(RequestInterface $request): RequestInterface argument
61 if ('.' === \substr($request->getHeader('host')[0], -1)) {
62 $changes = ['set_headers' => ['host' => \rtrim($request->getHeader('host')[0], '.')]];
64 $request = Psr7\Utils::modifyRequest($request, $changes);
66 $request = Psr7\modify_request($request, $changes);
70 return $request;
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md112 - Now correctly honoring a `version` option is supplied in a request.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEnrichNamespace.asciidoc49 $params['wait_for_completion'] = (boolean) Should the request should block until the execution is complete. (Default = true)
H A DIndicesNamespace.asciidoc126 $params['request'] = (boolean) Clear request cache
964 $params['wait_for_completion'] = (boolean) Specify whether the request should block until the all segments are upgraded (default: false)
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php485 $request = print_r($_REQUEST,true);
486 $request .= "\n" . print_r($Dwfck_conf_values,true);
487 …, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "\r\n" .$request ."\r\n");
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified771 FileBrowserError_default: "Error on your request. Error number: ",
H A Den.js-4.9.merged23 FileBrowserError_default: 'Error on your request. Error number: ',
H A Den.js.ckgedit22 FileBrowserError_default: 'Error on your request. Error number: ',
H A Den.js.unc23 FileBrowserError_default: 'Error on your request. Error number: ',
H A Dlang_array.txt683 FileBrowserError_default: 'Error on your request. Error number: ',
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc387 FileBrowserError_default: 'Error on your request. Error number: ',
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified771 FileBrowserError_default: "Error on your request. Error number: ",
/plugin/tagfilter/script/select2/
H A DREADME.md47 it, and make a pull request back to Select2 here on GitHub.
/plugin/html5video2/script/
H A Dvideo.min.js23request timed-out at URL: "+t.uri,code:cl,xhr:t}:t.aborted?{status:t.status,message:"HLS request a…
/plugin/evesso/phpoauthlib/src/OAuth/OAuth2/Service/
H A DAbstractService.php141 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) function in OAuth\\OAuth2\\Service\\AbstractService
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DServiceInterface.php25 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()); function

12345678910>>...27