Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for config1 (0.35 sec)

  1. src/cmd/compile/internal/ssa/rewritegeneric.go

    	}
    }
    func rewriteValuegeneric_OpConstSlice(v *Value) bool {
    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (ConstSlice)
    	// cond: config.PtrSize == 4
    	// result: (SliceMake (ConstNil <v.Type.Elem().PtrTo()>) (Const32 <typ.Int> [0]) (Const32 <typ.Int> [0]))
    	for {
    		if !(config.PtrSize == 4) {
    			break
    		}
    		v.reset(OpSliceMake)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: Allow manually upgraded component configs to be supplied in a YAML file via the --config option during upgrade plan & apply. The old behavior of --config in which kubeadm configuration and component configs that overwrite...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    	}
    	// match: (Zero [s] destptr mem)
    	// cond: (s > 1024 || (config.noDuffDevice && s > 64 || !config.useSSE && s > 32)) && s%8 == 0
    	// result: (REPSTOSQ destptr (MOVQconst [s/8]) (MOVQconst [0]) mem)
    	for {
    		s := auxIntToInt64(v.AuxInt)
    		destptr := v_0
    		mem := v_1
    		if !((s > 1024 || (config.noDuffDevice && s > 64 || !config.useSSE && s > 32)) && s%8 == 0) {
    			break
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    nullable: true
                    type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Config.InsecureSkipVerify", Field, 0},
    		{"Config.KeyLogWriter", Field, 8},
    		{"Config.MaxVersion", Field, 2},
    		{"Config.MinVersion", Field, 2},
    		{"Config.NameToCertificate", Field, 0},
    		{"Config.NextProtos", Field, 0},
    		{"Config.PreferServerCipherSuites", Field, 1},
    		{"Config.Rand", Field, 0},
    		{"Config.Renegotiation", Field, 7},
    		{"Config.RootCAs", Field, 0},
    		{"Config.ServerName", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    format: int32
                    minimum: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

          openAPIV3Schema:
            properties:
              spec:
                description: 'Provides configuration for individual workloads. See more
                  details at: https://istio.io/docs/reference/config/networking/proxy-config.html'
                properties:
                  concurrency:
                    description: The number of worker threads to run.
                    format: int32
                    minimum: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/gateway-api-crd.yaml

    # Generated with `kubectl kustomize "https://github.com/kubernetes-sigs/gateway-api/config/crd/experimental?ref=v1.1.0"`
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api/pull/2997
        gateway.networking.k8s.io/bundle-version: v1.1.0
        gateway.networking.k8s.io/channel: experimental
      creationTimestamp: null
      labels:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    about the TPUEmbedding partitioner output.}]>:$common_config,
        Arg<TF_StrTensor, [{A string-encoded memory config proto containing metadata about
    the memory allocations reserved for TPUEmbedding.}]>:$memory_config,
    
        StrAttr:$config
      );
    
      let results = (outs
        Res<TF_StrTensor, [{A string containing metadata about the hostname and RPC port
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    		"empty dockercfg":     {emptyDockerConfigKey, false},
    		"invalid dockercfg":   {invalidDockerConfigKey, false},
    		"valid config.json":   {validDockerSecret2(), true},
    		"missing config.json": {missingDockerConfigKey2, false},
    		"empty config.json":   {emptyDockerConfigKey2, false},
    		"invalid config.json": {invalidDockerConfigKey2, false},
    	}
    
    	for name, tc := range tests {
    		errs := ValidateSecret(&tc.secret)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top