- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 241 for FUTURE (0.14 sec)
-
src/main/resources/fess_message_zh_CN.properties
constraints.AssertTrue.message = {item} 必须为 true。 constraints.DecimalMax.message = {item} 必须小于 {value}。 constraints.DecimalMin.message = {item} 必须大于 {value}。 constraints.Digits.message = {item} 必须是数字。(预期: <数字>.<数字>) constraints.Future.message = {item} 必须是未来的值。 constraints.Max.message = {item} 必须小于或等于 {value}。 constraints.Min.message = {item} 必须大于或等于 {value}。 constraints.NotNull.message = {item} 不能为空。 constraints.Null.message = {item} 必须为 null。Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
guava/src/com/google/common/base/Stopwatch.java
public Stopwatch start() { checkState(!isRunning, "This stopwatch is already running."); isRunning = true; startTick = ticker.read(); return this; } /** * Stops the stopwatch. Future reads will return the fixed duration that had elapsed up to this * point. * * @return this {@code Stopwatch} instance * @throws IllegalStateException if the stopwatch is already stopped. */
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Wed Oct 08 18:55:33 UTC 2025 - 9.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/connection/RealConnection.kt
) } client.routeDatabase.failed(failedRoute) } /** * Track a failure using this connection. This may prevent both the connection and its route from * being used for future exchanges. */ override fun trackFailure( call: RealCall, e: IOException?, ) { var noNewExchangesEvent = false withLock { if (e is StreamResetException) { when {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 21:55:03 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/resources/fess_message_de.properties
constraints.DecimalMax.message = {item} muss kleiner als {value} sein. constraints.DecimalMin.message = {item} muss größer als {value} sein. constraints.Digits.message = {item} muss eine Zahl sein. (erwartet: <Zahl>.<Zahl>) constraints.Future.message = {item} muss ein zukünftiger Wert sein. constraints.Max.message = {item} muss kleiner oder gleich {value} sein. constraints.Min.message = {item} muss größer oder gleich {value} sein.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ConnectionSpec.kt
this.tlsVersions = tlsVersions.copyOf() as Array<String> // Defensive copy. } @Deprecated( "since OkHttp 3.13 all TLS-connections are expected to support TLS extensions.\n" + "In a future release setting this to true will be unnecessary and setting it to false\n" + "will have no effect.", ) fun supportsTlsExtensions(supportsTlsExtensions: Boolean) = apply {Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 13.4K bytes - Viewed (0) -
guava/src/com/google/common/cache/CacheLoader.java
* * @param key the non-null key whose value should be loaded * @param oldValue the non-null old value corresponding to {@code key} * @return the future new value associated with {@code key}; <b>must not be null, must not return * null</b> * @throws Exception if unable to reload the resultRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 9.5K bytes - Viewed (0) -
docs/smb3-features/06-witness-protocol-design.md
CompletableFuture<WitnessRegistration> future = client.registerForNotifications( "\\\\test\\share", InetAddress.getByName("192.168.1.100"), new TestWitnessListener() ); WitnessRegistration registration = future.get(5, TimeUnit.SECONDS); assertNotNull(registration);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/main/resources/fess_message_id.properties
constraints.DecimalMax.message = {item} harus kurang dari {value}. constraints.DecimalMin.message = {item} harus lebih dari {value}. constraints.Digits.message = {item} harus berupa angka. (expected: <number>.<number>) constraints.Future.message = {item} harus berupa nilai masa depan. constraints.Max.message = {item} harus kurang dari atau sama dengan {value}. constraints.Min.message = {item} harus lebih dari atau sama dengan {value}.Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:12:58 UTC 2025 - 11.8K bytes - Viewed (0) -
docs/smb3-features/03-multi-channel-design.md
final int chunkLength = (i == channelCount - 1) ? length - chunkOffset : chunkSize; final ChannelInfo channel = channels.get(i); CompletableFuture<Void> future = CompletableFuture.runAsync(() -> { try { Smb2ReadRequest request = new Smb2ReadRequest(); request.setFileId(this.fileId); request.setOffset(offset + chunkOffset);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/resources/fess_message_hi.properties
constraints.DecimalMax.message = {item} {value} से कम होना चाहिए। constraints.DecimalMin.message = {item} {value} से अधिक होना चाहिए। constraints.Digits.message = {item} एक संख्या होनी चाहिए। (अपेक्षित: <number>.<number>) constraints.Future.message = {item} भविष्य का मान होना चाहिए। constraints.Max.message = {item} {value} से कम या बराबर होना चाहिए। constraints.Min.message = {item} {value} से अधिक या बराबर होना चाहिए। constraints.NotNull.message = {item} आवश्यक है।Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 07 14:13:53 UTC 2025 - 18.6K bytes - Viewed (0)