Home
last modified time | relevance | path

Searched refs:aggregate (Results 26 – 50 of 89) sorted by relevance

1234

/plugin/strata/helper/
H A Dsyntax.php25 'aggregate' => '(?:@\s*[a-z0-9]+(?:\([^\)]*\))?)',
36 'aggregate' => array('@\s*([a-z0-9]+)(?:\(([^\)]*)\))?', array('aggregate','hint')),
721 if(preg_match("/^({$p->variable})\s*({$p->aggregate})?\s*({$p->type})?(?:\s*(:)\s*({$p->any})?\s*)?$/S",$line, $match)) {
727 list($agg,$agghint) = $p->aggregate($vaggregate);
730 $result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$agghint, 'type'=>$type, 'hint'=>$hint);
747 if(preg_match_all("/\s*({$p->variable})\s*({$p->aggregate})?\s*({$p->type})?\s*(?:(\")([^\"]*)\")?/",$line,$match, PREG_SET_ORDER)) {
757 list($agg, $agghint) = $p->aggregate($vaggregate);
760 $result[] = array('variable'=>$variable,'caption'=>$caption, 'aggregate'=>$agg, 'aggregateHint'=>$agghint, 'type'=>$type, 'hint'=>$hint);
775 return "(?:\s*{$p->variable}\s*{$p->aggregate}
[all...]
/plugin/statistics/
H A Dadmin.php255 $result = $this->hlp->Query()->aggregate($this->tlimit);
394 $result = $this->hlp->Query()->aggregate($this->tlimit);
/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/highlightjs/highlight/
H A Dreadme.rus.txt308 aggregate агрегатная функция
H A Dreadme.eng.txt302 aggregate aggregate function
/plugin/statistics/inc/
H A DStatisticsQuery.class.php13 public function aggregate($tlimit) { function in StatisticsQuery
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md6 * Clearer error message for aggregate exceptions (@meridius)
/plugin/orgapp/
H A DCOPYING239 "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/searchformgoto/
H A DCOPYING239 "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/gplusone/
H A DCOPYING239 "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/dokukiwix/
H A DCOPYING239 "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/doodle4/
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/pgpinlinesupport/
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/imagecarousel/
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/airtable/
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/offline/
H A DCOPYING.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/wavedrom/
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/sha3sum/
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/showinitpage/
H A Dgpl-3.0.md242 "aggregate" if the compilation and its resulting copyright are not
245 in an aggregate does not cause this License to apply to the other
246 parts of the aggregate.
/plugin/timetrack/
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/jplayer/vendor/james-heinrich/getid3/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/groupmail/
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/owncloud/
H A DCOPYING239 "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/pgn4web/
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/yuriigantt/
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.

1234