Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/
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/
DClassMirror.php229 if (version_compare(PHP_VERSION, '5.4', '>=') && true === $parameter->isCallable()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php303 public static function isCallable($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
DGenerator.php1198 } elseif ($parameter->isCallable()) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md104 `isCallable($value, $message = '')` | Check that a value is a callable
/plugin/datatables/assets/pdfmake/
Dpdfmake.js5390 var isCallable = __webpack_require__(614);
5448 if (isCallable(C) && (!setPrototypeOf || isPrototypeOf(TypedArray, C))) return C;
5499 if (!NATIVE_ARRAY_BUFFER_VIEWS || !isCallable(TypedArray) || TypedArray === Function.prototype) {
26523 var isCallable = __webpack_require__(614);
26530 if (isCallable(argument)) return argument;
26559 var isCallable = __webpack_require__(614);
26565 if (typeof argument == 'object' || isCallable(argument)) return argument;
27237 var isCallable = __webpack_require__(614);
27263 : (result = classofRaw(O)) == 'Object' && isCallable(O.callee) ? 'Arguments' : result;
27521 var isCallable = __webpack_require__(614);
[all …]
Dpdfmake.min.js2isCallable(r){if(P(r))return!0;if(!r)return!1;if("function"!=typeof r&&"object"!=typeof r)return!1…
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js86 var isCallable = function (fn) { function
120 if (!isCallable(mapFn)) {
137 var A = isCallable(C) ? Object(new C(len)) : new Array(len);