- Sort Score
- Result 10 results
- Languages All
Results 1421 - 1430 of 2,557 for False (0.02 sec)
- 
				
				src/test/java/org/codelibs/fess/mylasta/mail/CrawlerPostcardTest.javapublic void tearDown() throws Exception { super.tearDown(); } // Basic test to verify test framework is working public void test_basicAssertion() { assertTrue(true); assertFalse(false); assertNotNull("test"); assertEquals(1, 1); } // Test placeholder for future implementation public void test_placeholder() { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 1.4K bytes - Viewed (0)
- 
				
				.github/ISSUE_TEMPLATE/01-pkgsite.ymlvalidations: required: true - type: textarea id: screenshot attributes: label: "Screenshot" description: "Please paste a screenshot of the page." validations: required: false - type: textarea id: what-did-you-do attributes: label: "What did you do?"Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jan 04 23:31:17 UTC 2024 - 1.4K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/smb1/http/NetworkExplorer.java} catch (final IOException ioe) { throw new ServletException(ioe.getMessage()); } enableBasic = Config.getBoolean("jcifs.smb1.http.enableBasic", false); insecureBasic = Config.getBoolean("jcifs.smb1.http.insecureBasic", false); realm = Config.getProperty("jcifs.smb1.http.basicRealm"); if (realm == null) { realm = "jCIFS"; } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 22.6K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/util/SecureKeyManager.javaprivate final SecureRandom secureRandom = new SecureRandom(); private KeyStore keyStore; private char[] keyStorePassword; private volatile boolean closed = false; /** * Create a secure key manager without KeyStore */ public SecureKeyManager() { this.keyStore = null; this.keyStorePassword = null; } /** Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0)
- 
				
				okhttp/src/jvmTest/kotlin/okhttp3/ConnectionListenerTest.ktplatform.assumeNotBouncyCastle() listener.forbidLock(get(client.connectionPool)) listener.forbidLock(client.dispatcher) } @ParameterizedTest @ValueSource(booleans = [true, false]) fun successfulCallEventSequence() { server!!.enqueue(MockResponse(body = "abc")) val call = client.newCall( Request .Builder() .url(server!!.url("/")) Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 9.8K bytes - Viewed (0)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.ktRegistered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon Jul 28 07:33:49 UTC 2025 - 8.5K bytes - Viewed (0)
- 
				
				guava/src/com/google/common/collect/EnumMultiset.javaif (o instanceof Enum) { Enum<?> e = (Enum<?>) o; int index = e.ordinal(); return index < enumConstants.length && enumConstants[index] == e; } return false; } /** * Returns {@code element} cast to {@code E}, if it actually is a nonnull E. Otherwise, throws * either a NullPointerException or a ClassCastException as appropriate. */ Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 9.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/netbios/NameServiceClientImplTest.java@Test @DisplayName("Should get all addresses by name") void testGetAllByName() throws UnknownHostException { // When Address[] addresses = nameServiceClient.getAllByName("localhost", false); // Then assertNotNull(addresses, "Should return addresses array"); assertTrue(addresses.length > 0, "Should return at least one address"); } @TestRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11K bytes - Viewed (0)
- 
				
				cmd/xl-storage-disk-id-check.goif err != nil || len(b) != len(toWrite) { continue } err = p.storage.Delete(context.Background(), minioMetaTmpBucket, fn, DeleteOptions{ Recursive: false, Immediate: false, }) if err == nil { logger.Event(context.Background(), "healthcheck", "node(%s): Read/Write/Delete successful, bringing drive %s online", globalLocalNodeName, p.storage.String()) Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Apr 25 05:41:04 UTC 2025 - 34.5K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java// Check what we actually got assertTrue("Should have at least 3 items", list.size() >= 3); // Find and verify the expected items boolean foundTab = false; boolean foundNewline = false; boolean foundTest3 = false; for (ProtwordsItem item : list) { String input = item.getInput(); if (input.contains("test") && input.contains("t1")) {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0)