Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 4,733 for Implementation (0.16 sec)

  1. testing/internal-testing/build.gradle.kts

        api(libs.spockJUnit4)
    
        implementation(project(":build-operations"))
        implementation(project(":functional"))
        implementation(project(":serialization"))
    
        implementation(libs.ant)
        implementation(libs.asm)
        implementation(libs.commonsCompress)
        implementation(libs.commonsIo)
        implementation(libs.commonsLang)
        implementation(libs.guava)
        implementation(libs.jsoup)
        implementation(libs.jsr305)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/ForwardingNavigableMap.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 ForwardingNavigableMap}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jun 15 18:11:44 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/ForwardingNavigableMap.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 ForwardingNavigableMap}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Jun 15 18:11:44 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  4. analysis/analysis-api-platform-interface/build.gradle.kts

        id("jps-compatible")
    }
    
    dependencies {
        implementation(project(":compiler:psi"))
        implementation(project(":compiler:frontend.java"))
        implementation(project(":core:compiler.common"))
        implementation(project(":analysis:analysis-api"))
        implementation(project(":analysis:project-structure"))
        implementation(project(":analysis:decompiled:decompiler-to-file-stubs"))
        implementation(project(":analysis:decompiled:decompiler-to-psi"))
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 690 bytes
    - Viewed (0)
  5. platforms/jvm/ear/build.gradle.kts

        api(project(":platform-jvm"))
    
        implementation(projects.stdlibJavaExtensions)
        implementation(project(":core"))
        implementation(project(":dependency-management"))
        implementation(project(":execution"))
        implementation(project(":file-collections"))
        implementation(project(":language-java"))
        implementation(project(":logging"))
        implementation(project(":platform-base"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. build-logic/binary-compatibility/build.gradle.kts

    dependencies {
        api("me.champeau.gradle:japicmp-gradle-plugin")
    
        implementation("gradlebuild:basics")
        implementation("gradlebuild:module-identity")
    
        implementation("com.google.code.gson:gson")
        implementation("com.google.guava:guava")
        implementation("org.javassist:javassist")
        implementation("com.github.javaparser:javaparser-core")
        implementation("org.jetbrains.kotlinx:kotlinx-metadata-jvm")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Sep 30 16:17:28 UTC 2023
    - 905 bytes
    - Viewed (0)
  7. platforms/ide/ide-plugins/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
    
        implementation(project(":dependency-management"))
        implementation(project(":ear"))
        implementation(project(":file-collections"))
        implementation(project(":language-java"))
        implementation(project(":model-core"))
        implementation(project(":plugins-groovy"))
        implementation(project(":plugins-java"))
        implementation(project(":plugins-java-base"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/JvmImplementation.java

    
    /**
     * Represents a filter for a implementation of a Java Virtual Machine.
     *
     * @since 6.8
     */
    public final class JvmImplementation {
    
        /**
         * Vendor-specific virtual machine implementation.
         *
         * Acts as a placeholder and matches any implementation from any vendor.
         * Usually used to override specific implementation requests.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 17:40:02 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. 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)
  10. guava/src/com/google/common/collect/ForwardingMultiset.java

     * this case, you should override {@code add(Object)} as well, 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 ForwardingMultiset}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 12 15:26:39 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top