- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 94 for protwords (0.04 sec)
-
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_details.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.2K bytes - Viewed (0) -
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: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 42.8K bytes - Viewed (1) -
src/main/resources/fess_message_ja.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 Jun 28 08:40:50 UTC 2025 - 15.2K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.dict_kuromoji_pos=Wortart labels.dict_kuromoji_button_download=Herunterladen labels.dict_kuromoji_button_upload=Hochladen labels.dict_kuromoji_file=Kuromoji-Datei labels.dict_protwords_configuration=Protwords-Wortliste labels.dict_protwords_title = Protwords-Wortliste labels.dict_protwords_list_link = Liste labels.dict_protwords_link_create = Neu erstellen labels.dict_protwords_link_edit = Bearbeiten labels.dict_protwords_link_delete = Löschen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.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 java.io.File; import java.io.IOException; import java.io.InputStream; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.codelibs.core.beans.util.BeanUtil;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.1K bytes - Viewed (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>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/main/resources/fess_label_pl.properties
labels.dict_kuromoji_button_download=Pobierz labels.dict_kuromoji_button_upload=Prześlij labels.dict_kuromoji_file=Plik kuromoji labels.dict_protwords_configuration=Lista słów Protwords labels.dict_protwords_title = Lista słów Protwords labels.dict_protwords_list_link = Lista labels.dict_protwords_link_create = Utwórz nowy labels.dict_protwords_link_edit = Edytuj labels.dict_protwords_link_delete = Usuń
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
src/main/resources/fess_label_pt_BR.properties
labels.dict_kuromoji_button_download=Baixar labels.dict_kuromoji_button_upload=Fazer upload labels.dict_kuromoji_file=Arquivo Kuromoji labels.dict_protwords_configuration=Lista de palavras Protwords labels.dict_protwords_title = Lista de palavras Protwords labels.dict_protwords_list_link = Lista labels.dict_protwords_link_create = Criar novo labels.dict_protwords_link_edit = Editar labels.dict_protwords_link_delete = Excluir
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/DictionaryManager.java
/** * Manager class for handling dictionary files in the Fess search system. * This class provides functionality to retrieve, store, and manage various * dictionary files such as synonyms, kuromoji, protwords, and stopwords. * It coordinates with DictionaryCreator instances to handle different * dictionary types and manages file synchronization through ConfigSync. * */ public class DictionaryManager {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.7K bytes - Viewed (0)