- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for weekday (0.05 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) -
.github/workflows/update-jdks.yml
name: Update jdks.yaml on: workflow_dispatch: # Allows manual triggering of the action schedule: # Runs the action weekly on Monday at 3:42 UTC - cron: '42 3 * * 1' permissions: contents: write pull-requests: write jobs: update-jdks: if: github.repository == 'gradle/gradle' permissions: contents: write pull-requests: write runs-on: ubuntu-latest steps:Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Dec 09 22:14:16 GMT 2025 - 2.1K bytes - Click Count (0) -
.teamcity/src/main/kotlin/promotion/PublishNightlySnapshot.kt
} schedule { scheduledTrigger( branch, policy = weekly { dayOfWeek = ScheduleTrigger.DAY.Saturday hour = triggerHour }, pendingChangesOnly = false,Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Dec 29 08:57:18 GMT 2025 - 4.3K bytes - Click Count (0)