Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Guide (0.19 sec)

  1. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ja.properties

    labels.file_auth_password=パスワード
    labels.file_auth_parameters=パラメーター
    labels.file_auth_file_crawling_config=ファイルクロール設定
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} 件)
    labels.list_could_not_find_crud_table=登録されていません。
    labels.scheduledjob_configuration=ジョブスケジューラ
    labels.scheduledjob_title_details=ジョブ
    labels.scheduledjob_name=名前
    labels.scheduledjob_target=対象
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  3. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                        <div class="row">
                                            <div class="col-sm-2">
                                                <la:message key="labels.pagination_page_guide_msg"
                                                            arg0="${f:h(pager.currentPageNumber)}"
                                                            arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 27 06:24:23 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.2K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp

                                            <%-- Paging Info --%>
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(labelTypePager.currentPageNumber)}"
                                                        arg1="${f:h(labelTypePager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Mar 31 05:47:05 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/SystemHelper.java

        }
    
        public String getHelpLink(final String name) {
            final String url = ComponentUtil.getFessConfig().getOnlineHelpBaseLink() + name + "-guide.html";
            return getHelpUrl(url);
        }
    
        protected String getHelpUrl(final String url) {
            final Locale locale = ComponentUtil.getRequestManager().getUserLocale();
            if (locale != null) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Apr 13 11:43:03 GMT 2024
    - 26.5K bytes
    - Viewed (2)
  10. src/test/java/org/codelibs/fess/helper/SystemHelperTest.java

            assertEquals("https://fess.codelibs.org/98.76/admin/xxx-guide.html", systemHelper.getHelpLink("xxx"));
            getMockRequest().setLocale(Locale.JAPANESE);
            assertEquals("https://fess.codelibs.org/ja/98.76/admin/xxx-guide.html", systemHelper.getHelpLink("xxx"));
            getMockRequest().setLocale(Locale.ITALIAN);
            assertEquals("https://fess.codelibs.org/98.76/admin/xxx-guide.html", systemHelper.getHelpLink("xxx"));
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 18.5K bytes
    - Viewed (0)
Back to top