Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 25 of 34) sorted by last modified time

12

/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;
/plugin/combo/ComboStrap/
H A DDataType.php164 public static function isBoolean($value): bool function in ComboStrap\\DataType
H A DSiteConfig.php102 if (DataType::isBoolean($value)) {
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php391 if ($value != null && !DataType::isBoolean($value)) {
394 if ($defaultValuePlaceholderOrReturned != null && !DataType::isBoolean($defaultValuePlaceholderOrReturned)) {
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8isBoolean(n))return n?1:0;if(Bridge.isDate(n))return n.valueOf()&4294967295;if(n===Number.POSITIVE… variable
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8isBoolean(n))return n?1:0;if(Bridge.isDate(n))return n.valueOf()&4294967295;if(n===Number.POSITIVE… variable
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1isBoolean, isString, isDefined } from '../utils/objects.js';\nimport { ErrorCode, Diagnostic, Diag…
H A Dbundle.js.map1isBoolean(obj) {\n return (obj === true || obj === false);\n}\n/**\n * @returns whether the pro…
H A Deditor.worker.js.map1 …rovided parameter is a JavaScript Boolean or not.\n */\nexport function isBoolean(obj) {\n retu…
H A Djson.worker.js.map1isBoolean(obj) {\n return (obj === true || obj === false);\n}\n/**\n * @returns whether the pro…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md163 * <a href="#_isbooleanvalue">`_.isBoolean`</a>
4949 <h3 id="_isbooleanvalue"><code>_.isBoolean(value)</code></h3>
4965 _.isBoolean(false);
4968 _.isBoolean(null);
8621 `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js9160 assert.strictEqual(_.isBoolean(true), true);
9161 assert.strictEqual(_.isBoolean(false), true);
9174 return index ? _.isBoolean(value) : _.isBoolean();
9179 assert.strictEqual(_.isBoolean(args), false);
9181 assert.strictEqual(_.isBoolean(new Date), false);
9183 assert.strictEqual(_.isBoolean(_), false);
9184 assert.strictEqual(_.isBoolean(slice), false);
9186 assert.strictEqual(_.isBoolean(1), false);
9187 assert.strictEqual(_.isBoolean(/x/), false);
9188 assert.strictEqual(_.isBoolean('a'), false);
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js11382 function isBoolean(value) {
16735 lodash.isBoolean = isBoolean;
H A Dlodash.min.js113 …ray=ff,An.isArrayBuffer=cf,An.isArrayLike=su,An.isArrayLikeObject=hu,An.isBoolean=function(n){retu… function
H A Dlodash.core.min.js25 …(n,t)},o.head=q,o.identity=X,o.indexOf=P,o.isArguments=n,o.isArray=Nn,o.isBoolean=function(n){retu… function
H A Dlodash.core.js2549 function isBoolean(value) { function
3757 lodash.isBoolean = isBoolean;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js538 if (!_.isBoolean(isSorted)) {
1327 _.isBoolean = function(obj) {
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js11382 function isBoolean(value) {
16735 lodash.isBoolean = isBoolean;
/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/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcross-document.js82 assert.ok(_.isBoolean(iBoolean), 'even from another frame');
117 assert.notOk(_.isBoolean(xml));
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');

12