- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for minor (0.1 sec)
-
src/main/java/org/codelibs/fess/helper/SystemHelper.java
* * @return The major version number. */ public int getMajorVersion() { return majorVersion; } /** * Gets the minor version number. * * @return The minor version number. */ public int getMinorVersion() { return minorVersion; } /** * Gets the product version string. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/concurrent/TaskRunner.kt
val candidateDelay = maxOf(0L, candidate.nextExecuteNanoTime - now) when { // Compute the delay of the soonest-executable task. candidateDelay > 0L -> { minDelayNanos = minOf(candidateDelay, minDelayNanos) continue@eachQueue } // If we already have more than one task, that's enough work for now. Stop searching. readyTask != null -> {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Aug 30 11:30:11 UTC 2025 - 10.4K bytes - Viewed (0)