Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 586 for Interval (1.55 sec)

  1. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

    import java.util.concurrent.TimeUnit
    import okhttp3.internal.canParseAsIpAddress
    import okhttp3.tls.internal.der.AlgorithmIdentifier
    import okhttp3.tls.internal.der.AttributeTypeAndValue
    import okhttp3.tls.internal.der.BasicConstraints
    import okhttp3.tls.internal.der.BitString
    import okhttp3.tls.internal.der.Certificate
    import okhttp3.tls.internal.der.CertificateAdapters
    import okhttp3.tls.internal.der.CertificateAdapters.generalNameDnsName
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 21.6K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java

            assertEquals(0L, webFsIndexHelper.maxAccessCount);
        }
    
        public void test_setCrawlingExecutionInterval() {
            long interval = 5000L;
            webFsIndexHelper.setCrawlingExecutionInterval(interval);
            assertEquals(interval, webFsIndexHelper.crawlingExecutionInterval);
        }
    
        public void test_setCrawlingExecutionInterval_withDefaultValue() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 13:41:04 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/app/service/JobLogService.java

                });
                jobLogBhv.batchUpdate(list);
            }
        }
    
        /**
         * Sets the time interval after which jobs are considered expired.
         *
         * @param expiredJobInterval the time interval in milliseconds
         */
        public void setExpiredJobInterval(final long expiredJobInterval) {
            this.expiredJobInterval = expiredJobInterval;
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/suggestor.js

        //monitoring input field
        setInterval(function() {
          if (interval < 5) {
            interval = interval + 1;
          } else {
            if ($textArea.val() !== inputText) {
              if (!isFocusList && started && !suggestingSts) {
                //update if not selecting item in list
                suggestor.suggest();
                interval = 0;
              }
            }
          }
        }, 100);
      };
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Mar 30 05:45:24 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/helper/DataIndexHelper.java

                    }
                }
            }
        }
    
        /**
         * Sets the crawling execution interval.
         * This interval controls the delay between starting new crawler threads
         * and the frequency of status checks during crawling operations.
         *
         * @param crawlingExecutionInterval interval in milliseconds
         */
        public void setCrawlingExecutionInterval(final long crawlingExecutionInterval) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/core/misc/DynamicProperties.java

        }
    
        @Override
        public Collection<Object> values() {
            return getProperties().values();
        }
    
        /**
         * Sets the check interval for file modifications.
         *
         * @param checkInterval
         *            The new check interval in milliseconds.
         */
        public void setCheckInterval(final long checkInterval) {
            this.checkInterval = checkInterval;
        }
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat Jul 05 00:11:05 UTC 2025
    - 13.1K bytes
    - Viewed (0)
  7. src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java

            } catch (Exception e) {
                assertTrue(true);
            }
        }
    
        public void test_setSearchStoreInterval() {
            long interval = 5L;
            suggestHelper.setSearchStoreInterval(interval);
            assertEquals(interval, suggestHelper.searchStoreInterval);
        }
    
        public void test_storeSearchLog() {
            try {
                suggestHelper.storeSearchLog();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 16K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/fess/helper/SearchLogHelperTest.java

            assertNotNull(helper.userInfoCache);
            assertNotNull(helper.searchLogLogger);
        }
    
        public void test_setUserCheckInterval() {
            long interval = 5 * 60 * 1000L; // 5 minutes
            searchLogHelper.setUserCheckInterval(interval);
            assertEquals(interval, searchLogHelper.userCheckInterval);
        }
    
        public void test_setUserInfoCacheSize() {
            int cacheSize = 5000;
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/exec/Crawler.java

     *   -d, --dataConfigIds ids       : Comma-separated data config IDs
     *   -p, --properties path         : Properties file path
     *   -e, --expires days            : Expires for documents (in days)
     *   -h, --hotThread interval      : Interval for hot thread logging
     * </pre>
     */
    public class Crawler {
    
        /**
         * Creates a new instance of Crawler.
         */
        public Crawler() {
            // Default constructor
        }
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 31K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/lang/ro.js

    introdus este incorect",badEmail:"Adresa de e-mail este incorectă",badTelephone:"Numărul de telefon este incorect",badSecurityAnswer:"Răspuns incorect la întrebarea de siguran?ă",badDate:"Dară incorectă",lengthBadStart:"Valoarea introdusă trebuie să fie interval ",lengthBadEnd:" caractere",lengthTooLongStart:"Valoarea introdusă este mai mare decât ",lengthTooShortStart:"Valoarea introdusă este mai mică decât ",notConfirmed:"Valorile introduse nu au fost confirmate",badDomain:"Domeniul este incorect",badUrl:"Adresa...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.5K bytes
    - Viewed (0)
Back to top