- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 100 for protwords (0.08 seconds)
-
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/DownloadBody.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.api.admin.dict.protwords; import org.codelibs.fess.app.web.admin.dict.protwords.DownloadForm; /** * Download body for protected words dictionary API operations. * This class extends the DownloadForm to provide request body handling
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
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=詳細資訊
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ProtwordsService.java
import org.codelibs.fess.app.pager.ProtwordsPager; import org.codelibs.fess.dict.DictionaryFile.PagingList; import org.codelibs.fess.dict.DictionaryManager; import org.codelibs.fess.dict.protwords.ProtwordsFile; import org.codelibs.fess.dict.protwords.ProtwordsItem; import org.codelibs.fess.mylasta.direction.FessConfig; import org.dbflute.optional.OptionalEntity; import jakarta.annotation.Resource; /**
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 4.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/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.dict.protwords; import org.lastaflute.web.validation.Required; /** * The download form for protected words dictionary. * This form is used for downloading protected words dictionary files from the admin interface. * */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/resources/fess_message_de.properties
errors.failed_to_upload_kuromoji_file = Fehler beim Hochladen einer Kuromoji-Datei. errors.failed_to_download_protwords_file = Fehler beim Herunterladen einer Protwords-Datei. errors.failed_to_upload_protwords_file = Fehler beim Hochladen einer Protwords-Datei. errors.failed_to_download_stopwords_file = Fehler beim Herunterladen einer Stopwords-Datei. errors.failed_to_upload_stopwords_file = Fehler beim Hochladen einer Stopwords-Datei.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_download_kuromoji_file = Kan Kuromoji-bestand niet downloaden. errors.failed_to_upload_kuromoji_file = Kan Kuromoji-bestand niet uploaden. errors.failed_to_download_protwords_file = Kan Protwords-bestand niet downloaden. errors.failed_to_upload_protwords_file = Kan Protwords-bestand niet uploaden. errors.failed_to_download_stopwords_file = Kan stopwoordenbestand niet downloaden. errors.failed_to_upload_stopwords_file = Kan stopwoordenbestand niet uploaden.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/resources/fess_message_ru.properties
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 = Не удалось загрузить файл стоп-слов.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 17.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/CreateForm.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.dict.protwords; import org.codelibs.fess.app.web.CrudMode; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/SearchBody.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.api.admin.dict.protwords; import org.codelibs.fess.app.web.api.admin.dict.BaseSearchDictBody; /** * Search request body for protected words dictionary administration.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/EditForm.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.dict.protwords; import org.lastaflute.web.validation.Required; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; /** * Form class for editing protected words dictionary entries in the admin interface.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.8K bytes - Click Count (0)