Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for mese (0.03 sec)

  1. guava/src/com/google/common/util/concurrent/Striped.java

         *   lock.unlock();
         * }
         *
         * If we only held the int[] stripes, translating it on the fly to L's, the original locks might
         * be garbage collected after locking them, ending up in a huge mess.
         */
        @SuppressWarnings("unchecked") // we carefully replaced all keys with their respective L's
        List<L> asStripes = (List<L>) result;
        return Collections.unmodifiableList(asStripes);
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/ImmutableCollection.java

       * covariant, would still permit a plain `T[]`) and return a plain `T[]`. But of course that would
       * require its own suppression, since it is also unsound. toArray(T[]) is just a mess from a
       * nullness perspective. The signature below at least has the virtue of being relatively simple.
       */
      @SuppressWarnings("nullness")
      public final <T extends @Nullable Object> T[] toArray(T[] other) {
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 18.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/ImmutableSortedSet.java

     *
     * @author Jared Levy
     * @author Louis Wasserman
     * @since 2.0 (implements {@code NavigableSet} since 12.0)
     */
    // TODO(benyu): benchmark and optimize all creation paths, which are a mess now
    @GwtCompatible
    @SuppressWarnings("serial") // we're overriding default serialization
    public abstract class ImmutableSortedSet<E> extends ImmutableSet<E>
        implements NavigableSet<E>, SortedIterable<E> {
      /**
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 36.8K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/popper.min.js.map

    eslint-disable-line dot-notation\n    if (modifier.enabled && isFunction(fn)) {\n      // Add properties to offsets to make them a complete clientRect object\n      // we do this before each modifier to make sure the previous one doesn't\n      // mess with these values\n      data.offsets.popper = getClientRect(data.offsets.popper);\n      data.offsets.reference = getClientRect(data.offsets.reference);\n\n      data = fn(data, modifier);\n    }\n  });\n\n  return data;\n}\n","import computeAutoPlacement...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  5. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/melbourne.html
    melbourne
    
    // meme : Charleston Road Registry Inc.
    // https://www.iana.org/domains/root/db/meme.html
    meme
    
    // memorial : Dog Beach, LLC
    // https://www.iana.org/domains/root/db/memorial.html
    memorial
    
    // men : Exclusive Registry Limited
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    mein-iserv.de
    mein-vigor.de
    meinforum.net
    meiwa.gunma.jp
    meiwa.mie.jp
    mel.cloudlets.com.au
    meland.no
    melbourne
    meldal.no
    melhus.no
    meloy.no
    meløy.no
    members.linode.com
    meme
    memorial
    memset.net
    men
    menu
    meraker.no
    merck
    merckmsd
    merseine.nu
    meråker.no
    messerli.app
    messina.it
    messwithdns.com
    meteorapp.com
    mex.com
    mg
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    mein-iserv.de
    mein-vigor.de
    meinforum.net
    meiwa.gunma.jp
    meiwa.mie.jp
    mel.cloudlets.com.au
    meland.no
    melbourne
    meldal.no
    melhus.no
    meloy.no
    meløy.no
    members.linode.com
    meme
    memorial
    memset.net
    men
    menu
    meraker.no
    merck
    merckmsd
    merseine.nu
    meråker.no
    messerli.app
    messina.it
    messwithdns.com
    meteorapp.com
    mex.com
    mg
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top