Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for noIncludes (0.51 sec)

  1. platforms/native/language-native/src/test/groovy/org/gradle/language/nativeplatform/internal/incremental/sourceparser/RegexBackedCSourceParserTest.groovy

            and:
            noIncludes()
        }
    
        def "finds system import"() {
            when:
            sourceFile << """
                #import <test.h>
            """
    
            then:
            imports == ['<test.h>'].collect { include(it, true) }
    
            and:
            noIncludes()
        }
    
        def "finds defined import"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 34.3K bytes
    - Viewed (0)
  2. src/crypto/tls/common.go

    	ctx context.Context
    }
    
    // Context returns the context of the handshake that is in progress.
    // This context is a child of the context passed to HandshakeContext,
    // if any, and is canceled when the handshake concludes.
    func (c *ClientHelloInfo) Context() context.Context {
    	return c.ctx
    }
    
    // CertificateRequestInfo contains information from a server's
    // CertificateRequest message, which is used to demand a certificate and proof
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  3. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    myamaze.net
    
    // Amazon : https://www.amazon.com/
    // Submitted by AWS Security <******@****.***>
    // Subsections of Amazon/subsidiaries will appear until "concludes" tag
    
    // Amazon CloudFront
    // Submitted by Donavan Miller <******@****.***>
    // Reference: 54144616-fd49-4435-8535-19c6a601bdb3
    cloudfront.net
    
    // Amazon EC2
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top