Home
last modified time | relevance | path

Searched refs:argCount (Results 1 – 6 of 6) sorted by relevance

/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js63 var optimizeCb = function(func, context, argCount) { argument
65 switch (argCount == null ? 3 : argCount) {
87 var cb = function(value, context, argCount) { argument
89 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
H A Dunderscore-min.map1 …Create","create","Ctor","_wrapped","exports","module","VERSION","func","argCount","value","other",…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js67 var optimizeCb = function(func, context, argCount) { argument
69 switch (argCount == null ? 3 : argCount) {
92 var cb = function(value, context, argCount) { argument
95 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4003 function baseCallback(func, thisArg, argCount) {
4007 ? bindCallback(func, thisArg, argCount)
5082 function bindCallback(func, thisArg, argCount) {
5089 switch (argCount) {
5771 function getCallback(func, thisArg, argCount) {
5774 return argCount ? result(func, thisArg, argCount) : result;
H A Dpdfmake.min.js.map1argCount","isBindable","bindCallback","identity","baseMatches","baseProperty","baseClone","isDeep"…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js16195 var argCount,
16197 negate = _.negate(function() { argCount = arguments.length; }),
16208 return argCount == index;