- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 78 for protwords (0.23 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/fess/es/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 - 22 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/gl/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/hu/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 - 22 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/nl/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 - 19 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/sv/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 - 20 bytes - Click Count (0) -
src/main/resources/fess_indices/fess/tr/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 - 20 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/java/org/codelibs/fess/dict/protwords/ProtwordsCreator.java
/** * Constructor for ProtwordsCreator. * Initializes the creator with a pattern to match protwords files. */ public ProtwordsCreator() { super("protwords.*\\.txt"); } /** * Registers this creator with the dictionary manager.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 2K bytes - Click Count (0)