Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 3,230 for para1 (0.1 sec)

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

         * it with the specified action.
         *
         * @param name the name of the domain object to be created
         *
         * @param type the type of the domain object to be created
         *
         * @param configuration an action for configuring the domain object
         *
         * @param <U> the type of the domain object to be created
         *
         * @return the created domain object
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 27 15:00:20 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/concurrent/src/main/java/org/gradle/internal/concurrent/ExecutorFactory.java

         *
         * @param displayName The display name for this executor. Used for thread names, logging and error message.
         * @param corePoolSize The number of threads to keep in the pool
         * @param maximumPoolSize The maximum number of threads allowed
         * @param keepAliveTime  when the number of threads is greater than
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:07:35 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         *
         * @param groupId the group identifier, or {@code null} is unspecified
         * @param artifactId the artifact identifier, or {@code null} is unspecified
         * @param version the artifact version, or {@code null} is unspecified
         * @param classifier the artifact classifier, or {@code null} is unspecified
         * @param extension the artifact extension, or {@code null} is unspecified
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  4. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/plugins/jvm/internal/JvmPluginServices.java

        /**
         * Registers a variant on {@code configuration} which exposes the resources defined by {@code sourceSet}.
         *
         * @param configuration The {@link Configuration} for which a resources variant should be exposed.
         * @param sourceSet The {@link SourceSet} which will contribute resources to this variant.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/core/exception/ClRuntimeException.java

         *
         * @param messageCode message code
         * @param cause cause of exception
         */
        public ClRuntimeException(final String messageCode, final Throwable cause) {
            this(messageCode, new Object[0], cause);
        }
    
        /**
         * Creates {@link ClRuntimeException}.
         *
         * @param messageCode message code
         * @param args arguments for messages
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-groovy/src/integTest/groovy/org/gradle/model/dsl/internal/transform/NestedModelRuleDslDetectionIntegrationTest.groovy

        UnmanagedThing thing() { return new UnmanagedThing() }
        @Model
        String param() { return "param" }
    }
    apply plugin: MyPlugin
    
    model {
        thing {
            conf($.param) {
                println "outer 1: " + it
                // not a rule
                conf($.param) {
                    println "inner 1: " + it
                }
                conf($('param')) {
                    println "inner 2: " + it
                }
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  7. src/main/java/jcifs/pac/ASN1Util.java

    
        /**
         *
         * @param type
         * @param tagged
         * @return tagged object contents cast to type
         * @throws PACDecodingException
         */
        public static <T extends ASN1Primitive> T as ( Class<T> type, ASN1TaggedObject tagged ) throws PACDecodingException {
            return as(type, tagged.getBaseObject());
        }
    
        /**
         *
         * @param type
         * @param sequence
         * @param index
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Oct 02 12:02:06 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ComponentMetadataDetails.java

         * from least to most mature status.
         *
         * @param statusScheme the status scheme of the component
         */
        void setStatusScheme(List<String> statusScheme);
    
        /**
         * Add a rule for adjusting an existing variant of the component.
         *
         * @param name name of the variant to adjust (e.g. 'compile')
         * @param action the action to modify the variant
         *
         * @since 4.4
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 23 15:47:10 UTC 2020
    - 5.4K bytes
    - Viewed (0)
  9. test/escape2.go

    	return b.ii
    }
    
    func (b Bar) AlsoLeak() *int { // ERROR "leaking param: b to result ~r0 level=0$"
    	return b.ii
    }
    
    func (b Bar) LeaksToo() *int { // ERROR "leaking param: b to result ~r0 level=0$"
    	v := 0 // ERROR "moved to heap: v$"
    	b.ii = &v
    	return b.ii
    }
    
    func (b *Bar) LeaksABit() *int { // ERROR "leaking param: b to result ~r0 level=1$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  10. maven-settings/pom.xml

                <model>src/main/mdo/settings.mdo</model>
              </models>
              <params>
                <param>forcedIOModelVersion=1.2.0</param>
                <param>packageModelV3=org.apache.maven.settings</param>
                <param>packageModelV4=org.apache.maven.api.settings</param>
                <param>packageToolV4=org.apache.maven.settings.v4</param>
              </params>
            </configuration>
            <executions>
              <execution>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top