Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 606 for Hashing (0.15 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/vcs/internal/SourceDependencies.groovy

    package org.gradle.vcs.internal
    
    import groovy.transform.SelfType
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import org.gradle.test.fixtures.file.TestFile
    
    import static org.gradle.internal.hash.Hashing.hashString
    
    @SelfType(AbstractIntegrationSpec)
    trait SourceDependencies {
        TestFile checkoutDir(String repoName, String versionId, String repoId, TestFile baseDir=testDirectory) {
            def prefix = repoName.take(9)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. platforms/software/version-control/build.gradle.kts

        implementation(projects.persistentCache)
        implementation(projects.serialization)
        implementation(project(":files"))
        implementation(project(":functional"))
        implementation(project(":hashing"))
        implementation(project(":logging-api"))
    
        implementation(libs.guava)
        implementation(libs.jgitSsh) {
            exclude("org.apache.sshd", "sshd-osgi") // Because it duplicates sshd-core and sshd-commons contents
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/EncryptionService.kt

            get() = secretKey != null
    
        override val encryptionKeyHashCode: HashCode by lazy {
            secretKey?.let {
                Hashing.sha512().newHasher().apply {
                    putBytes(it.encoded)
                    putString(encryptionAlgorithm.transformation)
                }.hash()
            } ?: Hashing.newHasher().hash()
        }
    
        private
        fun shouldEncryptStreams(stateType: StateType) =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. platforms/core-configuration/dependency-management-serialization-codecs/build.gradle.kts

        api(project(":enterprise-operations"))
        api(project(":execution"))
        api(project(":file-collections"))
        api(project(":functional"))
        api(projects.graphSerialization)
        api(project(":hashing"))
        api(project(":logging"))
        api(project(":model-core"))
        api(project(":snapshots"))
    
        api(libs.kotlinStdlib)
    
        implementation(projects.configurationCacheBase)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/core-execution/workers/build.gradle.kts

    dependencies {
        api(project(":base-services"))
        api(project(":build-operations"))
        api(project(":concurrent"))
        api(project(":core"))
        api(project(":core-api"))
        api(project(":hashing"))
        api(project(":stdlib-java-extensions"))
        api(project(":logging"))
        api(project(":logging-api"))
        api(project(":messaging"))
        api(project(":model-core"))
        api(project(":process-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. platforms/enterprise/enterprise/build.gradle.kts

        api(libs.inject)
        api(libs.jsr305)
    
        implementation(project(":concurrent"))
        implementation(project(":dependency-management"))
        implementation(project(":files"))
        implementation(project(":hashing"))
        implementation(project(":logging"))
        implementation(project(":process-services"))
        implementation(project(":serialization"))
        implementation(project(":testing-base"))
    
        implementation(libs.guava)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  7. platforms/core-execution/execution/build.gradle.kts

        api(project(":build-cache-base"))
        api(project(":build-cache-spi"))
        api(project(":build-operations"))
        api(project(":core-api"))
        api(project(":files"))
        api(project(":functional"))
        api(project(":hashing"))
        api(project(":model-core"))
        api(project(":persistent-cache"))
        api(project(":problems-api"))
        api(project(":snapshots"))
    
        implementation(projects.time)
        implementation(project(":logging"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/go/types/typeutil/map.go

    		// new memo for this hasher as type identity may be affected by this
    		// masking. For example, in func[T any](*T), the identity of *T depends on
    		// whether we are mapping the argument in isolation, or recursively as part
    		// of hashing the signature.
    		//
    		// We should never encounter a generic signature while hashing another
    		// generic signature, but defensively set sigTParams only if h.mask is
    		// unset.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. platforms/software/maven/build.gradle.kts

        }
        api(libs.maven3RepositoryMetadata) {
            because("We use the metadata model classes to create repository metadata files")
        }
    
        implementation(project(":functional"))
        implementation(project(":hashing"))
        implementation(project(":logging-api"))
    
        implementation(libs.commonsLang)
        implementation(libs.plexusUtils)
        implementation(libs.slf4jApi)
    
        testImplementation(project(":native"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. platforms/core-configuration/core-serialization-codecs/build.gradle.kts

        implementation(projects.beanSerializationServices)
        implementation(projects.configurationProblemsBase)
        implementation(projects.coreKotlinExtensions)
        implementation(projects.execution)
        implementation(projects.hashing)
        implementation(projects.loggingApi)
        implementation(projects.messaging)
        implementation(projects.platformJvm)
        implementation(projects.publish)
        implementation(projects.serialization)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top