Home
last modified time | relevance | path

Searched refs:agg (Results 1 – 9 of 9) sorted by relevance

/plugin/data-graph/
H A Dsyntax.php80 $agg = $kv["aggregate"];
102 $agg = $v;
123 print($mark . "[[?group=". $g . "&aggregate=". $agg ."|". $g . "]]". $mark);
137 if($agg == $g){
153 …= p.pid ' . $filter_joins . ' where ' . $filter_short . ' and d.key="' . $agg . '" and d2.key="' …
184 print("=== " . ucfirst($agg) . " by " . $groupBy . " ====\n");
/plugin/datagraph/
H A Dsyntax.php80 $agg = $kv["aggregate"];
102 $agg = $v;
123 print($mark . "[[?group=". $g . "&aggregate=". $agg ."|". $g . "]]". $mark);
137 if($agg == $g){
153 …= p.pid ' . $filter_joins . ' where ' . $filter_short . ' and d.key="' . $agg . '" and d2.key="' …
184 print("=== " . ucfirst($agg) . " by " . $groupBy . " ====\n");
/plugin/elasticsearch/helper/
H A Dform.php91 foreach ($aggregations as $agg) {
93 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i);
94 $searchForm->addLabel(shorten('', $agg['key'], 25) . ' (' . $agg['doc_count'] . ')', "__$param-" . $i)
95 ->attr('title', $agg['key']);
/plugin/elasticsearch/action/
H A Dsearch.php159 $agg = new \Elastica\Aggregation\Terms('namespace');
160 $agg->setField('namespace.keyword');
161 $agg->setSize(25);
162 $equery->addAggregation($agg);
231 $agg = new \Elastica\Aggregation\Terms($param);
232 $agg->setField($config['fieldPath']);
234 $agg->setSize($config['limit']);
236 $equery->addAggregation($agg);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php395 foreach ($default['aggregates'] as &$agg) {
397 if ($agg['privilege'] !== '{DAV:}read') continue;
399 $agg['aggregates'][] = [
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php322 public function addAggregation(AbstractAggregation $agg): self
324 $this->_params['aggs'][] = $agg;
320 addAggregation(AbstractAggregation $agg) global() argument
/plugin/strata/helper/
H A Dsyntax.php727 list($agg,$agghint) = $p->aggregate($vaggregate);
730 $result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$agghint, 'type'=>$type, 'hint'=>$hint);
757 list($agg, $agghint) = $p->aggregate($vaggregate);
760 $result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$agghint, 'type'=>$type, 'hint'=>$hint);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe49075 ĠB agg
49385 agg ressive
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md2037 - ChildrenAggregation added - https://www.elastic.co/guide/en/elasticsearch/guide/current/children-agg.html