- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 94 for protwords (0.07 sec)
-
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/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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 12.7K bytes - Viewed (0) -
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.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K 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/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. * */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsCreatorTest.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.codelibs.fess.unit.UnitFessTestCase; public class ProtwordsCreatorTest extends UnitFessTestCase { @Override public void setUp() throws Exception { super.setUp(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 1.7K 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)