Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 606 for Babel (0.17 sec)

  1. src/main/webapp/WEB-INF/view/admin/relatedcontent/admin_relatedcontent_edit.jsp

                                    </div>
                                    <div class="form-group row">
                                        <label for="term" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.related_content_term"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="term"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.4K bytes
    - Viewed (0)
  2. .github/ISSUE_TEMPLATE/12-telemetry.yml

    projects: ["golang/29"]
    body:
    - type: textarea
      attributes:
        label: Counter names
        description: Names of counters to add or update.
      validations:
        required: true
    - type: textarea
      attributes:
        label: Description
        description: What do these counters measure?
      validations:
        required: true
    - type: textarea
      attributes:
        label: Rationale
        description: |
          Why is the counter important?
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 27 17:23:51 GMT 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                            test="${!labelSettingEnabled}"> style="display:none"</c:if>>
                                        <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"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.3K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

        attributes:
          label: Current Behavior
          description: Tell us what happens
        validations:
          required: true
      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
          description: Tell us what should happen
        validations:
          required: true
      - type: textarea
        id: context
        attributes:
          label: Context (optional)
          description: |
    Others
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Fri Feb 16 07:49:32 GMT 2024
    - 3K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                    <div class="form-group row">
                                        <label for="logTypeSearch" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                key="labels.searchlog_log_type"/></label>
                                        <div class="col-sm-4">
                                            <la:select styleId="logTypeSearch" property="logType"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/reqheader/admin_reqheader_edit.jsp

                                    </div>
                                    <div class="form-group row">
                                        <label for="name" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.reqheader_name"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="name"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 5.1K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp

                                    </div>
                                    <div class="form-group row">
                                        <label for="crawlingConfigName" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.wizard_crawling_config_name"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="crawlingConfigName"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6.6K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth_edit.jsp

                                    </div>
                                    <div class="form-group row">
                                        <label for="hostname" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.webauth_hostname"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="hostname"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 8.5K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/relatedquery/admin_relatedquery_edit.jsp

                                    </div>
                                    <div class="form-group row">
                                        <label for="term" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.related_query_term"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="term"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 4.8K bytes
    - Viewed (0)
  10. 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");
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 8.2K bytes
    - Viewed (0)
Back to top