Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reregistering (0.64 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

            then:
            output.count("Transforming") == 1
            output.contains("files: [lib.jar]")
        }
    
        @Issue("https://github.com/gradle/gradle/issues/16962")
        def "transforms registering the input as an output can use normalization"() {
            file("input1.jar").text = "jar"
            file("input2.jar").text = "jar"
            buildFile("""
                configurations {
                    api1 {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  2. src/net/http/server.go

    // it redirects the request by adding the trailing slash.
    // This behavior can be overridden with a separate registration for the path without
    // the trailing slash or "..." wildcard. For example, registering "/images/" causes ServeMux
    // to redirect a request for "/images" to "/images/", unless "/images" has
    // been registered separately.
    //
    // # Request sanitizing
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top