- Sort Score
- Result 10 results
- Languages All
Results 591 - 600 of 1,983 for Dong (0.05 sec)
- 
				
				src/main/java/jcifs/config/PropertyConfiguration.javathis.witnessHeartbeatTimeout = Long.parseLong(value); } catch (NumberFormatException e) { // Invalid value ignored } } value = props.getProperty("jcifs.smb.client.witnessRegistrationTimeout"); if (value != null) { try { this.witnessRegistrationTimeout = Long.parseLong(value); Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13.3K bytes - Viewed (0)
- 
				
				src/main/config/es/fess_config_crawling_info.json{ "fess_config.crawling_info" : { "aliases" : { }, "mappings" : { "crawling_info" : { "properties" : { "createdTime" : { "type" : "long" }, "expiredTime" : { "type" : "long" }, "name" : { "type" : "keyword" }, "sessionId" : { "type" : "keyword" } } } },Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 756 bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/AllocInfoTest.java* zero and negative capacities. */ @ParameterizedTest @ValueSource(longs = { 0L, -1L, Long.MAX_VALUE }) @DisplayName("capacity may be any long value") void testCapacityEdgeValues(long capacity) { when(mockAllocInfo.getCapacity()).thenReturn(capacity); assertEquals(capacity, mockAllocInfo.getCapacity()); } /**Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 2.4K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/suggest/index/SuggestDeleteResponse.java/** Time taken for the operation in milliseconds. */ protected final long took; /** * Constructor for SuggestDeleteResponse. * @param errors A list of Throwables representing errors. * @param took The time taken for the operation in milliseconds. */ protected SuggestDeleteResponse(final List<Throwable> errors, final long took) { this.took = took; if (errors != null && !errors.isEmpty()) {Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 2.1K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/primitives/CharsTest.javafor (char value : VALUES) { assertThat(Chars.checkedCast((long) value)).isEqualTo(value); } assertCastFails(GREATEST + 1L); assertCastFails(LEAST - 1L); assertCastFails(Long.MAX_VALUE); assertCastFails(Long.MIN_VALUE); } public void testSaturatedCast() { for (char value : VALUES) { assertThat(Chars.saturatedCast((long) value)).isEqualTo(value); } Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 25.9K bytes - Viewed (0)
- 
				
				src/main/config/es/fess_config_crawling_info_param.json"aliases" : { }, "mappings" : { "crawling_info_param" : { "properties" : { "crawlingInfoId" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "key" : { "type" : "keyword" }, "value" : { "type" : "keyword" } } } }, "settings" : { Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 775 bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java} public String getIndex() { return "fess.suggest"; } public long getAllWordsNum() { return 100L; } public long getDocumentWordsNum() { return 50L; } public long getQueryWordsNum() { return 30L; } } private static class MockSuggestIndexer {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16K bytes - Viewed (0)
- 
				
				okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-UtilJvm.ktinternal fun ServerSocket.closeQuietly() { try { close() } catch (rethrown: RuntimeException) { throw rethrown } catch (_: Exception) { } } internal fun Long.toHexString(): String = java.lang.Long.toHexString(this) internal fun Int.toHexString(): String = Integer.toHexString(this) internal fun <T> readFieldOrNull( instance: Any, fieldType: Class<T>, fieldName: String, Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 10.2K bytes - Viewed (1)
- 
				
				src/main/resources/fess_indices/fess_config.scheduled_job/scheduled_job.jsonRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 753 bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/math/Quantiles.java// Since index and (dataset.length - 1) are non-negative ints, their product can be expressed // as a long, without risk of overflow: long numerator = (long) index * (dataset.length - 1); // Since scale is a positive int, index is in [0, scale], and (dataset.length - 1) is a // non-negative int, we can do long-arithmetic on index * (dataset.length - 1) / scale to getRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 30.1K bytes - Viewed (0)