Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 113 for millis (0.03 sec)

  1. src/main/resources/fess_label_en.properties

    labels.excluded_doc_paths=Excluded Doc Paths
    labels.config_parameter=Config Parameters
    labels.max_access_count=Max Access Count
    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

        thread.awaitWaiting();
        Thread.class.getMethod("suspend").invoke(thread);
        // Sleep for enough time to add 1500 milliseconds of overwait to the get() call.
        long toWaitMillis = 3500 - NANOSECONDS.toMillis(System.nanoTime() - thread.startTime);
        Thread.sleep(toWaitMillis);
        thread.setPriority(Thread.MAX_PRIORITY);
        Thread.class.getMethod("resume").invoke(thread);
        thread.join();
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 11 18:52:30 UTC 2025
    - 46.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/Futures.java

          ListenableFuture<? extends V>... futures) {
        ListenableFuture<List<@Nullable V>> nullable =
            new ListFuture<V>(ImmutableList.copyOf(futures), true);
        // allAsList ensures that it fills the output list with V instances.
        @SuppressWarnings("nullness")
        ListenableFuture<List<V>> nonNull = nullable;
        return nonNull;
      }
    
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 64.3K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_TW.properties

    labels.included_doc_paths=要包含在搜尋中的路徑
    labels.excluded_doc_paths=要從搜尋中排除的路徑
    labels.config_parameter=配置參數
    labels.max_access_count=最大訪問數
    labels.number_of_thread=執行緒數
    labels.interval_time=間隔
    labels.millisec=毫秒
    labels.permissions=權限
    labels.virtual_hosts=虛擬主機
    labels.virtual_host=虛擬主機
    labels.label_type=標籤
    labels.file_crawling_button_create=建立
    labels.file_crawling_button_create_job=建立新作業
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/kotlin/okhttp3/DuplexTest.kt

      }
    
      private inner class DelayedRequestBody(
        private val delegate: RequestBody,
        delay: Long,
        timeUnit: TimeUnit,
      ) : RequestBody() {
        private val delayMillis = timeUnit.toMillis(delay)
    
        override fun contentType() = delegate.contentType()
    
        override fun isDuplex() = true
    
        override fun writeTo(sink: BufferedSink) {
          executorService.schedule({
            try {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Jun 18 12:28:21 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    labels.excluded_doc_paths=Ausgeschlossene Dokumentenpfade
    labels.config_parameter=Konfigurationsparameter
    labels.max_access_count=Maximale Zugriffsanzahl
    labels.number_of_thread=Anzahl der Threads
    labels.interval_time=Intervall
    labels.millisec=ms
    labels.permissions=Berechtigungen
    labels.virtual_hosts=Virtuelle Hosts
    labels.virtual_host=Virtueller Host
    labels.label_type=Label
    labels.file_crawling_button_create=Erstellen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_pl.properties

    labels.config_parameter=Parametr konfiguracji
    labels.max_access_count=Maksymalna liczba dostępów
    labels.number_of_thread=Liczba wątków
    labels.interval_time=Interwał
    labels.millisec=milisekundy
    labels.permissions=Uprawnienia
    labels.virtual_hosts=Wirtualne hosty
    labels.virtual_host=Wirtualny host
    labels.label_type=Etykieta
    labels.file_crawling_button_create=Utwórz
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/math/Quantiles.java

     * either form}), only the overhead is required. The number of object allocations is independent of
     * N in both cases.
     *
     * @author Pete Gillin
     * @since 20.0
     */
    @J2ktIncompatible
    @GwtIncompatible
    public final class Quantiles {
      /**
       * Constructor for a type that is not meant to be instantiated.
       *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 30.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

            @Override
            public FileVisitResult visitFile(final Path file, final BasicFileAttributes attrs) throws IOException {
                if (ComponentUtil.getSystemHelper().getCurrentTimeAsLong() - Files.getLastModifiedTime(file).toMillis() > expiry) {
                    deletedFileList.add(file);
                    if (deletedFileList.size() > maxPurgeSize) {
                        deleteFiles();
                    }
                }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/math/StatsAccumulatorTest.java

     * StatsAccumulator#add} and {@link StatsAccumulator#addAll} methods. For tests of the {@link
     * StatsAccumulator#snapshot} method which returns {@link Stats} instances, see {@link StatsTest}.
     *
     * @author Pete Gillin
     */
    @NullUnmarked
    public class StatsAccumulatorTest extends TestCase {
    
      private StatsAccumulator emptyAccumulator;
      private StatsAccumulator emptyAccumulatorByAddAllEmptyIterable;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top