Home
last modified time | relevance | path

Searched refs:default (Results 226 – 250 of 1338) sorted by last modified time

12345678910>>...54

/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css76 /* Hide the browser's default checkbox */
/plugin/s5/ui/default/
H A Diepngfix.htc10 var blankImg = 'v11rc1/default/blank.gif';
/plugin/s5/ui/dokuwiki/
H A Diepngfix.htc10 var blankImg = 'ui/default/blank.gif';
H A Dpretty.css3 * @author Eric A. Meyer (http://meyerweb.com/) [default theme]
/plugin/oauthauthsch/
H A DDotAccess.php18 * @param mixed $default
21 public static function get($array, $key, $default = null) argument
24 return $default;
33 return $array[$key] ?? $default;
39 return $default;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php107 * Sets specific config values (updates and keeps default values).
144 * @param mixed $default default value will be returned if key was not found
148 public function getConfigValue($keys, $default = null)
155 return $default;
678 // If no connections set, create default connection
143 getConfigValue($keys, $default = null) global() argument
/plugin/elasticsearch/
H A Dcomposer.lock201 "default-branch": true,
265 "default-branch": true,
570 "default-branch": true,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc102 the default port is `9200`. The default scheme is `http`
H A Dhttp-handler.asciidoc10 The default handler that the client uses is a combination handler. When
35 The default handler is recommended in almost all cases. This allows fast
H A Dinstallation.asciidoc19 The default HTTP handlers that ship with Elasticsearch-php require the PHP
H A Dper-request-configuration.asciidoc128 By default, the client only returns the response body. If you require more
H A Dcrud.asciidoc220 trying to update doesn't exist), default values are inserted instead.
H A Dfutures.asciidoc139 The default batch size is 100, meaning 100 requests queue up before the client
H A Dlogger.asciidoc4 Elasticsearch-PHP supports logging, but it is not enabled by default for
H A Dserializers.asciidoc12 The default serializer is the `SmartSerializer`.
47 The `SmartSerializer` is selected by default, but if you wish to manually
215 The majority of people will never need to change the default Serializer
H A Dset-retries.asciidoc4 By default, the client will retry `n` times, where `n = number of nodes` in your
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php54 * @param mixed|null $default
58 public function getParameter(string $key, $default = null) argument
60 return \array_key_exists($key, $this->parameters) ? $this->parameters[$key] : $default;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DWatcherNamespace.asciidoc123 $params['active'] = (boolean) Specify whether the watch is in/active by default
H A DCatNamespace.asciidoc57 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
78 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
169 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
193 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
299 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
319 $params['full_id'] = (boolean) Return the full node ID instead of the shortened version (default: false)
320 $params['local'] = (boolean) Calculate the selected nodes using the local cluster state rather than the state from master node (default: false)
340 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
360 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
442 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default
[all...]
H A DEqlNamespace.asciidoc77 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
H A DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
139 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
155 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
169 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
183 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
197 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
211 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
225 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
345 $params['refresh'] = (enum) If `true` (the default) then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` then do nothing with refreshes. (Options = true,false,wait_for)
398 $params['refresh'] = (enum) If `true` (the default) the
[all...]
H A DTasksNamespace.asciidoc52 $params['wait_for_completion'] = (boolean) Wait for the matching tasks to complete (default: false)
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMiddleware.php14 * other requests to a default handler.
19 * @param callable $default Handler used for non-streaming responses
25 callable $default, argument
28 return function (array $request) use ($default, $future) {
30 ? $default($request)
37 * all other requests to a default handler.
43 * @param callable $default Handler used for non-streaming responses
49 callable $default, argument
52 return function (array $request) use ($default, $streaming) {
54 ? $default(
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md111 By default the `port` is not included in the `Host` header.
398 - [TEST] Use percentage watermarks to be compatible with default flood [[95d2f89]](http://github.com/elasticsearch/elasticsearch-php/commit/95d2f89)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc108 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
111 $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
163 $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
167 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
168 $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
169 $params['df'] = (string) The field to use as default where no field prefix is given in the query string
189 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
212 $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
234 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
235 $params['default_operator'] = (enum) The default operato
[all...]

12345678910>>...54