Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 411 (0.02 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r35/BuildEnvironmentCrossVersionSpec.groovy

            }
    
            then:
            out.toString().contains("<${["var": "val"]}>")
        }
    
        @TargetGradleVersion(">=4.11")
        def "new Gradle versions can mutate environment on all JDK versions"() {
            given:
            toolingApi.requireDaemons() //cannot be run in embedded mode
    
            buildFile << """
                task printEnv() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. internal/http/dial_linux.go

    			// Enable TCP fast connect
    			// TCPFastOpenConnect sets the underlying socket to use
    			// the TCP fast open connect. This feature is supported
    			// since Linux 4.11.
    			_ = syscall.SetsockoptInt(fd, syscall.IPPROTO_TCP, unix.TCP_FASTOPEN_CONNECT, 1)
    
    			// Enable TCP quick ACK, John Nagle says
    			// "Set TCP_QUICKACK. If you find a case where that makes things worse, let me know."
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 22 23:07:14 UTC 2024
    - 4.8K bytes
    - Viewed (3)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/DefaultGradleDistribution.groovy

            // 3.x - 4.6 works on Java 7 - 8
            if (isSameOrOlder("4.6")) {
                return javaVersion >= JavaVersion.VERSION_1_7 && javaVersion <= JavaVersion.VERSION_1_8
            }
    
            if (isSameOrOlder("4.11")) {
                return javaVersion >= JavaVersion.VERSION_1_7 && javaVersion <= JavaVersion.VERSION_1_10
            }
    
            // 5.4 officially added support for JDK 12, but it worked before then.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 16:09:27 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  4. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AbstractSmokeTest.groovy

                [version: "4.1.3", servletContainer: "jetty11", javaMinVersion: JavaVersion.VERSION_11]
            ]
    
            // https://plugins.gradle.org/plugin/org.ajoberstar.grgit
            static grgit = "4.1.1"
    
            // https://plugins.gradle.org/plugin/com.github.ben-manes.versions
            static gradleVersions = "0.51.0"
    
            // https://plugins.gradle.org/plugin/org.gradle.playframework
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 08:14:32 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  5. src/crypto/aes/asm_ppc64x.s

    	P8_LXVB16X(R4, R0, V0)
    
    	// V1, V2 will hold keys, V0 is a temp.
    	// At completion, V2 will hold the ciphertext.
    	// Load xk[0:3] and xor with text
    	LXVD2X	(R0+R5), V1
    	VXOR	V0, V1, V0
    
    	// Load xk[4:11] and cipher
    	LXVD2X	(R6+R5), V1
    	LXVD2X	(R7+R5), V2
    	VCIPHER	V0, V1, V0
    	VCIPHER	V0, V2, V0
    
    	// Load xk[12:19] and cipher
    	LXVD2X	(R8+R5), V1
    	LXVD2X	(R9+R5), V2
    	VCIPHER	V0, V1, V0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:05:32 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  6. src/net/http/cookie.go

    }
    
    // sanitizeCookieValue produces a suitable cookie-value from v.
    // It receives a quoted bool indicating whether the value was originally
    // quoted.
    // https://tools.ietf.org/html/rfc6265#section-4.1.1
    //
    //	cookie-value      = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE )
    //	cookie-octet      = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E
    //	          ; US-ASCII characters excluding CTLs,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. src/crypto/tls/handshake_client_tls13.go

    	}
    
    	return nil
    }
    
    func (hs *clientHandshakeStateTLS13) readServerCertificate() error {
    	c := hs.c
    
    	// Either a PSK or a certificate is always used, but not both.
    	// See RFC 8446, Section 4.1.1.
    	if hs.usingPSK {
    		// Make sure the connection is still being verified whether or not this
    		// is a resumption. Resumptions currently don't reverify certificates so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  8. gradle/verification-metadata.xml

                <pgp value="8608E5C5E09DCCE835B50BCD1158D77CDB3A70BB"/>
             </artifact>
          </component>
          <component group="de.undercouch" name="gradle-download-task" version="4.1.1">
             <artifact name="gradle-download-task-4.1.1.jar">
                <pgp value="1FA37FBE4453C1073E7EF61D6449005F96BC97A3"/>
                <ignored-keys>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  9. cmd/bucket-policy-handlers_test.go

    			expectedRespStatus: http.StatusBadRequest,
    		},
    		// Test case - 3.
    		// Case with content-length of the HTTP request set to 0.
    		// Expecting the HTTP response status to be StatusLengthRequired (411).
    		{
    			bucketName:         bucketName,
    			bucketPolicyReader: bytes.NewReader([]byte(fmt.Sprintf(bucketPolicyTemplate, bucketName, bucketName))),
    
    			policyLen:          0,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 32.9K bytes
    - Viewed (0)
  10. src/cmd/cgo/gcc.go

        kCFTaggedObjectID_Atom = (0 << 1) + 1,
        kCFTaggedObjectID_Undefined3 = (1 << 1) + 1,
        kCFTaggedObjectID_Undefined2 = (2 << 1) + 1,
        kCFTaggedObjectID_Integer = (3 << 1) + 1,
        kCFTaggedObjectID_DateTS = (4 << 1) + 1,
        kCFTaggedObjectID_ManagedObjectID = (5 << 1) + 1, // Core Data
        kCFTaggedObjectID_Date = (6 << 1) + 1,
        kCFTaggedObjectID_Undefined7 = (7 << 1) + 1,
    };
    */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top