Home
last modified time | relevance | path

Searched refs:update (Results 51 – 75 of 801) sorted by last modified time

12345678910>>...33

/plugin/edittable/lib/
H A Dhandsontable.full.js24873 this.update('columnHeaders', [function (column, TH) {
24959 value: function update(settings, value) {
24960 return this.wtSettings.update(settings, value);
25658 this.wot.update('scrollbarWidth', (0, _element.getScrollbarWidth)());
25659 this.wot.update('scrollbarHeight', (0, _element.getScrollbarWidth)());
26908 value: function update(settings, value) {
34700 instance.view.wt.update('onCellDblClick', onDblClick);
/plugin/advanced/lang/en/config/
H A Dhooks.txt3 …difying any of the template files itself, making them safe to survive an update. Just create the a…
/plugin/pageredirect/
H A DChangeLog.md54 - update Korean translations. [#21]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D38c1d0f6668e9563c0827f839f9fa505.asciidoc1 // docs/update.asciidoc:218
14 $response = $client->update($params);
H A D7cac05cb589f1614fd5b8589153bef06.asciidoc1 // docs/update.asciidoc:325
15 $response = $client->update($params);
H A D8cd00a3aba7c3c158277bc032aac2830.asciidoc8 'update' => [
20 'update' => [
39 'update' => [
52 'update' => [
64 'update' => [
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc1 // docs/update.asciidoc:96
18 $response = $client->update($params);
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc1 // docs/update.asciidoc:177
18 $response = $client->update($params);
H A Df9636d7ef1a45be4f36418c875cf6bef.asciidoc1 // docs/update.asciidoc:296
24 $response = $client->update($params);
H A D0a958e486ede3f519d48431ab689eded.asciidoc1 // docs/update.asciidoc:271
21 $response = $client->update($params);
H A Dac544eb247a29ca42aab13826ca88561.asciidoc1 // docs/update.asciidoc:135
18 $response = $client->update($params);
H A Dae9ccfaa146731ab9176df90670db1c2.asciidoc32 'update' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc80 // do something with hit e.g. write to CSV, update a database, etc
H A Dcrud.asciidoc163 existing document, or perform a partial update to just some fields (either
167 ==== Partial document update
169 If you want to partially update a document (for example, change an existing
187 $response = $client->update($params);
192 ==== Scripted document update
194 Sometimes you need to perform a scripted update, such as incrementing a counter
195 or appending a new value to an array. To perform a scripted update, you need to
211 $response = $client->update($params);
219 your update script, but if the document does not exist (or the field you are
220 trying to update does
[all...]
H A Dlogger.asciidoc24 And then update your Composer installation:
28 php composer.phar update
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc125 $params['if_seq_no'] = (number) only update the watch if the last operation that has changed the watch has the specified sequence number
126 $params['if_primary_term'] = (number) only update the watch if the last operation that has changed the watch has the specified primary term
H A DLogstashNamespace.asciidoc60 $params['body'] = (array) The Pipeline to add or update (Required)
H A DMlNamespace.asciidoc940 $params['id'] = (string) The ID of the data frame analytics to update
941 $params['body'] = (array) The data frame analytics settings to update (Required)
954 $params['datafeed_id'] = (string) The ID of the datafeed to update
959 $params['body'] = (array) The datafeed update settings (Required)
972 $params['filter_id'] = (string) The ID of the filter to update
973 $params['body'] = (array) The filter update (Required)
987 $params['body'] = (array) The job update settings (Required)
1001 $params['snapshot_id'] = (string) The ID of the snapshot to update
1002 $params['body'] = (array) The model snapshot properties to update (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php315 * Allows to perform multiple index/update/delete operations in a single request.
1547 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
1556 * $params['if_seq_no'] = (number) only perform the update operation if the last operation that has changed the document has the specified sequence number
1557 * $params['if_primary_term'] = (number) only perform the update operation if the last operation that has changed the document has the specified primary term
1563 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update.html
1565 public function update(array $params = []) function in Elasticsearch\\Client
1583 * Performs an update on every document in the index without changing the source,for example to pick up a mapping change.
1594 * $params['conflicts'] = (enum) What to do when the update by query hits version conflicts? (Options = abort,proceed) (Default = abort)
1617 * $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update by query operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
1618 * $params['scroll_size'] = (number) Size on the scroll request powering the update b
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml19 cancel-builds-on-update: true
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md275 - Added `if_primary_term', 'if_seq_no`in `update` endpoint [#884](https://github.com/elastic/elasticsearch-php/pull/884)
346 - [DOCS] update autogenerated api docs [[7f2cd0b]](http://github.com/elasticsearch/elasticsearch-php/commit/7f2cd0b)
390 - [DOCS] Remove Sami from composer.json and update docs (#619) [[fcd5ff1]](http://github.com/elasticsearch/elasticsearch-php/commit/fcd5ff1)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc58 * <<Elasticsearch_Clientupdate_update,`update()`>>
828 .`update(array $params = [])`
836 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
845 $params['if_seq_no'] = (number) only perform the update operation if the last operation that has changed the document has the specified sequence number
846 $params['if_primary_term'] = (number) only perform the update operation if the last operation that has changed the document has the specified primary term
870 $params['conflicts'] = (enum) What to do when the update by query hits version conflicts? (Options = abort,proceed) (Default = abort)
/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php48 * @param mixed $update
50 public function notify($update = null) argument
54 \call_user_func($this->notifyCallback, $update);
61 public function progress($update = null) argument
63 $this->notify($update);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md46 * Changed `SetProcessor::setValue` signature to allow to pass any type, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2082](https://github.com/ruflin/Elastica/pull/2082)
47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)
239 * Deprecated `version`/`version_type` options [(deprecated in `6.7.0`)](https://www.elastic.co/guide/en/elasticsearch/reference/6.8/docs-update.html) and added `if_seq_no` / `if_primary_term` that replaced it
484 - Fix [#1435](https://github.com/ruflin/Elastica/issues/1435) forcing `doc_as_upsert` to be boolean, acording [Elastic doc-update documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html#_literal_doc_as_upsert_literal)
524 - The [created and found](https://github.com/elastic/elasticsearch/pull/25516) fields in index and delete responses became obsolete after the introduction of the result field in index, update and delete responses [#1354](https://github.com/ruflin/Elastica/pull/1354)
1003 - Update Elasticsearch dependency to 1.7.1 and update plugin dependencies [#909](https://github.com/ruflin/Elastica/pull/909)
1208 - Fixed Response::isOk() to work better with bulk update api [#702](https://github.com/ruflin/Elastica/issues/702/)
1358 - Allow json string as data srouce for Bulk\Action on update [#575](https://github.com/ruflin/Elastica/issues/575/)
1463 - Add support for _bulk update
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile7 RUN apt-get update && \
18 RUN pecl channel-update pecl.php.net

12345678910>>...33