Home
last modified time | relevance | path

Searched refs:aggregate (Results 26 – 50 of 89) sorted by last modified time

1234

/plugin/strata/aggregates/
H A Dmin.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_min
H A Dcount.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_count
H A Dfirst.php13 function aggregate($values, $hint = null) { function in plugin_strata_aggregate_first
/plugin/strata/lib/
H A Dstrata_aggregate.php21 * @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/strata/syntax/
H A Dtable.php54 '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/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...]
H A Dutil.php66 * Loads an aggregate.
68 function loadAggregate($aggregate) { argument
69 return $this->_load('aggregate', $aggregate, 'all');
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/clipboardutils/
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/googlemaps3/
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/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1aggregate = function (path, basename) {\n if (typeof path !== 'string') {\n retu…
/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/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/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/codemirror/dist/modes/
H A Dphp.min.js.map1 … sizeof key_exists assert assert_options version_compare ftok str_rot13 aggregate session_name ses…
H A Dsql.min.js.map1aggregate alias all allocate also alter always analyse analyze and any are array array_agg array_m…
/plugin/phpipam/
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/dataplot/
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/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1 …var bitmap;\n if (refinement) {\n // 6.5.8.2 Refinement/aggregate-coded symbol bit…
/plugin/authmantis/
H A DLICENSE.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/tcycle/
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/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …convertfrom convert connect complete compare clear ' +\n 'checkpoint aggregate add';\n\n // I …
/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/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …"timeout error\");\nvar AggregateError = subError(\"AggregateError\", \"aggregate error\");\ntry {…

1234