Home
last modified time | relevance | path

Searched refs:isBoolean (Results 1 – 25 of 34) sorted by relevance

12

/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');
/plugin/indexmenu2/cms/extensions/
H A Dhelpers.js11 …);}function isBoolean(i){return('boolean'==typeof i);}function isScalar(i){return isNumeric(i)||is… function
/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/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/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2549 function isBoolean(value) { function
3757 lodash.isBoolean = isBoolean;
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.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.js523 if (!_.isBoolean(isSorted)) {
1251 _.isBoolean = function(obj) {
H A Dunderscore-min.map1 …Arguments","j","len","without","difference","uniq","unique","isSorted","isBoolean","seen","union",…
/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/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/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/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/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1isBoolean, isString, isDefined } from '../utils/objects.js';\nimport { ErrorCode, Diagnostic, Diag…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js9932 function isBoolean(value) {
12875 lodash.isBoolean = isBoolean;
18853 function isBoolean(arg) {
18856 exports.isBoolean = isBoolean;
26786 if (isBoolean(opts)) {
26987 if (isBoolean(value))
27107 function isBoolean(arg) {
27110 exports.isBoolean = isBoolean;
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js11382 function isBoolean(value) {
16735 lodash.isBoolean = isBoolean;
/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/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12