- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 233 for LABEL (0.01 sec)
-
src/main/webapp/WEB-INF/orig/view/searchOptions.jsp
<legend><la:message key="labels.index_label" /></legend> <label for="labelTypeSearchOption"><la:message key="labels.index_label" /></label> <la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${labelTypeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </fieldset>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:47:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchOptions.jsp
<legend><la:message key="labels.index_label" /></legend> <label for="labelTypeSearchOption"><la:message key="labels.index_label" /></label> <la:select property="fields.label" styleId="labelTypeSearchOption" multiple="true" styleClass="form-control"> <c:forEach var="item" items="${labelTypeItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach> </la:select> </fieldset>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:47:48 UTC 2025 - 3.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/elevateword/admin_elevateword_edit.jsp
</div> <div class="form-group row"> <label for="suggestWord" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.elevate_word_suggest_word"/></label> <div class="col-sm-9"> <la:errors property="suggestWord"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.2K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/failing-test.yaml
id: since attributes: label: Since when has it been failing? validations: required: true - type: input id: testgrid attributes: label: Testgrid link - type: textarea id: reason attributes: label: Reason for failure (if possible) - type: textarea id: additional attributes: label: Anything else we need to know? - type: textarea
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Tue Oct 05 16:55:38 UTC 2021 - 1.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_edit.jsp
</div> <div class="form-group row"> <label for="token" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.dict_kuromoji_token"/></label> <div class="col-sm-9"> <la:errors property="token"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Feb 12 20:25:27 UTC 2020 - 8.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java
import jakarta.annotation.Resource; /** * Admin action for Label Type management. * */ public class AdminLabeltypeAction extends FessAdminAction { /** * Default constructor. */ public AdminLabeltypeAction() { super(); } /** The role name for label type administration. */ public static final String ROLE = "admin-labeltype";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<label for="webApiJson" class="form-check-label"> <la:message key="labels.enabled"/> </label> </div> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp
<label for="doc.label" class="col-sm-3 text-sm-right col-form-label">label</label> <div class="col-sm-9"> <la:errors property="doc.label"/> <la:textarea styleId="doc.label" property="doc.label" styleClass="form-control"/> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 24.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
key="labels.advance_search_phrase_query" /></label> <div class="col-lg-5 col-md-8 col-sm-7 col-6"> <input class="form-control" type="text" id="as_epq" name="as.epq" value="${f:h(fe:join(as.epq))}"> </div> </div> <div class="mb-3 row"> <label for="as_oq" class="col-lg-3 col-md-4 col-sm-5 col-12 col-form-label"><la:message key="labels.advance_search_should_queries" /></label>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0)