Home
last modified time | relevance | path

Searched refs:x (Results 276 – 300 of 1696) sorted by last modified time

1...<<11121314151617181920>>...68

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc39 | >= 6.6, <= 6.7 | `6.7.x`
H A Dcrud.asciidoc5 {ref-7x}/removal-of-types.html[here]. If you migrated types from {es} 6 to 7,
H A Dbreaking-changes.asciidoc2 === Breaking changes from 6.x
5 E_USER_DEPRECATED notice when using deprecated parametersBreaking changes from 6.x global() argument
28 Moving from types to typeless APIs in {es} 7.0Breaking changes from 6.x global() argument
36 Type hint and return typeBreaking changes from 6.x global() argument
42 PHP 7.1+ RequirementBreaking changes from 6.x global() argument
H A Dhttp-meta-data.asciidoc12 The client sends a `x-elastic-client-meta` header by default.
14 used by the client. For instance, a value of `x-elastic-client-meta` can be
57 which signals to {es} that the client is requesting 7.x version of request and response
58 bodies. This allows upgrading from 7.x to 8.x version of Elasticsearch without upgrading
H A Dsearch-operations.asciidoc251 {ref-7x}/search-request-body.html#request-body-search-scroll[reference documentation].
H A Dconnecting.asciidoc84 {ref-7x}/security-api-create-api-key.html[here], you can use these values to
210 the latest 7.x Elasticsearch client with an 8.x Elasticsearch server, giving more
214 latest 7.x client and set the environment variable `ELASTIC_CLIENT_APIVERSIONING`
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dtest-matrix.yml3 - 7.x-SNAPSHOT
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md29 'x-foo' => ['baz']
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php1373 * $params['x'] = (int) X coordinate for the vector tile to search
1394 $x = $this->extractArgument($params, 'x');
1404 $endpoint->setX($x);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php84 $x = $index++ - $value[$v];
85 $y = $x >> (PHP_INT_SIZE * 8);
86 $sum += ($x + $y) ^ $y;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md158 * Fixed compatibility with `guzzlehttp/psr7` version `2.x` [#2002](https://github.com/ruflin/Elastica/pull/2002)
192 * Added `if_seq_no` / `if_primary_term` to replace `version` for [optimistic concurrency control](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/optimistic-concurrency-control.html) [#1803](https://github.com/ruflin/Elastica/pull/1803)
209 * Supported `guzzlehttp/guzzle` 7.x [#1816](https://github.com/ruflin/Elastica/pull/1816)
294 * `Terms::setMinimumMatch()` has been removed as not supported by ES 7.x
298 * Marked Elastica 5.x as unmaintained
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
363 * The parameter [fields](https://www.elastic.co/guide/en/elasticsearch/reference/master/breaking-changes-7.0.html#_the_parameter_literal_fields_literal_deprecated_in_6_x_has_been_removed_from_bulk_request) deprecated in 6.x has been removed from Bulk requestedit and Update request.
379 * Add ```settings``` level on json to create an Index in all tests (it worked till 6.x but it shouldn't work)
521 - Removed ```optimize``` from Index class as it has been deprecated in ES 2.1 and removed in [ES 5.x+](https://www.elastic.co/guide/en/elasticsearch/reference/2.4/indices-optimize.html) use forcemerge [#1351](https://github.com/ruflin/Elastica/pull/1350)
577 - Fix elastic 5.3.x deprecatio
[all...]
H A DREADME.md33 This project tries to follow Elasticsearch in terms of [End of Life](https://www.elastic.co/support/eol) and maintenance since 5.x.
38 | [7.x](https://github.com/ruflin/Elastica/tree/master) | 7.x | ^7.0 | ^7.2 \|\| ^8.0 |
39 | [6.x](https://github.com/ruflin/Elastica/tree/6.x) | 6.x | ^6.0 | ^7.0 \|\| ^8.0 |
45 | [5.x](https://github.com/ruflin/Elastica/tree/5.x) | 5.x | ^5.0 | \>=5.6 |
46 | [3.x](http
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php33 protected $x; variable in Elasticsearch\\Endpoints\\SearchMvt
41 $x = $this->x ?? null;
44 if (isset($index) && isset($field) && isset($zoom) && isset($x) && isset($y)) {
45 return "/$index/_mvt/$field/$zoom/$x/$y";
96 public function setX($x): SearchMvt argument
98 if (isset($x) !== true) {
101 $this->x = $x;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/certs/
H A Dtestnode.key15 JL9t3x63Qt81US8s2hQk3khPYTRM8ZB3xHiXvZYSGC/0x/DxfEO3QJECgYEA4NK5
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+7.x.yml3 name: elastic+elasticsearch-php+7.x
4 display-name: 'elastic / elasticsearch-php # 7.x'
5 description: Testing the elasticsearch-php 7.x branch.
9 default: refs/heads/7.x
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/az-Latn/
H A Daz-Latn.txt
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
67 **Note:** [X-Pack](https://www.elastic.co/what-is/open-x-pack) endpoints are included from elasticsearch-php 7.7+.
79 | 6.x | >= 7.0.0, < 8.0.0 |
80 | 5.x | >= 5.6.6, < 8.0.0 |
81 | 2.x | >= 5.4.0, < 7.0.0 |
82 | 0.4, 1.x | >= 5.3.9, < 7.0.0 |
84 - If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85 - If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branc
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc420 Set or disable the x-elastic-client-meta header
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/vi/
H A Dvi.txt
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md1 CHANGELOG for 2.x
H A DREADME.md7 [![CI status](https://github.com/reactphp/promise/actions/workflows/ci.yml/badge.svg?branch=2.x)](https://github.com/reactphp/promise/actions)
649 ->then(function ($x) {
650 // $x will be the value passed to $deferred->resolve() below
651 // and returns a *new promise* for $x + 1
652 return $x + 1;
654 ->then(function ($x) {
655 // $x === 2
658 return $x + 1;
660 ->then(function ($x) {
661 // $x
[all...]
/plugin/achart/assets/
H A Dapexcharts.min.js6x:e.left,y:e.top}}},{key:"getLargestStringFromArr",value:function(t){return t.reduce((function(t,e… property in AnonymousFunction1cae5b5135300.b
10x:t,y:e,z:i})},spotLight:function(t,e,i,a,s,r){this.attr({x:t,y:e,z:i,pointsAtX:a,pointsAtY:s,poin…
14x=i.clientX-(e||0),this.p.y=i.clientY,this.p.matrixTransform(this.m)},t.prototype.getBBox=function… property in t.resize.offset
H A Djs-yaml.min.js2x=new RegExp("^(?:[-+]?(?:[0-9][0-9_]*)(?:\\.[0-9_]*)?(?:[eE][-+]?[0-9]+)?|\\.[0-9_]+(?:[eE][-+]?[…
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor.css5 …ight:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;over…
H A Deditor_gecko.css5 …ight:100%;font-size:12px;overflow:auto;overflow-x:hidden}.cke_panel_container{overflow-y:auto;over…

1...<<11121314151617181920>>...68