Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 45 for hours (0.03 sec)

  1. src/test/java/org/codelibs/fess/helper/JobHelperTest.java

            assertNotNull(task);
        }
    
        public void test_monitorInterval_defaultValue() {
            JobHelper helper = new JobHelper();
            assertEquals(3600, helper.monitorInterval); // Default 1 hour
        }
    
        public void test_monitorTarget_constructor() {
            JobLog jobLog = new JobLog();
            jobLog.setId("test-log-4");
            jobLog.setJobName("Test Job 4");
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 6.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/helper/JobHelper.java

        /**
         * Default constructor.
         */
        public JobHelper() {
            // Default constructor
        }
    
        /** Monitor interval in seconds (default: 1 hour) */
        protected int monitorInterval = 60 * 60;// 1hour
    
        /** Thread-local storage for job runtime information */
        protected ThreadLocal<LaJobRuntime> jobRuntimeLocal = new ThreadLocal<>();
    
        /**
    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_fr.properties

    errors.blank_password = Le mot de passe est requis.
    errors.invalid_confirm_password = Ne correspond pas à un mot de passe de confirmation.
    errors.cannot_delete_doc_because_of_running = Un robot d'exploration est en cours d'exécution. Vous ne pouvez pas supprimer de documents.
    errors.failed_to_delete_doc_in_admin = Échec de la suppression d'un document.
    errors.failed_to_send_testmail=Échec de l'envoi d'un e-mail de test.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProviderTest.java

            testBoundaryValue(1000L);
            testBoundaryValue(-1000L);
    
            // Test one minute boundaries
            testBoundaryValue(60000L);
            testBoundaryValue(-60000L);
    
            // Test one hour boundaries
            testBoundaryValue(3600000L);
            testBoundaryValue(-3600000L);
    
            // Test one day boundaries
            testBoundaryValue(86400000L);
            testBoundaryValue(-86400000L);
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 17.4K bytes
    - Viewed (0)
  5. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    335D          ; mapped                 ; 0035 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE
    335E          ; mapped                 ; 0036 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX
    335F          ; mapped                 ; 0037 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN
    3360          ; mapped                 ; 0038 70B9     # 1.1  IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/Constants.java

        /** Default cron expression for daily tasks (daily at midnight). */
        public static final String DEFAULT_DAILY_CRON_EXPRESSION = "0 0 * * *";
    
        /** Default cron expression for hourly tasks (every hour). */
        public static final String DEFAULT_HOURLY_CRON_EXPRESSION = "0 * * * *";
    
        /** Default interval time in milliseconds for file system crawling. */
        public static final int DEFAULT_INTERVAL_TIME_FOR_FS = 1000;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/toshiba.html
    toshiba
    
    // total : TotalEnergies SE
    // https://www.iana.org/domains/root/db/total.html
    total
    
    // tours : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/tours.html
    tours
    
    // town : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/town.html
    town
    
    // toyota : TOYOTA MOTOR CORPORATION
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    torun.pl
    tos.it
    tosa.kochi.jp
    tosashimizu.kochi.jp
    toscana.it
    toshiba
    toshima.tokyo.jp
    tosu.saga.jp
    total
    tottori.jp
    tottori.tottori.jp
    tourism.bj
    tourism.pl
    tourism.tn
    tours
    towada.aomori.jp
    town
    townnews-staging.com
    toya.hokkaido.jp
    toyako.hokkaido.jp
    toyama.jp
    toyama.toyama.jp
    toyo.kochi.jp
    toyoake.aichi.jp
    toyohashi.aichi.jp
    toyokawa.aichi.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. CHANGELOG/CHANGELOG-1.21.md

    depending on the extended lifetime and are continuing to use tokens even after a refreshed token is provided to the container. If that metric indicates no existing workloads are depending on extended lifetimes, injected token lifetime can be shortened to 1 hour by starting `kube-apiserver` with `--service-account-extend-token-expiration=false`. ([#95667](https://github.com/kubernetes/kubernetes/pull/95667), [@zshihang](https://github.com/zshihang)) [SIG API Machinery, Auth, Cluster Lifecycle and Testing]...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.14.md

    ### GCP
    
    - Fixed liveness probe in fluentd-gcp cluster addon ([#74522](https://github.com/kubernetes/kubernetes/pull/74522), [@Pluies](https://github.com/Pluies))
    - Reduced GCE log rotation check from 1 hour to every 5 minutes.  Rotation policy is unchanged (new day starts, log file size > 100MB). ([#72062](https://github.com/kubernetes/kubernetes/pull/72062), [@jpbetz](https://github.com/jpbetz))
    
    ### Network
    
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
Back to top