- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for weekday (0.04 seconds)
-
src/test/java/org/codelibs/fess/validation/CronExpressionValidatorTest.java
String[] potentiallyValidCrons = { "0 0 * * * ?", // Every hour "0 */15 * * * ?", // Every 15 minutes "0 0 12 * * ?", // Daily at noon "0 15 10 ? * MON-FRI" // Weekdays at 10:15 }; // Test each pattern and see what actually works for (String cron : potentiallyValidCrons) { boolean result = validator.isValid(cron, context);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 4.6K bytes - Click Count (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
} triggers.schedule { if (stage.trigger == Trigger.WEEKLY) { schedulingPolicy = weekly { dayOfWeek = ScheduleTrigger.DAY.Saturday hour = 1 } } else {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Feb 06 13:13:53 GMT 2026 - 7.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/CIBuildModel.kt
"ReadyforNightly", ), READY_FOR_RELEASE("Ready for Release", "Once a day: Rerun tests in more environments", "ReadyforRelease"), WEEKLY_VALIDATION( "Weekly Validation", "Once a week: Run tests in even more environments but less often", "WeeklyValidation", ), HISTORICAL_PERFORMANCE( "Historical Performance",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 27.5K bytes - Click Count (0)