Searched refs:restArgs (Results 1 – 2 of 2) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore.js | 109 var restArgs = function(func, startIndex) { function 283 _.invoke = restArgs(function(obj, method, args) { 530 _.without = restArgs(function(array, otherArrays) { 566 _.union = restArgs(function(arrays) { 589 _.difference = restArgs(function(array, rest) { 610 _.zip = restArgs(_.unzip); 740 _.bind = restArgs(function(func, context, args) { 742 var bound = restArgs(function(callArgs) { 752 _.partial = restArgs(function(func, boundArgs) { 771 _.bindAll = restArgs(function(obj, keys) { [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | functions.js | 738 _.restArgs(function(a, args) { 743 _.restArgs(function(a, args) { 748 _.restArgs(function(a, b, c, args) { 754 _.restArgs(function() { 758 _.restArgs(function(array, iteratee, context) {
|