Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 94 for protwords (0.06 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_upload.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/protwords/upload" enctype="multipart/form-data">
                    <la:hidden property="dictId"/>
                    <div class="row">
                        <div class="col-md-12">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  6. 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.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12K bytes
    - Viewed (0)
  7. 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 = Не удалось загрузить файл стоп-слов.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_message_it.properties

    errors.failed_to_upload_kuromoji_file = Impossibile caricare il file Kuromoji.
    errors.failed_to_download_protwords_file = Impossibile scaricare il file Protwords.
    errors.failed_to_upload_protwords_file = Impossibile caricare il file Protwords.
    errors.failed_to_download_stopwords_file = Impossibile scaricare il file delle stopwords.
    errors.failed_to_upload_stopwords_file = Impossibile caricare il file delle stopwords.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  9. 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)
  10. 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 = 下载提升词文件失败。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
Back to top