Home
last modified time | relevance | path

Searched refs:setParam (Results 26 – 50 of 129) sorted by relevance

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php46 return $this->setParam('properties', $properties);
70 return $this->setParam('_meta', $meta);
87 return $this->setParam('_source', $source);
124 public function setParam(string $key, $value): Mapping function in Elastica\\Mapping
134 * @see setParam
H A DRequest.php63 return $this->setParam('method', $method);
83 return $this->setParam('data', $data);
103 return $this->setParam('path', $path);
129 return $this->setParam('query', $query);
161 return $this->setParam('contentType', $contentType);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasChild.php39 return $this->setParam('query', BaseQuery::create($query));
51 return $this->setParam('type', $type);
63 return $this->setParam('_scope', $scope);
73 return $this->setParam('inner_hits', $innerHits);
H A DBoosting.php23 return $this->setParam('positive', $query);
33 return $this->setParam('negative', $query);
43 return $this->setParam('negative_boost', $negativeBoost);
H A DParentId.php28 $this->setParam('type', $type);
33 $this->setParam('id', $id);
38 $this->setParam('ignore_unmapped', $ignoreUnmapped);
H A DHasParent.php37 return $this->setParam('query', BaseQuery::create($query));
49 return $this->setParam('parent_type', $type);
61 return $this->setParam('_scope', $scope);
H A DTerms.php42 return $this->setParam($this->field, $terms);
67 return $this->setParam($this->field, [
76 return $this->setParam('boost', $boost);
H A DConstantScore.php31 return $this->setParam('filter', $filter);
41 return $this->setParam('boost', $boost);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DScriptedMetric.php51 return $this->setParam('combine_script', $script);
63 return $this->setParam('init_script', $script);
76 return $this->setParam('map_script', $script);
89 return $this->setParam('reduce_script', $script);
H A DGeoDistance.php42 return $this->setParam('field', $field);
54 return $this->setParam('origin', $origin);
95 return $this->setParam('unit', $unit);
107 return $this->setParam('distance_type', $distanceType);
H A DTerms.php24 return $this->setParam('order', [$order => $direction]);
36 return $this->setParam('order', $orders);
48 return $this->setParam('missing_bucket', true);
H A DGeotileGridAggregation.php36 return $this->setParam('field', $field);
48 return $this->setParam('precision', $precision);
60 return $this->setParam('size', $size);
H A DHistogram.php36 return $this->setParam('interval', $interval);
49 return $this->setParam('order', [$order => $direction]);
61 return $this->setParam('min_doc_count', $count);
H A DGeohashGrid.php36 return $this->setParam('field', $field);
52 return $this->setParam('precision', $precision);
64 return $this->setParam('size', $size);
H A DSerialDiff.php38 return $this->setParam('lag', $lag);
48 return $this->setParam('gap_policy', $gapPolicy);
58 return $this->setParam('format', $format);
H A DBucketScript.php44 return $this->setParam('buckets_path', $bucketsPath);
54 return $this->setParam('script', $script);
64 return $this->setParam('format', $format);
H A DPercentiles.php37 return $this->setParam('tdigest', $compression);
49 return $this->setParam('hdr', $compression);
61 return $this->setParam('percents', $percents);
H A DDiversifiedSampler.php21 return $this->setParam('max_docs_per_value', $max);
32 return $this->setParam('execution_hint', $hint);
H A DCardinality.php21 return $this->setParam('precision_threshold', $precisionThreshold);
29 return $this->setParam('rehash', $rehash);
H A DDateRange.php23 return $this->setParam('format', $format);
31 return $this->setParam('time_zone', $timezone);
H A DComposite.php12 return $this->setParam('size', $size);
32 return $this->setParam('after', $checkpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DQuery.php24 $this->setParam('query', []);
66 return $this->setParam('query', $query);
79 return $this->setParam('query', $query);
92 return $this->setParam('query', $query);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php68 return $this->setParam('regex', $value);
76 return $this->setParam('field', $field);
84 return $this->setParam('size', $size);
94 return $this->setParam('shard_size', $size);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDateProcessor.php35 return $this->setParam('formats', $formats);
45 return $this->setParam('timezone', $timezone);
55 return $this->setParam('locale', $locale);
/plugin/odt/helper/
H A Dconfig.php428 public function setParam($name, $value) { function in helper_plugin_odt_config
562 $this->setParam ($name, $conf[$dw_name]);
567 $this->setParam ($name, $this->getConf($name));
573 $this->setParam ($name, $url_param);
581 $this->setParam ($name, $value);
620 $this->setParam ('disable_links', false);
622 $this->setParam ('disable_links', true);
630 $this->setParam ('toc_pagebreak', true);
632 $this->setParam ('toc_pagebreak', false);
641 $this->setParam ('odt_template', $this->getParam ('template'));

123456