- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 3,875 for False (0.04 seconds)
-
api/maven-api-core/src/test/java/org/apache/maven/api/feature/FeaturesTest.java
// Test case-insensitive string parsing - False Map<String, Object> properties = Map.of(Constants.MAVEN_DEPLOY_BUILD_POM, "False"); assertFalse(Features.deployBuildPom(properties)); } @Test void testDeployBuildPomWithInvalidStringValue() { // Test that invalid string values default to false (Boolean.parseBoolean behavior)Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jul 04 19:42:23 GMT 2025 - 7.2K bytes - Click Count (0) -
guava/src/com/google/common/collect/RegularImmutableSortedSet.java
if (otherElement == null || unsafeCompare(element, otherElement) != 0) { return false; } } return true; } catch (ClassCastException e) { return false; } catch (NoSuchElementException e) { return false; // concurrent change to other set } } return containsAll(that); } @Override
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Sep 22 21:07:18 GMT 2025 - 9K bytes - Click Count (0) -
.idea/codeStyles/Project.xml
<option name="JD_ALIGN_PARAM_COMMENTS" value="false" /> <option name="JD_ALIGN_EXCEPTION_COMMENTS" value="false" /> <option name="JD_P_AT_EMPTY_LINES" value="false" /> <option name="JD_KEEP_EMPTY_PARAMETER" value="false" /> <option name="JD_KEEP_EMPTY_EXCEPTION" value="false" /> <option name="JD_KEEP_EMPTY_RETURN" value="false" /> </JavaCodeStyleSettings> <JetCodeStyleSettings>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jul 31 14:47:08 GMT 2023 - 3.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/JobLogDbm.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 11.1K bytes - Click Count (0) -
.teamcity/pluginData/Check/plugin-settings.xml
<state type="buildFixed" enabled="false" /> <state type="buildBroken" enabled="false" /> <state type="responsibilityChanged" enabled="false" /> <state type="buildPinned" enabled="false" /> <state type="buildUnpinned" enabled="false" /> </states> <build-types enabled-for-all="false" enabled-for-subprojects="false"> <build-type id="bt270451" /> </build-types>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue May 18 02:15:16 GMT 2021 - 2.2K bytes - Click Count (0) -
src/test/java/org/codelibs/core/lang/StringUtilTest.java
assertEquals("3", false, StringUtil.isBlank("a")); assertEquals("4", false, StringUtil.isBlank(" a ")); } /** * @throws Exception */ @Test public void testIsNotBlank() throws Exception { assertEquals("1", false, StringUtil.isNotBlank(" ")); assertEquals("2", false, StringUtil.isNotBlank(""));
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Sat Nov 22 11:21:59 GMT 2025 - 11.4K bytes - Click Count (0) -
.pre-commit-config.yaml
entry: uv run mypy fastapi require_serial: true language: unsupported pass_filenames: false - id: local-ty name: ty check entry: uv run ty check fastapi require_serial: true language: unsupported pass_filenames: false - id: add-permalinks-pages language: unsupported name: add-permalinks-pagesCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Apr 03 12:06:36 GMT 2026 - 2.6K bytes - Click Count (1) -
internal/auth/credentials_test.go
expectedFailure bool }{ {"", true}, {"-1", true}, {"1574812326", false}, {1574812326, false}, {int64(1574812326), false}, {int(1574812326), false}, {uint(1574812326), false}, {uint64(1574812326), false}, {json.Number("1574812326"), false}, {1574812326.000, false}, {time.Duration(3) * time.Minute, false}, } for _, testCase := range testCases { t.Run("", func(t *testing.T) {Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 5.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/RelatedContentDbm.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/auth/chain/LdapChainTest.java
// Test LdapManager implementation private static class TestLdapManager extends LdapManager { boolean insertCalled = false; boolean deleteCalled = false; boolean changePasswordCalled = false; boolean applyCalled = false; boolean applyModifiesUser = false; User insertedUser; User deletedUser; User appliedUser; String changePasswordUsername;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 9.5K bytes - Click Count (0)