Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 89) sorted by relevance

1234

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php28 private $aggregate; variable in GuzzleHttp\\Promise\\EachPromise
74 if ($this->aggregate) {
75 return $this->aggregate;
88 $this->aggregate->reject($e);
94 $this->aggregate->reject($e);
101 return $this->aggregate;
181 $this->aggregate
192 $this->aggregate
217 $this->aggregate->reject($e);
221 $this->aggregate->reject($e);
[all …]
H A DEach.php85 function ($reason, $idx, PromiseInterface $aggregate) {
86 $aggregate->reject($reason);
H A DUtils.php161 function ($reason, $idx, Promise $aggregate) {
162 $aggregate->reject($reason);
/plugin/highlightjs/highlight/styles/
H A Dfar.css37 .sql .aggregate,
53 .sql .aggregate,
104 .sql .aggregate,
H A Dvs.css19 .aggregate,
34 .aggregate,
H A Dmagula.css30 .aggregate,
83 .aggregate,
H A Ddefault.css37 .aggregate,
91 .aggregate,
H A Ddark.css46 .sql .aggregate,
84 .sql .aggregate,
H A Dbrown_paper.css49 .sql .aggregate,
87 .sql .aggregate,
H A Dschool_book.css51 .sql .aggregate,
89 .sql .aggregate,
H A Dzenburn.css87 .sql .aggregate,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php24 * The default implementation initializes the aggregate result to
28 * aggregate result is returned. After visiting a child, the aggregate
30 * with the previous aggregate result and the result of visiting the child.
92 * initializes its aggregate result to this value.
107 * the aggregate value is returned as the result of
115 * @param mixed $aggregate The previous aggregate value. In the default
116 * implementation, the aggregate value is initialized
118 * which is passed as the `aggregate` argumen
125 aggregateResult($aggregate, $nextResult) global() argument
[all...]
/plugin/strata/aggregates/
H A Dunique.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_unique
H A Dcount.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_count
H A Dlast.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_last
H A Dfirst.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_first
H A Dmax.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_max
H A Dmin.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_min
H A Dsum.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_sum
/plugin/strata/syntax/
H A Dlist.php68 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
95 $values = $f['aggregate']->aggregate($row[$f['variable']], $f['aggregateHint']);
122 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
H A Dtable.php54 'aggregate'=>$this->util->loadAggregate($meta['aggregate']),
85 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
112 $this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint']), $f['typeName'], $f['hint'], $f['type'], $f['variable']);
/plugin/strata/lib/
H A Dstrata_aggregate.php21 * @param values array the set to aggregate
25 function aggregate($values, $hint) { function in plugin_strata_aggregate
30 * Returns meta-data on the aggregate. This method returns an array with
32 * - desc: A human-readable description of the aggregate
33 * - synthetic: an optional boolean indicating that the aggregate is synthethic
34 * - hint: an optional string indicating what the aggregate hint's function is
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/Resource/
H A DUsersDataset.php45 public function aggregate($userId, AggregateRequest $postBody, $optParams = []) function in Google\\Service\\Fitness\\Resource\\UsersDataset
/plugin/strata/helper/
H A Dutil.php66 * Loads an aggregate.
68 function loadAggregate($aggregate) { argument
69 return $this->_load('aggregate', $aggregate, 'all');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFitness.php323 'aggregate' => [
324 'path' => '{userId}/dataset:aggregate',

1234