- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 15 for daily (0.45 sec)
-
.github/dependabot.yml
directory: "/" schedule: interval: "daily" - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" target-branch: "maven-4.0.x" labels: - "mvn40" - "dependencies" - package-ecosystem: "maven" directory: "/" schedule: interval: "daily" target-branch: "maven-3.9.x" labels: - "mvn3"
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun Aug 17 19:26:41 UTC 2025 - 1.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/validation/CronExpressionValidatorTest.java
// Test basic patterns that should be valid 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) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 4.5K bytes - Viewed (0) -
.github/dependabot.yml
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Apr 19 00:41:55 UTC 2024 - 311 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
/** Log type constant for daily search count aggregation. */ public static final String LOG_TYPE_SEARCH_COUNT_DAY = "search_count_day_agg"; /** Log type constant for hourly unique user aggregation. */ public static final String LOG_TYPE_SEARCH_USER_HOUR = "search_user_hour_agg"; /** Log type constant for daily unique user aggregation. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 22 11:03:29 UTC 2025 - 13.8K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/repository/ArtifactRepositoryPolicy.java
@Deprecated public class ArtifactRepositoryPolicy { public static final String UPDATE_POLICY_NEVER = "never"; public static final String UPDATE_POLICY_ALWAYS = "always"; public static final String UPDATE_POLICY_DAILY = "daily"; public static final String UPDATE_POLICY_INTERVAL = "interval"; public static final String CHECKSUM_POLICY_FAIL = "fail"; public static final String CHECKSUM_POLICY_WARN = "warn";
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 5.9K 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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/job/ExecJobTest.java
public void test_complexConfiguration() { execJob.sessionId("complex-session") .logFilePath("/var/log/fess") .logLevel("INFO") .logSuffix("daily job") .timeout(300) .useLocalFesen(false) .lastaEnv("production") .jvmOptions("-Xmx2g", "-Xms1g") .remoteDebug()
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sun May 18 09:15:56 UTC 2025 - 33.8K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<name>updatePolicy</name> <version>4.0.0+</version> <description> The frequency for downloading updates - can be {@code always}, {@code daily} (default), {@code interval:XXX} (in minutes) or {@code never} (only if it doesn't exist locally). </description> <type>String</type> </field> <field>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Aug 07 14:32:16 UTC 2025 - 132.7K bytes - Viewed (0)