Home
last modified time | relevance | path

Searched refs:aggregate (Results 1 – 25 of 89) sorted by last modified time

1234

/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs17291 case '<sheets': case '<sheets>': case '</sheets>': break; // aggregate sheet
18774 case 'aggregate' /*case 'Aggregate'*/: break;
/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/katex/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/bbcodeextensions/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/confightmlok/
H A DLICENSE91 A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.
/plugin/htmlokalt/
H A DLICENSE91aggregate” if the compilation and its resulting copyright are not used to limit the access or lega…
/plugin/statistics/inc/
H A DStatisticsQuery.class.php13 public function aggregate($tlimit) { function in StatisticsQuery
/plugin/statistics/
H A Dadmin.php255 $result = $this->hlp->Query()->aggregate($this->tlimit);
394 $result = $this->hlp->Query()->aggregate($this->tlimit);
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/orphanmedia2/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/odtsupport/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/usecounter/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php161 function ($reason, $idx, Promise $aggregate) {
162 $aggregate->reject($reason);
H A DEach.php85 function ($reason, $idx, PromiseInterface $aggregate) {
86 $aggregate->reject($reason);
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 …]
/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/authgooglesheets/vendor/google/apiclient-services/src/
H A DFitness.php323 'aggregate' => [
324 'path' => '{userId}/dataset:aggregate',
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE239 "aggregate" if the compilation and its resulting copyright are not
242 in an aggregate does not cause this License to apply to the other
243 parts of the aggregate.
/plugin/strata/aggregates/
H A Dunique.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_unique
H A Dmax.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_max
H A Dsum.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_sum
H A Dlast.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_last
/plugin/strata/
H A Dmanual.txt116 **Aggregates**: Variables can have multiple values (usually through grouping). You can apply an aggregate function to the variable's values by adding it to any variable in the opening tag with ''@''. For example ''?address@count'' will apply the [[#aggregates|count]] aggregate to the values in ''?address''.
365 <table ?variable@aggregate(hint) [type::hint] "Caption">
368 ?variable@aggregate(hint) [type::hint]: Caption
373 * The default aggregate is to use no aggregation
558 Aggregates are used on displays of variables. They are attached to the variable with ''@'', for example: ''?x@unique'' applies the unique aggregate to the values of variables ''?x''. Aggregates can be passed a hint by adding the hint between parenthesis: ''?variable@aggregate(hint)''.
/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']);

1234