Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 481 for 1011 (0.19 sec)

  1. cmd/server_test.go

    	// also has expected response data.
    	testCases := []struct {
    		byteRange      string
    		expectedString string
    	}{
    		// request for byte range 10-11.
    		// expecting the result to contain only putContent[10:12] bytes.
    		{"10-11", putContent[10:12]},
    		// request for object data after the first byte.
    		{"1-", putContent[1:]},
    		// request for object data after the first byte.
    		{"6-", putContent[6:]},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  2. cmd/object-api-listobjects_test.go

    		{"test-bucket-list-object", "Asia", "europe-object", "", 0, ListObjectsInfo{}, nil, true},
    		// Setting a non-existing directory to be prefix (10-11).
    		{"empty-bucket", "europe/france/", "", "", 1, ListObjectsInfo{}, nil, true},
    		{"empty-bucket", "africa/tunisia/", "", "", 1, ListObjectsInfo{}, nil, true},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 11:07:40 UTC 2024
    - 73.1K bytes
    - Viewed (0)
  3. src/html/template/exec_test.go

    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    	{"array[1:]", "{{slice .AI 1}}", "[4 5]", tVal, true},
    	{"array[1:2]", "{{slice .AI 1 2}}", "[4]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  4. src/text/template/exec_test.go

    	{"len(s) < indexes < cap(s)", "{{slice .SICap 6 10 10}}", "[0 0 0 0]", tVal, true},
    	{"indexes > cap(s)", "{{slice .SICap 10 11}}", "", tVal, false},
    	{"indexes > cap(s)", "{{slice .SICap 6 10 11}}", "", tVal, false},
    	{"array[:]", "{{slice .AI}}", "[3 4 5]", tVal, true},
    	{"array[1:]", "{{slice .AI 1}}", "[4 5]", tVal, true},
    	{"array[1:2]", "{{slice .AI 1 2}}", "[4]", tVal, true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  5. cmd/object-api-multipart_test.go

    		// Asserting for Invalid UploadID (Test number 9).
    		{bucketNames[0], objectNames[0], "abc", []CompletePart{}, "", InvalidUploadID{UploadID: "abc"}, false},
    		// Test case with invalid Part Etag (Test number 10-11).
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abc"}}, "", InvalidPart{}, false},
    		{bucketNames[0], objectNames[0], uploadIDs[0], []CompletePart{{ETag: "abcz"}}, "", InvalidPart{}, false},
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 22 06:26:06 UTC 2024
    - 77.1K bytes
    - Viewed (0)
  6. test/float_lit.go

    	if !close(0.0, 0, 1, 0) {
    		print("0.0 is ", 0.0, "\n")
    	}
    	if !close(+10.01, 1001, 100, 0) {
    		print("+10.01 is ", +10.01, "\n")
    	}
    	if !close(-210.012, -210012, 1000, 0) {
    		print("-210.012 is ", -210.012, "\n")
    	}
    
    	if !close(0E+1, 0, 1, 0) {
    		print("0E+1 is ", 0E+1, "\n")
    	}
    	if !close(+10e2, 10, 1, 2) {
    		print("+10e2 is ", +10e2, "\n")
    	}
    	if !close(-210e3, -210, 1, 3) {
    		print("-210e3 is ", -210e3, "\n")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 12 18:17:49 UTC 2013
    - 4K bytes
    - Viewed (0)
  7. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/client/DaemonStartupMessageTest.groovy

            where:
            numBusy | numIncompatible | numStopped | messages
            0       | 1               | 0          | ["1 incompatible"]
            1       | 0               | 0          | ["1 busy"]
            0       | 0               | 1          | ["1 stopped"]
            1       | 2               | 4          | ["1 busy", "2 incompatible", "4 stopped"]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 2K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/internal/ws/WebSocketHttpTest.kt

        val clientReason = "unexpected Sec-WebSocket-Extensions in response header"
        serverListener.assertClosing(1010, clientReason)
        server.close(1010, "")
        clientListener.assertClosing(1010, "")
        clientListener.assertClosed(1010, "")
        serverListener.assertClosed(1010, clientReason)
        clientListener.assertExhausted()
        serverListener.assertExhausted()
      }
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 31 17:16:15 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  9. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1009, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1010, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1011, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1012, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1013, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1014, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1015, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1016, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1017, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  10. helm-releases/minio-5.0.11.tgz

    minio-5.0.11.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2023-06-19T19-52-50Z 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: 5.0.11 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed Jun 21 19:29:09 UTC 2023
    - 20.3K bytes
    - Viewed (0)
Back to top