| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | collections.js | 689 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/ |
| D | block.php | 181 $grouped = ""; 200 $grouped = $dumy ['grouped'][0]; 201 $this->schedules->setOtherFilters ($max, $filters, $grouped);
|
| /plugin/strata/helper/ |
| D | triples.php | 251 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/ |
| D | plugin.info.txt | 6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, cre…
|
| D | readme.md | 33 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/ |
| D | endless_loop_bug.md | 9 execution. Actions are grouped by [controllers](structure-controllers.md). The execution result of
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | namespaces.asciidoc | 20 same information but grouped into different contexts. To see how these
|
| /plugin/schedule/ |
| D | schedules.class.php | 243 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/ |
| D | README.md | 23 * commands and (grouped) options (`my-program.js serve --port=5000`).
|
| /plugin/findologicxmlexport/vendor/doctrine/annotations/ |
| D | CHANGELOG.md | 88 * support for PHP 7 "grouped use statements"
|
| /plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
| D | collection.js | 1069 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/ |
| D | manual.txt | 126 …' 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/ |
| D | README.md | 61 And booleans, both long, short, and even grouped:
|
| /plugin/revealjs/js/ |
| D | reveal.js | 4709 function sortFragments( fragments, grouped ) { argument 4752 return grouped === true ? ordered : sorted;
|
| /plugin/sequencediagram/bower_components/lodash/doc/ |
| D | README.md | 2197 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/ |
| D | README.txt | 62 - JS plugins now handles grouped syntax like flowplayer("a.player" /*...*/ )
|
| /plugin/asciidocjs/node_modules/babylon/ |
| D | CHANGELOG.md | 902 - Remove grouped type arrow restriction as it seems flow no longer has it @kittens
|
| /plugin/statistics/js/ |
| D | chart.js | 13 …grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}};stat… property
|
| /plugin/asciidocjs/node_modules/async/dist/ |
| D | async.mjs | 3257 * // 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/ |
| D | History.md | 919 …[#173](https://github.com/jakubpawlowicz/clean-css/issues/173) - merges same properties if grouped.
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 494 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/ |
| D | nv.d3.min.js | 6 …grouped||"Grouped",disabled:e.stacked()},{key:p.stacked||"Stacked",disabled:!e.stacked()}];i.width…
|
| /plugin/sequencediagram/bower_components/snap.svg/doc/css/ |
| D | topcoat-desktop-light.css | 317 description: Component of grouped buttons
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 888 * Exceptions are now properly grouped when sending requests in parallel
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 1183 * Exceptions are now properly grouped when sending requests in parallel
|