Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for cron (0.02 sec)

  1. src/test/java/org/codelibs/fess/validation/CronExpressionTest.java

            violations = validator.validate(bean);
            assertTrue(violations.isEmpty());
        }
    
        // Test validation with invalid cron expressions
        public void test_invalidCronExpressions() {
            TestBean bean = new TestBean();
    
            // Test invalid cron expression
            bean.setCronExpression("invalid");
            Set<ConstraintViolation<TestBean>> violations = validator.validate(bean);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 12.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/JobHelper.java

            jobManager.schedule(cron -> register(cron, scheduledJob));
        }
    
        /**
         * Registers a scheduled job with the specified cron scheduler.
         *
         * @param cron the cron scheduler to use
         * @param scheduledJob the scheduled job to register
         */
        public void register(final LaCron cron, final ScheduledJob scheduledJob) {
            if (scheduledJob == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_pl.properties

    constraints.TypeAny.message = {item} nie może być przekonwertowane na {propertyType}.
    constraints.UriType.message = {item} ma nierozpoznany URI.
    constraints.CronExpression.message = {item} nie jest prawidłowym wyrażeniem CRON.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_pt_BR.properties

    constraints.TypeAny.message = {item} não pode ser convertido para {propertyType}.
    constraints.UriType.message = {item} tem uma URI não reconhecida.
    constraints.CronExpression.message = {item} não é uma expressão CRON válida.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  5. 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)
  6. src/main/resources/fess_message_es.properties

    constraints.TypeAny.message = {item} no se puede convertir a {propertyType}.
    constraints.UriType.message = {item} tiene una URI no reconocida.
    constraints.CronExpression.message = {item} no es una expresión CRON válida.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_de.properties

    constraints.TypeAny.message = {item} kann nicht in {propertyType} konvertiert werden.
    constraints.UriType.message = {item} hat eine nicht erkannte URI.
    constraints.CronExpression.message = {item} ist kein gültiger CRON-Ausdruck.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_zh_TW.properties

    constraints.TypeDouble.message = {item} 必須是數字。
    constraints.TypeAny.message = {item} 無法轉換為 {propertyType}。
    constraints.UriType.message = {item} 包含無法識別的 URI。
    constraints.CronExpression.message = {item} 不是有效的 CRON 表達式。
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_message_nl.properties

    constraints.TypeAny.message = {item} kan niet worden geconverteerd naar {propertyType}.
    constraints.UriType.message = {item} heeft een onherkenbare URI.
    constraints.CronExpression.message = {item} is geen geldige CRON-uitdrukking.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_ru.properties

    constraints.TypeAny.message = {item} не может быть преобразовано в {propertyType}.
    constraints.UriType.message = {item} имеет нераспознанный URI.
    constraints.CronExpression.message = {item} - неверное выражение CRON.
    
    # ----------------------------------------------------------
    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
Back to top