Home
last modified time | relevance | path

Searched refs:set (Results 201 – 225 of 1255) sorted by last modified time

12345678910>>...51

/plugin/edittable/action/
H A Dnewtable.php63 $INPUT->post->set('edittable__new', $fields);
70 $INPUT->post->set('target', 'table');
74 $INPUT->post->set('target', 'table');
82 $INPUT->post->set('target', 'section');
88 $INPUT->post->set('target', 'section');
/plugin/captcha/
H A Daction.php96 $INPUT->post->set('save', false);
134 // we need to have $ID set for the captcha check
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/statdisplay/helper/
H A Dgraph.php264 foreach ($datasets as $num => $set) {
265 $DataSet->AddPoints($set, "series$num");
/plugin/advanced/lang/en/config/
H A Dmanifest.txt8 …- it can be overwritten by values set in a ''manifest.local.json'' in the ''conf'' directory which…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/
H A Dwo.txt58 1. Bépp nit bu ñu taqal cimbir mu tar jàppe nanu ko ku set ba loolu ñu ko taxal leer nàññ ginnaaw bi ñu ko attee. Te ñu taxawu ko ci lépp lu koy aar ci atte boobule.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php114 $this->_config->set($key, $value);
121 * Returns a specific config key or the whole config array if not set.
181 $this->_config->set('headers', $headers);
194 $this->_config->set('headers', $headers);
203 * Array of \Elastica\Document as input. Index has to be set inside the
236 * Array of \Elastica\Document as input. Index has to be set inside the
678 // If no connections set, create default connection
H A DClientConfiguration.php55 $clientConfiguration->set($key, $value);
88 $clientConfiguration->set('connections', $connections);
102 $clientConfiguration->set($optionName, $optionValue);
109 * Returns a specific config key or the whole config array if not set.
122 throw new InvalidException('Config key is not set: '.$key);
145 * @param string $key Key to set
148 public function set(string $key, $value): void function in Elastica\\ClientConfiguration
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php46 * If param is set, only specified setting is return.
67 * If param is set, only specified setting is return.
110 return $this->set(
126 return $this->set(
138 * Second param can be used to set it persistent
158 public function set(array $settings): Response function in Elastica\\Cluster\\Settings
/plugin/elasticsearch/action/
H A Dsearch.php295 $INPUT->set('lang', $langFilter);
299 $INPUT->set('lang', $transplugin->translations);
425 // assume page if no doctype is set, because old index won't have doctypes
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc90 creates a ClientBuilder object, which helps you to set custom configurations.
H A Dper-request-configuration.asciidoc4 There are several configurations that can be set on a per-request basis, rather
H A Dcrud.asciidoc49 If you need to set other parameters, such as a `routing` value, you specify
50 those in the array alongside the `index`, and others. For example, let's set the
196 provide a script and usually a set of parameters:
H A Dfutures.asciidoc28 responsibility into your code. To enable future mode, set the `future` flag in
142 be set via the `max_handles` setting when configuring the handler:
H A Dset-retries.asciidoc1 [[set-retries]]
H A Dhttp-meta-data.asciidoc63 environment variable and set it to `true` or `1`, before the `Client` class initialization.
65 In PHP you can set this environment variable as follows:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTextStructureNamespace.asciidoc34 $params['charset'] = (string) Optional parameter to specify the character set of the file
H A DCatNamespace.asciidoc178 $params['include_unloaded_segments'] = (boolean) If set to true segment stats will include stats for segments that are not currently loaded into memory (Default = false)
H A DCcrNamespace.asciidoc57 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before returning. Defaults to 0. 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) (Default = 0)
H A DTransformNamespace.asciidoc56 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on transform PUT (Default = false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md223 - Fixed scroll TTL is extracted but not set as a body param
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk 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)
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index 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)
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete 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)
262 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
478 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index 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)
656 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the reindex 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)
658 $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
660 $params['slices'] = (number|string) The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`. (Default = 1)
676 $params['requests_per_second'] = (number) The throttle to set o
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt29 Everyone is entitled to all the rights and freedoms set forth in this Declaration, without distinction of any kind, such as race, colour, sex, language, religion, political or other opinion, national or social origin, property, birth or other status.
143 Everyone is entitled to a social and international order in which the rights and freedoms set forth in this Declaration can be fully realized.
153 Nothing in this Declaration may be interpreted as implying for any State, group or person any right to engage in any activity or to perform any act aimed at the destruction of any of the rights and freedoms set forth herein
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md31 * Use `ramsey/composer-install` to simplify CI jobs and test with the lowest set of dependencies [#2113](https://github.com/ruflin/Elastica/pull/2113)
263 * The `Wildcard::setValue()` changed its signature: use it to set the value of the wildcard query only.
376 * Always set the Guzzle `base_uri` to support connecting to multiple ES hosts. [#1618](https://github.com/ruflin/Elastica/pull/1618)
394 * Allow metadata to be set on Aggregations (via `AbstractAggregation::setMeta(array)`). [#1677](https://github.com/ruflin/Elastica/issues/1677)
426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
485 - Fix [#1456](https://github.com/ruflin/Elastica/issues/1456) set SSL as connection scheme if it is required
577 - Fix elastic 5.3.x deprecation warning related to Content-Type not being set.
697 - Remove index.merge.policy.merge_factor, and set/get MergePolicy as it looks deprecated from ES 1.6
705 - Remove Elastica\Document::add as deprecated. Use Elastica\Document::set instead
809 - Fix fatal error on `Query::addScriptField()` if scripts were already set vi
[all...]
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php171 * Registers a set of PSR-0 directories for a given prefix, either
172 * appending or prepending to the ones previously set for this prefix.
219 * Registers a set of PSR-4 directories for a given namespace, either
220 * appending or prepending to the ones previously set for this namespace.
270 * Registers a set of PSR-0 directories for a given prefix,
271 * replacing any others previously set for this prefix.
278 public function set($prefix, $paths)
288 * Registers a set of PSR-4 directories for a given namespace,
289 * replacing any others previously set for this namespace.
280 public function set($prefix, $paths) global() function in Composer\\Autoload\\ClassLoader

12345678910>>...51