Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 334 for Enforce (0.25 sec)

  1. src/encoding/xml/xml.go

    	//
    	// Setting:
    	//
    	//	d.Strict = false
    	//	d.AutoClose = xml.HTMLAutoClose
    	//	d.Entity = xml.HTMLEntity
    	//
    	// creates a parser that can handle typical HTML.
    	//
    	// Strict mode does not enforce the requirements of the XML name spaces TR.
    	// In particular it does not reject name space tags using undefined prefixes.
    	// Such tags are recorded with the unknown prefix as the name space URL.
    	Strict bool
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. src/runtime/asm_386.s

    	JHI	2(PC)
    	CALL	runtime·abort(SB)
    	RET
    
    // func cputicks() int64
    TEXT runtime·cputicks(SB),NOSPLIT,$0-8
    	// LFENCE/MFENCE instruction support is dependent on SSE2.
    	// When no SSE2 support is present do not enforce any serialization
    	// since using CPUID to serialize the instruction stream is
    	// very costly.
    #ifdef GO386_softfloat
    	JMP	rdtsc  // no fence instructions available
    #endif
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 15:45:13 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  3. helm-releases/minio-5.1.0.tgz

    o/docs/tasks/administer-cluster/declare-network-policy#before-you-begin), and set `networkPolicy.enabled` to `true`. For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting the DefaultDeny namespace annotation. Note: this will enforce policy for *all* pods in the namespace: ``` kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}" ``` When using `Cilium` as a CNI in your cluster, please edit the `flavor` field to...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Mar 03 18:49:37 UTC 2024
    - 21.3K bytes
    - Viewed (0)
  4. helm-releases/minio-5.2.0.tgz

    o/docs/tasks/administer-cluster/declare-network-policy#before-you-begin), and set `networkPolicy.enabled` to `true`. For Kubernetes v1.5 & v1.6, you must also turn on NetworkPolicy by setting the DefaultDeny namespace annotation. Note: this will enforce policy for *all* pods in the namespace: ``` kubectl annotate namespace default "net.beta.kubernetes.io/network-policy={\"ingress\":{\"isolation\":\"DefaultDeny\"}}" ``` When using `Cilium` as a CNI in your cluster, please edit the `flavor` field to...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sun Apr 28 10:14:37 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/maven/RealisedMavenModuleResolveMetadataSerializationHelper.java

            }
            for (int j = 0; j < dependenciesCount; j++) {
                byte dependencyType = decoder.readByte();
                boolean force = false;
                if (dependencyType == FORCED_DEPENDENCY_METADATA) {
                    force = true;
                    dependencyType = decoder.readByte();
                }
                ModuleDependencyMetadata md;
                switch (dependencyType) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 19 19:13:04 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  6. common-protos/k8s.io/api/policy/v1beta1/generated.proto

      // +optional
      optional k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
    
      // spec defines the policy enforced.
      // +optional
      optional PodSecurityPolicySpec spec = 2;
    }
    
    // PodSecurityPolicyList is a list of PodSecurityPolicy objects.
    message PodSecurityPolicyList {
      // Standard list metadata.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/viewing_debugging_dependencies.adoc

    | The dependency has a dynamic version and some versions did not match the <<variant_model#sec:variant-aware-matching, requested attributes>>.
    
    | Forced
    | The build enforces the version of the dependency through an enforced platform or resolution strategy.
    |===
    
    If multiple selection reasons exist, the insight report lists all of them.
    
    == Troubleshooting
    
    [[sec:resolving-version-conflict]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:55:38 UTC 2024
    - 12K bytes
    - Viewed (0)
  8. operator/pkg/manifest/shared.go

    // If force is set, validation errors will not cause processing to abort but will result in warnings going to the
    // supplied logger.
    func GenManifests(inFilename []string, setFlags []string, force bool, filter []string,
    	client kube.Client, l clog.Logger,
    ) (name.ManifestMap, *iopv1alpha1.IstioOperator, error) {
    	mergedYAML, _, err := GenerateConfig(inFilename, setFlags, force, client, l)
    	if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 06:27:07 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/github.com/google/pprof/internal/symbolizer/symbolizer.go

    // Demangle updates the function names in a profile with demangled C++
    // names, simplified according to demanglerMode. If force is set,
    // overwrite any names that appear already demangled.
    func Demangle(prof *profile.Profile, force bool, demanglerMode string) {
    	if force {
    		// Remove the current demangled names to force demangling
    		for _, f := range prof.Function {
    			if f.Name != "" && f.SystemName != "" {
    				f.Name = f.SystemName
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 10K bytes
    - Viewed (0)
  10. operator/cmd/mesh/manifest-generate_test.go

    	testResourceFile := "duplicate_mwc"
    
    	testCases := []struct {
    		name       string
    		force      bool
    		assertFunc func(g *WithT, objs *ObjectSet, err error)
    	}{
    		{
    			name:  "Duplicate MutatingWebhookConfiguration should be allowed when --force is enabled",
    			force: true,
    			assertFunc: func(g *WithT, objs *ObjectSet, err error) {
    				g.Expect(err).Should(BeNil())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
Back to top