Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for web_crawling (0.06 sec)

  1. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                    <c:if test="${editable}"><la:link styleClass="btn btn-success"
                                                                      href="/admin/scheduler/createnewjob/web_crawling/${f:u(id)}/${fe:base64(name)}">
                                        <em class="fa fa-plus-circle">
                                        <la:message key="labels.web_crawling_button_create_job"/>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

                { "allRecordCount", "pageSize", "currentPageNumber", "allPageCount", "existPrePage", "existNextPage" };
    
        // crawler types
        public static final String WEB_CRAWLER_TYPE = "web_crawling";
    
        public static final String FILE_CRAWLER_TYPE = "file_crawling";
    
        public static final String DATA_CRAWLER_TYPE = "data_crawling";
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Aug 22 12:43:18 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top