- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 121 for LABEL (0.03 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/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/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) -
android/guava/src/com/google/common/util/concurrent/ListenerCallQueue.java
* Enqueues an event to be run on currently known listeners, with a label. * * @param event the callback to execute on {@link #dispatch} * @param label a description of the event to use in the case of an error */ public void enqueue(Event<L> event, String label) { enqueueHelper(event, label); } private void enqueueHelper(Event<L> event, Object label) { checkNotNull(event, "event");
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue May 13 17:27:14 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/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) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/CreateForm.java
/** * The value of the label type (alphanumeric and underscore only). */ @Required @Size(max = 100) @Pattern(regexp = "^[a-zA-Z0-9_]+$") public String value; /** * The paths to include for this label type. */ @CustomSize(maxKey = "form.admin.max.input.size") public String includedPaths; /** * The paths to exclude for this label type. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/bug_report.yaml
version instead. - type: input attributes: label: Guava Version description: Which version of Guava are you using? placeholder: e.g., 33.2.1-jre validations: required: true - type: textarea attributes: label: Description description: Please describe the issue you encountered. validations: required: true
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Jul 16 20:08:25 UTC 2024 - 2.9K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/tls/OkHostnameVerifier.kt
} // Wildcard pattern // WILDCARD PATTERN RULES: // 1. Asterisk (*) is only permitted in the left-most domain name label and must be the // only character in that label (i.e., must match the whole left-most label). // For example, *.example.com is permitted, while *a.example.com, a*.example.com, // a*b.example.com, a.*.example.com are not permitted.
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 7.6K bytes - Viewed (0)