Home
last modified time | relevance | path

Searched refs:elastic (Results 1 – 25 of 38) sorted by path

12

/plugin/advrack/
H A Draphael.js4420 elastic: function (n) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js2427 function elastic(opts, t, d) { function
2612 return -elastic(opts, t, d) + b;
2653 return -0.5 * elastic(opts, t, d) + b;
H A Dfabric.min.js2elastic(opts,t,d){return opts.a*Math.pow(2,10*(t-=1))*Math.sin((t*d-opts.s)*(2*Math.PI)/opts.p)}fu… function
/plugin/callflow/
H A Draphael.js4420 elastic: function (n) {
/plugin/chordsheets/js/
H A Draphael.js1 …1)*t-e)},backOut:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},elastic:function(t){retur…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1elastic.js","webpack:///./node_modules/d3-ease/src/exp.js","webpack:///./node_modules/d3-ease/src/…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …dules/d3-ease/src/back.js","webpack://mermaid/./node_modules/d3-ease/src/elastic.js","webpack://me…
/plugin/elasticsearch/
H A Dcomposer.lock14 "url": "git@github.com:elastic/elasticsearch-php.git",
19 "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/c078ccb082f4cdfb3ef81971a8ca6afb9844d6ce",
H A Ddocker-compose.yml11 - elastic
17 - elastic
23 elastic:
H A Dstyle.less20 dd.elastic-resultmeta {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh29 export elasticsearch_url=https://elastic:${elastic_password}@${es_node_name}:9200
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml17 url: https://github.com/elastic/elasticsearch-php/
29 url: https://github.com/elastic/elasticsearch-php.git
71 recipients: build-lang-clients@elastic.co
H A Delastic+elasticsearch-php+7.x.yml3 name: elastic+elasticsearch-php+7.x
4 display-name: 'elastic / elasticsearch-php # 7.x'
H A Delastic+elasticsearch-php+master.yml3 name: elastic+elasticsearch-php+master
4 display-name: 'elastic / elasticsearch-php # master'
H A Delastic+elasticsearch-php+pull-request.yml3 name: elastic+elasticsearch-php+pull-request
4 display-name: 'elastic / elasticsearch-php # pull-request'
15 - elastic
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh73 docker pull docker.elastic.co/elasticsearch/"$elasticsearch_container" && break
116 docker.elastic.co/elasticsearch/"$elasticsearch_container";
H A Drun-repository.sh27 --tag elastic/elasticsearch-php \
46 elastic/elasticsearch-ph
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
20 [#897](https://github.com/elastic/elasticsearch-php/pull/897)
24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
28 - [Search Templates]: PutTemplate endpoint has been removed (see [Elasticsearch Breaking Changes](https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking_60_scripting_changes.html#_stored_search_template_apis_removed)),
31 - [#674](https://github.com/elastic/elasticsearch-php/pull/674) `ClientBuilder::defaultLogger()` method was removed. It is recommended to [create the logger object manually](https://github.com/elastic/elasticsearch-php/blob/master/docs/configuration.asciidoc#enabling-the-logger).
H A DCHANGELOG.md4 [#1126](https://github.com/elastic/elasticsearch-php/pull/1126)
8 [#1143](https://github.com/elastic/elasticsearch-php/pull/1143)
10 [#1142](https://github.com/elastic/elasticsearch-php/pull/1142)
12 [#1129](https://github.com/elastic/elasticsearch-php/pull/1129)
14 [9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64)
16 [038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d)
21 [136d5b9](https://github.com/elastic/elasticsearch-php/commit/136d5b9717b3806c6b34ef8a5076bfe7cee8b46e)
23 [0d81be1](https://github.com/elastic/elasticsearch-php/commit/0d81be131bfc7eff6ef82468e61c16077a892aab)
25 [f69d96f](https://github.com/elastic/elasticsearch-php/commit/f69d96fc283580177002b4088c279c3d0c07befe)
31 [#1089](https://github.com/elastic/elasticsearc
[all...]
H A DREADME.md1 <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
6 [![Build status](https://github.com/elastic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elastic/elasticsearch-php/actions) [![Latest Stable Version](https://poser.pugx.org/elasticsearch/elasticsearch/v/stable)](https://packagist.org/packages/elasticsearch/elasticsearch) [![Total Downloads](https://poser.pugx.org/elasticsearch/elasticsearch/downloads)](https://packagist.org/packages/elasticsearch/elasticsearch)
12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
14 Starting from version `7.7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elasticsearch.
17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-apis.html)
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html)
19 - [Info](https://www.elastic
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc32 https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0[this]
39 possible. See PR https://github.com/elastic/elasticsearch-php/pull/897[#897].
H A Dcommunity.asciidoc154 https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation]
H A Dexperimental-beta-apis.asciidoc27 - https://www.elastic.co/guide/en/elasticsearch/reference/7.4/search-rank-eval.html[Ranking Evaluation]
38 - https://www.elastic.co/guide/en/elasticsearch/painless/7.4/painless-execute-api.html[Painless Execute]
H A Dhelpers.asciidoc19 https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-results[pagination].
55 https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#paginate-search-results[pagination].
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc420 Set or disable the x-elastic-client-meta header

12