- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 94 for protwords (0.13 sec)
-
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 = 下載提升詞檔案失敗。
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/UploadForm.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.ruts.multipart.MultipartFormFile; import org.lastaflute.web.validation.Required; /** * Form for uploading protected words files to the Fess search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (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;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsFileTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.dict.protwords; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.8K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
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 = 刪除
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.dict.protwords; import org.apache.commons.lang3.StringUtils; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.dict.DictionaryItem; /** * Dictionary item for protected words.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0) -
src/main/resources/fess_message_ko.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 = 불용어 파일을 업로드하지 못했습니다.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_upload.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.2K bytes - Viewed (0)