Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 161 - 170 of 359 for labeled (0.15 seconds)

  1. src/main/webapp/WEB-INF/view/admin/keymatch/admin_keymatch.jsp

                                                <thead>
                                                <tr>
                                                    <th><la:message key="labels.key_match_list_term"/></th>
                                                    <th><la:message key="labels.key_match_list_query"/></th>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 7.5K bytes
    - Click Count (0)
  2. cmd/metrics-v3-handler.go

    	Type   string   `json:"type"`
    	Labels []string `json:"labels"`
    }
    
    func (md metricDisplay) String() string {
    	return fmt.Sprintf("Name: %s\nType: %s\nHelp: %s\nLabels: {%s}\n", md.Name, md.Type, md.Help, strings.Join(md.Labels, ","))
    }
    
    func (md metricDisplay) TableRow() string {
    	labels := strings.Join(md.Labels, ",")
    	if labels == "" {
    		labels = ""
    	} else {
    		labels = "`" + labels + "`"
    	}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 10 18:57:03 GMT 2025
    - 7.7K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/common/admin/crud/breadcrumb.jsp

    		<li class="breadcrumb-item active"><la:message key="labels.crud_link_list" /></li>
    	</c:if>
    	<c:if test="${crudMode != null}">
    		<li class="breadcrumb-item"><la:link href="../list">
    				<la:message key="labels.crud_link_list" />
    			</la:link></li>
    	</c:if>
    	<c:if test="${crudMode == 1}">
    		<li class="breadcrumb-item active"><la:message key="labels.crud_link_create" /></li>
    	</c:if>
    	<c:if test="${crudMode == 2}">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 919 bytes
    - Click Count (0)
  4. src/main/webapp/WEB-INF/view/admin/design/admin_design_edit.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html>
    ${fe:html(true)}
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.design_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 3.7K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/common/admin/crud/header.jsp

    <h3 class="card-title">
    	<c:if test="${crudMode == null}">
    		<la:message key="labels.crud_title_list" />
    	</c:if>
    	<c:if test="${crudMode == 1}">
    		<la:message key="labels.crud_title_create" />
    	</c:if>
    	<c:if test="${crudMode == 2}">
    		<la:message key="labels.crud_title_edit" />
    	</c:if>
    	<c:if test="${crudMode == 3}">
    		<la:message key="labels.crud_title_delete" />
    	</c:if>
    	<c:if test="${crudMode == 4}">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 1K bytes
    - Click Count (0)
  6. src/main/webapp/WEB-INF/view/admin/relatedcontent/admin_relatedcontent.jsp

                                        <div class="form-group row">
                                            <label for="term" class="col-sm-2 text-sm-right col-form-label"><la:message
                                                    key="labels.related_content_term"/></label>
                                            <div class="col-sm-10">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 7.5K bytes
    - Click Count (0)
  7. src/main/webapp/WEB-INF/view/admin/webauth/admin_webauth.jsp

                                                <table class="table table-bordered table-striped" aria-label="<la:message key="labels.web_auth_list" />">
                                                    <thead>
                                                    <tr>
                                                        <th><la:message key="labels.webauth_list_hostname"/></th>
                                                        <th><la:message
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 6.2K bytes
    - Click Count (0)
  8. src/main/webapp/WEB-INF/view/admin/backup/admin_backup.jsp

                                            <table class="table table-bordered table-striped" aria-label="<la:message key="labels.backup_list" />">
                                                <thead>
                                                <tr>
                                                    <th><la:message key="labels.backup_name"/></th>
                                                </tr>
                                                </thead>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 5.2K bytes
    - Click Count (0)
  9. src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype_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.labeltype_name"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="name"/>
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 7.5K bytes
    - Click Count (0)
  10. src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%><!DOCTYPE html>
    ${fe:html(true)}
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.wizard_title_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 13 05:54:52 GMT 2025
    - 3.6K bytes
    - Click Count (0)
Back to Top