Home
last modified time | relevance | path

Searched full:setting (Results 251 – 275 of 1200) sorted by last modified time

1...<<11121314151617181920>>...48

/plugin/authdrupal8/
H A DREADME.md43 **Before** setting your authentication mode to ```authdrupal8``` you should think about the following:
/plugin/docnavigation/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/gitlabapi/
H A DREADME.md16 … Set your default GitLab url without slash ending. You can override this setting in `server.json` …
17 - **token.default**: Fill your admin token. You can override this setting in `server.json` file.
/plugin/edittable/lib/
H A Dhandsontable.full.js3490 * Fired after setting range of autofill.
17909 * @param {String} name Setting name.
17910 * @param {*} value Setting value.
17936 * Get a single Ghost Table setting.
24261 * @param {Function} setting
24269 return setting();
24272 return !!setting;
25094 * Checks if setting exists
26924 * Get setting by name
26949 * Checks if setting exists
[all …]
/plugin/pubmed2020/classes/
H A Dpubmed2020.php949 "Participants\/setting:",
969 "Setting:",
970 "Setting and subjects:", //
971 "Setting and participants:",
/plugin/tplinc/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/firenews/lang/de/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/firenews/lang/en/
H A Dsettings.php8 // keys need to match the config setting name
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/Traits/
H A DKeyedTrait.php8 * Setting the keyed flag to true associates a unique string key
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php46 * If param is set, only specified setting is return.
48 * @param string $setting OPTIONAL Setting name to return
52 public function getPersistent(string $setting = '') argument
57 if ('' !== $setting) {
58 return $settings[$setting] ?? null;
67 * If param is set, only specified setting is return.
69 * @param string $setting OPTIONAL Setting name to return
73 public function getTransient(string $setting argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DClusterNamespace.php145 * $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
H A DIndicesNamespace.php146 * $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
382 * $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
545 * $params['force'] = (boolean) Whether a flush should be forced even if it is not necessarily needed ie. if no changes will be committed to the index. This is useful if transaction log IDs should be incremented even if no uncommitted changes are present. (This setting can be considered as internal)
651 * $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
812 * $params['include_defaults'] = (boolean) Whether to return all default setting for each of the indices. (Default = false)
H A DMlNamespace.php1299 * Sets a cluster wide upgrade_mode setting that prepares machine learning indices for an upgrade.
1301 * $params['enabled'] = (boolean) Whether to enable upgrade_mode ML setting or not. Defaults to false.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php33 * @param array $settings Additional repository settings. If type "fs" is used, the "location" setting must be provided.
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php71 ini setting to point to the path to the file, allowing you to omit the 'verify'
H A DCurlFactory.php244 // Let cURL handle setting the Content-Length header
311 * This method is only called when a request has a 'curl' config setting.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc142 be set via the `max_handles` setting when configuring the handler:
H A Dhttp-meta-data.asciidoc31 This is a special setting for the client that enables the port in the
32 Host header. This setting has been introduced to prevent issues with
H A Dindex-operations.asciidoc156 The PUT Settings API allows you to modify any index setting that is dynamic:
H A Drelease-notes.asciidoc47 * Added the `ingest.geoip.downloader.enabled=false` setting for ES
205 * Fixed gzip compression when setting Cloud Id
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpunit-yaml-free-tests.xml9 <!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
H A Dphpunit-yaml-platinum-tests.xml9 <!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
H A DCHANGELOG.md115 - Fixed gzip compression when setting Cloud Id
400 - Shrink API was not setting body correctly [[e0f0985]](http://github.com/elasticsearch/elasticsearch-php/commit/e0f0985)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php532 * $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to index level setting
1340 * $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to index level setting
1614 * $params['request_cache'] = (boolean) Specify if request cache should be used for this request or not, defaults to index level setting
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md117 * Extracted setting gap policy to `\Elastica\Aggregation\Traits\GapPolicyTrait` and introduced `\Elastica\Aggregation\GapPolicyInterface` with constants for options by @stchr [#2023](https://github.com/ruflin/Elastica/pull/2023)
118 * Extracted setting `field` to `Elastica\Processor\Traits\FieldTrait` by @deguif [#2024](https://github.com/ruflin/Elastica/pull/2024)
119 * Extracted setting `target_field` to `Elastica\Processor\Traits\TargetFieldTrait` by @deguif [#2026](https://github.com/ruflin/Elastica/pull/2026)
847 `Elastica\Aggregation\AbstractSimpleAggregation` without setting either the
1426 - Setting shard timeout doesn't work [#547](https://github.com/ruflin/Elastica/issues/547/)
1669 - Elastica\Client add setLogger for setting custom Logger for example Monolog(https://github.com/Seldaek/monolog)
1794 - Add getters+setters for Index Setting blocks 'read', 'write' and 'metadata'

1...<<11121314151617181920>>...48