Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 364 for hasLink (0.41 sec)

  1. platforms/software/resources/src/main/java/org/gradle/internal/resource/EmptyFileTextResource.java

    package org.gradle.internal.resource;
    
    import org.gradle.api.resources.ResourceException;
    import org.gradle.internal.file.RelativeFilePathResolver;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hashing;
    
    import javax.annotation.Nonnull;
    import java.io.File;
    import java.io.Reader;
    import java.io.StringReader;
    import java.nio.charset.Charset;
    
    /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  2. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/impl/EmptyCurrentFileCollectionFingerprint.java

    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hashing;
    import org.gradle.internal.snapshot.FileSystemSnapshot;
    
    import java.util.Collections;
    import java.util.Map;
    
    public class EmptyCurrentFileCollectionFingerprint implements CurrentFileCollectionFingerprint {
    
        private static final HashCode SIGNATURE = Hashing.signature(EmptyCurrentFileCollectionFingerprint.class);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/precompile/PrecompiledScriptDependenciesResolver.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.precompile
    
    import org.gradle.internal.hash.Hashing
    import org.gradle.kotlin.dsl.resolver.KotlinBuildScriptDependencies
    import org.gradle.util.internal.TextUtil.convertLineSeparatorsToUnix
    
    import java.util.concurrent.Future
    
    import kotlin.script.dependencies.Environment
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/MissingFileSnapshot.java

    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hashing;
    
    import java.util.Optional;
    
    /**
     * A snapshot of a missing file or a broken symbolic link or a named pipe.
     */
    public class MissingFileSnapshot extends AbstractFileSystemLocationSnapshot implements FileSystemLeafSnapshot {
        private static final HashCode SIGNATURE = Hashing.signature(MissingFileSnapshot.class);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/maven/AbstractMavenModule.groovy

                        assert Hashing.sha1().hashFile(artifact.file) == file.sha1
                        if (checkExtraChecksums && (!artifact.file.name in missingExtra)) {
                            assert Hashing.sha256().hashFile(artifact.file) == file.sha256
                            assert Hashing.sha512().hashFile(artifact.file) == file.sha512
                        }
                        assert Hashing.md5(). hashFile(artifact.file) == file.md5
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  6. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/classloader/ConfigurableClassLoaderHierarchyHasher.java

    import com.google.common.base.Charsets;
    import org.gradle.internal.hash.ClassLoaderHierarchyHasher;
    import org.gradle.internal.hash.HashCode;
    import org.gradle.internal.hash.Hasher;
    import org.gradle.internal.hash.Hashing;
    
    import javax.annotation.Nullable;
    import java.util.Map;
    import java.util.WeakHashMap;
    
    public class ConfigurableClassLoaderHierarchyHasher implements ClassLoaderHierarchyHasher {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 2.9K bytes
    - Viewed (0)
  7. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/classloader/ConfigurableClassLoaderHierarchyHasherTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.internal.classloader
    
    import org.gradle.internal.hash.HashCode
    import org.gradle.internal.hash.Hashing
    import org.gradle.internal.hash.TestHashCodes
    import spock.lang.Specification
    
    class ConfigurableClassLoaderHierarchyHasherTest extends Specification {
        def classLoaderFactory = Mock(HashingClassLoaderFactory)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:48:02 UTC 2023
    - 3K bytes
    - Viewed (0)
  8. platforms/core-execution/hashing/src/main/java/org/gradle/internal/hash/DefaultStreamHasher.java

    import java.io.UncheckedIOException;
    import java.util.Queue;
    import java.util.concurrent.ArrayBlockingQueue;
    
    public class DefaultStreamHasher implements StreamHasher {
        private static final HashCode SIGNATURE = Hashing.signature(DefaultStreamHasher.class);
    
        private final Queue<byte[]> buffers = new ArrayBlockingQueue<byte[]>(16);
    
        @Override
        public HashCode hash(InputStream inputStream) {
            try {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:43:29 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  9. overview.html

    <body>
    
    Guava is a set of core Java libraries from Google that includes new collection
    types (such as multimap and multiset), immutable collections, a graph library,
    and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
    is widely used on most Java projects within Google, and widely used by many
    other companies as well.
    
    
    <p>For more information, see <a href="https://guava.dev/">guava.dev</a>.
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 17 16:01:41 UTC 2023
    - 429 bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/security/oauth2-jwt.md

    ## Password hashing
    
    "Hashing" means converting some content (a password in this case) into a sequence of bytes (just a string) that looks like gibberish.
    
    Whenever you pass exactly the same content (exactly the same password) you get exactly the same gibberish.
    
    But you cannot convert from the gibberish back to the password.
    
    ### Why use password hashing
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon May 20 17:37:28 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top