Home
last modified time | relevance | path

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

12345678910>>...78

/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/is-boolean-object/
H A DREADME.md21 assert.notOk(isBoolean(undefined));
22 assert.notOk(isBoolean(null));
23 assert.notOk(isBoolean('foo'));
25 assert.notOk(isBoolean([]));
26 assert.notOk(isBoolean({}));
27 assert.notOk(isBoolean(/a/g));
30 assert.notOk(isBoolean(42));
31 assert.notOk(isBoolean(NaN));
32 assert.notOk(isBoolean(Infinity));
35 assert.ok(isBoolean(false));
[all …]
/dports/devel/p5-boolean/boolean-0.46/t/
H A Dboolean.t18 ok isBoolean(true), 'true isBoolean';
19 ok isBoolean(false), 'false isBoolean';
21 ok not(isBoolean(undef)), 'undef is not Boolean';
22 ok not(isBoolean("")), '"" is not Boolean';
23 ok not(isBoolean(0)), '0 is not Boolean';
24 ok not(isBoolean(1)), '1 is not Boolean';
39 ok isBoolean(not(true)), 'not boolean returns boolean';
40 ok isBoolean(!(false)), '! boolean returns boolean';
106 ok isBoolean(boolean(())), "boolean works with ()";
107 ok isBoolean(boolean((0))), "boolean works with ()";
[all …]
H A Dthreads.t25 ok_from_thread "isBoolean(true)";
26 ok_from_thread "isBoolean(false)";
29 ok_from_thread "isBoolean(\$true)";
30 ok_from_thread "isBoolean(\$false)";
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/barcode/
H A Dwidgets.py50 valid = AttrMapValue(isBoolean),
133 checksum = AttrMapValue(isBoolean,'''(bool, default 1):
140 quiet = AttrMapValue(isBoolean,'''(bool, default 1):
152 humanReadable = AttrMapValue(isBoolean, desc='if human readable'),
153 stop = AttrMapValue(isBoolean, desc='if we use start/stop symbols (default 1)'),
185 … stop = AttrMapValue(isBoolean, desc='if we use start/stop symbols (default 1)'),
194 … stop = AttrMapValue(isBoolean, desc='if we use start/stop symbols (default 1)'),
268 quiet = AttrMapValue(isBoolean,'''(bool, default 0):
276 humanReadable = AttrMapValue(isBoolean, desc='if human readable'),
291 humanReadable = AttrMapValue(isBoolean, desc='if human readable'),
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DAddonsOperations.cpp75 if (!enabled.isBoolean()) //All in GetAddons()
77 if (!installed.isBoolean() || installed.asBoolean()) in GetAddons()
79 if (!installed.isBoolean() || (installed.isBoolean() && !installed.asBoolean())) in GetAddons()
82 else if (enabled.asBoolean() && (!installed.isBoolean() || installed.asBoolean())) //Enabled in GetAddons()
84 else if (!installed.isBoolean() || installed.asBoolean()) in GetAddons()
89 if (!enabled.isBoolean()) //All in GetAddons()
91 if (!installed.isBoolean() || installed.asBoolean()) in GetAddons()
93 if (!installed.isBoolean() || (installed.isBoolean() && !installed.asBoolean())) in GetAddons()
96 else if (enabled.asBoolean() && (!installed.isBoolean() || installed.asBoolean())) //Enabled in GetAddons()
98 else if (!installed.isBoolean() || installed.asBoolean()) in GetAddons()
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/Models/
H A DListBlobsOptions.php141 Validate::isBoolean($includeMetadata);
164 Validate::isBoolean($includeSnapshots);
187 Validate::isBoolean($includeUncommittedBlobs);
210 Validate::isBoolean($includeCopy);
233 Validate::isBoolean($includeDeleted);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java54 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
75 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
191 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java54 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
75 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
191 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DPrimitiveValueImpl.java115 if (destSig.isBoolean() && !sourceSig.isBoolean()) { in convertForAssignmentTo()
119 if (!destSig.isBoolean() && sourceSig.isBoolean()) { in convertForAssignmentTo()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DPrimitiveValueImpl.java115 if (destSig.isBoolean() && !sourceSig.isBoolean()) { in convertForAssignmentTo()
119 if (!destSig.isBoolean() && sourceSig.isBoolean()) { in convertForAssignmentTo()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DPrimitiveValueImpl.java115 if (destSig.isBoolean() && !sourceSig.isBoolean()) { in convertForAssignmentTo()
119 if (!destSig.isBoolean() && sourceSig.isBoolean()) { in convertForAssignmentTo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/rtm/cli/
H A DRTMGenericCommandLineOptionTest.java56 protected final boolean isBoolean; field in RTMGenericCommandLineOptionTest
76 String optionName, boolean isBoolean, boolean isExperimental, in RTMGenericCommandLineOptionTest() argument
80 this.isBoolean = isBoolean; in RTMGenericCommandLineOptionTest()
212 if (isBoolean) { in prepareOptionValue()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/
H A DgetDefaultMiddleware.ts13 function isBoolean(x: any): x is boolean { function
89 if (isBoolean(thunk)) {
103 if (!isBoolean(immutableCheck)) {
116 if (!isBoolean(serializableCheck)) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/lib/ir_framework/test/
H A DArgumentValue.java131 TestFormat.check(ArgumentValue.isBoolean(parameter), in getArguments()
137 TestFormat.check(ArgumentValue.isBoolean(parameter), in getArguments()
143 TestFormat.check(isBoolean(parameter), in getArguments()
149 TestFormat.check(ArgumentValue.isBoolean(parameter), in getArguments()
187 } else if (ArgumentValue.isBoolean(c)) { in createDefault()
262 return isNumber(c) || isBoolean(c) || isChar(c); in isPrimitiveType()
265 private static boolean isBoolean(Class<?> c) { in isBoolean() method in ArgumentValue
289 if (isBoolean(c)) { in getRandom()
/dports/biology/figtree/figtree-1.4.4/src/figtree/treeviewer/annotations/
H A DAnnotationDefinition.java99 boolean isBoolean = true; in guessType()
104 isBoolean = false; in guessType()
112 isBoolean = false; in guessType()
121 } else if (isBoolean) { in guessType()
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Console/
H A DConsoleOptionParser.php499 $isBoolean = $option->isBoolean();
502 if ($default !== null && !isset($params[$name]) && !$isBoolean) {
505 if ($isBoolean && !isset($params[$name])) {
595 $isBoolean = $option->isBoolean();
598 if (!$isBoolean && !$emptyNextValue && !$this->_optionExists($nextValue)) {
601 } elseif ($isBoolean) {
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/corext/codemanipulation/
H A DGetterSetterUtil.java50 && JavaModelUtil.isBoolean(field), excludedNames); in getGetterName()
54 int flags, boolean isBoolean, String[] excludedNames) { in getGetterName() argument
56 isBoolean, excludedNames); in getGetterName()
60 int flags, boolean isBoolean, String[] excludedNames) { in getSetterName() argument
62 isBoolean, excludedNames); in getSetterName()
72 .isBoolean(field), excludedNames); in getSetterName()
79 if (!JavaModelUtil.isBoolean(field) in getGetter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp77 EXPECT_FALSE(Value.isBoolean()); in TEST()
85 EXPECT_FALSE(Value.isBoolean()); in TEST()
95 EXPECT_TRUE(Value.isBoolean()); in TEST()
106 EXPECT_FALSE(Value.isBoolean()); in TEST()
114 EXPECT_FALSE(Value.isBoolean()); in TEST()
122 EXPECT_FALSE(Value.isBoolean()); in TEST()

12345678910>>...78