Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for cron (0.09 sec)

  1. src/main/java/org/codelibs/fess/app/pager/SchedulerPager.java

        public String id;
    
        /**
         * Name of the scheduled job.
         */
        public String name;
    
        /**
         * Target of the scheduled job.
         */
        public String target;
    
        /**
         * Cron expression for the scheduled job.
         */
        public String cronExpression;
    
        /**
         * Script type of the scheduled job.
         */
        public String scriptType;
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  2. 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)
  3. .github/workflows/codeql-analysis.yml

    name: "CodeQL"
    
    on:
      push:
        branches: [master]
      pull_request:
        # The branches below must be a subset of the branches above
        branches: [master]
      schedule:
        - cron: '0 11 * * 4'
    
    jobs:
      analyze:
        name: Analyze
        runs-on: ubuntu-latest
    
        strategy:
          fail-fast: false
          matrix:
            # Override automatic language detection by changing the below list
    Registered: Thu Sep 04 15:34:10 UTC 2025
    - Last Modified: Fri Oct 02 13:24:14 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. src/main/resources/fess_message_ko.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: Sat Jul 05 02:36:47 UTC 2025
    - 14.1K bytes
    - Viewed (0)
Back to top