- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 1,099 for dong (0.18 sec)
-
src/test/java/jcifs/internal/util/SMBUtilTest.java
} @ParameterizedTest @ValueSource(longs = { 0L, 1L, -1L, Long.MAX_VALUE, Long.MIN_VALUE, 0x123456789ABCDEF0L }) void testWriteReadInt8RoundTrip(long input) { byte[] buffer = new byte[8]; SMBUtil.writeInt8(input, buffer, 0); long result = SMBUtil.readInt8(buffer, 0); assertEquals(input, result); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.1K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java
private final Analyzer analyzer; private final Settings settings; private final boolean expand; private long reloadInterval = 0; private final Environment env; private volatile long lastModified; private volatile long lastChecked; private volatile SynonymMap synonymMap;Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Sun May 18 02:59:16 UTC 2025 - 6.7K bytes - Viewed (1) -
src/main/resources/fess_indices/fess_config.file_authentication/file_authentication.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 644 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.label_type/label_type.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 646 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/DuplicateHost.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/convert/NumberConversionUtil.java
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/CriticalPerformanceTest.java
Mockito.when(mockAddress.getHostAddress()).thenReturn("127.0.0.1"); // Start timing long overallStart = System.nanoTime(); for (int t = 0; t < threadCount; t++) { executor.submit(() -> { try { startLatch.await(); long threadStart = System.nanoTime(); for (int i = 0; i < operationsPerThread; i++) {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_config.web_authentication/web_authentication.json
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 699 bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopychunkTest.java
@CsvSource({ "0, 0, 1024", "1024, 2048, 4096", "9223372036854775807, 9223372036854775807, 2147483647", // Max long values "-1, -1, -1", // Negative values (should still create instance) "0, 9223372036854775807, 0" // Edge cases }) void testConstructorWithVariousValues(long sourceOffset, long targetOffset, int length) { // WhenRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/jcifs/SmbRandomAccess.java
* * @return current position */ long getFilePointer(); /** * Seek to new position * * @param pos the new position to seek to */ void seek(long pos); /** * Get the current file length * * @return file length * @throws SmbException if an I/O error occurs */ long length() throws SmbException; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.6K bytes - Viewed (0)