Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for drs (0.03 sec)

  1. istioctl/pkg/writer/pilot/status.go

    		if err := xdsStatusPrintln(w, status); err != nil {
    			return err
    		}
    	}
    	if w != nil {
    		return w.Flush()
    	}
    	return nil
    }
    
    func (s *XdsStatusWriter) setupStatusPrint(drs map[string]*discovery.DiscoveryResponse) (*tabwriter.Writer, []*xdsWriterStatus, error) {
    	// Gather the statuses before printing so they may be sorted
    	var fullStatus []*xdsWriterStatus
    	mappedResp := map[string]string{}
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jun 21 22:47:20 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. istioctl/pkg/internaldebug/internal-debug.go

    	Writer                 io.Writer
    	Namespace              string
    	InternalDebugAllIstiod bool
    }
    
    func (s *DebugWriter) PrintAll(drs map[string]*discovery.DiscoveryResponse) error {
    	// Gather the statuses before printing so they may be sorted
    	mappedResp := map[string]string{}
    	for id, dr := range drs {
    		for _, resource := range dr.Resources {
    			if s.InternalDebugAllIstiod {
    				mappedResp[id] = string(resource.Value) + "\n"
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 12 11:30:24 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            if (rn == 0 || resp.numReferrals < rn) {
                rn = resp.numReferrals;
            }
    
            DfsReferral[] drs = new DfsReferral[rn];
            String[] arr = new String[4];
            long expiration = System.currentTimeMillis() + Dfs.TTL * 1000;
    
            for (int di = 0; di < drs.length; di++) {
                DfsReferral dr = new DfsReferral();
                            /* NTLM HTTP Authentication must be re-negotiated
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 21:10:40 UTC 2019
    - 31.2K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    	}
    	drs := getReplicationState(rinfos, dobj.ReplicationState, dobj.VersionID)
    	if replicationStatus != prevStatus {
    		drs.ReplicationTimeStamp = UTCNow()
    	}
    
    	dobjInfo, err := objectAPI.DeleteObject(ctx, bucket, dobj.ObjectName, ObjectOptions{
    		VersionID:         versionID,
    		MTime:             dobj.DeleteMarkerMTime.Time,
    		DeleteReplication: drs,
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 10 06:49:55 UTC 2024
    - 116.1K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    minisite.ms
    
    // Service Magnet : https://myservicemagnet.com
    // Submitted by Dave Sanders <******@****.***>
    magnet.page
    
    // Service Online LLC : http://drs.ua/
    // Submitted by Serhii Bulakh <support@drs.ua>
    biz.ua
    co.ua
    pp.ua
    
    // Shift Crypto AG : https://shiftcrypto.ch
    // Submitted by alex <******@****.***>
    shiftcrypto.dev
    shiftcrypto.io
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top