Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 100 for forced (1.01 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

            gradleInvocation.implicitLauncherJvmArgs.clear();
        }
    
        /**
         * Returns the JVM opts that should be used to start a forked JVM.
         */
        private void calculateLauncherJvmArgs(GradleInvocation gradleInvocation) {
            // Add JVM args that were explicitly requested
            gradleInvocation.launcherJvmArgs.addAll(commandLineJvmOpts);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

                setActiveProfiles((Collections.unmodifiableList(project.getActiveProfiles())));
            }
    
            if (project.getAttachedArtifacts() != null) {
                // clone properties modifiable by plugins in a forked lifecycle
                setAttachedArtifacts(new ArrayList<>(project.getAttachedArtifacts()));
            }
    
            if (project.getCompileSourceRoots() != null) {
                // clone source roots
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    			}
    		}
    		// Note: we forbid additionalProperties at resource root, both embedded and top-level.
    		//       But further inside, additionalProperites is possible, e.g. for labels or annotations.
    		subSsv := ssv
    		if ssv.insideResourceMeta() {
    			// we have to forbid defaults inside additionalProperties because pruning without actual value is ambiguous
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  4. configure.py

      if is_s390x() and 'boringssl' not in syslibs:
        syslibs = 'boringssl' + (', ' + syslibs if syslibs else '')
    
      if syslibs:
        if ',' in syslibs:
          syslibs = ','.join(sorted(syslibs.split(',')))
        else:
          syslibs = ','.join(sorted(syslibs.split()))
        write_action_env_to_bazelrc('TF_SYSTEM_LIBS', syslibs)
    
      for varname in ('PREFIX', 'LIBDIR', 'INCLUDEDIR', 'PROTOBUF_INCLUDE_PATH'):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  5. hack/local-up-cluster.sh

      # jump through hoops to avoid removing docker/containerd
      # when installing nftables and kmod, as those docker/containerd
      # packages depend on iptables
      dpkg -r --force-depends iptables && \
      apt -y --fix-broken install && \
      apt -y install nftables kmod && \
      apt -y install iptables
    }
    
    function tolerate_cgroups_v2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. src/cmd/go/internal/test/test.go

    	root := &work.Action{Mode: "go test", Actor: work.ActorFunc(printExitStatus), Deps: prints}
    
    	// Force the printing of results to happen in order,
    	// one at a time.
    	for i, a := range prints {
    		if i > 0 {
    			a.Deps = append(a.Deps, prints[i-1])
    		}
    	}
    
    	// Force benchmarks to run in serial.
    	if !testC && (testBench != "") {
    		// The first run must wait for all builds.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (Store {t} ptr val mem) && t.Size() == 2 => (MOVHstore ptr val mem)
    (Store {t} ptr val mem) && t.Size() == 1 => (MOVBstore ptr val mem)
    
    // Using Zero instead of LoweredZero allows the
    // target address to be folded where possible.
    (Zero [0] _ mem) => mem
    (Zero [1] destptr mem) => (MOVBstorezero destptr mem)
    (Zero [2] destptr mem) =>
    	(MOVHstorezero destptr mem)
    (Zero [3] destptr mem) =>
    	(MOVBstorezero [2] destptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  8. pkg/kubelet/pod_workers.go

    	// IsPodKnownTerminated returns true once SyncTerminatingPod completes
    	// successfully - the provided pod UID it is known by the pod
    	// worker to be terminated. If the pod has been force deleted and the pod worker
    	// has completed termination this method will return false, so this method should
    	// only be used to filter out pods from the desired set such as in admission.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  9. src/runtime/mheap.go

    		quarantineList mSpanList
    
    		// readyList is a list of empty user arena spans that are ready for reuse.
    		readyList mSpanList
    	}
    
    	unused *specialfinalizer // never set, just here to force the specialfinalizer type into DWARF
    }
    
    var mheap_ mheap
    
    // A heapArena stores metadata for a heap arena. heapArenas are stored
    // outside of the Go heap and accessed via the mheap_.arenas index.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  10. pkg/volume/csi/csi_attacher_test.go

    		volumeId           string
    		skipPVCSISource    bool // The test clears PV.Spec.CSI
    		shouldFail         bool
    		addVolSource       bool // The test adds a Volume.VolumeSource.CSI.
    		removeVolumeHandle bool // The test force removes CSI volume handle.
    	}{
    		{
    			testName: "success test",
    			pvName:   "test-pv1",
    			volumeId: "test-vol1",
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
Back to top