Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 70 for danish (0.03 sec)

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

              "type":       "keyword_marker",
              "keywords_path": "${fess.dictionary.path}da/protwords.txt"
            },
            "danish_stemmer": {
              "type":       "stemmer",
              "language":   "danish"
            },
            "danish_override": {
              "type":       "stemmer_override",
              "rules_path": "${fess.dictionary.path}da/stemmer_override.txt"
            },
            "dutch_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)
  2. src/main/resources/suggest_indices/_cloud/suggest_analyzer.json

          },
          "danish_stop": {
            "type":       "stop",
            "stopwords":  "_danish_"
          },
          "danish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hej", "verden", "Søg"]
          },
          "danish_stemmer": {
            "type":       "stemmer",
            "language":   "danish"
          },
          "dutch_stop": {
            "type":       "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)
  3. src/main/resources/suggest_indices/_aws/suggest_analyzer.json

          },
          "danish_stop": {
            "type":       "stop",
            "stopwords":  "_danish_"
          },
          "danish_keywords": {
            "type":       "keyword_marker",
            "keywords": ["Hej", "verden", "Søg"]
          },
          "danish_stemmer": {
            "type":       "stemmer",
            "language":   "danish"
          },
          "dutch_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Mar 24 12:55:37 UTC 2021
    - 57.4K bytes
    - Viewed (0)
  4. src/main/resources/suggest_indices/suggest_analyzer.json

          "danish_stop": {
            "type":       "stop",
            "stopwords":  "_danish_"
          },
          "danish_keywords": {
            "type":       "keyword_marker",
            "keywords_path": "${fess.dictionary.path}da/protwords.txt"
          },
          "danish_stemmer": {
            "type":       "stemmer",
            "language":   "danish"
          },
          "dutch_stop": {
            "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu May 23 05:09:51 UTC 2019
    - 57.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/_aws/fess.json

            "danish_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Hej", "verden", "Søg"]
            },
            "danish_stemmer": {
              "type":       "stemmer",
              "language":   "danish"
            },
            "danish_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "dutch_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 14 00:36:40 UTC 2025
    - 117.3K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/_cloud/fess.json

            "danish_keywords": {
              "type":       "keyword_marker",
              "keywords": ["Hej", "verden", "Søg"]
            },
            "danish_stemmer": {
              "type":       "stemmer",
              "language":   "danish"
            },
            "danish_override": {
              "type":       "stemmer_override",
              "rules": []
            },
            "dutch_stop": {
              "type":       "stop",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/util/concurrent/ExecutionList.java

       * to calling it exactly once.
       *
       * @since 10.0 (present in 1.0 as {@code run})
       */
      public void execute() {
        // Lock while we update our state so the add method above will finish adding any listeners
        // before we start to run them.
        RunnableExecutorPair list;
        synchronized (this) {
          if (executed) {
            return;
          }
          executed = true;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/util/concurrent/ExecutionList.java

       * to calling it exactly once.
       *
       * @since 10.0 (present in 1.0 as {@code run})
       */
      public void execute() {
        // Lock while we update our state so the add method above will finish adding any listeners
        // before we start to run them.
        RunnableExecutorPair list;
        synchronized (this) {
          if (executed) {
            return;
          }
          executed = true;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sun Dec 22 03:38:46 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_pl.properties

    labels.crawling_info_DataCrawlExecTime=Czas wykonania indeksowania (Magazyn danych)
    labels.crawling_info_DataCrawlStartTime=Czas rozpoczęcia indeksowania (Magazyn danych)
    labels.crawling_info_DataCrawlEndTime=Czas zakończenia indeksowania (Magazyn danych)
    labels.crawling_info_DataIndexExecTime=Czas wykonania indeksowania (Magazyn danych)
    labels.crawling_info_DataIndexSize=Rozmiar indeksu (Magazyn danych)
    labels.webauth_configuration=Uwierzytelnianie web
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_pl.properties

    errors.crud_failed_to_create_instance = Nie można utworzyć nowych danych.
    errors.crud_failed_to_create_crud_table = Nie można utworzyć nowych danych. ({0})
    errors.crud_failed_to_update_crud_table=Nie można zaktualizować danych. ({0})
    errors.crud_failed_to_delete_crud_table=Nie można usunąć danych. ({0})
    errors.crud_could_not_find_crud_table = Nie znaleziono danych {0}.
    errors.could_not_find_backup_index=Nie znaleziono indeksu kopii zapasowej.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.5K bytes
    - Viewed (0)
Back to top