Home
last modified time | relevance | path

Searched refs:isBoolean (Results 26 – 34 of 34) sorted by path

12

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js672 assert.notOk(_.isBoolean(2), 'a number is not a boolean');
673 assert.notOk(_.isBoolean('string'), 'a string is not a boolean');
674 assert.notOk(_.isBoolean('false'), 'the string "false" is not a boolean');
675 assert.notOk(_.isBoolean('true'), 'the string "true" is not a boolean');
676 assert.notOk(_.isBoolean(arguments), 'the arguments object is not a boolean');
677 assert.notOk(_.isBoolean(void 0), 'undefined is not a boolean');
678 assert.notOk(_.isBoolean(NaN), 'NaN is not a boolean');
679 assert.notOk(_.isBoolean(null), 'null is not a boolean');
680 assert.ok(_.isBoolean(true), 'but true is');
681 assert.ok(_.isBoolean(false), 'and so is false');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5isBoolean(t)||(e=r,r=t,t=!1),null!=r&&(r=x(r,e));for(var u=[],i=[],o=0,a=O(n);a>o;o++){var c=n[o],…
H A Dunderscore.js538 if (!_.isBoolean(isSorted)) {
1327 _.isBoolean = function(obj) {
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5isBoolean(t)||(e=r,r=t,t=!1),null!=r&&(r=x(r,e));for(var u=[],i=[],o=0,a=O(n);a>o;o++){var c=n[o],…
H A Dunderscore-min.map1 …Arguments","j","len","without","difference","uniq","unique","isSorted","isBoolean","seen","union",…
H A Dunderscore.js523 if (!_.isBoolean(isSorted)) {
1251 _.isBoolean = function(obj) {
/plugin/virtualkeyboard/vk/extensions/
H A Dhelpers.js91 function isBoolean (prop /* :Object */) /* :Boolean */ { function
112 if (isBoolean(prop)) return false;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc260 if( isBoolean( fieldValue) and fieldValue )
262 else if( isBoolean( fieldValue) )
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js43498 function isBoolean(arg) {
43502 exports.isBoolean = isBoolean;
58255 function isBoolean(value) {
58287 module.exports = isBoolean;
81999 if (isBoolean(opts)) {
82190 …if (isBoolean(value)) return ctx.stylize('' + value, 'boolean'); // For some reason typeof null is…
82306 function isBoolean(arg) {
82310 exports.isBoolean = isBoolean;

12