Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 79 for 37 (0.04 sec)

  1. cmd/erasure-decode_test.go

    	{dataBlocks: 8, onDisks: 12, offDisks: 4, blocksize: int64(blockSizeV2), data: int64(2 * blockSizeV2), offset: 11, length: int64(blockSizeV2) + 2*1024, algorithm: DefaultBitrotAlgorithm, shouldFail: false, shouldFailQuorum: false},            // 37
    }
    
    func TestErasureDecode(t *testing.T) {
    	for i, test := range erasureDecodeTests {
    		setup, err := newErasureTestSetup(t, test.dataBlocks, test.onDisks-test.dataBlocks, test.blocksize)
    		if err != nil {
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 21K bytes
    - Viewed (0)
  2. cmd/object-api-multipart_test.go

    			UploadIDMarker: uploadIDs[4],
    			Uploads: []MultipartInfo{
    				{
    					Object:   objectNames[1],
    					UploadID: uploadIDs[5],
    				},
    			},
    		},
    		// listMultipartResults - 37.
    		// Checking listing with `KeyMarker` and `UploadIDMarker` set.
    		{
    			MaxUploads:     10,
    			IsTruncated:    false,
    			KeyMarker:      "minio-object.txt",
    			UploadIDMarker: uploadIDs[5],
    		},
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.4K bytes
    - Viewed (0)
  3. helm-releases/minio-3.1.0.tgz

    minio-3.1.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-09-09T21-37-07Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.1.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Sun Sep 12 18:19:27 UTC 2021
    - 14.3K bytes
    - Viewed (0)
  4. docs/vi/docs/python-types.md

    Trong tất cả các tài liệu tồn tại những ví dụ tương thích với mỗi phiên bản Python (khi có một sự khác nhau).
    
    Cho ví dụ "**Python 3.6+**" có nghĩa là nó tương thích với Python 3.7 hoặc lớn hơn (bao gồm 3.7, 3.8, 3.9, 3.10,...). và "**Python 3.9+**" nghĩa là nó tương thích với Python 3.9 trở lên (bao gồm 3.10,...).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/ImmutableSortedSetTest.java

        SortedSet<String> set =
            ImmutableSortedSet.orderedBy(STRING_LENGTH)
                .add("in", "the", "quick", "jumped", "over", "a")
                .build();
        assertFalse(set.contains(3.7));
      }
    
      public void testExplicit_comparator() {
        SortedSet<String> set =
            ImmutableSortedSet.orderedBy(STRING_LENGTH)
                .add("in", "the", "quick", "jumped", "over", "a")
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 46.7K bytes
    - Viewed (0)
  6. api/go1.11.txt

    pkg debug/elf, const R_RISCV_SUB6 = 52
    pkg debug/elf, const R_RISCV_SUB6 R_RISCV
    pkg debug/elf, const R_RISCV_SUB64 = 40
    pkg debug/elf, const R_RISCV_SUB64 R_RISCV
    pkg debug/elf, const R_RISCV_SUB8 = 37
    pkg debug/elf, const R_RISCV_SUB8 R_RISCV
    pkg debug/elf, const R_RISCV_TLS_DTPMOD32 = 6
    pkg debug/elf, const R_RISCV_TLS_DTPMOD32 R_RISCV
    pkg debug/elf, const R_RISCV_TLS_DTPMOD64 = 7
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_ECMA ideal-int
    pkg syscall (freebsd-arm64), const AF_HYLINK = 15
    pkg syscall (freebsd-arm64), const AF_HYLINK ideal-int
    pkg syscall (freebsd-arm64), const AF_IEEE80211 = 37
    pkg syscall (freebsd-arm64), const AF_IEEE80211 ideal-int
    pkg syscall (freebsd-arm64), const AF_IMPLINK = 3
    pkg syscall (freebsd-arm64), const AF_IMPLINK ideal-int
    pkg syscall (freebsd-arm64), const AF_INET_SDP = 40
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. guava/src/com/google/common/hash/Hashing.java

          checkArgument(
              nextBytes.length == resultBytes.length, "All hashcodes must have the same bit length.");
          for (int i = 0; i < nextBytes.length; i++) {
            resultBytes[i] = (byte) (resultBytes[i] * 37 ^ nextBytes[i]);
          }
        }
        return HashCode.fromBytesNoCopy(resultBytes);
      }
    
      /**
       * Returns a hash code, having the same bit length as each of the input hash codes, that combines
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 22:06:57 UTC 2025
    - 31.1K bytes
    - Viewed (0)
  9. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VINSERTI64X2 $3, X0, Z31, K6, Z17                  // 62e3854638c803
    	VINSERTI64X2 $3, 7(AX), Z31, K6, Z17               // 62e3854638880700000003
    	VINSERTI64X2 $3, (DI), Z31, K6, Z17                // 62e38546380f03
    	VINSERTI64X2 $3, X7, Z0, K6, Z17                   // 62e3fd4e38cf03
    	VINSERTI64X2 $3, X0, Z0, K6, Z17                   // 62e3fd4e38c803
    	VINSERTI64X2 $3, 7(AX), Z0, K6, Z17                // 62e3fd4e38880700000003
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const AF_ECMA ideal-int
    pkg syscall (darwin-arm64), const AF_HYLINK = 15
    pkg syscall (darwin-arm64), const AF_HYLINK ideal-int
    pkg syscall (darwin-arm64), const AF_IEEE80211 = 37
    pkg syscall (darwin-arm64), const AF_IEEE80211 ideal-int
    pkg syscall (darwin-arm64), const AF_IMPLINK = 3
    pkg syscall (darwin-arm64), const AF_IMPLINK ideal-int
    pkg syscall (darwin-arm64), const AF_INET6 = 30
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top