Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 164 for topK (0.02 sec)

  1. android/guava/src/com/google/common/collect/Queues.java

          throws InterruptedException {
        Preconditions.checkNotNull(buffer);
        /*
         * This code performs one System.nanoTime() more than necessary, and in return, the time to
         * execute Queue#drainTo is not added *on top* of waiting for the timeout (which could make
         * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
         */
        long deadline = System.nanoTime() + unit.toNanos(timeout);
        int added = 0;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.3K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/CompactHashMap.java

      // array. The top bits of this value are the remaining bits of the hash value that were not used
      // in the short hash. We saw that a mask of 0x7f would keep the 7-bit value 0x6f from a full
      // hashcode of 0x89abcdef. The imaginary `hash` value would then be the remaining top 25 bits,
      // 0x89abcd80. To this is added (or'd) the `next` value, which is an index within `entries`
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Queues.java

          throws InterruptedException {
        Preconditions.checkNotNull(buffer);
        /*
         * This code performs one System.nanoTime() more than necessary, and in return, the time to
         * execute Queue#drainTo is not added *on top* of waiting for the timeout (which could make
         * the timeout arbitrarily inaccurate, given a queue that is slow to drain).
         */
        long deadline = System.nanoTime() + unit.toNanos(timeout);
        int added = 0;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.1K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/net/MediaType.java

      public static final MediaType ANY_VIDEO_TYPE = createConstant(VIDEO_TYPE, WILDCARD);
      public static final MediaType ANY_APPLICATION_TYPE = createConstant(APPLICATION_TYPE, WILDCARD);
    
      /**
       * Wildcard matching any "font" top-level media type.
       *
       * @since 30.0
       */
      public static final MediaType ANY_FONT_TYPE = createConstant(FONT_TYPE, WILDCARD);
    
      /* text types */
      public static final MediaType CACHE_MANIFEST_UTF_8 =
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue May 13 17:27:14 UTC 2025
    - 48K bytes
    - Viewed (0)
  5. okhttp/src/commonJvmAndroid/kotlin/okhttp3/Cookie.kt

       */
      @get:JvmName("hostOnly") val hostOnly: Boolean,
      /**
       * Returns a string describing whether this cookie is sent for cross-site calls.
       *
       * Two URLs are on the same site if they share a [top private domain][HttpUrl.topPrivateDomain].
       * Otherwise, they are cross-site URLs.
       *
       * When a URL is requested, it may be in the context of another URL.
       *
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon May 05 16:01:00 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_TW.properties

    labels.profile.title= 設定
    labels.profile.update= 更新
    labels.profile.back= 返回
    labels.profile.placeholder_old_password= 目前密碼
    labels.profile.placeholder_new_password= 新密碼
    labels.profile.placeholder_confirm_new_password= 確認新密碼
    labels.top.search=搜尋
    labels.index_title=Fess
    labels.index_form_search_btn=搜尋
    labels.index_osdd_title=搜尋
    labels.index_form_option_btn=選項
    labels.index_help=幫助
    labels.search_options=搜尋選項
    labels.search_options_close=關閉
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    nov.ru
    nov.su
    novara.it
    novecore.site
    now
    now-dns.net
    now-dns.org
    now-dns.top
    now.sh
    nowaruda.pl
    nowruz
    nowtv
    nozawaonsen.nagano.jp
    nr
    nra
    nrw
    ns.ca
    nsn.us
    nsupdate.info
    nsw.au
    nsw.edu.au
    nt.au
    nt.ca
    nt.edu.au
    nt.no
    nt.ro
    ntdll.top
    ntr.br
    ntt
    nu
    nu.ca
    nu.it
    numata.gunma.jp
    numata.hokkaido.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)
  8. src/main/resources/fess_label_de.properties

    labels.profile.back=Zurück
    labels.profile.placeholder_old_password=Aktuelles Passwort
    labels.profile.placeholder_new_password=Neues Passwort
    labels.profile.placeholder_confirm_new_password=Neues Passwort bestätigen
    labels.top.search=Suchen
    labels.index_title=Fess
    labels.index_form_search_btn=Suchen
    labels.index_osdd_title=Suchen
    labels.index_form_option_btn=Optionen
    labels.index_help=Hilfe
    labels.search_options=Suchoptionen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  9. android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

              return Lists.<LockGraphNode>newArrayListWithCapacity(3);
            }
          };
    
      /**
       * A Throwable used to record a stack trace that illustrates an example of a specific lock
       * acquisition ordering. The top of the stack trace is truncated such that it starts with the
       * acquisition of the lock in question, e.g.
       *
       * <pre>
       * com...ExampleStackTrace: LockB -&gt; LockC
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 18 15:05:43 UTC 2025
    - 35.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_pl.properties

    labels.profile.back= Wróć
    labels.profile.placeholder_old_password= Bieżące hasło
    labels.profile.placeholder_new_password= Nowe hasło
    labels.profile.placeholder_confirm_new_password= Potwierdź nowe hasło
    labels.top.search=Szukaj
    labels.index_title=Fess
    labels.index_form_search_btn=Szukaj
    labels.index_osdd_title=Szukaj
    labels.index_form_option_btn=Opcje
    labels.index_help=Pomoc
    labels.search_options=Opcje wyszukiwania
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top