Home
last modified time | relevance | path

Searched refs:grouped (Results 1 – 25 of 36) sorted by relevance

12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js689 var grouped = _.groupBy(list, 'length');
690 assert.deepEqual(grouped['3'], ['one', 'two', 'six', 'ten']);
691 assert.deepEqual(grouped['4'], ['four', 'five', 'nine']);
692 assert.deepEqual(grouped['5'], ['three', 'seven', 'eight']);
697 grouped = _.groupBy([4.2, 6.1, 6.4], function(num) {
700 assert.equal(grouped.constructor.length, 1);
701 assert.equal(grouped.hasOwnProperty.length, 2);
707 grouped = _.groupBy(array);
708 assert.equal(grouped['1'].length, 2);
709 assert.equal(grouped['3'].length, 1);
[all …]
/plugin/schedule/syntax/
Dblock.php181 $grouped = "";
200 $grouped = $dumy ['grouped'][0];
201 $this->schedules->setOtherFilters ($max, $filters, $grouped);
/plugin/strata/helper/
Dtriples.php251 list($sql, $literals, $projected, $grouped) = $generator->translate($queryTree);
275 return new strata_aggregating_iterator($query, $projected, $grouped);
353 private $grouped = array(); variable in strata_sql_generator
772 $this->grouped[$name] = $v;
791 $this->grouped[$name] = $v;
857 return array($q['sql'], $this->literals, $this->projected, $this->grouped);
1016 function __construct($pdostatement, $projection, $grouped) { argument
1026 $this->groupKey = $grouped;
/plugin/pagequery/
Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, cre…
Dreadme.md33 Here's an example of all the pages in a namespace listed by date modified, and grouped by year and …
60 …within each letter. The //group// option will then cause the list to be grouped by the first lett…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dendless_loop_bug.md9 execution. Actions are grouped by [controllers](structure-controllers.md). The execution result of
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dnamespaces.asciidoc20 same information but grouped into different contexts. To see how these
/plugin/schedule/
Dschedules.class.php243 function setOtherFilters ($max, $filters, $grouped) { argument
256 $grouped = trim ($grouped);
257 if (in_array ($grouped, array ('grouped', 'isolated')))
258 $this->repeatGrouped = $grouped == 'grouped';
/plugin/asciidocjs/node_modules/yargs/
DREADME.md23 * commands and (grouped) options (`my-program.js serve --port=5000`).
/plugin/findologicxmlexport/vendor/doctrine/annotations/
DCHANGELOG.md88 * support for PHP 7 "grouped use statements"
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js1069 var grouped = collection.groupBy('x');
1070 assert.strictEqual(_.keys(grouped).length, 2);
1071 assert.strictEqual(grouped[1][0].get('x'), 1);
1072 assert.strictEqual(grouped[2][0].get('x'), 2);
/plugin/strata/
Dmanual.txt126 …' block zero or more variables can be grouped. This means that all results that have the same valu…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DREADME.md61 And booleans, both long, short, and even grouped:
/plugin/revealjs/js/
Dreveal.js4709 function sortFragments( fragments, grouped ) { argument
4752 return grouped === true ? ordered : sorted;
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md2197 This method is like `_.zip` except that it accepts an array of grouped
2205 1. `array` *(Array)*: The array of grouped elements to process.
2235 1. `array` *(Array)*: The array of grouped elements to process.
2383 Creates an array of grouped elements, the first of which contains the
2394 *(Array)*: Returns the new array of grouped elements.
2464 how grouped values should be combined. The iteratee is invoked with the
2472 2. `[iteratee=_.identity]` *(Function)*: The function to combine grouped values.
2475 *(Array)*: Returns the new array of grouped elements.
2879 each element of `collection` thru `iteratee`. The order of grouped values
3130 *(Array)*: Returns the array of grouped elements.
/plugin/flowplayer/player/
DREADME.txt62 - JS plugins now handles grouped syntax like flowplayer("a.player" /*...*/ )
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md902 - Remove grouped type arrow restriction as it seems flow no longer has it @kittens
/plugin/statistics/js/
Dchart.js13grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}};stat… property
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs3257 * // result is object containing the files grouped by type
3270 * // result is object containing the files grouped by type
3285 * // result is object containing the files grouped by type
/plugin/asciidocjs/node_modules/clean-css/
DHistory.md919 …[#173](https://github.com/jakubpawlowicz/clean-css/issues/173) - merges same properties if grouped.
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js494 var grouped = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
498 var group = grouped[discriminator];
501 group = grouped[discriminator] = [];
506 return grouped;
510 var grouped = {};
517 return groupBy(c, extractor, grouped);
519 var result = map$1(grouped, function (val, key) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dnv.d3.min.js6grouped||"Grouped",disabled:e.stacked()},{key:p.stacked||"Stacked",disabled:!e.stacked()}];i.width…
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
Dtopcoat-desktop-light.css317 description: Component of grouped buttons
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md888 * Exceptions are now properly grouped when sending requests in parallel
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md1183 * Exceptions are now properly grouped when sending requests in parallel

12