Searched refs:agg (Results 1 – 9 of 9) sorted by relevance
| /plugin/data-graph/ |
| D | syntax.php | 80 $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/ |
| D | syntax.php | 80 $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/ |
| D | form.php | 95 foreach ($aggregations as $agg) { 97 $searchForm->addCheckbox($param . '[]')->val($agg['key'])->id("__$param-" . $i); 98 …$searchForm->addLabel(shorten('', $agg['key'], 25) . ' (' . $agg['doc_count'] . ')', "__$param-" .… 99 ->attr('title', $agg['key']);
|
| /plugin/elasticsearch/action/ |
| D | search.php | 174 $agg = new Terms('namespace'); 175 $agg->setField('namespace.keyword'); 176 $agg->setSize(25); 178 $equery->addAggregation($agg); 250 $agg = new Terms($param); 251 $agg->setField($config['fieldPath']); 253 $agg->setSize($config['limit']); 255 $equery->addAggregation($agg);
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
| H A D | Calendar.php | 395 foreach ($default['aggregates'] as &$agg) { 397 if ($agg['privilege'] !== '{DAV:}read') continue; 399 $agg['aggregates'][] = [
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Query.php | 322 public function addAggregation(AbstractAggregation $agg): self argument 324 $this->_params['aggs'][] = $agg;
|
| /plugin/strata/helper/ |
| D | syntax.php | 727 list($agg,$agghint) = $p->aggregate($vaggregate); 730 …$result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$… 757 list($agg, $agghint) = $p->aggregate($vaggregate); 760 …$result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$…
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| D | vocab.bpe | 8107 Ġagg ressive 13008 Ġagg reg 15315 Ġagg ression 15532 Ġagg ress 19818 Ġagg rav 43828 Ġagg ro 49075 ĠB agg 49385 agg ressive
|
| /plugin/elasticsearch/vendor/ruflin/elastica/ |
| D | CHANGELOG.md | 2037 …enAggregation added - https://www.elastic.co/guide/en/elasticsearch/guide/current/children-agg.html
|