- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 27 for protwords (0.11 seconds)
-
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) -
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) -
src/main/resources/fess_message_pl.properties
errors.failed_to_upload_kuromoji_file = Nie można przesłać pliku Kuromoji. errors.failed_to_download_protwords_file = Nie można pobrać pliku Protwords. errors.failed_to_upload_protwords_file = Nie można przesłać pliku Protwords. errors.failed_to_download_stopwords_file = Nie można pobrać pliku stop-słów. errors.failed_to_upload_stopwords_file = Nie można przesłać pliku stop-słów.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
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) -
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) -
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) -
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) -
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) -
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;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 21.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
assertEquals("/admin/dict/mapping/admin_dict_mapping.jsp", FessHtmlPath.path_AdminDictMapping_AdminDictMappingJsp.getRoutingPath()); assertEquals("/admin/dict/protwords/admin_dict_protwords.jsp", FessHtmlPath.path_AdminDictProtwords_AdminDictProtwordsJsp.getRoutingPath()); assertEquals("/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp",
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.1K bytes - Click Count (0)