- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 14 for hu (0.02 sec)
-
okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list
host hostedpi.com hosting hosting-cluster.nl hostyhosting.io hot hotel.hu hotel.lk hotel.tz hotels hotelwithflight.com hotmail house how hoyanger.no hoylandet.no hr hr.eu.org hra.health hrsn.dev hs.kr hsbc ht httpbin.org hu hu.eu.org hu.net hughes huissier-justice.fr hungry.jp hungyen.vn hurdal.no hurum.no
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 22:00:49 UTC 2025 - 129.6K bytes - Viewed (3) -
src/main/resources/fess_indices/fess.json
}, "hungarian_stop": { "type": "stop", "stopwords_path": "${fess.dictionary.path}hu/stopwords.txt" }, "hungarian_keywords": { "type": "keyword_marker", "keywords_path": "${fess.dictionary.path}hu/protwords.txt" }, "hungarian_stemmer": { "type": "stemmer", "language": "hungarian"Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Fri Jun 06 14:17:42 UTC 2025 - 39.8K bytes - Viewed (0) -
okhttp/src/androidMain/assets/PublicSuffixDatabase.list
host hostedpi.com hosting hosting-cluster.nl hostyhosting.io hot hotel.hu hotel.lk hotel.tz hotels hotelwithflight.com hotmail house how hoyanger.no hoylandet.no hr hr.eu.org hra.health hrsn.dev hs.kr hsbc ht httpbin.org hu hu.eu.org hu.net hughes huissier-justice.fr hungry.jp hungyen.vn hurdal.no hurum.no
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue Dec 31 14:50:53 UTC 2024 - 129.6K bytes - Viewed (2) -
docs/en/mkdocs.yml
name: de - Deutsch - link: /es/ name: es - español - link: /fa/ name: fa - فارسی - link: /fr/ name: fr - français - link: /he/ name: he - עברית - link: /hu/ name: hu - magyar - link: /id/ name: id - Bahasa Indonesia - link: /it/ name: it - italiano - link: /ja/ name: ja - 日本語 - link: /ko/ name: ko - 한국어 - link: /nl/Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 9.8K bytes - Viewed (0) -
src/cmd/asm/internal/arch/loong64.go
return loong64.IsAtomicInst(op) } var loong64ElemExtMap = map[string]int16{ "B": loong64.ARNG_B, "H": loong64.ARNG_H, "W": loong64.ARNG_W, "V": loong64.ARNG_V, "BU": loong64.ARNG_BU, "HU": loong64.ARNG_HU, "WU": loong64.ARNG_WU, "VU": loong64.ARNG_VU, } var loong64LsxArngExtMap = map[string]int16{ "B16": loong64.ARNG_16B, "H8": loong64.ARNG_8H, "W4": loong64.ARNG_4W,
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Aug 05 17:31:25 UTC 2025 - 3.8K bytes - Viewed (0) -
okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat
rel.ht gouv.ht perso.ht // hu : http://www.domain.hu/domain/English/sld.html // Confirmed by registry <pasztor@iszt.hu> 2008-06-12 hu co.hu info.hu org.hu priv.hu sport.hu tm.hu 2000.hu agrar.hu bolt.hu casino.hu city.hu erotica.hu erotika.hu film.hu forum.hu games.hu hotel.hu ingatlan.hu jogasz.hu konyvelo.hu lakas.hu media.hu
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 309.7K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java
map.put("ネ", new String[] { "ne" }); map.put("ノ", new String[] { "no" }); map.put("ハ", new String[] { "ha" }); map.put("ヒ", new String[] { "hi" }); map.put("フ", new String[] { "hu", "fu" }); map.put("ヘ", new String[] { "he" }); map.put("ホ", new String[] { "ho" }); map.put("マ", new String[] { "ma" }); map.put("ミ", new String[] { "mi" });
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 10.8K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/loong64enc1.s
FTINTRNEWD F0, F2 // 02c81a01 FTINTRNEVF F0, F2 // 02e41a01 FTINTRNEVD F0, F2 // 02e81a01 // FSEL instruction FSEL FCC0, F1, F2, F3 // 4304000d FSEL FCC1, F1, F2 // 4284000d // LDX.{B,BU,H,HU,W,WU,D} instructions MOVB (R14)(R13), R12 // cc350038 MOVBU (R14)(R13), R12 // cc352038 MOVH (R14)(R13), R12 // cc350438 MOVHU (R14)(R13), R12 // cc352438 MOVW (R14)(R13), R12 // cc350838Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Sep 04 19:24:25 UTC 2025 - 35.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/settings/AnalyzerSettings.java
/** Supported languages. */ protected static final String[] SUPPORTED_LANGUAGES = { "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", "et", "fa", "fi", "fr", "gu", "he", "hi", "hr", "hu", "id", "it", "ja", "ko", "lt", "lv", "mk", "ml", "nl", "no", "pa", "pl", "pt", "ro", "ru", "si", "sq", "sv", "ta", "te", "th", "tl", "tr", "uk", "ur", "vi", "zh-cn", "zh-tw" }; /**Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 26.5K bytes - Viewed (0) -
src/main/resources/fess_config.properties
da=da\n\ de=de\n\ el=el\n\ en=en\n\ en-ie=en-ie\n\ en_IE=en-ie\n\ es=es\n\ et=et\n\ eu=eu\n\ fa=fa\n\ fi=fi\n\ fr=fr\n\ gl=gl\n\ gu=gu\n\ he=he\n\ hi=hi\n\ hr=hr\n\ hu=hu\n\ hy=hy\n\ id=id\n\ it=it\n\ ja=ja\n\ ko=ko\n\ lt=lt\n\ lv=lv\n\ mk=mk\n\ ml=ml\n\ nl=nl\n\ no=no\n\ pa=pa\n\ pl=pl\n\ pt=pt\n\ pt-br=pt-br\n\ pt_BR=pt-br\n\
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)