Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for mx (1.82 sec)

  1. cmd/site-replication-metrics.go

    	for dID, v := range sr.M {
    		t := newXferStats()
    		mx := make(map[RMetricName]XferStats)
    
    		if v.XferRateLrg != nil {
    			mx[Large] = *v.XferRateLrg.Clone()
    			m := t.merge(*v.XferRateLrg)
    			t = &m
    		}
    		if v.XferRateSml != nil {
    			mx[Small] = *v.XferRateSml.Clone()
    			m := t.merge(*v.XferRateSml)
    			t = &m
    		}
    
    		mx[Total] = *t
    		metric := SRMetric{
    			ReplicatedSize:  v.ReplicatedSize,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Feb 06 06:00:45 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  2. internal/config/dns/types.go

    	Priority int         `json:"priority,omitempty"`
    	Weight   int         `json:"weight,omitempty"`
    	Text     string      `json:"text,omitempty"`
    	Mail     bool        `json:"mail,omitempty"` // Be an MX record. Priority becomes Preference.
    	TTL      uint32      `json:"ttl,omitempty"`
    
    	// Holds info about when the entry was created first.
    	CreationDate time.Time `json:"creationDate"`
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 2K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/view/index.jsp

    							suffix="errors.front_suffix" />
    					</div>
    					<fieldset>
    						<legend><la:message key="labels.search" /></legend>
    						<div class="clearfix">
    							<div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6">
    								<la:text styleClass="query form-control center-block"
    									property="q" size="50" maxlength="1000" styleId="contentQuery"
    									autocomplete="off" />
    							</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/index.jsp

    							suffix="errors.front_suffix" />
    					</div>
    					<fieldset>
    						<legend><la:message key="labels.search" /></legend>
    						<div class="clearfix">
    							<div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6">
    								<la:text styleClass="query form-control center-block"
    									property="q" size="50" maxlength="1000" styleId="contentQuery"
    									autocomplete="off" />
    							</div>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  5. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    						styleClass="btn btn-link btn-sm">
    						<la:message key="labels.facet_label_reset" />
    					</la:link>
    				</div>
    			</c:if>
    		</c:if>
    	</aside>
    </div>
    <div class="row">
    	<nav id="subfooter" class="mx-auto">
    		<ul class="pagination">
    			<c:if test="${existPrevPage}">
    				<li class="page-item"><la:link styleClass="page-link" aria-label="Previous"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (1)
  6. src/main/webapp/WEB-INF/view/searchResults.jsp

    						styleClass="btn btn-link btn-sm">
    						<la:message key="labels.facet_label_reset" />
    					</la:link>
    				</div>
    			</c:if>
    		</c:if>
    	</aside>
    </div>
    <div class="row">
    	<nav id="subfooter" class="mx-auto">
    		<ul class="pagination">
    			<c:if test="${existPrevPage}">
    				<li class="page-item"><la:link styleClass="page-link" aria-label="Previous"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (0)
Back to top