Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for shi (0.09 sec)

  1. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("ケ", new String[] { "ke" });
            map.put("コ", new String[] { "ko" });
    
            map.put("サ", new String[] { "sa" });
            map.put("シ", new String[] { "si", "shi" });
            map.put("ス", new String[] { "su" });
            map.put("セ", new String[] { "se" });
            map.put("ソ", new String[] { "so" });
    
            map.put("タ", new String[] { "ta" });
    Registered: Fri Sep 19 09:08:11 UTC 2025
    - Last Modified: Fri Jul 04 14:00:23 UTC 2025
    - 10.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/base/FunctionsTest.java

        assertThrows(IllegalArgumentException.class, () -> japaneseToSpanish.apply("Ni"));
        assertEquals("Tres", japaneseToSpanish.apply("San"));
        assertThrows(IllegalArgumentException.class, () -> japaneseToSpanish.apply("Shi"));
    
        new EqualsTester()
            .addEqualityGroup(japaneseToSpanish, Functions.compose(integerToSpanish, japaneseToInteger))
            .addEqualityGroup(japaneseToInteger)
            .addEqualityGroup(integerToSpanish)
    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. android/guava-tests/test/com/google/common/base/FunctionsTest.java

        assertThrows(IllegalArgumentException.class, () -> japaneseToSpanish.apply("Ni"));
        assertEquals("Tres", japaneseToSpanish.apply("San"));
        assertThrows(IllegalArgumentException.class, () -> japaneseToSpanish.apply("Shi"));
    
        new EqualsTester()
            .addEqualityGroup(japaneseToSpanish, Functions.compose(integerToSpanish, japaneseToInteger))
            .addEqualityGroup(japaneseToInteger)
            .addEqualityGroup(integerToSpanish)
    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. RELEASE.md

    Puzovic, mohantym, Nathan John Sircombe, Nathan Luehr, Nilesh Agarwalla, Patrice Vignola, peterjc123, Philip Turner, Rajeshwar Reddy T, Robert Kalmar, Rodrigo Formigone, Rohit Santhanam, rui, Sachin Muradi, Saduf2019, sandip, Scott Leishman, Serge Panev, Shi,Guangyong, Srinivasan Narayanamoorthy, stanley, Steven I Reeves, stevenireeves, sushreebarsa, Tamas Bela Feher, Tao He, Thomas Schmeyer, Tiago Almeida, Trevor Morris, Uday Bondhugula, Uwe L. Korn, Varghese, Jojimon, Vishnuvardhan Janapati, William Muir,...
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (2)
Back to top