Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 460 for readTime (0.09 seconds)

  1. docs/distributed/README.md

    ### Data protection
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  2. docs/bucket/versioning/README.md

    unintended overwrites, deletions, protect objects with retention policies.
    
    To control data retention and storage usage, use object versioning with [object lifecycle management](https://github.com/minio/minio/blob/master/docs/bucket/lifecycle/README.md).  If you have an object expiration lifecycle policy in your non-versioned bucket and you want to maintain the same permanent delete behavior when on versioning-enabled bucket, you must add a noncurrent expiration policy. The noncurrent expiration...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 12K bytes
    - Click Count (0)
  3. docs/security/README.md

    More details about supported KMS implementations and configuration can be found at the [KMS guide](https://github.com/minio/minio/blob/master/docs/kms/README.md).
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Feb 26 09:25:50 GMT 2025
    - 13.8K bytes
    - Click Count (0)
  4. src/main/java/jcifs/smb1/smb1/SmbRandomAccessFile.java

            }
    
            int r, n;
            final SmbComReadAndXResponse response = new SmbComReadAndXResponse(b, off);
            do {
                r = len > readSize ? readSize : len;
                file.send(new SmbComReadAndX(file.fid, fp, r, null), response);
                n = response.dataLength;
                if (n <= 0) {
                    return (int) (fp - start > 0L ? fp - start : -1);
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 14.1K bytes
    - Click Count (0)
  5. lib/time/README

    180909 <******@****.***> 1628992653 +0000
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Sun Aug 15 02:18:46 GMT 2021
    - 390 bytes
    - Click Count (0)
  6. misc/go_android_exec/README

    Austin Clements <******@****.***> 1682707878 -0400
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon May 01 14:45:55 GMT 2023
    - 732 bytes
    - Click Count (0)
  7. build-tools-internal/src/main/resources/deb/README

    Rene Groeschke <******@****.***> 1622539170 +0200
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 242 bytes
    - Click Count (0)
  8. doc/initial/6-stdlib/99-minor/README

    Jonathan Amsterdam <******@****.***> 1705624488 -0500
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 69 bytes
    - Click Count (0)
  9. src/cmd/api/testdata/src/issue29837/p/README

    Baokun Lee <******@****.***> 1548174173 +0800
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Mar 04 15:32:18 GMT 2019
    - 62 bytes
    - Click Count (0)
  10. src/main/java/jcifs/smb/SmbRandomAccessFile.java

                }
    
                try (SmbFileHandle h = ensureOpen()) {}
                this.readSize = th.getReceiveBufferSize() - 70;
                this.writeSize = th.getSendBufferSize() - 70;
    
                if (th.hasCapability(SmbConstants.CAP_LARGE_READX)) {
                    this.largeReadX = true;
                    this.readSize =
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 18.8K bytes
    - Click Count (0)
Back to Top