- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 29 for labelTypeIds (1.29 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exentity/ElevateWord.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 4.3K bytes - Viewed (0) -
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"/> <la:select styleId="labelTypeIds" property="labelTypeIds" multiple="true"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 9.3K bytes - Viewed (0) -
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"/> <la:select styleId="labelTypeIds" property="labelTypeIds" multiple="true"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
if (!wctltmList.isEmpty()) { final List<String> labelTypeIds = new ArrayList<>(wctltmList.size()); for (final ElevateWordToLabel mapping : wctltmList) { labelTypeIds.add(mapping.getLabelTypeId()); } entity.setLabelTypeIds(labelTypeIds.toArray(new String[labelTypeIds.size()])); } return entity; }); }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 18.3K bytes - Viewed (0) -
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"/> <la:select styleId="labelTypeIds" property="labelTypeIds" multiple="true"Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 15.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/CreateForm.java
/** * Creates a new CreateForm instance. */ public CreateForm() { // Default constructor } /** The label type IDs associated with this elevate word entry */ public String[] labelTypeIds; /** The CRUD operation mode for form processing */ @ValidateTypeFailure public Integer crudMode; /** The word that should trigger document elevation in search results */ @RequiredRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/CreateForm.java
public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { } /** The IDs of label types associated with this file configuration. */ public String[] labelTypeIds; /** The CRUD operation mode for this form. */ @ValidateTypeFailure public Integer crudMode; /** The name of the file configuration (required, maximum 200 characters). */ @RequiredRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp
items="${labelTypeItems}"> <c:forEach var="ltid" varStatus="s" items="${labelTypeIds}"> <c:if test="${ltid==l.id}"> ${f:h(l.name)}<br/> </c:if>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
items="${labelTypeItems}"> <c:forEach var="ltid" varStatus="s" items="${labelTypeIds}"> <c:if test="${ltid==l.id}"> ${f:h(l.name)}<br/> </c:if>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 10.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
* Default constructor. */ public CreateForm() { // Empty constructor } /** * The label type IDs associated with this web configuration. */ public String[] labelTypeIds; /** * The CRUD mode for the form. */ @ValidateTypeFailure public Integer crudMode; /** * The name of the web configuration. */ @RequiredRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.9K bytes - Viewed (0)