Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 3,259 for Enabled (0.14 sec)

  1. src/runtime/atomic_pointer.go

    // escape analysis decisions about the pointer value being stored.
    
    // atomicwb performs a write barrier before an atomic pointer write.
    // The caller should guard the call with "if writeBarrier.enabled".
    //
    // atomicwb should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bytedance/gopkg
    //   - github.com/songzhibin97/gkit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. internal/s3select/select_test.go

            </JSON>
        </InputSerialization>
        <OutputSerialization>
            <CSV>
    	   <QuoteCharacter>"</QuoteCharacter>
            </CSV>
        </OutputSerialization>
        <RequestProgress>
            <Enabled>FALSE</Enabled>
        </RequestProgress>
    </SelectObjectContentRequest>`),
    			wantResult: `"[""foo"",""bar"",""whatever""]"`,
    		},
    		{
    			name:  "document",
    			query: "",
    			requestXML: []byte(`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Dec 23 07:19:11 UTC 2023
    - 76.2K bytes
    - Viewed (0)
  3. pkg/controlplane/apiserver/options/validation.go

    			return nil
    		}
    		return []error{fmt.Errorf("UnknownVersionInteroperabilityProxy feature requires StorageVersionAPI feature flag to be enabled")}
    	}
    	return nil
    }
    
    func validateUnknownVersionInteroperabilityProxyFlags(options *Options) []error {
    	err := []error{}
    	if !utilfeature.DefaultFeatureGate.Enabled(features.UnknownVersionInteroperabilityProxy) {
    		if options.PeerCAFile != "" {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 12:46:24 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/registry.go

    		EnableVolumeCapacityPriority:                 feature.DefaultFeatureGate.Enabled(features.VolumeCapacityPriority),
    		EnableNodeInclusionPolicyInPodTopologySpread: feature.DefaultFeatureGate.Enabled(features.NodeInclusionPolicyInPodTopologySpread),
    		EnableMatchLabelKeysInPodTopologySpread:      feature.DefaultFeatureGate.Enabled(features.MatchLabelKeysInPodTopologySpread),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/values.yaml

        injectionCABundle: ""
      telemetry:
        enabled: true
        v2:
          # For Null VM case now.
          # This also enables metadata exchange.
          enabled: true
          # Indicate if prometheus stats filter is enabled or not
          prometheus:
            enabled: true
          # stackdriver filter settings.
          stackdriver:
            enabled: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. pkg/volume/util/fsquota/quota_linux_test.go

    }
    
    func testAddRemoveQuotas(t *testing.T, enabled bool) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.LocalStorageCapacityIsolationFSQuotaMonitoring, enabled)
    	tmpProjectsFile, err := os.CreateTemp("", "projects")
    	if err == nil {
    		_, err = tmpProjectsFile.WriteString(projectsHeader)
    	}
    	if err != nil {
    		t.Errorf("Unable to create fake projects file")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/loadbalancer/loadbalancer.go

    ) *v1alpha3.LocalityLoadBalancerSetting {
    	var enabled bool
    	// Locality lb is enabled if its not explicitly disabled in mesh global config
    	if mesh != nil && (mesh.Enabled == nil || mesh.Enabled.Value) {
    		enabled = true
    	}
    	// Unless we explicitly override this in destination rule
    	if destrule != nil {
    		if destrule.Enabled != nil && !destrule.Enabled.Value {
    			enabled = false
    		} else {
    			enabled = true
    		}
    	}
    	if !enabled {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. pkg/api/persistentvolumeclaim/util_test.go

    		want *core.TypedLocalObjectReference
    	}{
    		"enabled with empty ds": {
    			spec: core.PersistentVolumeClaimSpec{},
    			want: nil,
    		},
    		"enabled with invalid spec": {
    			spec: invalidSpec,
    			want: nil,
    		},
    		"enabled with valid spec": {
    			spec: validSpec,
    			want: validSpec.DataSource,
    		},
    		"enabled with valid spec but nil APIGroup": {
    			spec: validSpecNilAPIGroup,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  9. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/idea/model/customWorkspace.xml

          <option name="ALTERNATIVE_JRE_PATH" />
          <method>
            <option name="BuildArtifacts" enabled="false" />
            <option name="Make" enabled="true" />
          </method>
        </configuration>
        <configuration default="true" type="Application" factoryName="Application">
          <extension name="coverage" enabled="false" merge="false" />
          <option name="MAIN_CLASS_NAME" />
          <option name="VM_PARAMETERS" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  10. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/archives/TestReproducibleArchives.groovy

    /**
     * A Spock extension to run tests with reproducible archives enabled.
     *
     * We currently do not have reproducible archives enabled by default.
     * We still want to test if switching them on supports all the use cases we have with the regular archive tasks.
     * Placing this annotation on a Spock spec or feature will run the features twice, with and without reproducible archives enabled.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top