Home
last modified time | relevance | path

Searched refs:addParam (Results 1 – 25 of 28) sorted by last modified time

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DFilters.php43 return $this->addParam('filters', $filter, $name);
H A DAdjacencyMatrix.php16 return $this->addParam('filters', $filter, $name);
H A DComposite.php20 return $this->addParam('sources', [$aggregation]);
H A DGeoDistance.php83 return $this->addParam('ranges', $range);
H A DIpRange.php63 return $this->addParam('ranges', $range);
75 return $this->addParam('ranges', ['mask' => $mask]);
H A DPercentiles.php71 return $this->addParam('percents', $percent);
H A DRange.php47 return $this->addParam('ranges', $range);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DDisMax.php31 return $this->addParam('queries', $args);
H A DSpanNear.php57 return $this->addParam('clauses', $clause);
H A DSpanOr.php39 return $this->addParam('clauses', $clause);
H A DTerms.php62 return $this->addParam($this->field, $term);
H A DTermsSet.php45 return $this->addParam($this->field, $terms, 'terms');
50 return $this->addParam($this->field, $minimumShouldMatchField, 'minimum_should_match_field');
55 return $this->addParam($this->field, $script->toArray()['script'], 'minimum_should_match_script');
H A DBoolQuery.php59 return $this->addParam('filter', $filter);
114 return $this->addParam($type, $args);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php87 public function addParam($key, $value, ?string $subKey = null) function in Elastica\\Param
H A DQuery.php187 return $this->addParam('sort', $sort);
222 return $this->addParam('highlight', $highlight);
H A DSuggest.php35 return $this->addParam('suggestion', $suggestion);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DPhrase.php145 return $this->addParam('candidate_generator', $generator);
157 return $this->addParam('candidate_generator', $generator);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md111 * Allowed to configure a sub key when adding a param with `Elastica\Param::addParam()` by @deguif [#2030](https://github.com/ruflin/Elastica/pull/2030)
1882 - Rename Elastica_Query_CustomScore::addParam to ::addCSParam
1929 - Elastica_Filter_Abstract enhanced for more general usage (set/get/addParam(s)) added
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/barcode/api/
H A Dbarcode.inc23 function addParam(&$first, $param) {
/plugin/barcode/api/google/
H A Dbarcode.inc21 $resultStr .= $this->addParam($first, 'cht=qr');
24 $resultStr .= $this->addParam($first, 'chs=120x120');
27 $resultStr .= $this->addParam($first, 'chs=240x240');
30 $resultStr .= $this->addParam($first, 'chs=350x350');
33 $resultStr .= $this->addParam($first, 'chs=500x500');
36 $resultStr .= $this->addParam($first, 'chs=240x240');
39 $resultStr .= $this->addParam($first, 'chl=' . urlencode($text));
/plugin/barcode/api/inigma/
H A Dbarcode.inc28 $resultStr .= $this->addParam($first, 'c=' . $caption);
32 $resultStr .= $this->addParam($first, 's=3');
35 $resultStr .= $this->addParam($first, 's=4');
38 $resultStr .= $this->addParam($first, 's=5');
41 $resultStr .= $this->addParam($first, 's=6');
44 $resultStr .= $this->addParam($first, 's=4');
47 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/barcode/api/kawa/
H A Dbarcode.inc22 $resultStr .= $this->addParam($first, 's=4');
25 $resultStr .= $this->addParam($first, 's=6');
28 $resultStr .= $this->addParam($first, 's=8');
31 $resultStr .= $this->addParam($first, 's=10');
34 $resultStr .= $this->addParam($first, 's=15');
37 $resultStr .= $this->addParam($first, 'd=' . urlencode($text));
/plugin/barcode/api/qrserver/
H A Dbarcode.inc22 $resultStr .= $this->addParam($first, 'size=120x120');
25 $resultStr .= $this->addParam($first, 'size=240x240');
28 $resultStr .= $this->addParam($first, 'size=350x350');
31 $resultStr .= $this->addParam($first, 'size=500x500');
34 $resultStr .= $this->addParam($first, 'size=240x240');
37 $resultStr .= $this->addParam($first, 'data=' . urlencode($text));
41 if ($p[$optional]) $resultStr .= $this->addParam($first, $optional . '=' . $p[$optional]);
/plugin/eventum/XML/
H A DRPC.php1206 $this->addParam($pars[$i]);
1304 function addParam($par) function in XML_RPC_Message

12