Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rt (0.01 sec)

  1. cmd/object-handlers.go

    func setRemoteInstanceTransport(tr http.RoundTripper) {
    	remoteInstanceTransport.Store(tr)
    }
    
    func getRemoteInstanceTransport() http.RoundTripper {
    	rt, ok := remoteInstanceTransport.Load().(http.RoundTripper)
    	if ok {
    		return rt
    	}
    	return nil
    }
    
    // Returns a minio-go Client configured to access remote host described by destDNSRecord
    // Applicable only in a federated deployment
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 05 05:16:15 UTC 2024
    - 117.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Query ID */
        public static final String LABELS_QUERY_ID = "{labels.queryId}";
    
        /** The key of the message: rt */
        public static final String LABELS_RT = "{labels.rt}";
    
        /** The key of the message: Search Log */
        public static final String LABELS_SEARCH_LOG = "{labels.searchLog}";
    
        /** The key of the message: Sort */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top