Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
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;
107 $this->aggregate = new Promise(function () {
117 if (Is::settled($this->aggregate)) {
130 $this->aggregate->then($clearFn, $clearFn);
181 $this->aggregate
[all …]
DEach.php85 function ($reason, $idx, PromiseInterface $aggregate) {
86 $aggregate->reject($reason);
DUtils.php161 function ($reason, $idx, Promise $aggregate) {
162 $aggregate->reject($reason);
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DEachPromise.php32 private $aggregate; variable in GuzzleHttp\\Promise\\EachPromise
78 if ($this->aggregate) {
79 return $this->aggregate;
88 $this->aggregate->reject($e);
94 return $this->aggregate;
100 $this->aggregate = new Promise(function (): void {
110 if (Is::settled($this->aggregate)) {
123 $this->aggregate->then($clearFn, $clearFn);
176 $this->aggregate
186 $this->aggregate
[all …]
DEach.php76 function ($reason, $idx, PromiseInterface $aggregate): void {
77 $aggregate->reject($reason);
DUtils.php146 function ($reason, $idx, Promise $aggregate): void {
147 $aggregate->reject($reason);
/plugin/highlightjs/highlight/styles/
Dfar.css37 .sql .aggregate,
53 .sql .aggregate,
104 .sql .aggregate,
Dvs.css19 .aggregate,
34 .aggregate,
Dmagula.css30 .aggregate,
83 .aggregate,
Ddefault.css37 .aggregate,
91 .aggregate,
Ddark.css46 .sql .aggregate,
84 .sql .aggregate,
Dbrown_paper.css49 .sql .aggregate,
87 .sql .aggregate,
Dschool_book.css51 .sql .aggregate,
89 .sql .aggregate,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DAbstractParseTreeVisitor.php115 * @param mixed $aggregate The previous aggregate value. In the default
125 protected function aggregateResult($aggregate, $nextResult) argument
/plugin/strata/syntax/
Dradar.php71 $valueSet[]= intval($f['aggregate']->aggregate($row[$f['variable']],$f['aggregateHint'])[0]);
109 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
Dlist.php95 $values = $f['aggregate']->aggregate($row[$f['variable']], $f['aggregateHint']);
122 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
Dtable.php85 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
112 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
/plugin/strata/aggregates/
Dunique.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_unique
Dcount.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_count
Dfirst.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_first
Dlast.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_last
Dmin.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_min
Dmax.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_max
Dsum.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_sum
/plugin/strata/lib/
Dstrata_aggregate.php25 function aggregate($values, $hint) { function in plugin_strata_aggregate

12345