Home
last modified time | relevance | path

Searched refs:maxBy (Results 1 – 5 of 5) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js16308 function maxBy(array, iteratee) {
16776 lodash.maxBy = maxBy;
H A Dlodash.min.js117 …n.lt=vf,An.lte=gf,An.max=function(n){return n&&n.length?xt(n,$u,It):T},An.maxBy=function(n,t){retu… function
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js16308 function maxBy(array, iteratee) {
16776 lodash.maxBy = maxBy;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md216 * <a href="#_maxbyarray-iteratee_identity">`_.maxBy`</a>
6516 <h3 id="_maxbyarray-iteratee_identity"><code>_.maxBy(array, [iteratee=_.identity])</code></h3>
6537 _.maxBy(objects, function(o) { return o.n; });
6541 _.maxBy(objects, 'n');
8627 `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js12548 assert.deepEqual(_.maxBy(objects), objects[2]);