Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 59 for protwords (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. src/main/resources/fess_message_zh_CN.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)
  8. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                                           items="${protwordsItemItems}">
                                                    <tr
                                                            data-href="${contextPath}/admin/dict/protwords/details/${f:u(dictId)}/4/${f:u(data.id)}">
                                                        <td>${f:h(data.inputValue)}</td>
                                                    </tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  9. src/main/resources/fess_message.properties

    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    errors.failed_to_download_stopwords_file = Failed to download a stopwords file.
    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
  10. src/main/resources/fess_message_en.properties

    errors.failed_to_upload_kuromoji_file = Failed to upload a Kuromoji file.
    errors.failed_to_download_protwords_file = Failed to download a protwords file.
    errors.failed_to_upload_protwords_file = Failed to upload a protwords file.
    errors.failed_to_download_stopwords_file = Failed to download a stopwords file.
    errors.failed_to_upload_stopwords_file = Failed to upload a stopwords file.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 12.4K bytes
    - Click Count (0)
Back to Top