- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 78 for protwords (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/fess/pt-br/protwords.txt
Shinsuke Sugaya <******@****.***> 1496760144 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Jun 06 14:42:24 GMT 2017 - 8 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/th/protwords.txt
Matsutani Kenji <******@****.***> 1465649491 +0900
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jun 11 12:51:31 GMT 2016 - 44 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
import org.codelibs.fess.app.web.CrudMode; import org.codelibs.fess.app.web.admin.dict.protwords.UploadForm; import org.codelibs.fess.app.web.api.ApiResult; import org.codelibs.fess.app.web.api.admin.FessApiAdminAction; import org.codelibs.fess.dict.protwords.ProtwordsFile; import org.codelibs.fess.dict.protwords.ProtwordsItem; import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java
* This class manages the reading, writing, and updating of protected words dictionary files. */ public class ProtwordsFile extends DictionaryFile<ProtwordsItem> { private static final String PROTWORDS = "protwords"; List<ProtwordsItem> protwordsItemList; /** * Constructor for ProtwordsFile. * @param id the file identifier * @param path the file path * @param timestamp the file timestamp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/dict/protwords/admin_dict_protwords.jsp */ HtmlNext path_AdminDictProtwords_AdminDictProtwordsJsp = new HtmlNext("/admin/dict/protwords/admin_dict_protwords.jsp"); /** The path of the HTML: /admin/dict/protwords/admin_dict_protwords_details.jsp */ HtmlNext path_AdminDictProtwords_AdminDictProtwordsDetailsJsp = new HtmlNext("/admin/dict/protwords/admin_dict_protwords_details.jsp");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 26.5K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji. errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords. errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords. errors.failed_to_download_stopwords_file = Nie można pobrać pliku stop-słów. errors.failed_to_upload_stopwords_file = Nie można przesłać pliku stop-słów.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/it/admin/dict/ProtwordsTests.java
private static final String NAME_PREFIX = "protwordsTest_"; private static final String API_PATH = "/api/admin/dict/protwords"; private static final String LIST_ENDPOINT_SUFFIX = "settings"; private static final String ITEM_ENDPOINT_SUFFIX = "setting"; private static final String DICT_TYPE = "protwords"; private static final String KEY_PROPERTY = "input"; @Override protected String getNamePrefix() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 2.3K bytes - Click Count (0) -
src/main/resources/fess_message_zh_TW.properties
errors.failed_to_download_kuromoji_file = 下載Kuromoji檔案失敗。 errors.failed_to_upload_kuromoji_file = 上傳Kuromoji檔案失敗。 errors.failed_to_download_protwords_file = 下載Protwords檔案失敗。 errors.failed_to_upload_protwords_file = 上傳Protwords檔案失敗。 errors.failed_to_download_stopwords_file = 下載停用詞檔案失敗。 errors.failed_to_upload_stopwords_file = 上傳停用詞檔案失敗。 errors.failed_to_download_elevate_file = 下載提升詞檔案失敗。
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryItem.java
*/ package org.codelibs.fess.dict; /** * Abstract base class for all dictionary items in the Fess search system. * Dictionary items are used to store entries in various dictionaries such as * synonyms, kuromoji, protwords, and stopwords dictionaries. * */ public abstract class DictionaryItem { /** The unique identifier for this dictionary item */ protected long id; /** * Default constructor for DictionaryItem.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_edit.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 7K bytes - Click Count (0)