/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/ |
H A 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; 181 $this->aggregate 192 $this->aggregate 217 $this->aggregate->reject($e); 221 $this->aggregate->reject($e); [all …]
|
H A D | Each.php | 85 function ($reason, $idx, PromiseInterface $aggregate) { 86 $aggregate->reject($reason);
|
H A D | Utils.php | 161 function ($reason, $idx, Promise $aggregate) { 162 $aggregate->reject($reason);
|
/plugin/highlightjs/highlight/styles/ |
H A D | far.css | 37 .sql .aggregate, 53 .sql .aggregate, 104 .sql .aggregate,
|
H A D | vs.css | 19 .aggregate, 34 .aggregate,
|
H A D | magula.css | 30 .aggregate, 83 .aggregate,
|
H A D | default.css | 37 .aggregate, 91 .aggregate,
|
H A D | dark.css | 46 .sql .aggregate, 84 .sql .aggregate,
|
H A D | brown_paper.css | 49 .sql .aggregate, 87 .sql .aggregate,
|
H A D | school_book.css | 51 .sql .aggregate, 89 .sql .aggregate,
|
H A D | zenburn.css | 87 .sql .aggregate,
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/ |
H A D | AbstractParseTreeVisitor.php | 24 * 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 D | unique.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_unique
|
H A D | count.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_count
|
H A D | last.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_last
|
H A D | first.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_first
|
H A D | max.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_max
|
H A D | min.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_min
|
H A D | sum.php | 13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_sum
|
/plugin/strata/syntax/ |
H A D | list.php | 68 '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 D | table.php | 54 '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 D | strata_aggregate.php | 21 * @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 D | UsersDataset.php | 45 public function aggregate($userId, AggregateRequest $postBody, $optParams = []) function in Google\\Service\\Fitness\\Resource\\UsersDataset
|
/plugin/strata/helper/ |
H A D | util.php | 66 * Loads an aggregate. 68 function loadAggregate($aggregate) { argument 69 return $this->_load('aggregate', $aggregate, 'all');
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Fitness.php | 323 'aggregate' => [ 324 'path' => '{userId}/dataset:aggregate',
|