Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 4,733 for Implementation (0.19 sec)

  1. android/guava/src/com/google/common/collect/ForwardingMap.java

     * override {@code putAll} as well, either providing your own implementation, or delegating to the
     * provided {@code standardPutAll} method.
     *
     * <p><b>{@code default} method warning:</b> This class does <i>not</i> forward calls to {@code
     * default} methods. Instead, it inherits their default implementations. When those implementations
     * invoke methods, they invoke methods on the {@code ForwardingMap}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 15:26:39 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. build-logic/profiling/build.gradle.kts

    }
    
    description = "Provides plugins that configure profiling tools (jmh and build scans)"
    
    dependencies {
        implementation("com.gradle:develocity-gradle-plugin")
    
        implementation("gradlebuild:basics")
        implementation("gradlebuild:module-identity")
    
        implementation(project(":documentation"))
    
        implementation("me.champeau.jmh:jmh-gradle-plugin")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 13:29:44 UTC 2024
    - 430 bytes
    - Viewed (0)
  3. platforms/native/platform-native/build.gradle.kts

        api(libs.nativePlatform)
        api(libs.slf4jApi)
    
        implementation(project(":enterprise-logging"))
        implementation(projects.io)
        implementation(project(":logging-api"))
        implementation(project(":process-services"))
    
        implementation(libs.commonsLang)
        implementation(libs.commonsIo)
        implementation(libs.gson)
        implementation(libs.guava)
        implementation(libs.snakeyaml)
    
        testFixturesApi(project(":resources"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. platforms/ide/base-ide-plugins/build.gradle.kts

        api(project(":core-api"))
        api(project(":ide"))
    
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":core"))
        implementation(project(":logging"))
        implementation(project(":logging-api"))
        implementation(project(":process-services"))
    
        implementation(libs.commonsLang)
        implementation(libs.guava)
    
        runtimeOnly(project(":dependency-management"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/native/language-native/build.gradle.kts

        api(libs.jsr305)
        api(libs.inject)
    
        implementation(project(":logging-api"))
        implementation(project(":maven"))
        implementation(project(":process-services"))
        implementation(project(":publish"))
        implementation(project(":version-control"))
    
        implementation(libs.commonsLang)
        implementation(libs.groovy)
        implementation(libs.slf4jApi)
    
        testFixturesApi(project(":base-services")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-groovy/src/integTest/groovy/org/gradle/groovy/GroovyJavaLibraryInteractionIntegrationTest.groovy

            'java-library' | 'implementation' | true              | false                     | "classes"
            'java-library' | 'implementation' | false             | false                     | "jar"
    
            'java'         | 'implementation' | true              | false                     | "classes"
            'java'         | 'implementation' | false             | false                     | "jar"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/collect/ForwardingSortedMultiset.java

     * either providing your own implementation, or delegating to the provided {@code standardAdd}
     * method.
     *
     * <p><b>{@code default} method warning:</b> This class does <i>not</i> forward calls to {@code
     * default} methods. Instead, it inherits their default implementations. When those implementations
     * invoke methods, they invoke methods on the {@code ForwardingSortedMultiset}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 15:26:39 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/ForwardingCollection.java

     * override {@code addAll} as well, either providing your own implementation, or delegating to the
     * provided {@code standardAddAll} method.
     *
     * <p><b>{@code default} method warning:</b> This class does <i>not</i> forward calls to {@code
     * default} methods. Instead, it inherits their default implementations. When those implementations
     * invoke methods, they invoke methods on the {@code ForwardingCollection}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 29 19:42:21 UTC 2021
    - 8.2K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/ForwardingCollection.java

     * override {@code addAll} as well, either providing your own implementation, or delegating to the
     * provided {@code standardAddAll} method.
     *
     * <p><b>{@code default} method warning:</b> This class does <i>not</i> forward calls to {@code
     * default} methods. Instead, it inherits their default implementations. When those implementations
     * invoke methods, they invoke methods on the {@code ForwardingCollection}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 29 19:42:21 UTC 2021
    - 8.2K bytes
    - Viewed (0)
  10. subprojects/composite-builds/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
    
        implementation(projects.time)
        implementation(project(":enterprise-logging"))
        implementation(project(":enterprise-operations"))
        implementation(project(":daemon-services"))
        implementation(project(":logging"))
    
        implementation(libs.slf4jApi)
        implementation(libs.guava)
    
        testImplementation(project(":file-watching"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top