| /plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
| D | EachPromise.php | 28 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 …]
|
| D | Each.php | 85 function ($reason, $idx, PromiseInterface $aggregate) { 86 $aggregate->reject($reason);
|
| D | Utils.php | 161 function ($reason, $idx, Promise $aggregate) { 162 $aggregate->reject($reason);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/ |
| D | EachPromise.php | 32 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 …]
|
| D | Each.php | 76 function ($reason, $idx, PromiseInterface $aggregate): void { 77 $aggregate->reject($reason);
|
| D | Utils.php | 146 function ($reason, $idx, Promise $aggregate): void { 147 $aggregate->reject($reason);
|
| /plugin/highlightjs/highlight/styles/ |
| D | far.css | 37 .sql .aggregate, 53 .sql .aggregate, 104 .sql .aggregate,
|
| D | vs.css | 19 .aggregate, 34 .aggregate,
|
| D | magula.css | 30 .aggregate, 83 .aggregate,
|
| D | default.css | 37 .aggregate, 91 .aggregate,
|
| D | dark.css | 46 .sql .aggregate, 84 .sql .aggregate,
|
| D | brown_paper.css | 49 .sql .aggregate, 87 .sql .aggregate,
|
| D | school_book.css | 51 .sql .aggregate, 89 .sql .aggregate,
|
| /plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
| H A D | AbstractParseTreeVisitor.php | 115 * @param mixed $aggregate The previous aggregate value. In the default 125 protected function aggregateResult($aggregate, $nextResult) argument
|
| /plugin/strata/syntax/ |
| D | radar.php | 71 $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']…
|
| D | list.php | 95 $values = $f['aggregate']->aggregate($row[$f['variable']], $f['aggregateHint']); 122 …$this->util->renderField($mode, $R, $this->triples, $f['aggregate']->aggregate($row[$f['variable']…
|
| D | table.php | 85 …$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/ |
| D | unique.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_unique
|
| D | count.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_count
|
| D | first.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_first
|
| D | last.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_last
|
| D | min.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_min
|
| D | max.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_max
|
| D | sum.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_sum
|
| /plugin/strata/lib/ |
| D | strata_aggregate.php | 25 function aggregate($values, $hint) { function in plugin_strata_aggregate
|