Home
last modified time | relevance | path

Searched refs:parameters (Results 51 – 75 of 693) sorted by last modified time

12345678910>>...28

/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument
33 parent::__construct($scheme, $parameters);
74 $parameters = $this->getParameters();
80 (empty($parameters) ? '' : '?'.http_build_query($parameters));
H A DDsnFunction.php33 private $parameters; variable in Nyholm\\Dsn\\Configuration\\DsnFunction
35 public function __construct(string $name, array $arguments, array $parameters = []) argument
39 $this->parameters = $parameters;
57 return $this->parameters;
67 return \array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default;
78 $new->parameters[$key] = $value;
89 unset($new->parameters[$key]);
107 return sprintf('%s(%s)%s', $this->getName(), implode(' ', $this->getArguments()), empty($this->parameters)
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc49 If you need to set other parameters, such as a `routing` value, you specify
53 .Additional parameters
196 provide a script and usually a set of parameters:
H A Dnamespaces.asciidoc43 namespaces. Sometimes the methods require parameters. These parameters work
81 parameters, each according to what the particular API requires. The `stats` API
H A Dbreaking-changes.asciidoc5 ==== E_USER_DEPRECATED notice when using deprecated parameters
9 every time you use a deprecated parameters for {es}. We decided to add this
H A Dindex-operations.asciidoc27 You can specify any parameters that would normally be included in a new index
28 creation API. All parameters that would normally go in the request body are
H A Drelease-notes.asciidoc114 * Fixed ClientBuilder::fromConfig allowing multiple function parameters (for
314 parameters to `indices.stats` API.
316 * Updated the phpdoc parameters for all the API endpoints
H A Dconfig-hash.asciidoc27 Unknown parameters throw an exception, to help the user find potential problems.
H A Dconfiguration.asciidoc5 configure a few parameters to suit their needs, but it is possible to completely
H A Dconnecting.asciidoc238 REST endpoint, document and optional parameters - everything is an associative
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md47 parameters (e.g. setApiKey)
196 parameters to `indices.stats` API.
198 - Updated the phpdoc parameters for all the API endpoints
H A DLICENSE-LGPL264 If such an object file uses only numerical parameters, data
H A Dphpstan.neon1 parameters:
H A DREADME.md10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simple associative arrays as parameters. All parameters, from the URI to the document body, are defined in the associative array.
167 In elasticsearch-php, almost everything is configured by associative arrays. The REST endpoint, document and optional parameters - everything is an associative array.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc1335 Extract an argument from the array of parameters
H A DClientBuilder.asciidoc329 Set connection parameters
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc58 $params['body'] = (array) The name of the leader index and other optional ccr related parameters (Required)
H A DMlNamespace.asciidoc340 $params['body'] = (array) Flush parameters
413 $params['body'] = (array) The from and size parameters optionally sent in the body
875 $params['body'] = (array) The start data frame analytics parameters
892 $params['body'] = (array) The start datafeed parameters
910 $params['body'] = (array) The stop data frame analytics parameters
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md93 * Fixed version parameters for DeleteDocument by @pheyse24 [#2048](https://github.com/ruflin/Elastica/pull/2048)
94 * Fixed version parameters for Index::addDocument() by @pidera [#2050](https://github.com/ruflin/Elastica/pull/2050)
362 * [Camel Case](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_camel_case_and_underscore_parameters_deprecated_in_6_x_have_been_removed) and underscore parameters deprecated in 6.x have been removed
489 * Added request parameters to `Client->deleteDocuments()`. [#1419](https://github.com/ruflin/Elastica/pull/1419)
490 * Added request parameters to `Type->updateDocuments()`, `Type->addDocuments()`, `Type->addObjects()`, `Index->addDocuments()`, `Index->updateDocuments()`. [#1427](https://github.com/ruflin/Elastica/pull/1427)
515 - Numeric to and from parameters in [date_range aggregation](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/breaking_60_aggregations_changes.html#_numeric_literal_to_literal_and_literal_from_literal_parameters_in_literal_date_range_literal_aggregation_are_interpreted_according_to_literal_format_literal_now) are interpreted according to format of the target field
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
537 - [Analyze Explain](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/_explain_analyze.html) no more support [request parameters](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/indices-analyze.html), use request body instead. [#1370](https://github.com/ruflin/Elastica/pull/1370)
542 - Remove [deprecated parameters](https://github.com/elastic/elasticsearch/pull/26508) from ids_query [#1382](https://github.com/ruflin/Elastica/pull/1382)
585 - Add support for Health parameters fo
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md41 Both types can have parameters, user, password. The exact definition we are using
139 a `name`, `argument` and may have `parameters`. An argument is either a `DsnFunction`
198 However, we do support "only parameters":
/plugin/elasticsearch/vendor/nyholm/dsn/src/
H A DDsnParser.php36 $parameters = [];
40 parse_str($matches[3] ?? '', $parameters);
55 return new DsnFunction($functionName, array_map(\Closure::fromCallable([self::class, 'parseArguments']), $arguments), $parameters);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml6 parameters:
H A Delastic+elasticsearch-php+master.yml6 parameters:
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md190 with a promise (all parameters are optional):
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php338 $parameters = $callbackReflection->getParameters();
340 if (!isset($parameters[0])) {
344 $expectedException = $parameters[0];

12345678910>>...28