Searched refs:restArgs (Results 1 – 2 of 2) sorted by relevance
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
H A D | underscore.js | 109 var restArgs = function(func, startIndex) { function 566 _.union = restArgs(function(arrays) { 589 _.difference = restArgs(function(array, rest) { 610 _.zip = restArgs(_.unzip); 742 var bound = restArgs(function(callArgs) { 771 _.bindAll = restArgs(function(obj, keys) { 795 _.delay = restArgs(function(func, wait, args) { 863 var debounced = restArgs(function(args) { 936 _.restArgs = restArgs; 1083 _.pick = restArgs(function(obj, keys) { [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A 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) {
|