Home
last modified time | relevance | path

Searched refs:callArgs (Results 1 – 2 of 2) sorted by relevance

/plugin/command/inc/
H A Dembedding.php251 function &getMethodObject($cmdName, $methodName, $methodSig, $callArgs) argument
261 'return '.$className.'::'.$methodName.'('.$callArgs.');');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js742 var bound = restArgs(function(callArgs) { argument
743 return executeBound(func, bound, context, this, args.concat(callArgs));