Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 261 for for1 (0.09 sec)

  1. maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                if (parentData == null) {
                    currentData = superData;
                } else if (!parentIds.add(parentData.getId())) {
                    StringBuilder message = new StringBuilder("The parents form a cycle: ");
                    for (String parentId : parentIds) {
                        message.append(parentId).append(" -> ");
                    }
                    message.append(parentData.getId());
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue May 21 09:54:32 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    	for _, obj := range r.HTTPRoute {
    		buildHTTPVirtualServices(r, obj, gatewayRoutes, meshRoutes)
    	}
    	for _, obj := range r.GRPCRoute {
    		buildGRPCVirtualServices(r, obj, gatewayRoutes, meshRoutes)
    	}
    	for _, vsByHost := range gatewayRoutes {
    		for _, vsConfig := range vsByHost {
    			result = append(result, *vsConfig)
    		}
    	}
    	for _, vsByHost := range meshRoutes {
    		for _, vsConfig := range vsByHost {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  3. src/runtime/pprof/pprof_test.go

    		avoidSamples := make([]uintptr, len(avoid))
    
    		for _, sample := range p.Sample {
    			count := uintptr(sample.Value[0])
    			for i, spec := range need {
    				if matches(spec, count, sample.Location, sample.Label) {
    					have[i] += count
    				}
    			}
    			for i, name := range avoid {
    				for _, loc := range sample.Location {
    					for _, line := range loc.Line {
    						if strings.Contains(line.Function.Name, name) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modget/get.go

    debugging version control commands when a module is downloaded directly
    from a repository.
    
    For more about build flags, see 'go help build'.
    
    For more about modules, see https://golang.org/ref/mod.
    
    For more about using 'go get' to update the minimum Go version and
    suggested Go toolchain, see https://go.dev/doc/toolchain.
    
    For more about specifying packages, see 'go help packages'.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  5. pkg/controller/replicaset/replica_set_test.go

    		},
    	}
    	for _, c := range testCases {
    		for _, r := range c.rss {
    			informers.Apps().V1().ReplicaSets().Informer().GetIndexer().Add(r)
    		}
    		actualRSs := manager.getReplicaSetsWithSameController(logger, c.rs)
    		var actualRSNames, expectedRSNames []string
    		for _, r := range actualRSs {
    			actualRSNames = append(actualRSNames, r.Name)
    		}
    		for _, r := range c.expectedRSs {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewrite.go

    	}
    	var iters int
    	var states map[string]bool
    	for {
    		change := false
    		deadChange := false
    		for _, b := range f.Blocks {
    			var b0 *Block
    			if debug > 1 {
    				b0 = new(Block)
    				*b0 = *b
    				b0.Succs = append([]Edge{}, b.Succs...) // make a new copy, not aliasing
    			}
    			for i, c := range b.ControlValues() {
    				for c.Op == OpCopy {
    					c = c.Args[0]
    					b.ReplaceControl(i, c)
    				}
    			}
    			if rb(b) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            final List<String> args = new ArrayList<>();
            // JVM args that must be used for the build JVM
            final List<String> buildJvmArgs = new ArrayList<>();
            // JVM args that must be used to fork a JVM
            final List<String> launcherJvmArgs = new ArrayList<>();
            // Implicit JVM args that should be used to fork a JVM
            final List<String> implicitLauncherJvmArgs = new ArrayList<>();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. configure.py

        var_name: string for name of environment variable, e.g. "TF_NEED_CUDA".
        query_item: string for feature related to the variable, e.g. "CUDA for
          Nvidia GPUs".
        enabled_by_default: boolean for default behavior.
        question: optional string for how to ask for user input.
        yes_reply: optional string for reply when feature is enabled.
        no_reply: optional string for reply when feature is disabled.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/init.go

    					// pkg was loaded from a root module, and because the main module has
    					// a pruned module graph we do not check non-root modules for
    					// conflicts for packages that can be found in roots. So we only need
    					// the checksums for the root modules that may contain pkg, not all
    					// possible modules.
    					for prefix := pkg.path; prefix != "."; prefix = path.Dir(prefix) {
    						if v, ok := rs.rootSelected(prefix); ok && v != "none" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.proto

    // for all the Istio control plane components.
    message ArchConfig {
      // Sets pod scheduling weight for amd64 arch
      uint32 amd64 = 1;
    
      // Sets pod scheduling weight for ppc64le arch.
      uint32 ppc64le = 2;
    
      // Sets pod scheduling weight for s390x arch.
      uint32 s390x = 3;
    
      // Sets pod scheduling weight for arm64 arch.
      uint32 arm64 = 4;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 57.2K bytes
    - Viewed (0)
Back to top