Home
last modified time | relevance | path

Searched refs:configuration (Results 251 – 275 of 622) sorted by path

1...<<11121314151617181920>>...25

/plugin/elasticsearch/conf/
H A Delasticsearch.conf.example1 # This file is an example. The real configuration must be done in conf/elasticsearch.conf
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md31 - [#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 DLICENSE-APACHE28 source, and configuration files.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc75 $params['wait_for_removal'] = (boolean) Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list. (Default = true)
172 $params['node_ids'] = (string) A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names.
H A DMlNamespace.asciidoc769 $params['body'] = (array) The data frame analytics configuration (Required)
830 $params['body'] = (array) The trained model configuration (Required)
H A DRollupNamespace.asciidoc97 $params['body'] = (array) The job configuration (Required)
112 $params['body'] = (array) The rollup configuration (Required)
H A DSearchableSnapshotsNamespace.asciidoc57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc3 === Building the client from a configuration hash
H A Dconfiguration.asciidoc1 [[configuration]] anchor
8 Custom configuration is accomplished before the client is instantiated, through
9 the ClientBuilder helper object. You can find all the configuration options and
56 include::per-request-configuration.asciidoc[]
H A Dhost-config.asciidoc14 The most common configuration is telling the client about your cluster: the
61 The client also supports an _extended_ host configuration syntax. The inline
62 configuration method relies on PHP's `filter_var()` and `parse_url()` methods to
H A Dindex.asciidoc15 include::configuration.asciidoc[]
H A Dinstallation.asciidoc92 object. For further info, consult the <<configuration>> section.
H A Dper-request-configuration.asciidoc2 === Per-request configuration
9 Request IdentificationPer-request configuration global() argument
38 Ignoring exceptionsPer-request configuration global() argument
97 Providing custom query parametersPer-request configuration global() argument
126 Increasing the verbosity of responsesPer-request configuration global() argument
252 Curl TimeoutsPer-request configuration global() argument
290 Enabling Future ModePer-request configuration global() argument
316 SSL EncryptionPer-request configuration global() argument
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md206 There is no official DSN RFC. We have defined a DSN configuration string as
212 configuration:
216 function_name[:](configuration[,configuration])[?query]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md370 * Removed `\Elastica\Client::_log`, `\Elastica\Log` and the `log` configuration option. Use the `Psr\Log\LoggerInterface $logger` client argument to customize logging.
391 * Move Client configuration in a dedicated class
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php74 $configuration = ClientConfiguration::fromDsn($config);
76 $configuration = ClientConfiguration::fromArray($config);
81 $this->_config = $configuration;
123 * @throws InvalidException if the given key is not found in the configuration
H A DClientConfiguration.php12 * Elastica client configuration.
26 protected $configuration = [ variable in Elastica\\ClientConfiguration
45 * Create configuration.
62 * Create configuration from Dsn string. Example of valid DSN strings:
111 * @throws InvalidException if the given key is not found in the configuration
118 return $this->configuration;
125 return $this->configuration[$key];
129 * Returns boolean indicates if configuration has key.
133 return \array_key_exists($key, $this->configuration);
137 * Return all configuration
[all...]
/plugin/etherpadlite/
H A DREADME.md11 …r pages using an existing etherpad lite instance. Using an appropiate configuration of the etherpa…
74 ## configuration ## section in dokuwikietherpadlite
76 This plugin needs configuration. See the dokuwiki configuration editor for this. More information c…
/plugin/extendpage/
H A DREADME.md16 Go to the admin configuration menu and select the "Extend Page Plugin" entry.
/plugin/externalembed/
H A DREADME.md28 * Set your **API_KEY** using Dokuwiki's [configuration Manager](https://www.dokuwiki.org/plugin:con…
/plugin/facebooklike/
H A DREADME.textile11 p. Plugin configuration is available in following languages: German, English
24 … on the current page. You can modify the default settings on the wiki configuration page ( Admin -…
/plugin/farm/
H A Danimal.class.php231 * @return configuration php strings
275 * @return configuration as string
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example3 * This is an example configuration for the mysql auth module.
18 * To use this configuration you have to copy them to local.php
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt406 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, t…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt452 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, the code is displayed instead of executed.

1...<<11121314151617181920>>...25