Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 224 for roots (0.06 sec)

  1. src/crypto/tls/example_test.go

    -----END CERTIFICATE-----`
    
    	// First, create the set of root certificates. For this example we only
    	// have one. It's also possible to omit this in order to use the
    	// default root set of the current operating system.
    	roots := x509.NewCertPool()
    	ok := roots.AppendCertsFromPEM([]byte(rootPEM))
    	if !ok {
    		panic("failed to parse root certificate")
    	}
    
    	conn, err := tls.Dial("tcp", "mail.google.com:443", &tls.Config{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r32/BuildActionCrossVersionSpec.groovy

    import org.gradle.test.fixtures.file.TestFile
    
    class BuildActionCrossVersionSpec extends ToolingApiSpecification {
        @TargetGradleVersion(">=3.2")
        def "can use multiple action implementations with different classpath roots and loaded from same ClassLoader"() {
            settingsFile.text = 'rootProject.name = "not broken"'
    
            // Ensure daemon is reused
            toolingApi.requireIsolatedDaemons()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/OutputFileChanges.java

            }) == SnapshotVisitResult.CONTINUE;
        }
    
        private static Map<String, FileSystemLocationFingerprint> collectFingerprints(FileSystemSnapshot roots) {
            Map<String, FileSystemLocationFingerprint> result = new LinkedHashMap<>();
            roots.accept(new RelativePathTracker(),
                (snapshot, relativePath) -> {
                    result.put(snapshot.getAbsolutePath(), createFingerprint(relativePath, snapshot));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 8K bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/r54/KotlinSettingsScriptModelCrossVersionSpec.groovy

        @TargetGradleVersion(">=5.4 <7.5")
        @LeaksFileHandles("Kotlin compiler daemon on buildSrc jar")
        @Flaky(because = "https://github.com/gradle/gradle-private/issues/3708")
        def "sourcePath includes buildSrc source roots"() {
    
            given:
            withKotlinBuildSrc()
            def settings = withDefaultSettings().append("""
                include(":sub")
            """)
    
            expect:
            assertThat(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  5. src/crypto/x509/hybrid_pool_test.go

    		t.Skip()
    	}
    	if runtime.GOOS == "windows" {
    		// NOTE(#51599): on the Windows builders we sometimes see that the state
    		// of the root pool is not fully initialized, causing an expected
    		// platform verification to fail. In part this is because Windows
    		// dynamically populates roots into its local trust store at time of
    		// use. We can attempt to prime the pool by attempting TLS connections
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:48:11 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/ExecutionOutputState.java

     */
    public interface ExecutionOutputState {
    
        /**
         * Whether the execution was successful.
         */
        boolean isSuccessful();
    
        /**
         * Snapshots of the roots of output properties.
         *
         * In the presence of overlapping outputs this might be different from
         * {@link BeforeExecutionState#getOutputFileLocationSnapshots()},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:29 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. src/crypto/x509/cert_pool.go

    	// funcs).
    	haveSum map[sum224]bool
    
    	// systemPool indicates whether this is a special pool derived from the
    	// system roots. If it includes additional roots, it requires doing two
    	// verifications, one using the roots provided by the caller, and one using
    	// the system platform verifier.
    	systemPool bool
    }
    
    // lazyCert is minimal metadata about a Cert and a func to retrieve it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:41:40 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  8. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/operations/execution/FilePropertyVisitor.java

    /**
     * The consuming visitor for file properties on work.
     * <p>
     * Properties are visited depth-first lexicographical.
     * Roots are visited in semantic order (i.e. the order in which they make up the file collection)
     * Files and directories are depth-first lexicographical.
     * <p>
     * For roots that are a file, they are also visited with {@link #file(VisitState)}.
     *
     * @since 8.3
     */
    public interface FilePropertyVisitor {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jul 10 08:07:59 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/mod_graph_version.txt

    cmp go.mod go.mod.orig
    
    
    # If we actually update the go.mod file to the requested go version,
    # we should get the same selected versions, but the roots of the graph
    # may be updated.
    #
    # TODO(#45551): The roots should not be updated.
    
    go mod edit -go=1.16
    go mod graph
    ! stdout '^example\.com/m example\.com/retract/incompatible@v1\.0\.0$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 21:10:42 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  10. platforms/enterprise/enterprise-operations/src/main/java/org/gradle/api/internal/tasks/SnapshotTaskInputsBuildOperationType.java

             * <p>
             * Properties are visited depth-first lexicographical.
             * Roots are visited in semantic order (i.e. the order in which they make up the file collection)
             * Files and directories are depth-first lexicographical.
             * <p>
             * For roots that are a file, they are also visited with {@link #file(VisitState)}.
             */
            interface InputFilePropertyVisitor {
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 17:46:30 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top