Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 111 - 120 of 324 for label3 (0.03 seconds)

  1. .github/ISSUE_TEMPLATE/40_contributor_documentation.yml

      - type: dropdown
        id: issue-type
        attributes:
          label: Issue type
          options:
            - Wrong or misleading information
            - Missing information
            - Styling or Accessibility
            - Typo (please open a PR instead)
        validations:
          required: true
      - type: textarea
        id: description
        attributes:
          label: Problem description
          description: |
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Mon Jan 15 10:01:01 GMT 2024
    - 1.6K bytes
    - Click Count (0)
  2. src/main/webapp/WEB-INF/view/admin/joblog/admin_joblog.jsp

                                                            key="labels.joblog_jobStatus"/></th>
                                                    <th style="width: 25%"><la:message
                                                            key="labels.joblog_startTime"/></th>
                                                    <th style="width: 25%"><la:message
                                                            key="labels.joblog_endTime"/></th>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 11.5K bytes
    - Click Count (0)
  3. src/main/webapp/js/chat.js

                state.errorHandled = true;
                var errorMessage = config.labels.error;
                try {
                    var data = JSON.parse(e.data);
                    if (data.errorCode && config.labels.errors && config.labels.errors[data.errorCode]) {
                        errorMessage = config.labels.errors[data.errorCode];
                    } else if (data.message) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp

                                            <table class="table table-bordered table-striped" aria-label="<la:message key="labels.access_token_list" />">
                                                <thead>
                                                <tr>
                                                    <th><la:message
                                                            key="labels.access_token_list_name"/></th>
                                                </tr>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                    <table class="table table-bordered" aria-label="<la:message key="labels.web_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                    <table class="table table-bordered" aria-label="<la:message key="labels.file_config_details" />">
                                        <tbody>
                                        <c:if test="${id != null}">
                                            <tr>
                                                <th style="width: 25%"><la:message key="labels.id"/></th>
                                                <td>${f:h(id)}</td>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 11.1K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                                <thead>
                                                <tr>
                                                    <th><la:message key="labels.dict_stemmeroverride_source"/></th>
                                                    <th><la:message key="labels.dict_stemmeroverride_target"/></th>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 10.3K bytes
    - Click Count (0)
  8. .github/ISSUE_TEMPLATE/20_contributor_feature_request.yml

      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
          description: Tell us how it should work
        validations:
          required: true
      - type: textarea
        id: current-behavior
        attributes:
          label: Current Behavior (optional)
          description: Is there a way to achieve the same or similar outcome today?
        validations:
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Nov 27 15:48:22 GMT 2025
    - 1.5K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/orig/view/index.jsp

    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.search_title" /></title>
    <c:if test="${osddLink}">
    	<link rel="search" type="application/opensearchdescription+xml"
    		href="${fe:url('/osdd')}"
    		title="<la:message key="labels.index_osdd_title" />" />
    </c:if>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet"
    	type="text/css" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.3K bytes
    - Click Count (1)
  10. src/main/webapp/WEB-INF/view/index.jsp

    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title><la:message key="labels.search_title" /></title>
    <c:if test="${osddLink}">
    	<link rel="search" type="application/opensearchdescription+xml"
    		href="${fe:url('/osdd')}"
    		title="<la:message key="labels.index_osdd_title" />" />
    </c:if>
    <link href="${fe:url('/css/bootstrap.min.css')}" rel="stylesheet"
    	type="text/css" />
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 7.3K bytes
    - Click Count (0)
Back to Top