Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 199 for 9$ (1.42 sec)

  1. cmd/auth-handler_test.go

    		},
    		// Test 8 - JWT is not supported s3 type.
    		{
    			authT: authTypeJWT,
    			pass:  false,
    		},
    		// Test 9 - unknown auth header is not supported s3 type.
    		{
    			authT: authTypeUnknown,
    			pass:  false,
    		},
    		// Test 10 - some new auth type is not supported s3 type.
    		{
    			authT: authType(9),
    			pass:  false,
    		},
    	}
    	// Validate all the test cases.
    	for i, tt := range testCases {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/model/CIBuildModel.kt

                    TestCoverage(8, TestType.soak, Os.LINUX, JvmCategory.MAX_LTS_VERSION, 1),
                    TestCoverage(9, TestType.soak, Os.WINDOWS, JvmCategory.MIN_VERSION_WINDOWS_MAC, 1),
                    TestCoverage(35, TestType.soak, Os.MACOS, JvmCategory.MAX_LTS_VERSION, 1, arch = Arch.AARCH64),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  3. docs/site-replication/run-multi-site-minio-idp.sh

    	cat /tmp/minio2_2.log
    	echo "minio3 ============"
    	cat /tmp/minio3_1.log
    	cat /tmp/minio3_2.log
    
    	exit 1
    }
    
    cleanup() {
    	echo "Cleaning up instances of MinIO"
    	pkill minio
    	pkill -9 minio
    	rm -rf /tmp/minio-internal-idp{1,2,3}
    }
    
    cleanup
    
    unset MINIO_KMS_KES_CERT_FILE
    unset MINIO_KMS_KES_KEY_FILE
    unset MINIO_KMS_KES_ENDPOINT
    unset MINIO_KMS_KES_KEY_NAME
    
    export MINIO_CI_CD=1
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 12K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/mkerrors.sh

    		$2 ~ /^FIB_RULE_/ ||
    		$2 ~ /^BLK[A-Z]*(GET$|SET$|BUF$|PART$|SIZE|IOMIN$|IOOPT$|ALIGNOFF$|DISCARD|ROTATIONAL$|ZEROOUT$|GETDISKSEQ$)/ {printf("\t%s = C.%s\n", $2, $2)}
    		$2 ~ /^__WCOREFLAG$/ {next}
    		$2 ~ /^__W[A-Z0-9]+$/ {printf("\t%s = C.%s\n", substr($2,3), $2)}
    
    		{next}
    	' | sort
    
    	echo ')'
    ) >_const.go
    
    # Pull out the error names for later.
    errors=$(
    	echo '#include <errno.h>' | $CC -x c - -E -dM $ccflags |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 20.2K bytes
    - Viewed (0)
  5. src/image/gif/writer.go

    	byteorder.LePutUint16(e.buf[1:3], uint16(b.Min.X))
    	byteorder.LePutUint16(e.buf[3:5], uint16(b.Min.Y))
    	byteorder.LePutUint16(e.buf[5:7], uint16(b.Dx()))
    	byteorder.LePutUint16(e.buf[7:9], uint16(b.Dy()))
    	e.write(e.buf[:9])
    
    	// To determine whether or not this frame's palette is the same as the
    	// global palette, we can check a couple things. First, do they actually
    	// point to the same []color.Color? If so, they are equal so long as the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:38:09 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  6. src/encoding/gob/encoder_test.go

    		enc.Encode(s8)
    
    		dec := NewDecoder(&sink)
    		res := make([]int8, 9)
    		dec.Decode(&res)
    
    		if !reflect.DeepEqual(s8, res) {
    			t.Fatalf("EncodeIntSlice: expected %v, got %v", s8, res)
    		}
    	})
    
    	t.Run("int16", func(t *testing.T) {
    		var sink bytes.Buffer
    		enc := NewEncoder(&sink)
    		enc.Encode(s16)
    
    		dec := NewDecoder(&sink)
    		res := make([]int16, 9)
    		dec.Decode(&res)
    
    		if !reflect.DeepEqual(s16, res) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  7. pkg/zdsapi/zds.pb.go

    	})
    	return file_zdsapi_zds_proto_rawDescData
    }
    
    var file_zdsapi_zds_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
    var file_zdsapi_zds_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
    var file_zdsapi_zds_proto_goTypes = []interface{}{
    	(Version)(0),             // 0: istio.workload.zds.Version
    	(*ZdsHello)(nil),         // 1: istio.workload.zds.ZdsHello
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r76/BuildPhaseOperationEventCrossVersionTest.groovy

            assertSuccessfulFinishEventHas(progressEvents[7], "RUN_WORK")
            // End root build tasks
            assertSuccessfulFinishEventHas(progressEvents[8], "RUN_WORK")
            assertSuccessfulFinishEventHas(progressEvents[9], "RUN_MAIN_TASKS")
        }
    
        boolean assertStartEventHas(ProgressEvent event, String buildPhase, int buildItemsCount) {
            assert buildPhase && event instanceof BuildPhaseStartEvent
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 10:41:50 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            then:
            problems.assertResultHasProblems(result) {
                withTotalProblemsCount(1)
                withUniqueProblems(
                    "Build file 'build.gradle': line 9: accessing non-serializable type '${serviceType.name}'"
                )
            }
    
            where:
            serviceType << disallowedServiceTypesAtExecution
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  10. src/net/conf.go

    //
    // The netgo build tag prefers the go resolver.
    // The netcgo build tag prefers the cgo resolver.
    //
    // The netgo build tag also prohibits the use of the cgo tool.
    // However, on Darwin, Plan 9, and Windows the cgo resolver is still available.
    // On those systems the cgo resolver does not require the cgo tool.
    // (The term "cgo resolver" was locked in by GODEBUG settings
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
Back to top