Home
last modified time | relevance | path

Searched refs:wildcard (Results 1 – 25 of 51) sorted by relevance

123

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
DCall.php134 * @param ArgumentsWildcard $wildcard
139 public function addScore(ArgumentsWildcard $wildcard, $score) argument
141 $this->scores[$wildcard] = $score;
150 * @param ArgumentsWildcard $wildcard
154 public function getScore(ArgumentsWildcard $wildcard) argument
156 if (isset($this->scores[$wildcard])) {
157 return $this->scores[$wildcard];
160 return $this->scores[$wildcard] = $wildcard->scoreArguments($this->getArguments());
DCallCenter.php135 * @param ArgumentsWildcard $wildcard
139 public function findCalls($methodName, ArgumentsWildcard $wildcard) argument
142 array_filter($this->recordedCalls, function (Call $call) use ($methodName, $wildcard) {
144 && 0 < $call->getScore($wildcard)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DIndicesNamespace.asciidoc91 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
92 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
124 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
125 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
160 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression re…
161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indice…
219 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete i…
220 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or …
250 $params['expand_wildcards'] = (enum) Whether wildcard expressions should get expanded to open or cl…
296 $params['allow_no_indices'] = (boolean) Ignore if a wildcard expression resolves to no concrete i…
[all …]
DMlNamespace.asciidoc92 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
93 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data…
463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data fr…
480 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
481 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
495 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
496 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
548 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
549 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
[all …]
DTransformNamespace.asciidoc55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no tran…
72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transfo…
128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no tr…
DDataFrameTransformDeprecatedNamespace.asciidoc57 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no tran…
75 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transfo…
133 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no tr…
DSearchableSnapshotsNamespace.asciidoc37 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
38 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
DAsyncSearchNamespace.asciidoc83 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries sh…
92 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expres…
93 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete…
DCatNamespace.asciidoc62 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that…
179 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete ind…
212 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no configs…
233 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
234 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no dat…
254 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
255 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (…
276 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no trained…
379 $params['index'] = (list) Comma-separated list or wildcard expression of index names to limit…
541 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transfo…
DClusterNamespace.asciidoc135 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concre…
257 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression…
258 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete ind…
/plugin/dokutranslate/
Dutils.php99 $wildcard = $ns . ':*';
101 if (!empty($modlist[$wildcard])) {
102 return in_array($modlist[$wildcard], $USERINFO['grps']);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
DObjectProphecy.php198 * @param ArgumentsWildcard $wildcard
202 public function findProphecyMethodCalls($methodName, ArgumentsWildcard $wildcard) argument
204 return $this->callCenter->findCalls($methodName, $wildcard);
/plugin/sequencediagram/bower_components/eve-raphael/
Deve.js25 wildcard = "*",
160 items = [e[names[i]], e[wildcard]];
350 if (names[i] != wildcard) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
DClient.asciidoc160 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
161 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
167 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be ana…
234 $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be…
239 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression re…
241 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indice…
370 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
371 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
592 $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices th…
638 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolv…
[all …]
/plugin/farmer/lang/en/
H A Dtab_config_help.txt11 When using a subdomain wildcard setup you should specify the main domain in the **Base Domain** set…
H A Dtab_new_help.txt8 If you use a wildcard subdomain setup you can also just provide the hostname part if you set a base…
/plugin/farmer/lang/fr/
H A Dtab_config_help.txt14 générique((//wildcard subdomain//)), vous devez spécifier le
H A Dtab_new_help.txt11 Pour les fermes à base de sous domaine générique((//wildcard subdomain//
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DQuery.php495 public function wildcard(string $field, string $value, float $boost = 1.0): Wildcard function in Elastica\\QueryBuilder\\DSL\\Query
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DREADME.md307 wildcard then uses to calculate the final arguments match score and use the method prophecy
354 It checks if your method of interest (that matches both the method name and the arguments wildcard)
/plugin/dirtylittlehelper/mermaid/editor/docs/
D1.1.js.map1 …'weak',\n 'weak0',\n 'weak1',\n 'while',\n 'wildcard',\n 'wire'…
/plugin/asciidocjs/node_modules/acorn/
DREADME.md293 (as wildcard) or a number. `test` may be a string (indicating a node
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DREADME.md291 (as wildcard) or a number. `test` may be a string (indicating a node
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js11742 …tags_selected = nil, active_tag = nil, select = nil, base_select = nil, wildcard = nil, missing_ta…
11913 wildcard = inc_tags.$delete("*") property
11915 wildcard = true property
11919 select = (base_select = (wildcard = inc_tags.$delete("*"))['$!']())
11923 wildcard = inc_tags.$delete("*");
11975 } else if ($not(wildcard['$nil?']())) {
11977 select = (($truthy(active_tag) && ($not(select))) ? (false) : (wildcard));
12017 … if (!(($truthy(base_select) && ($neqeq(wildcard, false))) && ($truthy(inc_tags['$empty?']())))) {

123