Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 185 for wyhash (0.16 sec)

  1. cmd/erasure-multipart.go

    	if checksumType.IsSet() {
    		checksumType |= hash.ChecksumMultipart | hash.ChecksumIncludesMultipart
    		var cs *hash.Checksum
    		cs = hash.NewChecksumFromData(checksumType, checksumCombined)
    		fi.Checksum = cs.AppendTo(nil, checksumCombined)
    		if opts.EncryptFn != nil {
    			fi.Checksum = opts.EncryptFn("object-checksum", fi.Checksum)
    		}
    	}
    	delete(fi.Metadata, hash.MinIOMultipartChecksum) // Not needed in final object.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  2. src/cmd/go/proxy_test.go

    		var best string
    		// Convert commit hash (only) to known version.
    		// Use latest version in semver priority, to match similar logic
    		// in the repo-based module server (see modfetch.(*codeRepo).convert).
    		for _, m := range modList {
    			if m.Path == path && semver.Compare(best, m.Version) < 0 {
    				var hash string
    				if module.IsPseudoVersion(m.Version) {
    					hash = m.Version[strings.LastIndex(m.Version, "-")+1:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 03 09:56:24 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. platforms/software/build-init/src/main/java/org/gradle/api/tasks/wrapper/Wrapper.java

            this.distributionUrl = url;
        }
    
        /**
         * The SHA-256 hash sum of the gradle distribution.
         *
         * <p>If not set, the hash sum of the gradle distribution is not verified.
         *
         * <p>The wrapper allows for verification of the downloaded Gradle distribution via SHA-256 hash sum comparison.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 03:11:06 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  4. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/EncryptionService.kt

    import org.gradle.internal.cc.impl.initialization.ConfigurationCacheStartParameter
    import org.gradle.internal.cc.base.logger
    import org.gradle.internal.extensions.stdlib.useToRun
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.service.scopes.Scope
    import org.gradle.internal.service.scopes.ServiceScope
    import org.gradle.util.internal.EncryptionAlgorithm
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/IncrementalCompileFilesFactory.java

                    if (includeFile == null) {
                        // Include file not found (but previously was found)
                        return false;
                    }
                    HashCode hash = includeFile.getContentHash();
                    if (!hash.equals(includeFileEdge.getResolvedTo())) {
                        // Include file changed
                        return false;
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  6. subprojects/core/src/testFixtures/groovy/org/gradle/util/TestUtil.groovy

    import org.gradle.api.tasks.util.internal.PatternSets
    import org.gradle.cache.internal.TestCrossBuildInMemoryCacheFactory
    import org.gradle.internal.hash.ChecksumService
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.instantiation.InjectAnnotationHandler
    import org.gradle.internal.instantiation.InstantiatorFactory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  7. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

    internal
    data class HashedProjectSchema(
        val schema: TypedProjectSchema,
        val hash: HashCode = hashCodeFor(schema)
    ) {
        val packageName by lazy {
            "gradle.kotlin.dsl.accessors._$hash"
        }
    
        override fun hashCode(): Int = hash.hashCode()
    
        override fun equals(other: Any?): Boolean = other is HashedProjectSchema && hash == other.hash
    }
    
    
    private
    data class ScriptPluginPlugins(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/Table.java

       * cell views, as returned by {@link #cellSet}, are equal.
       */
      @Override
      boolean equals(@CheckForNull Object obj);
    
      /**
       * Returns the hash code for this table. The hash code of a table is defined as the hash code of
       * its cell view, as returned by {@link #cellSet}.
       */
      @Override
      int hashCode();
    
      // Mutators
    
      /** Removes all mappings from the table. */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/ClassSetAnalysisData.java

            Map<String, IntSet> classesToConstants = new HashMap<>(usedClasses.size());
            for (String usedClass : usedClasses) {
                HashCode hash = this.classHashes.get(usedClass);
                if (hash != null) {
                    classHashes.put(usedClass, hash);
                    DependentsSet dependentsSet = this.dependents.get(usedClass);
                    if (dependentsSet != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. pkg/controller/deployment/util/deployment_util_test.go

    			generatePodTemplateSpec("foo", "foo-node", map[string]string{}, map[string]string{apps.DefaultDeploymentUniqueLabelKey: "value-1"}),
    			generatePodTemplateSpec("foo", "foo-node", map[string]string{}, map[string]string{"something": "else"}),
    			false,
    		},
    		{
    			"Same spec, the label is different, and the pod-template-hash label value is the same",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 08 09:10:50 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top