Home
last modified time | relevance | path

Searched refs:groupBy (Results 26 – 31 of 31) sorted by last modified time

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1groupBy","indexBy","partition","getTime","valueOf","objProto","merge","camelCase","word","kebabCas…
H A Dpdfmake.min.js8 …e.forIn=Ui,e.forInRight=Pi,e.forOwn=Fi,e.forOwnRight=zi,e.functions=Wi,e.groupBy=Ua,e.indexBy=Pa,e…
/plugin/data-graph/
H A Dsyntax.php79 $groupBy = $kv["group by"] ;
89 $groupBy = $v;
118 if($groupBy == $g){
142 print($mark."[[?group=". $groupBy . "&aggregate=". $g ."|". $g . "]]".$mark);
153 … ' where ' . $filter_short . ' and d.key="' . $agg . '" and d2.key="' . $groupBy. '" and d3.key = …
184 print("=== " . ucfirst($agg) . " by " . $groupBy . " ====\n");
186 print("^ " . ucfirst($groupBy) . "^ (SUM) ^ mean ^ # systems ^ System list ^\n");
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php62 public function quicksearch( $query, $extras, $groupBy ) { argument
179 if ( isset($groupBy) ) {
180 $options['include_fields'][] = $groupBy;
190 if ( isset($groupBy) ) {
191 usort($result, function ($a, $b) use ($groupBy) {
192 $c = strcmp( $a[$groupBy], $b[$groupBy] );
/plugin/bugzillaint/
H A Dscript.js48 var groupBy = master.data('group_by');
54 if ( groupBy && group != bugs[i][groupBy] ) {
55 group = bugs[i][groupBy];
131 var groupBy = master.data('group_by');
134 if ( extra == 'assigned_to' && groupBy != 'assigned_to' ) {
141 if ( extra == 'classification' && groupBy != 'classification' ) {
148 if ( extra == 'product' && groupBy != 'product' ) {
155 if ( extra == 'component' && groupBy != 'component' ) {
180 if ( extra == 'priority' && groupBy != 'priority' ) {
186 if ( extra == 'severity' && groupBy != 'severity' ) {
[all …]
/plugin/aceeditor/
H A Dbuild.js1 …identity);return T(e,function(t,o){var u=s.call(n,t,o,e);r(i,u,t)}),i};x.groupBy=function(e,t,n){r… function

12