Home
last modified time | relevance | path

Searched refs:sortBy (Results 26 – 37 of 37) sorted by last modified time

12

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2201 function sortBy(collection, iteratee) { function
3731 lodash.sortBy = sortBy;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js32 }).sortBy(function(n) {
44 }).sortBy(function(n) {
H A Dcollections.js637 people = _.sortBy(people, function(person){ return person.age; });
641 …assert.deepEqual(_.sortBy(list, _.identity), [1, 2, 3, 4, void 0, void 0], 'sortBy with undefined …
644 var sorted = _.sortBy(list, 'length');
666 var actual = _.sortBy(stableArray, function(pair) {
671 assert.deepEqual(_.sortBy(stableArray, 'x'), stableArray, 'sortBy accepts property string');
673 actual = _.sortBy(stableObject, function(pair) {
680 …assert.deepEqual(_.sortBy(list), ['e', 'q', 'r', 't', 'w', 'y'], 'uses _.identity if iterator is n…
773 …assert.deepEqual(numbers, _.sortBy(shuffled), 'contains the same members before and after shuffle'…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5 …lues(n)),n[m.random(n.length-1)]):m.shuffle(n).slice(0,Math.max(0,t))},m.sortBy=function(n,t,r){re… function
/plugin/issuetracker/
H A Dprototype.js989 function sortBy(iterator, context) { function
1056 sortBy: sortBy,
5058 }).sortBy(function(element) { return element.tabIndex }).first();
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js8704 function sortBy(collection, iteratee, thisArg) {
12806 lodash.sortBy = sortBy;
H A Dpdfmake.min.js.map1sortBy","sortByAll","where","after","before","bind","bindAll","functions","bindKey","curry","curry…
H A Dpdfmake.min.js8 …o,e.rearg=si,e.reject=Dr,e.remove=Jn,e.rest=Qn,e.shuffle=Pr,e.slice=tr,e.sortBy=Wr,e.sortByAll=Nr,…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js763 sortBy: function(iterator, context) { method in Enumerable
3455 }).sortBy(function(element) { return element.tabIndex }).first();
/plugin/aceeditor/
H A Dbuild.js1 …};var k=function(e){return x.isFunction(e)?e:function(t){return t[e]}};x.sortBy=function(e,t,n){va… function
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js870 function sortBy(iterator, context) { function
937 sortBy: sortBy,
4002 }).sortBy(function(element) { return element.tabIndex }).first();
H A Dslider.js64 this.allowedValues = this.options.values ? this.options.values.sortBy(Prototype.K) : false;
162 var v = this.values.sortBy(Prototype.K);

12