- Sort Score
- Result 10 results
- Languages All
Results 871 - 880 of 2,937 for rint (0.03 sec)
- 
				
				src/test/java/org/codelibs/fess/crawler/util/FessCrawlerConfigTest.javaassertNotNull(testValue); assertEquals("test", testValue); } // Additional test for coverage public void test_additionalCoverage() { int a = 5; int b = 10; int sum = a + b; assertEquals(15, sum); String str = "Hello"; assertTrue(str.startsWith("H")); assertTrue(str.endsWith("o")); assertEquals(5, str.length()); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/dict/DictionaryFileTest.javaassertNotNull(testValue); assertEquals("test", testValue); } // Additional test for coverage public void test_additionalCoverage() { int a = 5; int b = 10; int sum = a + b; assertEquals(15, sum); String str = "Hello"; assertTrue(str.startsWith("H")); assertTrue(str.endsWith("o")); assertEquals(5, str.length()); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/internal/smb2/multichannel/ChannelState.javaFAILED(6), /** * Channel is being closed */ CLOSING(7); private final int value; ChannelState(int value) { this.value = value; } /** * Get the numeric value of this state * * @return state value */ public int getValue() { return value; } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 1.7K bytes - Viewed (0)
- 
				
				src/main/java/jcifs/Encodable.javaRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.4K bytes - Viewed (0)
- 
				
				guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSet.javaabstract static class Indexed<E> extends ImmutableSet<E> { abstract E get(int index); @Override public UnmodifiableIterator<E> iterator() { return asList().iterator(); } @Override ImmutableList<E> createAsList() { return new ImmutableAsList<E>() { @Override public E get(int index) { return Indexed.this.get(index); } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 18:32:41 UTC 2025 - 8.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/Trans2GetDfsReferralTest.javaint expected = level & 0xFFFF; assertEquals(expected, written); } // Helper method to extract string from buffer private String extractStringFromBuffer(byte[] buffer, int offset, int maxLen) { int end = offset; while (end < offset + maxLen && buffer[end] != 0) { end++; } return new String(buffer, offset, end - offset, StandardCharsets.UTF_8); } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/core/collection/SLinkedList.javaRegistered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jun 19 09:12:22 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/util/SecureKeyManagerTest.javaint threadCount = 10; int operationsPerThread = 50; CountDownLatch latch = new CountDownLatch(threadCount); AtomicInteger successCount = new AtomicInteger(0); ExecutorService executor = Executors.newFixedThreadPool(threadCount); for (int t = 0; t < threadCount; t++) { final int threadId = t; executor.submit(() -> {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 14.2K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/TransTransactNamedPipeResponseTest.javamockPipeIn.lock = new Object(); byte[] buffer = new byte[10]; int bufferIndex = 0; int len = 10; // Call the method to be tested int result = response.readDataWireFormat(buffer, bufferIndex, len); // Verify the result Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.3K bytes - Viewed (0)
- 
				
				api/go1.7.txtpkg net/http, const StatusLoopDetected = 508 pkg net/http, const StatusLoopDetected ideal-int pkg net/http, const StatusMultiStatus = 207 pkg net/http, const StatusMultiStatus ideal-int pkg net/http, const StatusNotExtended = 510 pkg net/http, const StatusNotExtended ideal-int pkg net/http, const StatusPermanentRedirect = 308 pkg net/http, const StatusPermanentRedirect ideal-int pkg net/http, const StatusProcessing = 102 Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 28 15:08:11 UTC 2016 - 13.6K bytes - Viewed (0)