Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for tw (0.09 sec)

  1. src/main/resources/fess_indices/_cloud/fess/doc.json

              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          }
        ],
        "properties": {
          "anchor": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/_aws/fess/doc.json

              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
                "analyzer": "empty_analyzer"
              }
            }
          }
        ],
        "properties": {
          "anchor": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess.json

              "keywords_path": "${fess.dictionary.path}th/protwords.txt"
            },
            "traditional_chinese_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}zh-tw/stopwords.txt"
            },
            "turkish_stop": {
              "type":       "stop",
              "stopwords_path": "${fess.dictionary.path}tr/stopwords.txt"
            },
            "turkish_lowercase": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  4. docs/language_names.yml

    sv: svenska
    sw: Kiswahili
    ta: தமிழ்
    te: తెలుగు
    tg: тоҷикӣ
    th: ไทย
    ti: ትግርኛ
    tk: Türkmen
    tl: Wikang Tagalog
    tn: Setswana
    to: faka Tonga
    tr: Türkçe
    ts: Xitsonga
    tt: татар теле
    tw: Twi
    ty: Reo Tahiti
    ug: ئۇيغۇرچە‎
    uk: українська мова
    ur: اردو
    uz: Ўзбек
    ve: Tshivenḓa
    vi: Tiếng Việt
    vo: Volapük
    wa: walon
    wo: Wollof
    xh: isiXhosa
    yi: ייִדיש
    yo: Yorùbá
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Jan 22 19:42:53 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess/doc.json

              "mapping": {
                "type": "text",
                "analyzer": "simplified_chinese_analyzer"
              }
            }
          },
          {
            "lang_zh-tw": {
              "match": "*_zh-tw",
              "mapping": {
                "type": "text",
                "analyzer": "traditional_chinese_analyzer"
              }
            }
          }
        ],
        "properties": {
          "anchor": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. src/test/java/org/codelibs/fess/mylasta/direction/FessPropTest.java

            assertArrays(new String[] { "zh-tw" }, fessConfig.normalizeQueryLanguages(new String[] { "zh_TW" }));
        }
    
        public void test_getQueryLocaleFromName() {
            FessProp.propMap.clear();
            FessConfig fessConfig = new FessConfig.SimpleImpl() {
                @Override
                public String getQueryLanguageMapping() {
                    return "ja=ja\nzh_cn=zh-cn\nzh_TW=zh-tw\nzh=zh-cn";
                }
            };
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13K bytes
    - Viewed (0)
  7. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    myddns.rocks
    mydissent.net
    mydns.bz
    mydns.jp
    mydns.tw
    mydns.vc
    mydobiss.com
    mydrobo.com
    myds.me
    myeffect.net
    myfast.host
    myfast.space
    myfirewall.org
    myforum.community
    myfritz.link
    myfritz.net
    myftp.biz
    myftp.org
    myhome-server.de
    myiphost.com
    myjino.ru
    mykolaiv.ua
    mymailer.com.tw
    mymediapc.net
    mynascloud.com
    myoko.niigata.jp
    mypep.link
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    myddns.rocks
    mydissent.net
    mydns.bz
    mydns.jp
    mydns.tw
    mydns.vc
    mydobiss.com
    mydrobo.com
    myds.me
    myeffect.net
    myfast.host
    myfast.space
    myfirewall.org
    myforum.community
    myfritz.link
    myfritz.net
    myftp.biz
    myftp.org
    myhome-server.de
    myiphost.com
    myjino.ru
    mykolaiv.ua
    mymailer.com.tw
    mymediapc.net
    mynascloud.com
    myoko.niigata.jp
    mypep.link
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            value = "zh-cn";
            assertEquals("zh_CN", systemHelper.normalizeLang(value));
    
            value = "zh_CN";
            assertEquals("zh_CN", systemHelper.normalizeLang(value));
    
            value = "zh-tw";
            assertEquals("zh_TW", systemHelper.normalizeLang(value));
    
            value = "zh_TW";
            assertEquals("zh_TW", systemHelper.normalizeLang(value));
        }
    
        public void test_createSearchRole() {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 19 23:49:30 UTC 2025
    - 28.9K bytes
    - Viewed (0)
  10. samples/guide/src/main/java/okhttp3/recipes/kt/WiresharkExample.kt

            .Builder()
            .url("https://graph.facebook.com/robots.txt?s=fb")
            .build()
        val twitterRequest =
          Request
            .Builder()
            .url("https://api.twitter.com/robots.txt?s=tw")
            .build()
        val googleRequest =
          Request
            .Builder()
            .url("https://www.google.com/robots.txt?s=g")
            .build()
    
        try {
          for (i in 1..2) {
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat May 10 11:15:14 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top