Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for labeltype (0.12 sec)

  1. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_details.jsp

                                                    property="permissions"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.label_type"/></th>
                                            <td><c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        </tr>
                                        <tr<c:if test="${!labelSettingEnabled}"> style="display:none"</c:if>>
                                            <th><la:message key="labels.label_type"/></th>
                                            <td><c:forEach var="l" varStatus="s"
                                                           items="${labelTypeItems}">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 10.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp

                                        <label for="labelTypeIds" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.label_type"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="labelTypeIds"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 9.2K bytes
    - Viewed (0)
  4. src/main/resources/esclient.xml

    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.key_match/key_match"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.label_type/label_type"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    			<arg>"fess_config.path_mapping/path_mapping"</arg>
    		</postConstruct>
    		<postConstruct name="addIndexConfig">
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 16K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsElevateWordToLabelCB.java

                doColumn("_id");
            }
    
            public void columnElevateWordId() {
                doColumn("elevateWordId");
            }
    
            public void columnLabelTypeId() {
                doColumn("labelTypeId");
            }
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 6.8K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsElevateWordToLabelBhv.java

            try {
                final RESULT result = entityType.newInstance();
                result.setElevateWordId(DfTypeUtil.toString(source.get("elevateWordId")));
                result.setLabelTypeId(DfTypeUtil.toString(source.get("labelTypeId")));
                return updateEntity(source, result);
            } catch (InstantiationException | IllegalAccessException e) {
                final String msg = "Cannot create a new instance: " + entityType.getName();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 9.8K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_edit.jsp

                                        <label for="labelTypeIds" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.label_type"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="labelTypeIds"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 15.9K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                        <label for="labelTypeIds" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.label_type"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="labelTypeIds"/>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 15.3K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_en.properties

    labels.number_of_thread=Number of Threads
    labels.interval_time=Interval
    labels.millisec=msec
    labels.permissions=Permissions
    labels.virtual_hosts=Virtual Hosts
    labels.virtual_host=Virtual Host
    labels.label_type=Label
    labels.file_crawling_button_create=Create
    labels.file_crawling_button_create_job=Create New Job
    labels.web_crawling_configuration=Web Crawling
    labels.web_crawling_title_details=Web Crawling Config
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_zh_TW.properties

    labels.config_parameter=配置參數
    labels.max_access_count=最大訪問數
    labels.number_of_thread=執行緒數
    labels.interval_time=間隔
    labels.millisec=毫秒
    labels.permissions=權限
    labels.virtual_hosts=虛擬主機
    labels.virtual_host=虛擬主機
    labels.label_type=標籤
    labels.file_crawling_button_create=建立
    labels.file_crawling_button_create_job=建立新作業
    labels.web_crawling_configuration=Web爬網
    labels.web_crawling_title_details=Web爬網設定
    labels.included_urls=要包含在爬網中的URL
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
Back to top