- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 395 for werd (0.02 sec)
-
src/main/resources/fess_config.properties
# Seed value for popular word suggestion. suggest.popular.word.seed=0 # Tags for popular word suggestion. suggest.popular.word.tags= # Fields for popular word suggestion. suggest.popular.word.fields= # Excluded words for popular word suggestion. suggest.popular.word.excludes= # Number of popular words to suggest. suggest.popular.word.size=10 # Window size for popular word suggestion.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
connections for HTTP/1.x. With this update the connection pool manages both idle and active connections for everything. OkHttp now detects and warns on connections that were allocated but never released, and will enforce HTTP/2 stream limits. This update also fixes `Call.cancel()` to not do I/O on the calling thread. * Fix: Don't log gzipped data in the logging interceptor.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/ImmutableMap.java
* * @throws IllegalArgumentException if duplicate keys were added */ public ImmutableMap<K, V> build() { return buildOrThrow(); } /** * Returns a newly-created immutable map, or throws an exception if any key was added more than * once. The iteration order of the returned map is the order in which entries were inserted
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 44.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Suggest Word */ public static final String LABELS_menu_suggest_word = "{labels.menu_suggest_word}"; /** The key of the message: Elevate Word */ public static final String LABELS_menu_elevate_word = "{labels.menu_elevate_word}"; /** The key of the message: Bad Word */ public static final String LABELS_menu_bad_word = "{labels.menu_bad_word}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/SearchBody.java
import org.codelibs.fess.app.web.api.admin.BaseSearchBody; /** * Search request body for elevate word administration. * Extends BaseSearchBody with elevate word-specific search parameters. */ public class SearchBody extends BaseSearchBody { /** The elevate word ID to search for. */ public String id; /** * Default constructor for SearchBody. */ public SearchBody() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/webapp/css/admin/style.css
font-size: 120%; font-weight: 600; } section.content table { display: table; table-layout: fixed; width } section.content table td { display: table-cell; word-wrap: break-word; overflow-wrap: break-word; } section.content table .label { color: #fff; } textarea.systemInfoData { height: 22em; line-height: 1.5em; } .login-box { height: 500px;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/DownloadForm.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.badword; /** * The download form for Bad Word. * */ public class DownloadForm { /** * Default constructor. */ public DownloadForm() { // Use of default constructor }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 864 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/PopularWordHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/DownloadForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.elevateword; /** * The download form for Elevate Word. * This form is used for downloading elevate word configurations from the admin interface. * */ public class DownloadForm { /** * Default constructor. */ public DownloadForm() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 963 bytes - Viewed (0) -
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)