Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 102 for selectgo (0.48 sec)

  1. src/crypto/tls/tls_test.go

    			config: &Config{
    				CipherSuites: []uint16{TLS_RSA_WITH_AES_128_GCM_SHA256},
    				MaxVersion:   VersionTLS12,
    			},
    		}, ""}, // Check that mutual version selection works.
    
    		{ecdsaCert, &ClientHelloInfo{
    			CipherSuites:      []uint16{TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256},
    			SupportedCurves:   []CurveID{CurveP256},
    			SupportedPoints:   []uint8{pointFormatUncompressed},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    [[legacy_attribute_snapshotting]]
    ==== Fixed variant selection behavior with `ArtifactView` and `ArtifactCollection`
    
    The dependency resolution APIs for selecting different artifacts or files (`Configuration.getIncoming().artifactView { }` and `Configuration.getIncoming().getArtifacts()`) captured immutable copies of the underlying `Configuration`'s attributes to use for variant selection.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/core.v1.PodTemplate.json

                      }
                    ]
                  },
                  "spec": {
                    "accessModes": [
                      "accessModesValue"
                    ],
                    "selector": {
                      "matchLabels": {
                        "matchLabelsKey": "matchLabelsValue"
                      },
                      "matchExpressions": [
                        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  4. configure.py

        elif not user_input:
          if enabled_by_default:
            print(yes_reply)
            var = True
          else:
            print(no_reply)
            var = False
        else:
          print('Invalid selection: {}'.format(user_input_origin))
      return var
    
    
    def set_action_env_var(environ_cp,
                           var_name,
                           query_item,
                           enabled_by_default,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    	}
    	var selectors []int
    	for len(st.str) > 0 && st.str[0] == '_' {
    		st.advance(1)
    		selector := 0
    		if len(st.str) > 0 && (st.str[0] == 'n' || isDigit(st.str[0])) {
    			selector = st.number()
    		}
    		selectors = append(selectors, selector)
    	}
    	pastEnd := false
    	if len(st.str) > 0 && st.str[0] == 'p' {
    		st.advance(1)
    		pastEnd = true
    	}
    	if len(st.str) == 0 || st.str[0] != 'E' {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
  6. src/crypto/tls/handshake_server_test.go

    	// Test that a Server doesn't select a TLS 1.2-only cipher suite when
    	// the client negotiates TLS 1.1.
    	clientHello := &clientHelloMsg{
    		vers:   VersionTLS11,
    		random: make([]byte, 32),
    		cipherSuites: []uint16{
    			// The Server, by default, will use the client's
    			// preference order. So the GCM cipher suite
    			// will be selected unless it's excluded because
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  7. pilot/pkg/model/telemetry_logging_test.go

    					Mode: tpb.WorkloadMode_CLIENT,
    				},
    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "envoy",
    					},
    				},
    			},
    		},
    	}
    	sidecarClient := &tpb.Telemetry{
    		Selector: &v1beta1.WorkloadSelector{
    			MatchLabels: labels,
    		},
    		AccessLogging: []*tpb.AccessLogging{
    			{
    				Match: &tpb.AccessLogging_LogSelector{
    					Mode: tpb.WorkloadMode_CLIENT,
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/core.v1.Pod.json

                    }
                  ]
                },
                "spec": {
                  "accessModes": [
                    "accessModesValue"
                  ],
                  "selector": {
                    "matchLabels": {
                      "matchLabelsKey": "matchLabelsValue"
                    },
                    "matchExpressions": [
                      {
                        "key": "keyValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/rewrite.go

    // to (Select0 (opCC x y)) without having to explicitly fixup every user
    // of op.
    //
    // E.g consider the case:
    // a = (ADD x y)
    // b = (CMPconst [0] a)
    // c = (OR a z)
    //
    // A rule like (CMPconst [0] (ADD x y)) => (CMPconst [0] (Select0 (ADDCC x y)))
    // would produce:
    // a  = (ADD x y)
    // a' = (ADDCC x y)
    // a” = (Select0 a')
    // b  = (CMPconst [0] a”)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    			numListenersOnServicePort: 1,
    		},
    		{
    			name:                      "external service with selector",
    			instances:                 []*model.ServiceInstance{},
    			services:                  []*model.Service{extSvcSelector},
    			numListenersOnServicePort: 0,
    		},
    		{
    			name: "external service with selector and endpoints",
    			instances: []*model.ServiceInstance{
    				buildServiceInstance(extSvcSelector, "10.10.10.10"),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top