Home
last modified time | relevance | path

Searched refs:optimizeCb (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js63 var optimizeCb = function(func, context, argCount) { function
89 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
149 iteratee = optimizeCb(iteratee, context);
190 iteratee = optimizeCb(iteratee, context, 4);
1028 iteratee = optimizeCb(oiteratee, context);
1316 iteratee = optimizeCb(iteratee, context, 1);
H A Dunderscore-min.map1 …obj","iteratee","memo","keys","index","length","currentKey","context","optimizeCb","isArrayLike","…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js67 var optimizeCb = function(func, context, argCount) { function
95 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
165 iteratee = optimizeCb(iteratee, context);
214 return reducer(obj, optimizeCb(iteratee, context, 4), memo, initial);
1087 if (keys.length > 1) iteratee = optimizeCb(iteratee, keys[1]);
1392 iteratee = optimizeCb(iteratee, context, 1);