Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for protwords (0.96 sec)

  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
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 07:09:00 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  2. 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.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_edit.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/protwords/">
                    <la:hidden property="crudMode"/>
                    <la:hidden property="dictId"/>
                    <c:if test="${crudMode==2}">
                        <la:hidden property="id"/>
                    </c:if>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_zh_TW.properties

    labels.dict_kuromoji_reading=讀音
    labels.dict_kuromoji_pos=詞性
    labels.dict_kuromoji_button_download=下載
    labels.dict_kuromoji_button_upload=上傳
    labels.dict_kuromoji_file=Kuromoji檔案
    labels.dict_protwords_configuration=Protwords詞列表
    labels.dict_protwords_title=Protwords詞列表
    labels.dict_protwords_list_link=列表
    labels.dict_protwords_link_create=新建
    labels.dict_protwords_link_edit=編輯
    labels.dict_protwords_link_delete=刪除
    labels.dict_protwords_link_details=詳細資訊
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 43.9K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_en.properties

    labels.dict_kuromoji_pos=Part-of-speech
    labels.dict_kuromoji_button_download=Download
    labels.dict_kuromoji_button_upload=Upload
    labels.dict_kuromoji_file=Kuromoji File
    labels.dict_protwords_configuration=Protwords Word List
    labels.dict_protwords_title=Protwords Word List
    labels.dict_protwords_list_link=List
    labels.dict_protwords_link_create=Create New
    labels.dict_protwords_link_edit=Edit
    labels.dict_protwords_link_delete=Delete
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 44K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_id.properties

    errors.failed_to_upload_kuromoji_file = Gagal mengunggah berkas Kuromoji.
    errors.failed_to_download_protwords_file = Gagal mengunduh berkas protwords.
    errors.failed_to_upload_protwords_file = Gagal mengunggah berkas protwords.
    errors.failed_to_download_stopwords_file = Gagal mengunduh berkas stopwords.
    errors.failed_to_upload_stopwords_file = Gagal mengunggah berkas stopwords.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:12:58 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  7. src/main/resources/fess_message_hi.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 = stopwords फ़ाइल डाउनलोड करने में विफल।
    errors.failed_to_upload_stopwords_file = stopwords फ़ाइल अपलोड करने में विफल।
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:13:53 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.dict_kuromoji_button_download=Скачать
    labels.dict_kuromoji_button_upload=Загрузить
    labels.dict_kuromoji_file=Файл Kuromoji
    labels.dict_protwords_configuration=Список слов Protwords
    labels.dict_protwords_title=Список слов Protwords
    labels.dict_protwords_list_link=Список
    labels.dict_protwords_link_create=Создать новый
    labels.dict_protwords_link_edit=Редактировать
    labels.dict_protwords_link_delete=Удалить
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_details.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/protwords/">
                    <la:hidden property="crudMode"/>
                    <la:hidden property="dictId"/>
                    <c:if test="${crudMode==2 || crudMode==3 || crudMode==4}">
                        <la:hidden property="id"/>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_nl.properties

    labels.dict_kuromoji_pos=Woordsoort
    labels.dict_kuromoji_button_download=Downloaden
    labels.dict_kuromoji_button_upload=Uploaden
    labels.dict_kuromoji_file=Kuromoji-bestand
    labels.dict_protwords_configuration=Protwords-woordenlijst
    labels.dict_protwords_title=Protwords-woordenlijst
    labels.dict_protwords_list_link=Lijst
    labels.dict_protwords_link_create=Nieuw maken
    labels.dict_protwords_link_edit=Bewerken
    labels.dict_protwords_link_delete=Verwijderen
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 46.1K bytes
    - Viewed (1)
Back to top