Home
last modified time | relevance | path

Searched refs:isFunc (Results 1 – 16 of 16) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js3574 isFunc = isFunction(object);
3579 if (isFunc) {
H A Dlodash.js2643 isFunc = tag == funcTag || tag == genTag;
2648 if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
2649 result = (isFlat || isFunc) ? {} : initCloneObject(value);
9469 isFunc = typeof path == 'function',
9473 result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args);
15704 isFunc = isFunction(object);
15709 if (isFunc) {
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js274 var isFunc = _.isFunction(method);
276 var func = isFunc ? method : value[method];
H A Dunderscore-min.map1 …nclude","fromIndex","guard","values","indexOf","invoke","method","args","isFunc","pluck","where","…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js284 var isFunc = _.isFunction(method);
286 var func = isFunc ? method : value[method];
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js2643 isFunc = tag == funcTag || tag == genTag;
2648 if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
2649 result = (isFlat || isFunc) ? {} : initCloneObject(value);
9469 isFunc = typeof path == 'function',
9473 result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args);
15704 isFunc = isFunction(object);
15709 if (isFunc) {
/plugin/tagfilter/script/select2/
H A Dselect2.js542 var isFunc = $.isFunction(data);
545 $(isFunc ? data() : data).each(function () {
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5330 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { argument
5336 typeof res == "function" && isFunc && (res = res());
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1001 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) {
1007 typeof res == "function" && isFunc && (res = res());
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js4052 isFunc = tag == funcTag;
4054 if (tag == objectTag || tag == argsTag || (isFunc && !object)) {
4055 result = initCloneObject(isFunc ? {} : value);
4446 isFunc = typeof methodName == 'function',
4451 var func = isFunc ? methodName : (value != null && value[methodName]);
12474 isFunc = isFunction(object),
12487 if (isFunc) {
H A Dpdfmake.min.js.map1isFunc","funcTag","objectTag","argsTag","cloneableTags","initCloneByTag","initCloneObject","baseFo…
/plugin/callflow/
H A Draphael.js5678 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { argument
5684 typeof res == "function" && isFunc && (res = res());
/plugin/advrack/
H A Draphael.js5677 key.replace(objNotationRegex, function (all, name, quote, quotedName, isFunc) { argument
5683 typeof res == "function" && isFunc && (res = res());
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19513 key.replace(objNotationRegex, function(all, name, quote, quotedName, isFunc) { argument
19519 typeof res == 'function' && isFunc && (res = res());
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1isFunc","stacked","subValue","keysFunc","keysIn","global","funcToString","baseTimes","inherited","…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1isFunc = tag == funcTag || tag == genTag;\n\n if (isBuffer(value)) {\n return cloneBuffer(…