Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 474 for Classes (0.31 sec)

  1. platforms/documentation/docs/src/snippets/files/sampleJavaProject/groovy/build.gradle

    // tag::inner-link-task-properties[]
    def archivesDirPath = layout.buildDirectory.dir('archives')
    // end::inner-link-task-properties[]
    
    tasks.register('packageClasses', Zip) {
        archiveAppendix = "classes"
        destinationDirectory = archivesDirPath
    
        from compileJava
    }
    // end::link-task-properties[]
    
    // tag::nested-specs[]
    tasks.register('nestedSpecs', Copy) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:03:24 UTC 2024
    - 878 bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/FinalizerTaskIntegrationTest.groovy

            given:
            buildFile '''
                task assemble(type: BreakingTask) {
                    dependsOn "classes"
                }
                task generatePermissions(type: BreakingTask) {
                    dependsOn "classes"
                }
                task classes(type: BreakingTask) {
                    finalizedBy "assemble", "generatePermissions"
                    dependsOn "compileJava", "processResources"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 32.3K bytes
    - Viewed (0)
  3. docs/en/docs/reference/responses.md

    # Custom Response Classes - File, HTML, Redirect, Streaming, etc.
    
    There are several custom response classes you can use to create an instance and return them directly from your *path operations*.
    
    Read more about it in the [FastAPI docs for Custom Response - HTML, Stream, File, others](https://fastapi.tiangolo.com/advanced/custom-response/).
    
    You can import them directly from `fastapi.responses`:
    
    ```python
    from fastapi.responses import (
        FileResponse,
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/TransformReplacer.java

    import java.util.concurrent.ConcurrentHashMap;
    import java.util.concurrent.ConcurrentMap;
    import java.util.jar.JarEntry;
    import java.util.jar.JarFile;
    
    /**
     * A helper class that can remap classes loaded from the original JARs of the TransformedClassPath to the classes from the corresponding transformed JARs.
     * <p>
     * This class is thread-safe.
     */
    public class TransformReplacer implements Closeable {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  5. platforms/jvm/testing-junit-platform/build.gradle.kts

    }
    
    
    description = """Support classes used to run tests with the JUnit Platform testing framework.
    This project is separate from :testing-jvm-infrastructure since it requires junit-platform which itself requires Java 8+.
    This project should only be used by :testing-jvm-infrastructure, however it is not depended upon directly.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 986 bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/serialize/DefaultClassDecoder.kt

    
    internal
    class DefaultClassDecoder : ClassDecoder {
    
        private
        val classes = ReadIdentities()
    
        private
        val scopes = ReadIdentities()
    
        override fun ReadContext.decodeClass(): Class<*> {
            val id = readSmallInt()
            val type = classes.getInstance(id)
            if (type != null) {
                return type as Class<*>
            }
            val name = readString()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheGroovyIntegrationTest.groovy

                ":compileJava", ":compileGroovy", ":processResources", ":classes", ":jar", ":assemble",
                ":compileTestJava", ":compileTestGroovy", ":processTestResources", ":testClasses", ":test", ":check",
                ":build"
            ]
            def classFile = file("build/classes/groovy/main/Thing.class")
            def testClassFile = file("build/classes/groovy/test/ThingTest.class")
            def testResults = file("build/test-results/test")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  8. analysis/analysis-api-standalone/build.gradle.kts

        api(project(":analysis:project-structure"))
        api(project(":analysis:analysis-api-fir"))
        api(project(":analysis:low-level-api-fir"))
        api(project(":analysis:symbol-light-classes"))
        api(project(":analysis:decompiled:light-classes-for-decompiled"))
        api(project(":analysis:analysis-api-standalone:analysis-api-standalone-base"))
        implementation(project(":analysis:analysis-api-standalone:analysis-api-fir-standalone-base"))
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 22:09:27 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. docs/en/docs/reference/websockets.md

    You can import it directly form `fastapi`:
    
    ```python
    from fastapi import WebSocketDisconnect
    ```
    
    ::: fastapi.WebSocketDisconnect
    
    ## WebSockets - additional classes
    
    Additional classes for handling WebSockets.
    
    Provided directly by Starlette, but you can import it from `fastapi`:
    
    ```python
    from fastapi.websockets import WebSocketDisconnect, WebSocketState
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. platforms/core-runtime/instrumentation-declarations/src/main/java/org/gradle/internal/instrumentation/property/upgrades/PropertyUpgradeInstrumentationRegistry.java

     */
    
    package org.gradle.internal.instrumentation.property.upgrades;
    
    import org.gradle.internal.instrumentation.api.annotations.VisitForInstrumentation;
    
    /**
     * Add classes to visit to this registry to enable property upgrade instrumentation.
     *
     * Classes that should be visited should be added to the @VisitForInstrumentation annotation, e.g.
     * {@code @VisitForInstrumentation(value = {Checkstyle.class})}.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:39 UTC 2024
    - 1.1K bytes
    - Viewed (0)
Back to top