Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 90 for netty (0.42 sec)

  1. platforms/core-runtime/wrapper-main/build.gradle.kts

        integTestImplementation(project(":logging"))
        integTestImplementation(project(":core-api"))
        integTestImplementation(libs.commonsIo)
        integTestImplementation(libs.littleproxy)
        integTestImplementation(libs.jetty)
    
        crossVersionTestImplementation(project(":logging"))
        crossVersionTestImplementation(project(":persistent-cache"))
        crossVersionTestImplementation(project(":launcher"))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 05:54:32 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. platforms/software/resources-gcs/src/integTest/groovy/org/gradle/integtests/resource/gcs/fixtures/GcsServer.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.integtests.resource.gcs.fixtures
    
    import org.eclipse.jetty.server.Request
    import org.eclipse.jetty.server.handler.AbstractHandler
    import org.gradle.integtests.resource.gcs.fixtures.stub.HttpStub
    import org.gradle.integtests.resource.gcs.fixtures.stub.StubRequest
    import org.gradle.internal.hash.Hashing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 16.7K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/build.gradle.kts

            because("Test fixtures export the Action class")
        }
        testFixturesApi(project(":persistent-cache")) {
            because("Test fixtures export the CacheAccess class")
        }
    
        testFixturesApi(libs.jetty)
        testFixturesImplementation(project(":core"))
        testFixturesImplementation(testFixtures(project(":core")))
        testFixturesImplementation(testFixtures(project(":resources-http")))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. src/runtime/gc_test.go

    		c     chan error
    		nextx *X
    	}
    	type Y struct {
    		X
    		nexty *Y
    		p     *int
    	}
    	var head *Y
    	for i := 0; i < 10; i++ {
    		p := &Y{}
    		p.c = make(chan error)
    		if head != nil {
    			p.nextx = &head.X
    		}
    		p.nexty = head
    		p.p = new(int)
    		*p.p = 42
    		head = p
    		runtime.GC()
    	}
    	for p := head; p != nil; p = p.nexty {
    		if *p.p != 42 {
    			t.Fatal("corrupted heap")
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 05 22:33:52 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. platforms/core-execution/build-cache-http/src/integTest/groovy/org/gradle/caching/http/internal/HttpBuildCacheServiceErrorHandlingIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.caching.http.internal
    
    import org.eclipse.jetty.server.Response
    import org.gradle.caching.internal.services.BuildCacheControllerFactory
    
    import java.util.concurrent.atomic.AtomicInteger
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  6. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/keystore/TestKeyStore.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.test.fixtures.keystore
    
    import groovy.transform.CompileStatic
    import org.eclipse.jetty.util.ssl.SslContextFactory
    import org.gradle.api.Action
    import org.gradle.integtests.fixtures.executer.GradleContextualExecuter
    import org.gradle.integtests.fixtures.executer.GradleExecuter
    import org.gradle.internal.Actions
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  7. platforms/software/resources-s3/src/integTest/groovy/org/gradle/integtests/resource/s3/fixtures/S3Server.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.resource.s3.fixtures
    
    
    import groovy.xml.StreamingMarkupBuilder
    import org.eclipse.jetty.server.Request
    import org.eclipse.jetty.server.handler.AbstractHandler
    import org.gradle.integtests.resource.s3.fixtures.stub.HttpStub
    import org.gradle.integtests.resource.s3.fixtures.stub.StubRequest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  8. build.gradle.kts

        val alpnBootVersion = alpnBootVersion()
        if (alpnBootVersion != null) {
          val alpnBootJar = configurations.detachedConfiguration(
            dependencies.create("org.mortbay.jetty.alpn:alpn-boot:$alpnBootVersion")
          ).singleFile
          tasks.withType<Test> {
            jvmArgs("-Xbootclasspath/p:${alpnBootJar}")
          }
        }
      } else if (platform == "conscrypt") {
        dependencies {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 18 01:32:42 UTC 2024
    - 8.9K bytes
    - Viewed (1)
  9. maven-core/src/test/resources/apiv4-repo/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar

    WebDav Provider Wagon that gets and puts artifacts through webdav protocol Henry Isidro ******@****.*** Joakim Erdfelt ******@****.*** slide slide-webdavlib 2.1 commons-logging commons-logging 1.0.4 runtime it.could webdav 0.4 test org.mortbay.jetty jetty 4.2.12 test META-INF/maven/org.apache.maven.wagon/wagon-webdav/pom.properties #Generated by Maven #Tue Dec 12 17:29:47 EST 2006 version=1.0-beta-2 groupId=org.apache.maven.wagon artifactId=wagon-webdav...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 16.9K bytes
    - Viewed (0)
  10. subprojects/core/build.gradle.kts

        integTestImplementation(project(":daemon-services"))
        integTestImplementation(libs.jansi)
        integTestImplementation(libs.jetbrainsAnnotations)
        integTestImplementation(libs.jetty)
        integTestImplementation(libs.littleproxy)
        integTestImplementation(testFixtures(project(":native")))
        integTestImplementation(testFixtures(project(":file-temp")))
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top