- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for midnight (0.14 sec)
-
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
protected long delay; /** Array of days when this rule applies (1=Sunday, 7=Saturday) */ protected int[] days; /** Flag indicating if the interval spans across midnight */ protected boolean reverse; /** * Creates a new interval rule. * * @param from the start time in HH:MM format * @param to the end time in HH:MM formatRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sun Nov 23 12:34:02 UTC 2025 - 10K bytes - Viewed (0) -
internal/bucket/lifecycle/lifecycle.go
} return Event{ Action: NoneAction, } } // ExpectedExpiryTime calculates the expiry, transition or restore date/time based on a object modtime. // The expected transition or restore time is always a midnight time following the object // modification time plus the number of transition/restore days. // // e.g. If the object modtime is `Thu May 21 13:42:50 GMT 2020` and the object shouldRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Apr 03 06:45:06 UTC 2025 - 18.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Default cron expression for general scheduling (daily at midnight). */ public static final String DEFAULT_CRON_EXPRESSION = "0 0 * * *"; /** Default cron expression for search log processing (every minute). */ public static final String DEFAULT_SEARCH_LOG_CRON_EXPRESSION = "* * * * *"; /** Default cron expression for daily tasks (daily at midnight). */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0)