Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for UNSUPPORTED (0.83 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                withProblem("Build file 'build.gradle': line 510: invocation of 'Task.project' at execution time is unsupported.")
                withProblem("Build file 'build.gradle': line 515: invocation of 'Task.project' at execution time is unsupported.")
                withProblem("Build file 'build.gradle': line 520: invocation of 'Task.project' at execution time is unsupported.")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. cmd/api-errors.go

    	},
    	ErrUnsupportedSQLOperation: {
    		Code:           "UnsupportedSqlOperation",
    		Description:    "Encountered an unsupported SQL operation.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrUnsupportedSQLStructure: {
    		Code:           "UnsupportedSqlStructure",
    		Description:    "Encountered an unsupported SQL structure. Check the SQL Reference.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrUnsupportedSyntax: {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (0)
  3. pkg/apis/autoscaling/validation/validation_test.go

    				Policies: []autoscaling.HPAScalingPolicy{{
    					Type:          autoscaling.PodsScalingPolicy,
    					Value:         7,
    					PeriodSeconds: 8,
    				}},
    			},
    		},
    		msg: `spec.behavior.scaleUp.selectPolicy: Unsupported value: "incorrect": supported values: "Disabled", "Max", "Min"`,
    	}, {
    		behavior: autoscaling.HorizontalPodAutoscalerBehavior{
    			ScaleUp: &autoscaling.HPAScalingRules{
    				Policies: []autoscaling.HPAScalingPolicy{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  4. src/crypto/x509/x509.go

    const (
    	UnknownSignatureAlgorithm SignatureAlgorithm = iota
    
    	MD2WithRSA  // Unsupported.
    	MD5WithRSA  // Only supported for signing, not verification.
    	SHA1WithRSA // Only supported for signing, and verification of CRLs, CSRs, and OCSP responses.
    	SHA256WithRSA
    	SHA384WithRSA
    	SHA512WithRSA
    	DSAWithSHA1   // Unsupported.
    	DSAWithSHA256 // Unsupported.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:20:15 UTC 2024
    - 82K bytes
    - Viewed (0)
  5. src/regexp/testdata/testregex.c

    			printf("NOTE\t%s\n", s);
    			if (elementsof(unsupported) > 1)
    			{
    #if (REG_TEST_DEFAULT & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL)) || !defined(REG_EXTENDED)
    				i = 0;
    #else
    				i = REG_EXTENDED != 0;
    #endif
    				for (got = 0; i < elementsof(unsupported) - 1; i++)
    				{
    					if (!got)
    					{
    						got = 1;
    						printf("NOTE\tunsupported: %s", unsupported[i]);
    					}
    					else
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 51.3K bytes
    - Viewed (0)
  6. hack/local-up-cluster.sh

    if [[ -z "${START_MODE:-}" ]]; then
        case "$(uname -s)" in
          Darwin)
            START_MODE=nokubelet,nokubeproxy
            ;;
          Linux)
            START_MODE=all
            ;;
          *)
            echo "Unsupported host OS.  Must be Linux or Mac OS X." >&2
            exit 1
            ;;
        esac
    fi
    
    # A list of controllers to enable
    KUBE_CONTROLLERS="${KUBE_CONTROLLERS:-"*"}"
    
    # Audit policy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/crdclient/types.gen.go

    			ObjectMeta: objMeta,
    			Spec:       *(cfg.Spec.(*istioioapinetworkingv1alpha3.WorkloadGroup)),
    		}, metav1.CreateOptions{})
    	default:
    		return nil, fmt.Errorf("unsupported type: %v", cfg.GroupVersionKind)
    	}
    }
    
    func update(c kube.Client, cfg config.Config, objMeta metav1.ObjectMeta) (metav1.Object, error) {
    	switch cfg.GroupVersionKind {
    	case gvk.AuthorizationPolicy:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 62.2K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/riscv/obj.go

    			inss = []*instruction{insAUIPC, ins}
    
    		default:
    			p.Ctxt.Diag("unsupported name %d for %v", p.From.Name, p)
    			return nil
    		}
    
    	case p.From.Type == obj.TYPE_REG && p.To.Type == obj.TYPE_MEM:
    		// Register to memory stores.
    		switch p.As {
    		case AMOVBU, AMOVHU, AMOVWU:
    			p.Ctxt.Diag("%v: unsupported unsigned store", p)
    			return nil
    		}
    		switch p.To.Name {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

       // Unsupported padding
       %3 = "tf.Conv2D"(%arg0, %arg1) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", dilations = [1, 1, 1, 1], padding = "EXPLICIT", strides = [1, 1, 1, 1], explicit_paddings = [0, 0, 1, 1, 1, 1, 0, 0]} : (tensor<256x32x32x3xf32>, tensor<3x3x3x16xf32>) -> tensor<256x32x32x16xf32>
       // Unsupported strides
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  10. src/crypto/tls/common.go

    	// the static RSA key exchange, and unsupported otherwise. The logic for
    	// supporting static RSA is completely disjoint from the logic for
    	// supporting signed key exchanges, so we just check it as a fallback.
    	supportsRSAFallback := func(unsupported error) error {
    		// TLS 1.3 dropped support for the static RSA key exchange.
    		if vers == VersionTLS13 {
    			return unsupported
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
Back to top