- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for echo (0.01 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<mime-type type="application/x-bat"> <_comment>Windows Batch / Command File</_comment> <alias type="application/bat"/> <sub-class-of type="text/plain"/> <magic priority="50"> <match value="@echo off" type="stringignorecase" offset="0" /> <match value="rem " type="stringignorecase" offset="0" /> </magic> <glob pattern="*.bat"/> <glob pattern="*.cmd"/> </mime-type>Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("シェ", new String[] { "sye", "she" }); map.put("チャ", new String[] { "tya", "cha" }); map.put("チュ", new String[] { "tyu", "chu" }); map.put("チョ", new String[] { "tyo", "cho" }); map.put("チェ", new String[] { "tye", "che" }); map.put("ニャ", new String[] { "nya" }); map.put("ニュ", new String[] { "nyu" }); map.put("ニョ", new String[] { "nyo" });
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 10.8K bytes - Viewed (0)