Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for uno (0.18 sec)

  1. android/guava-tests/test/com/google/common/collect/TableCollectorsTest.java

            .expectCollects(
                new ImmutableTable.Builder<String, String, Integer>()
                    .put("one", "uno", 1)
                    .put("two", "dos", 2)
                    .put("three", "tres", 3)
                    .buildOrThrow(),
                immutableCell("one", "uno", 1),
                immutableCell("two", "dos", 2),
                immutableCell("three", "tres", 3));
      }
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 12.5K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/base/FunctionsTest.java

        mIntegerToSpanish.put(1, "Uno");
        mIntegerToSpanish.put(3, "Tres");
        mIntegerToSpanish.put(4, "Cuatro");
        Function<Integer, String> integerToSpanish = Functions.forMap(mIntegerToSpanish);
    
        Function<String, String> japaneseToSpanish =
            Functions.compose(integerToSpanish, japaneseToInteger);
    
        assertEquals("Uno", japaneseToSpanish.apply("Ichi"));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/base/FunctionsTest.java

        mIntegerToSpanish.put(1, "Uno");
        mIntegerToSpanish.put(3, "Tres");
        mIntegerToSpanish.put(4, "Cuatro");
        Function<Integer, String> integerToSpanish = Functions.forMap(mIntegerToSpanish);
    
        Function<String, String> japaneseToSpanish =
            Functions.compose(integerToSpanish, japaneseToInteger);
    
        assertEquals("Uno", japaneseToSpanish.apply("Ichi"));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java

      }
    
      public void testDuplicateValues() {
        ImmutableMap<String, Integer> map =
            new ImmutableMap.Builder<String, Integer>()
                .put("one", 1)
                .put("two", 2)
                .put("uno", 1)
                .put("dos", 2)
                .buildOrThrow();
    
        IllegalArgumentException expected =
            assertThrows(IllegalArgumentException.class, () -> ImmutableBiMap.copyOf(map));
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

    "loro", "mio", "mia", "miei", "mie", "tuo", "tua", "tuoi", "tue", "suo", "sua", "suoi", "sue", "nostro", "nostra", "nostri", "nostre", "vostro", "vostra", "vostri", "vostre", "mi", "ti", "ci", "vi", "lo", "la", "li", "le", "gli", "ne", "il", "un", "uno", "una", "ma", "ed", "se", "perché", "anche", "come", "dov", "dove", "che", "chi", "cui", "non", "più", "quale", "quanto", "quanti", "quanta", "quante", "quello", "quelli", "quella", "quelle", "questo", "questi", "questa", "queste", "si", "tutto", "tutti",...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    unazuki.toyama.jp
    under.jp
    undo.jp
    uni5.net
    unicloud.pl
    unicom
    union.aero
    unison-services.cloud
    univ.bj
    univ.sn
    university
    unjarga.no
    unjárga.no
    unnan.shimane.jp
    uno
    unusualperson.com
    unzen.nagasaki.jp
    uol
    uonuma.niigata.jp
    uozu.toyama.jp
    up.in
    upli.io
    upow.gov.pl
    upper.jp
    uppo.gov.pl
    ups
    upsunapp.com
    urakawa.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)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    unicom
    
    // university : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/university.html
    university
    
    // uno : Radix Technologies Inc.
    // https://www.iana.org/domains/root/db/uno.html
    uno
    
    // uol : UBN INTERNET LTDA.
    // https://www.iana.org/domains/root/db/uol.html
    uol
    
    // ups : UPS Market Driver, Inc.
    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/androidMain/assets/PublicSuffixDatabase.list

    unazuki.toyama.jp
    under.jp
    undo.jp
    uni5.net
    unicloud.pl
    unicom
    union.aero
    unison-services.cloud
    univ.bj
    univ.sn
    university
    unjarga.no
    unjárga.no
    unnan.shimane.jp
    uno
    unusualperson.com
    unzen.nagasaki.jp
    uol
    uonuma.niigata.jp
    uozu.toyama.jp
    up.in
    upli.io
    upow.gov.pl
    upper.jp
    uppo.gov.pl
    ups
    upsunapp.com
    urakawa.hokkaido.jp
    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