Home
last modified time | relevance | path

Searched refs:default (Results 101 – 125 of 1338) sorted by relevance

12345678910>>...54

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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 DClusterNamespace.asciidoc45 $params['include_yes_decisions'] = (boolean) Return 'YES' decisions in explanation (default: false)
46 $params['include_disk_info'] = (boolean) Return information about disk usage and shard sizes (default: false)
90 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
105 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
118 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
121 $params['include_defaults'] = (boolean) Whether to return all default clusters setting. (Default = false)
137 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
158 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
202 $params['flat_settings'] = (boolean) Return settings in flat format (default: false)
251 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default
[all...]
H A DIndicesNamespace.asciidoc121 $params['fields'] = (list) A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
218 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
219 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
294 $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
295 $params['ignore_unavailable'] = (boolean) Ignore unavailable indexes (default: false)
296 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete indices (default: false)
297 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or closed indices (default: open) (Options = open,closed,hidden,none,all) (Default = open)
298 $params['flat_settings'] = (boolean) Return settings in flat format (default
[all...]
/plugin/dwmenu/
H A DREADME.md10 * link : "link" (default)
11 * image : "image.png" (default)
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationInterface.php
/plugin/combo/resources/slot/
H A Dmain-header.md4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy="none"/>
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst15 …<input type="{{ type|default('text') }}" name="{{ name }}" value="{{ value|e }}" size="{{ size|def…
19 …<textarea name="{{ name }}" rows="{{ rows|default(10) }}" cols="{{ cols|default(40) }}">{{ value|e…
/plugin/pgn4web/pgn4web/
H A Dlive-compact.css66 /* a "width" attribute here must use the !important flag to override default settings */
89 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
H A Dcollection.css90 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
108 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/accscounter/syntax/
H A Dcounter.php44 static $default;
49 if (! isset($default))
50 $default = array(
57 if (page_exists($page) == FALSE) return $default;
61 $counters[$page] = $default;
185 if ($counters[$page]['date'] != $default['date']) {
189 $counters[$page]['date'] = $default['date'];
313 foreach (array_keys($default) as $key)
/plugin/prettyphoto/css/
H A DprettyPhoto.css92 div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
94 div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
131 div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
133 div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
170 div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
172 div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
202 div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
235 div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
237 div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
415 .pp_gallery li.default a {
[all …]
/plugin/authfacebook/lib/Exceptions/
H A DFacebookResponseException.php144 * @param mixed $default
148 private function get($key, $default = null) argument
154 return $default;
/plugin/refnotes/
H A Drefnote.php34 public function getAttribute($name, $default = '') { argument
35 return array_key_exists($name, $this->attributes) ? $this->attributes[$name] : $default;
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dgeneric.param.php10 function get_var($name, $array, $maxlength=255, $default=null) { argument
14 if (!isset($array[$name])) { return $default; };
/plugin/vkeyboard/exe/
H A Dvkboard.php28 function button_text($default, $item) { argument
33 else echo $default;
/plugin/dx/skel/_test/
H A DGeneralTest.php.skel44 …* Test to ensure that every conf['...'] entry in conf/default.php has a corresponding meta['...'] …
49 $conf_file = __DIR__ . '/../conf/default.php';
66 …'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/c…
82 … 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/combo/resources/theme/default/components/css/
H A Dnote.css1 /* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php46 foreach ($this->getNode('arguments') as $name => $default) {
49 ->subcompile($default)
76 foreach ($this->getNode('arguments') as $name => $default) {
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlRenderer.php
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php166 default:
256 $default = function ($directory) {
264 return ($this->directoryIteratorProvider)($directory, $default);
267 return $default($directory);
272 $default = function ($fileOrDirectory) {
277 return ($this->isReadableProvider)($fileOrDirectory, $default);
280 return $default($fileOrDirectory);
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php87 …updated_value_from').": <code>{$this->format($this->_old_val,$default)}</code>". ($default ? " <sm…
118 function format($value,&$default = null){ argument
119 $default = false;
121 $default = true;
/plugin/userhomepage/
H A Dhelper.php77 function getLinkClasses($pageId = null, $class = null, $default = true) { argument
78 if ($default) {
202 function getElements($default) { argument
213 … $return['private']['classes'] = $this->getLinkClasses($this->getPrivateID(), null, $default);
221 … $return['public']['classes'] = $this->getLinkClasses($this->getPublicID(), null, $default);
/plugin/combo/ComboStrap/
H A DSite.php139 default:
268 * For instance, we set the {@link PageTemplateName::CONF_DEFAULT_NAME default page layout} as {@link PageTemplateName::BLANK_TEMPLATE_VALUE}
269 * in test by default to speed ud test. In a normal environment, the default is {@link PageTemplateName::HOLY_TEMPLATE_VALUE}
692 * @param $default
696 public static function getPrimaryColor(string $default = null): ?ColorRgb argument
703 if ($default === null) {
707 return ColorRgb::createFromString($default);
709 LogUtility::internalError("The value ($default) is not a valid color");
715 public static function getSecondaryColor($default argument
754 getPrimaryColorValue($default = null) global() argument
770 getSecondaryColorValue($default = null) global() argument
[all...]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DDWRenderer.php56 * @param mixed $default
60 public function getOption(string $option, $default = null)
62 return $this->environment->getConfiguration()->get('renderer/' . $option, $default);
49 getOption(string $option, $default = null) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php

12345678910>>...54