Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 49 for avevate (0.04 sec)

  1. src/main/resources/fess_message_de.properties

    errors.failed_to_upload_stopwords_file = Fehler beim Hochladen einer Stopwords-Datei.
    errors.failed_to_download_elevate_file = Fehler beim Herunterladen einer Elevate-Word-Datei.
    errors.failed_to_upload_elevate_file = Fehler beim Hochladen einer Elevate-Word-Datei.
    errors.failed_to_download_badword_file = Fehler beim Herunterladen einer Bad-Word-Datei.
    errors.failed_to_upload_badword_file = Fehler beim Hochladen einer Bad-Word-Datei.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  2. src/main/resources/fess_message.properties

    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word file.
    errors.failed_to_download_badword_file = Failed to download a bad word file.
    errors.failed_to_upload_badword_file = Failed to upload a bad word file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    errors.failed_to_download_elevate_file = Failed to download an elevate word file.
    errors.failed_to_upload_elevate_file = Failed to upload an elevate word file.
    errors.failed_to_download_badword_file = Failed to download a bad word file.
    errors.failed_to_upload_badword_file = Failed to upload a bad word file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        public static final String LOG_TYPE_SEARCH_USER_DAY = "search_user_day_agg";
    
        /** Log type constant for hourly average request time aggregation. */
        public static final String LOG_TYPE_SEARCH_REQTIMEAVG_HOUR = "search_reqtimeavg_hour_agg";
    
        /** Log type constant for daily average request time aggregation. */
        public static final String LOG_TYPE_SEARCH_REQTIMEAVG_DAY = "search_reqtimeavg_day_agg";
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/service/BadWordService.java

                    } catch (final Exception e) {
                        logger.warn("Failed to read a sugget elevate word: {}", list, e);
                    }
                }
                searchEngineClient.refresh("_all"); // TODO replace _all
            } catch (final IOException e) {
                logger.warn("Failed to read a sugget elevate word.", e);
            }
        }
    
        /**
         * Exports bad words to a CSV file.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_ru.properties

    errors.failed_to_upload_stopwords_file = Не удалось загрузить файл стоп-слов.
    errors.failed_to_download_elevate_file = Не удалось скачать файл elevate word.
    errors.failed_to_upload_elevate_file = Не удалось загрузить файл elevate word.
    errors.failed_to_download_badword_file = Не удалось скачать файл плохих слов.
    errors.failed_to_upload_badword_file = Не удалось загрузить файл плохих слов.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/ArrayListMultimap.java

       * provides more control over the underlying data structure.
       *
       * @param expectedKeys the expected number of distinct keys
       * @param expectedValuesPerKey the expected average number of values per key
       * @throws IllegalArgumentException if {@code expectedKeys} or {@code expectedValuesPerKey} is
       *     negative
       */
      public static <K extends @Nullable Object, V extends @Nullable Object>
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_it.properties

    errors.failed_to_upload_stopwords_file = Impossibile caricare il file delle stopwords.
    errors.failed_to_download_elevate_file = Impossibile scaricare il file delle parole elevate.
    errors.failed_to_upload_elevate_file = Impossibile caricare il file delle parole elevate.
    errors.failed_to_download_badword_file = Impossibile scaricare il file delle parole proibite.
    errors.failed_to_upload_badword_file = Impossibile caricare il file delle parole proibite.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/math/Quantiles.java

     * you would expect.
     *
     * <p>If required to do a weighted average between an infinity and a finite value, or between an
     * infinite value and itself, the infinite value is returned. If required to do a weighted average
     * between {@link Double#NEGATIVE_INFINITY NEGATIVE_INFINITY} and {@link Double#POSITIVE_INFINITY
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 30.1K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/util/concurrent/CycleDetectingLockFactory.java

     *       <ul>
     *         <li>2 levels: average of 64ns per lock()/unlock()
     *         <li>3 levels: average of 77ns per lock()/unlock()
     *         <li>4 levels: average of 99ns per lock()/unlock()
     *         <li>5 levels: average of 103ns per lock()/unlock()
     *         <li>10 levels: average of 184ns per lock()/unlock()
     *         <li>20 levels: average of 393ns per lock()/unlock()
     *       </ul>
     * </ul>
     *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Jul 18 15:05:43 UTC 2025
    - 35.9K bytes
    - Viewed (0)
Back to top