- Sort Score
- Num 10 results
- Language All
Results 1031 - 1040 of 3,003 for xtrue (0.02 seconds)
-
src/test/java/org/codelibs/fess/exec/SuggestCreatorTest.java
// Test initializeProbes @Test public void test_initializeProbes() { try { SuggestCreator.initializeProbes(); // If no exception thrown, test passes assertTrue(true); } catch (Exception e) { fail("initializeProbes should not throw exception: " + e.getMessage()); } } // Test process with properties path @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java
message); } } else { done = true; } } else { done = true; } } } while (!done); ProjectRelocation rel = new ProjectRelocation(); rel.project = project;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Sep 25 12:03:50 GMT 2025 - 30.4K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/JdkFutureAdaptersTest.java
assertFalse("Listener called more than once", wasCalled()); calledCountDown.countDown(); } void expectCall() { assertFalse("expectCall is already true", expectCall); expectCall = true; } boolean wasCalled() { return calledCountDown.getCount() == 0; } void waitForCall() throws InterruptedException { assertTrue("expectCall is false", expectCall);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 10K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2GetDfsReferralTest.java
// Verify that request buffer was created with correct parameters Field requestField = Trans2GetDfsReferral.class.getDeclaredField("request"); requestField.setAccessible(true); DfsReferralRequestBuffer request = (DfsReferralRequestBuffer) requestField.get(trans2GetDfsReferral); assertNotNull(request); } @Test @DisplayName("Constructor should handle null filename")Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/DocumentUtilTest.java
doc.put("floatStr", "123.45"); assertEquals(Float.valueOf(123.45f), DocumentUtil.getValue(doc, "floatStr", Float.class)); doc.put("boolStr", "true"); assertEquals(Boolean.TRUE, DocumentUtil.getValue(doc, "boolStr", Boolean.class)); doc.put("boolStr2", "false"); assertEquals(Boolean.FALSE, DocumentUtil.getValue(doc, "boolStr2", Boolean.class)); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 13.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
} testFailure = true supportTestRetry = true add { failOnText { conditionType = BuildFailureOnText.ConditionType.CONTAINS pattern = "%unmaskedFakeCredentials%" failureMessage = "This build might be leaking credentials" reverse = false stopBuildOnFailure = true } } } }Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 05:03:56 GMT 2026 - 14.8K bytes - Click Count (0) -
src/test/java/jcifs/smb/DirFileEntryEnumIteratorBaseTest.java
return this; } TestIterator throwOnFetch() { this.throwOnFetch = true; return this; } TestIterator throwOnCloseInternal() { this.throwOnCloseInternal = true; return this; } @Override protected FileEntry open() throws CIFSException {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.5K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Request.kt
// Silently replace web socket URLs with HTTP URLs. private fun canonicalUrl(url: String) = when { url.startsWith("ws:", ignoreCase = true) -> "http:${url.substring(3)}" url.startsWith("wss:", ignoreCase = true) -> "https:${url.substring(4)}" else -> url } /** * Sets the URL target of this request. *Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Oct 30 13:46:58 GMT 2025 - 14.7K bytes - Click Count (1) -
maven-tests/mvnw.cmd
@REM @REM Optional ENV vars @REM MVNW_REPOURL - repo url base for downloading maven distribution @REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven @REM MVNW_VERBOSE - true: enable verbose log; others: silence the output @REM ---------------------------------------------------------------------------- @IF "%__MVNW_ARG0_NAME__%"=="" (SET __MVNW_ARG0_NAME__=%~nx0) @SET __MVNW_CMD__=
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 6.8K bytes - Click Count (0) -
okhttp-idna-mapping-table/src/main/kotlin/okhttp3/internal/idn/SimpleIdnaMappingTable.kt
* [mapping step]: https://www.unicode.org/reports/tr46/#ProcessingStepMap */ class SimpleIdnaMappingTable internal constructor( internal val mappings: List<Mapping>, ) { /** * Returns true if the [codePoint] was applied successfully. Returns false if it was disallowed. */ fun map( codePoint: Int, sink: BufferedSink, ): Boolean { val index = mappings.binarySearch {
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 6.9K bytes - Click Count (0)