Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ichida (0.84 sec)

  1. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    ibaraki.jp
    ibaraki.osaka.jp
    ibestad.no
    ibigawa.gifu.jp
    ibm
    ibxos.it
    ic.gov.pl
    icbc
    ice
    ichiba.tokushima.jp
    ichihara.chiba.jp
    ichikai.tochigi.jp
    ichikawa.chiba.jp
    ichikawa.hyogo.jp
    ichikawamisato.yamanashi.jp
    ichinohe.iwate.jp
    ichinomiya.aichi.jp
    ichinomiya.chiba.jp
    ichinoseki.iwate.jp
    icu
    icurus.jp
    id
    id.au
    id.cv
    id.firewalledreplit.co
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  2. android/guava-tests/test/com/google/common/base/FunctionsTest.java

        assertEquals(3L, function.apply("Three").longValue());
      }
    
      public void testComposition() {
        Map<String, Integer> mJapaneseToInteger = new HashMap<>();
        mJapaneseToInteger.put("Ichi", 1);
        mJapaneseToInteger.put("Ni", 2);
        mJapaneseToInteger.put("San", 3);
        Function<String, Integer> japaneseToInteger = Functions.forMap(mJapaneseToInteger);
    
    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. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessListedClassificationProviderTest.java

        }
    
        public void test_determineAlias_multipleLocales() {
            // Test with various locale configurations
            Locale[] testLocales = { Locale.US, Locale.UK, Locale.CANADA, Locale.FRANCE, Locale.CHINA, Locale.KOREA, new Locale("es", "ES"),
                    new Locale("pt", "BR") };
    
            for (Locale locale : testLocales) {
                OptionalThing<String> result = provider.determineAlias(locale);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/base/FunctionsTest.java

        assertEquals(3L, function.apply("Three").longValue());
      }
    
      public void testComposition() {
        Map<String, Integer> mJapaneseToInteger = new HashMap<>();
        mJapaneseToInteger.put("Ichi", 1);
        mJapaneseToInteger.put("Ni", 2);
        mJapaneseToInteger.put("San", 3);
        Function<String, Integer> japaneseToInteger = Functions.forMap(mJapaneseToInteger);
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/Constants.java

        /** Default list of bot user agents to purge from logs. */
        public static final String DEFAULT_PURGE_BY_BOTS =
                "Crawler,crawler,Bot,bot,Slurp,Yeti,Baidu,Steeler,ichiro,hotpage,Feedfetcher,ia_archiver,Y!J-BRI,Google Desktop,Seznam,Tumblr,YandexBot,Chilkat,CloudFront,Mediapartners,MSIE 6";
    
        /** Default from email address for notifications. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top