Home
last modified time | relevance | path

Searched refs:setParam (Results 101 – 125 of 129) sorted by relevance

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php37 return $this->setParam($fieldName, $args);
H A DGeoBoundingBox.php41 $this->setParam($key, [
H A DRegexp.php35 return $this->setParam($key, ['value' => $value, 'boost' => $boost]);
H A DScript.php38 return $this->setParam('script', BaseScript::create($script));
H A DSpanMulti.php55 return $this->setParam($type, $args);
H A DCommon.php154 $this->setParam($this->_field, $this->_queryParams);
H A DAbstractGeoDistance.php151 $this->setParam($this->_key, $this->_getLocationData());
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSplitProcessor.php33 return $this->setParam('separator', $separator);
H A DConvertProcessor.php35 return $this->setParam('type', $type);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DReverseNested.php32 return $this->setParam('path', $path);
H A DBucketSelector.php42 return $this->setParam('buckets_path', $bucketsPath);
H A DDerivative.php37 return $this->setParam('format', $format);
H A DStatsBucket.php37 return $this->setParam('format', $format);
H A DSumBucket.php37 return $this->setParam('format', $format);
H A DAvgBucket.php39 return $this->setParam('format', $format);
H A DFilter.php31 return $this->setParam('filter', $filter);
H A DIpRange.php35 return $this->setParam('field', $field);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DMethod.php79 function setParam($name, $value) { function in Method
H A DPHPClass.php147 $tempMethod->setParam($param, "");
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptFields.php39 $this->setParam($name, $script);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSuggest.php27 return $this->setParam('text', $text);
H A DParam.php56 public function setParam($key, $value) function in Elastica\\Param
H A DResult.php252 public function setParam(string $param, $value): void function in Elastica\\Result
H A DDocument.php234 return $this->setParam('pipeline', $pipeline);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php126 $transport->setParam($key, $value);

123456