Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 3,230 for para1 (0.16 sec)

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

         * @param artifactFile artifact file.
         */
        void attachArtifact(MavenProject project, String artifactType, File artifactFile);
    
        /**
         * Add or replace an artifact to the current project.
         * @param project the project reference.
         * @param artifactType the type (e.g. jar) or null.
         * @param artifactClassifier the classifier or null.
         * @param artifactFile the file for the artifact.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 22 13:26:01 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  2. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/ListenerBroadcastTest.groovy

            }
            1 * listener2.event1("event")
            0 * _._
    
            when:
            broadcast.source.event1("param")
    
            then:
            1 * listener1.event1("param")
            1 * listener2.event1("param")
            1 * listener3.event1("param")
            0 * _._
        }
    
        def 'wraps checked exception thrown by listener'() {
            given:
            TestListener listener = Mock()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 9.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerScope.kt

         * @param group the group of the module to be added as a dependency.
         * @param name the name of the module to be added as a dependency.
         * @param version the optional version of the module to be added as a dependency.
         * @param configuration the optional configuration of the module to be added as a dependency.
         * @param classifier the optional classifier of the module artifact to be added as a dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 04 06:41:25 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  4. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/DefaultListenerManagerTest.groovy

            manager.getBroadcaster(TestFooListener.class).foo("param")
    
            then:
            1 * fooListener1.foo("param") >> {
                manager.addListener(fooListener2)
            }
            0 * _
    
            when:
            manager.getBroadcaster(TestFooListener.class).foo("param 2")
    
            then:
            1 * fooListener1.foo("param 2")
            1 * fooListener2.foo("param 2")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/core/misc/Tuple4.java

        /**
         * 4つの値の組を作成して返します。
         *
         * @param <T1>
         *            1番目の値の型
         * @param <T2>
         *            2番目の値の型
         * @param <T3>
         *            3番目の値の型
         * @param <T4>
         *            4番目の値の型
         * @param value1
         *            1番目の値
         * @param value2
         *            2番目の値
         * @param value3
         *            3番目の値
         * @param value4
         *            4番目の値
         * @return 4つの値の組
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. src/main/java/jcifs/DfsResolver.java

         */
        SmbTransport getDc ( CIFSContext tf, String domain ) throws CIFSException;
    
    
        /**
         * Resolve the location of a DFS path
         * 
         * @param domain
         * @param root
         * @param path
         * @param tf
         * @return the final referral for the given DFS path
         * @throws CIFSException
         * @throws jcifs.smb.SmbAuthException
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 2K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/core/collection/CollectionsUtil.java

        /**
         * {@link ConcurrentHashMap}の新しいインスタンスを作成して返します。
         *
         * @param <K>
         *            {@link ConcurrentHashMap}のキーの型
         * @param <V>
         *            {@link ConcurrentHashMap}の値の型
         * @param initialCapacity
         *            初期容量
         * @param loadFactor
         *            サイズ変更の制御に使用される負荷係数のしきい値
         * @param concurrencyLevel
         *            同時更新を行うスレッドの推定数
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  8. platforms/core-runtime/messaging/src/test/groovy/org/gradle/internal/event/BroadcastDispatchTest.groovy

            1 * listener1.doSomething("param")
            1 * listener2.doSomething("param")
            0 * _
    
            when:
            dispatch = dispatch.addAll([listener3, listener2, listener3])
            !dispatch.empty
            dispatch.size() == 3
            dispatch.dispatch(invocation)
    
            then:
            1 * listener1.doSomething("param")
            1 * listener2.doSomething("param")
            1 * listener3.doSomething("param")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/DependencyHandlerExtensions.kt

     *
     * @param group the group of the module to be added as a dependency.
     * @param name the name of the module to be added as a dependency.
     * @param version the optional version of the module to be added as a dependency.
     * @param configuration the optional configuration of the module to be added as a dependency.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 11K bytes
    - Viewed (0)
  10. api/maven-api-core/src/main/java/org/apache/maven/api/services/Lookup.java

         *
         * @param type The component type.
         * @return The component.
         * @param <T> The component type.
         * @throws LookupException if no such component or there is some provisioning related issue.
         */
        @Nonnull
        <T> T lookup(Class<T> type);
    
        /**
         * Performs a lookup for given typed component.
         *
         * @param type The component type.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Jan 10 12:55:54 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top