Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 56 for 17104h (0.21 sec)

  1. android/guava-tests/test/com/google/common/net/HostAndPortTest.java

        assertEquals(":102", HostAndPort.fromString(":102").toString());
        assertEquals("[1::2]:103", HostAndPort.fromParts("1::2", 103).toString());
        assertEquals("[::1]:104", HostAndPort.fromString("[::1]:104").toString());
    
        // Without ports.
        assertEquals("foo", "" + HostAndPort.fromString("foo"));
        assertEquals("", HostAndPort.fromString("").toString());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 17 11:19:47 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/toolingApi/customModel/groovy/tooling/build.gradle

    dependencies {
        implementation 'org.gradle.sample:plugin:1.0'
        implementation "org.gradle:gradle-tooling-api:${toolingApiVersion}"
        // Need an SLF4J implementation at runtime
        runtimeOnly 'org.slf4j:slf4j-simple:1.7.10'
    }
    
    application {
        mainClass = 'org.gradle.sample.Main'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 494 bytes
    - Viewed (0)
  3. pkg/kube/kclient/index.go

    // An additional ResourceEventHandler can be passed in that is guaranteed to happen *after* the index is updated.
    // This allows the delegate to depend on the contents of the index.
    // TODO(https://github.com/kubernetes/kubernetes/pull/117046) remove this.
    func CreateIndexWithDelegate[K comparable, O controllers.ComparableObject](
    	client Informer[O],
    	extract func(o O) []K,
    	delegate cache.ResourceEventHandler,
    ) *Index[K, O] {
    	idx := Index[K, O]{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 04 03:49:30 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  4. testing/performance/src/templates/config-inject/build.gradle

    dependencies {
        implementation 'commons-lang:commons-lang:2.5'
        implementation "commons-httpclient:commons-httpclient:3.0"
        implementation "commons-codec:commons-codec:1.2"
        implementation "org.slf4j:jcl-over-slf4j:1.7.10"
        implementation "org.codehaus:groovy:groovy-all:2.4.15"
        implementation "commons-codec:commons-codec:1.2"
        testImplementation 'junit:junit:4.13'
        testImplementation 'org.testng:testng:6.4'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/dependencyManagement/managingTransitiveDependencies-declaringCapabilities/kotlin/build.gradle.kts

    dependencies {
        // This dependency will bring log4:log4j transitively
        implementation("org.apache.zookeeper:zookeeper:3.4.9")
    
        // We use log4j over slf4j
        implementation("org.slf4j:log4j-over-slf4j:1.7.10")
    }
    // end::dependencies[]
    
    // tag::use_highest_asm[]
    configurations.all {
        resolutionStrategy.capabilitiesResolution.withCapability("org.ow2.asm:asm") {
            selectHighestVersion()
        }
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  6. testing/performance/src/templates/kts-project-with-source/build.gradle.kts

    dependencies {
        implementation("commons-lang:commons-lang:2.5")
        implementation("org.apache.httpcomponents:httpclient:4.0")
        implementation("commons-codec:commons-codec:1.2")
        implementation("org.slf4j:jcl-over-slf4j:1.7.10")
        implementation("org.codehaus.groovy:groovy:2.4.15")
        testImplementation("junit:junit:4.13")
        runtimeOnly("com.googlecode:reflectasm:1.01")
    }
    
    (tasks.getByName("test") as Test).apply {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  7. testing/performance/docs/performance-bisect.md

    /home/vmadmin/.gradle-bisect-results/result_1_00f795e2_2016-06-17-13:10:45.xml-Difference: 170.4 ms slower (170.4 ms), 17.21%, max regression: 140 ms
    --
    /home/vmadmin/.gradle-bisect-results/result_1_29731dc5_2016-06-17-13:06:17.xml:Speed Results for test project 'mediumNativeMonolithic' with tasks build: we're slower than 2.14.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv12-Ed25519

    00000120  06 03 55 1d 25 04 0c 30  0a 06 08 2b 06 01 05 05  |..U.%..0...+....|
    00000130  07 03 01 30 0c 06 03 55  1d 13 01 01 ff 04 02 30  |...0...U.......0|
    00000140  00 30 16 06 03 55 1d 11  04 0f 30 0d 82 0b 65 78  |.0...U....0...ex|
    00000150  61 6d 70 6c 65 2e 63 6f  6d 30 05 06 03 2b 65 70  |ample.com0...+ep|
    00000160  03 41 00 63 44 ed 9c c4  be 53 24 53 9f d2 10 8d  |.A.cD....S$S....|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 5K bytes
    - Viewed (0)
  9. src/strconv/atof_test.go

    	{"0x1ep-1", "15", nil},
    	{"-0x1ep-1", "-15", nil},
    	{"-0x1_ep-1", "-15", nil},
    	{"0x1p-200", "6.223015277861142e-61", nil},
    	{"0x1p200", "1.6069380442589903e+60", nil},
    	{"0x1fFe2.p0", "131042", nil},
    	{"0x1fFe2.P0", "131042", nil},
    	{"-0x2p3", "-16", nil},
    	{"0x0.fp4", "15", nil},
    	{"0x0.fp0", "0.9375", nil},
    	{"0x1e2", "0", ErrSyntax},
    	{"1p2", "0", ErrSyntax},
    
    	// zeros
    	{"0", "0", nil},
    	{"0e0", "0", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 16:24:57 UTC 2022
    - 23.6K bytes
    - Viewed (0)
  10. src/image/png/testdata/pngsuite/basn3p08.sng

    }
    gAMA {1.0000}
    PLTE {
        ( 34, 68,  0)     # rgb = (0x22,0x44,0x00)
        (245,255,237)     # rgb = (0xf5,0xff,0xed)
        (119,255,119)     # rgb = (0x77,0xff,0x77)
        (203,255,255)     # rgb = (0xcb,0xff,0xff)
        ( 17, 10,  0)     # rgb = (0x11,0x0a,0x00)
        ( 58,119,  0)     # rgb = (0x3a,0x77,0x00)
        ( 34, 34,255)     # rgb = (0x22,0x22,0xff)
        (255, 17,255)     # rgb = (0xff,0x11,0xff)
        ( 17,  0,  0)     # rgb = (0x11,0x00,0x00)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 13.9K bytes
    - Viewed (0)
Back to top