Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.ie8.js394 function isCallable(v) { function
415 if (!isCallable(g) && g !== "undefined")
421 if (!isCallable(s) && s !== "undefined")
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassMirror.php229 if (version_compare(PHP_VERSION, '5.4', '>=') && true === $parameter->isCallable()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php303 public static function isCallable($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1198 } elseif ($parameter->isCallable()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md104 `isCallable($value, $message = '')` | Check that a value is a callable
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js86 var isCallable = function (fn) { function
120 if (!isCallable(mapFn)) {
137 var A = isCallable(C) ? Object(new C(len)) : new Array(len);