Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 36 for dele (0.03 sec)

  1. src/main/resources/fess_indices/fess/lv/stopwords.txt

    # https://github.com/apache/lucene-solr/blob/master/lucene/analysis/common/src/resources/org/apache/lucene/analysis/lv/stopwords.txt
    aiz
    ap
    ar
    apakš
    ārpus
    augšpus
    bez
    caur
    dēļ
    gar
    iekš
    iz
    kopš
    labad
    lejpus
    līdz
    no
    otrpus
    pa
    par
    pār
    pēc
    pie
    pirms
    pret
    priekš
    starp
    šaipus
    uz
    viņpus
    virs
    virspus
    zem
    apakšpus
    # Conjunctions
    un
    bet
    jo
    ja
    ka
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 1.2K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/net/UrlEscaperTesting.java

        assertUnescaped(e, '-');
        assertUnescaped(e, '_');
        assertUnescaped(e, '.');
        assertUnescaped(e, '*');
    
        assertEscaping(e, "%00", '\u0000'); // nul
        assertEscaping(e, "%7F", '\u007f'); // del
        assertEscaping(e, "%C2%80", '\u0080'); // xx-00010,x-000000
        assertEscaping(e, "%DF%BF", '\u07ff'); // xx-11111,x-111111
        assertEscaping(e, "%E0%A0%80", '\u0800'); // xxx-0000,x-100000,x-00,0000
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. src/packaging/common/scripts/postrm

        if command -v systemctl >/dev/null; then
            systemctl --no-reload disable fess.service > /dev/null 2>&1 || true
        fi
    
        if command -v chkconfig >/dev/null; then
            chkconfig --del fess 2> /dev/null || true
        fi
    
        if command -v update-rc.d >/dev/null; then
            update-rc.d fess remove >/dev/null || true
        fi
    fi
    
    if [ "$REMOVE_DIRS" = "true" ]; then
        if [ -d "$PID_DIR" ]; then
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 2.2K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/net/PercentEscaperTest.java

          } else {
            assertEscaping(e, escapeAscii(c), c);
          }
        }
    
        // Testing multibyte escape sequences
        assertEscaping(e, "%00", '\u0000'); // nul
        assertEscaping(e, "%7F", '\u007f'); // del
        assertEscaping(e, "%C2%80", '\u0080'); // xx-00010,x-000000
        assertEscaping(e, "%DF%BF", '\u07ff'); // xx-11111,x-111111
        assertEscaping(e, "%E0%A0%80", '\u0800'); // xxx-0000,x-100000,x-00,0000
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Jul 16 20:34:52 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    jcloud.ik-server.com
    jcloud.kz
    jdevcloud.com
    jdf.br
    je
    jed.wafaicloud.com
    jeep
    jeez.jp
    jeju.kr
    jelastic.dogado.eu
    jelastic.saveincloud.net
    jelastic.team
    jele.cloud
    jele.club
    jele.host
    jele.io
    jele.site
    jelenia-gora.pl
    jellybean.jp
    jeonbuk.kr
    jeonnam.kr
    jessheim.no
    jetzt
    jevnaker.no
    jewelry
    jgora.pl
    jinsekikogen.hiroshima.jp
    jio
    jl.cn
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. src/main/resources/fess_message_nl.properties

    errors.design_file_is_unsupported_type = Dit bestandstype wordt niet ondersteund.
    errors.failed_to_create_crawling_config_at_wizard = Kan de crawlconfiguratie niet maken in de wizard.
    errors.design_editor_disabled = Deze functie is uitgeschakeld.
    errors.not_found_on_file_system = Niet gevonden. Oorzaak: {0}
    errors.could_not_open_on_system = Kan {0} niet openen.<br>Controleer of het bestand is gekoppeld aan een toepassing.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess.json

              "rules_path": "${fess.dictionary.path}en-ie/stemmer_override.txt"
            },
            "italian_elision": {
              "type":         "elision",
              "articles": [
                    "c", "l", "all", "dall", "dell",
                    "nell", "sull", "coll", "pell",
                    "gl", "agl", "dagl", "degl", "negl",
                    "sugl", "un", "m", "t", "s", "v", "d"
              ]
            },
            "italian_stop": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Fri Jun 06 14:17:42 UTC 2025
    - 39.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_nl.properties

    labels.search_list_button_delete=Verwijderen
    labels.search_list_delete_confirmation=Weet u zeker dat u wilt verwijderen?
    labels.search_list_button_delete_all=Alles verwijderen met deze query
    labels.search_list_delete_all_confirmation=Weet u zeker dat u alles wilt verwijderen met deze query?
    labels.search_list_button_cancel=Annuleren
    labels.failure_url_configuration=Fout-URL
    labels.failure_url_search_url=URL
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  9. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/degree.html
    degree
    
    // delivery : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/delivery.html
    delivery
    
    // dell : Dell Inc.
    // https://www.iana.org/domains/root/db/dell.html
    dell
    
    // deloitte : Deloitte Touche Tohmatsu
    // https://www.iana.org/domains/root/db/deloitte.html
    deloitte
    
    // delta : Delta Air Lines, Inc.
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  10. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

            "type":       "stemmer",
            "language":   "indonesian"
          },
          "italian_elision": {
            "type":         "elision",
            "articles": [
              "c", "l", "all", "dall", "dell",
              "nell", "sull", "coll", "pell",
              "gl", "agl", "dagl", "degl", "negl",
              "sugl", "un", "m", "t", "s", "v", "d"
            ]
          },
          "italian_stop": {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 57.4K bytes
    - Viewed (1)
Back to top