Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for drs (3.05 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbTransport.java

            if (rn == 0 || resp.numReferrals < rn) {
                rn = resp.numReferrals;
            }
    
            final DfsReferral[] drs = new DfsReferral[rn];
            final String[] arr = new String[4];
            final long expiration = System.currentTimeMillis() + Dfs.TTL * 1000;
    
            for (int di = 0; di < drs.length; di++) {
                final DfsReferral dr = new DfsReferral();
                /* NTLM HTTP Authentication must be re-negotiated
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  2. 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 Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 118K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    senseering.net
    
    // Servebolt AS: https://servebolt.com
    // Submitted by Daniel Kjeserud <******@****.***>
    servebolt.cloud
    
    // Service Online LLC : http://drs.ua/
    // Submitted by Serhii Bulakh <support@drs.ua>
    biz.ua
    co.ua
    pp.ua
    
    // Shanghai Accounting Society : https://www.sasf.org.cn
    // Submitted by Information Administration <******@****.***>
    as.sh.cn
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
Back to top