Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for _english_ (0.44 sec)

  1. maven-core/src/test/resources/remote-repo-1/maven-test/jars/maven-test-b-1.0.jar

    org/apache/commons/codec/language/RefinedSoundex.class package org.apache.commons.codec.language; public synchronized class RefinedSoundex implements org.apache.commons.codec.StringEncoder { public static final char[] US_ENGLISH_MAPPING; public static final RefinedSoundex US_ENGLISH; private char[] soundexMapping; public void RefinedSoundex(); public void RefinedSoundex(char[]); public String soundex(String); public String encode(String) throws org.apache.commons.codec.EncoderException; public Object...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Mon Aug 09 19:02:31 GMT 2004
    - 18.4K bytes
    - Viewed (0)
  2. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

            "type": "stop",
            "stopwords": "_english_"
          },
          "content_length_filter": {
            "type": "length",
            "max": 30
          },
          "limit_token_count_filter": {
            "type": "limit",
            "max_token_count": 2147483647
          },
          "stemmer_en_filter": {
            "type": "stemmer",
            "name": "english"
          },
          "arabic_stop": {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Mar 24 12:55:37 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  3. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type": "stop",
            "stopwords": "_english_"
          },
          "content_length_filter": {
            "type": "length",
            "max": 30
          },
          "limit_token_count_filter": {
            "type": "limit",
            "max_token_count": 2147483647
          },
          "stemmer_en_filter": {
            "type": "stemmer",
            "name": "english"
          },
          "arabic_stop": {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Feb 27 09:26:16 GMT 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

            "type": "stop",
            "stopwords": "_english_"
          },
          "content_length_filter": {
            "type": "length",
            "max": 30
          },
          "limit_token_count_filter": {
            "type": "limit",
            "max_token_count": 2147483647
          },
          "stemmer_en_filter": {
            "type": "stemmer",
            "name": "english"
          },
          "arabic_stop": {
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu May 23 05:09:51 GMT 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/helper/LabelTypeHelperTest.java

        public void test_matchLocale() {
            assertFalse(labelTypeHelper.matchLocale(Locale.ENGLISH, Locale.JAPANESE));
            assertFalse(labelTypeHelper.matchLocale(Locale.SIMPLIFIED_CHINESE, Locale.TRADITIONAL_CHINESE));
    
            assertTrue(labelTypeHelper.matchLocale(null, Locale.ROOT));
            assertTrue(labelTypeHelper.matchLocale(Locale.ENGLISH, Locale.ROOT));
            assertTrue(labelTypeHelper.matchLocale(Locale.ROOT, Locale.ROOT));
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 1.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/zh-tw/stopwords.txt

    +
    /
    \
    《
    》
    —
    -
    ,
    。
    、
    :
    ;
    !
    ·
    ?
    “
    ”
    )
    (
    【
    】
    [
    ]
    ●
    # the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese)
     
    
    # English Stop Words
    
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jun 17 08:00:22 GMT 2017
    - 310 bytes
    - Viewed (0)
  7. docs/zh/docs/external-links.md

    {% if external_links %}
    {% for article in external_links.podcasts.english %}
    
    * <a href="{{ article.link }}" class="external-link" target="_blank">{{ article.title }}</a> by <a href="{{ article.author_link }}" class="external-link" target="_blank">{{ article.author }}</a>.
    {% endfor %}
    {% endif %}
    
    ## 访谈
    
    {% if external_links %}
    {% for article in external_links.talks.english %}
    
    Plain Text
    - Registered: Sun Mar 31 07:19:09 GMT 2024
    - Last Modified: Sat Mar 30 22:45:29 GMT 2024
    - 2.7K bytes
    - Viewed (0)
  8. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/profile/OperatingSystemProfileActivator.java

            String actualOsName = context.getSystemProperties().get("os.name").toLowerCase(Locale.ENGLISH);
            String actualOsArch = context.getSystemProperties().get("os.arch").toLowerCase(Locale.ENGLISH);
            String actualOsVersion = context.getSystemProperties().get("os.version").toLowerCase(Locale.ENGLISH);
    
            if (active && os.getFamily() != null) {
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 4.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/zh-cn/stopwords.txt

    +
    /
    \
    《
    》
    —
    -
    ,
    。
    、
    :
    ;
    !
    ·
    ?
    “
    ”
    )
    (
    【
    】
    [
    ]
    ●
    # the line below contains an IDEOGRAPHIC SPACE character (Used as a space in Chinese)
     
    
    # English Stop Words
    
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Jun 17 08:00:22 GMT 2017
    - 310 bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess.json

            "stemmer_en_filter": {
              "type": "stemmer",
              "name": "english"
            },
            "english_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}en/stemmer_override.txt"
            },
            "possessive_stemmer_en_filter": {
              "type": "stemmer",
              "name": "possessive_english"
            },
            "stopword_en_filter": {
              "type": "stop",
    Json
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
Back to top