Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 141 for excluded (0.3 sec)

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

    	preds := predsBuf[:0]
    	locs := blockLocs[b.ID]
    
    	blockChanged := !locs.everProcessed // the first time it always changes.
    	updating := locs.everProcessed
    
    	// For the first merge, exclude predecessors that have not been seen yet.
    	// I.e., backedges.
    	for _, pred := range b.Preds {
    		if bl := blockLocs[pred.b.ID]; bl != nil && bl.everProcessed {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/alignment/AlignmentIntegrationTest.groovy

                    edge('org:foo:1+', 'org:foo:1.5')
                }
                virtualConfiguration("org:platform:1.1")
            }
        }
    
        def 'does not fail on combination of replacement, alignment and excludes'() {
            given:
            repository {
                'proto:java:0.5'()
                'proto:java:1.0'()
                'proto:java-util:1.0' {
                    dependsOn 'proto:java:1.0'
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 59.6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    ==== Upgrade to Ant 1.10.13
    
    Ant has been updated to https://github.com/apache/ant/blob/rel/1.10.13/WHATSNEW[Ant 1.10.13].
    
    Since the previous version was 1.10.11, the https://github.com/apache/ant/blob/rel/1.10.12/WHATSNEW[1.10.12] changes are also included.
    
    ==== Upgrade to CodeNarc 3.2.0
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller.go

    				if job.Spec.MaxFailedIndexes != nil && jobCtx.failedIndexes.total() > int(*job.Spec.MaxFailedIndexes) {
    					jobCtx.finishedCondition = newCondition(batch.JobFailed, v1.ConditionTrue, batch.JobReasonMaxFailedIndexesExceeded, "Job has exceeded the specified maximal number of failed indexes", jm.clock.Now())
    				} else if jobCtx.failedIndexes.total() > 0 && jobCtx.failedIndexes.total()+jobCtx.succeededIndexes.total() >= int(*job.Spec.Completions) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/dwarf.go

    		addDwsectCUSize(".debug_info", d.getPkgFromCUSym(s), uint64(cusize))
    	}
    	if isDwarf64(d.linkctxt) {
    		cusize -= 12                          // exclude the length field.
    		su.SetUint(d.arch, 4, uint64(cusize)) // 4 because of 0XFFFFFFFF
    	} else {
    		cusize -= 4 // exclude the length field.
    		su.SetUint32(d.arch, 0, uint32(cusize))
    	}
    	return append(syms, cu...)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  6. src/runtime/mbitmap.go

    		if tp.addr+goarch.PtrSize*ptrBits >= tp.elem+tp.typ.PtrBytes {
    			tp.elem += tp.typ.Size_
    			tp.addr = tp.elem
    		} else {
    			tp.addr += ptrBits * goarch.PtrSize
    		}
    
    		// Check if we've exceeded the limit with the last update.
    		if tp.addr >= limit {
    			return typePointers{}, 0
    		}
    
    		// Grab more bits and try again.
    		tp.mask = readUintptr(addb(tp.typ.GCData, (tp.addr-tp.elem)/goarch.PtrSize/8))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  7. docs/metrics/prometheus/grafana/minio-dashboard.json

                ]
              },
              {
                "__systemRef": "hideSeriesFrom",
                "matcher": {
                  "id": "byNames",
                  "options": {
                    "mode": "exclude",
                    "names": [
                      "Usage"
                    ],
                    "prefix": "All except:",
                    "readOnly": true
                  }
                },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Apr 15 10:03:01 UTC 2024
    - 93K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/route/route.go

    			node, virtualService, serviceRegistry, hashByDestination, listenPort, push.Mesh, mostSpecificWildcardVsIndex,
    		)
    		out = append(out, wrappers...)
    	}
    
    	// Now exclude the services that have virtual services.
    	for _, wrapper := range out {
    		for _, service := range wrapper.Services {
    			delete(serviceRegistry, service.Hostname)
    		}
    	}
    
    	for _, svc := range serviceRegistry {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  9. .bazelrc

    build:release_cpu_windows --config=release_base
    
    # TODO(kanglan): Update windows configs after b/289091160 is fixed
    build:release_cpu_windows --config=avx_win
    build:release_cpu_windows --define=no_tensorflow_py_deps=true
    
    # Exclude TFRT integration for anything but Linux.
    build:android --config=no_tfrt
    build:macos   --config=no_tfrt
    build:windows --config=no_tfrt
    build:rocm --config=no_tfrt
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		if version.Schema == nil || version.Schema.OpenAPIV3Schema == nil {
    			allErrs = append(allErrs, field.Invalid(fldPath.Child("selectableFields"), "", "selectableFields may only be set when version.schema.openAPIV3Schema is not included"))
    		} else {
    			schema, err := structuralschema.NewStructural(version.Schema.OpenAPIV3Schema)
    			if err != nil {
    				allErrs = append(allErrs, field.Invalid(fldPath.Child("schema.openAPIV3Schema"), "", err.Error()))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
Back to top