Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 2,565 for Applies (0.17 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/tasks/ClasspathNormalizer.java

     *
     * Compared to the default behavior this normalizer keeps the order of any root files,
     * but ignores the order and timestamps of files in directories and ZIP/JAR files.
     *
     * This normalization applies to not only files directly on the classpath, but also
     * to any ZIP/JAR files found inside directories or nested inside other ZIP/JAR files.
     *
     * @see org.gradle.api.tasks.Classpath
     *
     * @since 4.3
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jul 28 21:23:55 UTC 2020
    - 1.2K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java-library/src/test/groovy/org/gradle/api/plugins/JavaLibraryDistributionPluginTest.groovy

    import org.gradle.api.tasks.bundling.Zip
    import org.gradle.test.fixtures.AbstractProjectBuilderSpec
    
    class JavaLibraryDistributionPluginTest extends AbstractProjectBuilderSpec {
    
        def "applies JavaLibraryPlugin and adds convention object with default values"() {
            when:
            project.pluginManager.apply(JavaLibraryDistributionPlugin)
    
            then:
            project.plugins.hasPlugin(JavaLibraryPlugin.class)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/layout/GradleRepositoryLayout.java

    import org.gradle.api.internal.artifacts.repositories.descriptor.IvyRepositoryDescriptor;
    
    import javax.annotation.Nullable;
    import java.net.URI;
    
    /**
     * A Repository Layout that applies the following patterns:
     * <ul>
     *     <li>Artifacts: $baseUri/{@value IvyArtifactRepository#GRADLE_ARTIFACT_PATTERN}</li>
     *     <li>Ivy: $baseUri/{@value IvyArtifactRepository#GRADLE_IVY_PATTERN}</li>
     * </ul>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. subprojects/core-api/src/main/java/org/gradle/api/Rule.java

        /**
         * Returns the description of the rule. This is used for reporting purposes.
         *
         * @return the description. should not return null.
         */
        String getDescription();
    
        /**
         * Applies this rule for the given unknown domain object. The rule can choose to ignore this name, or add a domain
         * object with the given name.
         *
         * @param domainObjectName The name of the unknown domain object.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 15 16:06:48 UTC 2017
    - 1.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/PATENTS

    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 29 20:10:15 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/PATENTS

    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 18:23:38 UTC 2018
    - 1.3K bytes
    - Viewed (0)
  7. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/googletest/plugins/GoogleTestConventionPlugin.java

    import org.gradle.nativeplatform.test.googletest.GoogleTestTestSuiteSpec;
    import org.gradle.nativeplatform.test.internal.NativeTestSuites;
    import org.gradle.testing.base.TestSuiteContainer;
    
    /**
     * A plugin that applies the {@link GoogleTestPlugin} and adds conventions on top of it.
     */
    @Incubating
    public abstract class GoogleTestConventionPlugin implements Plugin<Project> {
    
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  8. pkg/apis/scheduling/v1/register.go

    func Resource(resource string) schema.GroupResource {
    	return SchemeGroupVersion.WithResource(resource).GroupResource()
    }
    
    var (
    	localSchemeBuilder = &schedulingv1.SchemeBuilder
    	// AddToScheme applies all the stored functions to the scheme.
    	AddToScheme = localSchemeBuilder.AddToScheme
    )
    
    func init() {
    	// We only register manually written functions here. The registration of the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 04:37:07 UTC 2019
    - 1.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/third_party/forked/golang/PATENTS

    patent license to make, have made, use, offer to sell, sell, import,
    transfer and otherwise run, modify and propagate the contents of this
    implementation of Go, where such license applies only to those patent
    claims, both currently owned or controlled by Google and acquired in
    the future, licensable by Google that are necessarily infringed by this
    implementation of Go.  This grant does not include claims that would be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 10 21:37:28 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  10. pilot/pkg/model/proxy_config_test.go

    		name          string
    		configs       []config.Config
    		defaultConfig *meshconfig.ProxyConfig
    		proxy         *NodeMetadata
    		expected      *meshconfig.ProxyConfig
    	}{
    		{
    			name: "CR applies to matching namespace",
    			configs: []config.Config{
    				newProxyConfig("ns", "test-ns",
    					&v1beta1.ProxyConfig{
    						Concurrency: v(3),
    						Image: &v1beta1.ProxyImage{
    							ImageType: "debug",
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 21 01:23:19 UTC 2023
    - 11.8K bytes
    - Viewed (0)
Back to top