Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 95 for protwords (5.12 sec)

  1. src/main/resources/fess_message_id.properties

    errors.failed_to_upload_kuromoji_file = Gagal mengunggah berkas Kuromoji.
    errors.failed_to_download_protwords_file = Gagal mengunduh berkas protwords.
    errors.failed_to_upload_protwords_file = Gagal mengunggah berkas protwords.
    errors.failed_to_download_stopwords_file = Gagal mengunduh berkas stopwords.
    errors.failed_to_upload_stopwords_file = Gagal mengunggah berkas stopwords.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:12:58 UTC 2025
    - 11.8K bytes
    - Viewed (0)
  2. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  3. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.6K bytes
    - Viewed (0)
  4. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 11.5K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_hi.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 = stopwords फ़ाइल डाउनलोड करने में विफल।
    errors.failed_to_upload_stopwords_file = stopwords फ़ाइल अपलोड करने में विफल।
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 07 14:13:53 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_es.properties

    errors.failed_to_upload_kuromoji_file = No se pudo cargar el archivo Kuromoji.
    errors.failed_to_download_protwords_file = No se pudo descargar el archivo Protwords.
    errors.failed_to_upload_protwords_file = No se pudo cargar el archivo Protwords.
    errors.failed_to_download_stopwords_file = No se pudo descargar el archivo de palabras vacías.
    errors.failed_to_upload_stopwords_file = No se pudo cargar el archivo de palabras vacías.
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_ru.properties

    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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Sat Dec 13 02:21:17 UTC 2025
    - 60.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_details.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/protwords/">
                    <la:hidden property="crudMode"/>
                    <la:hidden property="dictId"/>
                    <c:if test="${crudMode==2 || crudMode==3 || crudMode==4}">
                        <la:hidden property="id"/>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  9. 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: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 20 07:09:00 UTC 2025
    - 3.4K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp

                            </ol>
                        </div>
                    </div>
                </div>
            </div>
            <section class="content">
                <la:form action="/admin/dict/protwords/">
                    <la:hidden property="dictId"/>
                    <div class="row">
                        <div class="col-md-12">
                            <div class="card card-outline card-primary">
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 6K bytes
    - Viewed (0)
Back to top