Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 112 for releasem (0.24 sec)

  1. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

     * that it can be marshalled and unmarshalled without being tainted by runtime requirements.
     * </p>
     * <p>
     * With changes during 3.2.2 release MavenProject is closer to being immutable after construction with the removal of
     * all components from this class, and the upfront construction taken care of entirely by the {@link ProjectBuilder}.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/validation/validation.go

    	}
    	if mc.NamespaceSelector == nil {
    		allErrors = append(allErrors, field.Required(fldPath.Child("namespaceSelector"), ""))
    	} else {
    		// validate selector strictly, this type was released after issue #99139 was resolved
    		allErrors = append(allErrors, metav1validation.ValidateLabelSelector(mc.NamespaceSelector, metav1validation.LabelSelectorValidationOptions{}, fldPath.Child("namespaceSelector"))...)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            conf.getAttributes().attribute(buildType, new BuildTypeImpl(name: 'release'))
    
            then:
            !conf.attributes.isEmpty()
            conf.attributes.getAttribute(flavor).name == 'free'
            conf.attributes.getAttribute(buildType).name == 'release'
        }
    
        def "cannot define two attributes with the same name but different types"() {
            def conf = conf()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  4. src/runtime/mgcpacer.go

    	// is intimately connected to how that memory limit is maintained.
    	heapInUse    sysMemStat    // bytes in mSpanInUse spans
    	heapReleased sysMemStat    // bytes released to the OS
    	heapFree     sysMemStat    // bytes not in any span, but not released to the OS
    	totalAlloc   atomic.Uint64 // total bytes allocated
    	totalFree    atomic.Uint64 // total bytes freed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. pkg/controller/history/controller_history_test.go

    		if !test.err {
    			if err != nil {
    				t.Errorf("%s: %s", test.name, err)
    			}
    			if adopted == nil {
    				return
    			}
    			if metav1.IsControlledBy(adopted, test.parent) {
    				t.Errorf("%s: release failed", test.name)
    			}
    		}
    		if test.err && err == nil {
    			t.Errorf("%s: expected error", test.name)
    		}
    	}
    
    	ss1 := newStatefulSet(3, "ss1", types.UID("ss1"), map[string]string{"foo": "bar"})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    	// before the previous one finishes.
    	thinkDuration time.Duration
    	// padDuration is additional time during which this request occupies its seats.
    	// This comes at the end of execution, after the reply has been released toward
    	// the client.
    	// The evaluation code below does not take this into account.
    	// In cases where `padDuration` makes a difference,
    	// set the `expectedAverages` field of `uniformScenario`.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    [[config_cache:adoption:changes_in_behavior]]
    === Adopting changes in the configuration cache behavior
    
    Gradle releases bring enhancements to the configuration cache, making it detect more cases of configuration logic interacting with the environment.
    Those changes improve the correctness of the cache by eliminating potential false cache hits.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

            mavenRepo.module("org", "a", "2.0").publish()
            mavenRepo.module("org", "c", "1.0").dependsOn("org", "d", "1.0").publish()
            mavenRepo.module("org", "d", "1.0").dependsOn("org", "e", "latest.release").publish()
    
    
            buildFile << """
                repositories {
                    maven { url "${mavenRepo.uri}" }
                }
                configurations {
                    compile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/GradlePomModuleDescriptorParserTest.groovy

            dependencies.size() == 2
            dependencies.every {it.selector.version == outputVersion}
    
            where:
            inputVersion | outputVersion
            "RELEASE"    | "latest.release"
            "LATEST"     | "latest.integration"
        }
    
    
        def "handles dependency with type #type"() {
            given:
            pomFile << """
    <project>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 75.4K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      // NULL if the listener is not found in the list.
      TestEventListener* Release(TestEventListener* listener);
    
      // Returns the standard listener responsible for the default console
      // output.  Can be removed from the listeners list to shut down default
      // console output.  Note that removing this object from the listener list
      // with Release transfers its ownership to the caller and makes this
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
Back to top