- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 93 for checksum (0.68 sec)
-
guava/src/com/google/common/hash/Hashing.java
/** * Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits). * * <p>To get the {@code long} value equivalent to {@link Checksum#getValue()} for a {@code * HashCode} produced by this function, use {@link HashCode#padToLong()}. * * <p>This function is best understood as a <a * href="https://en.wikipedia.org/wiki/Checksum">checksum</a> rather than a true <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 22:06:57 UTC 2025 - 31.1K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Hashing.java
/** * Returns a hash function implementing the CRC-32 checksum algorithm (32 hash bits). * * <p>To get the {@code long} value equivalent to {@link Checksum#getValue()} for a {@code * HashCode} produced by this function, use {@link HashCode#padToLong()}. * * <p>This function is best understood as a <a * href="https://en.wikipedia.org/wiki/Checksum">checksum</a> rather than a true <a
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 29.8K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
constraints.LuhnCheck.message = De Luhn Modulo 11 checksum van {value} is onjuist. constraints.Mod10Check.message = De Modulo 10 checksum van {value} is onjuist. constraints.Mod11Check.message = De Modulo 11 checksum van {value} is onjuist. constraints.ModCheck.message = De {modType} checksum van {value} is onjuist. constraints.NotBlank.message = {item} mag niet leeg zijn.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message_it.properties
constraints.LuhnCheck.message = Il checksum Luhn Modulo 11 di {value} non è corretto. constraints.Mod10Check.message = Il checksum Modulo 10 di {value} non è corretto. constraints.Mod11Check.message = Il checksum Modulo 11 di {value} non è corretto. constraints.ModCheck.message = Il checksum {modType} di {value} non è corretto. constraints.NotBlank.message = {item} non può essere vuoto.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.3K bytes - Viewed (0) -
maven-tests/mvnw
fi # If specified, validate the SHA-256 sum of the Maven distribution zip file if [ -n "${distributionSha256Sum-}" ]; then distributionSha256Result=false if [ "$MVN_CMD" = mvnd.sh ]; then echo "Checksum validation is not supported for maven-mvnd." >&2 echo "Please disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." >&2 exit 1 elif command -v sha256sum >/dev/null; then
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 10.4K bytes - Viewed (0) -
src/main/resources/fess_message.properties
constraints.LuhnCheck.message = The Luhn Modulo 11 checksum of {value} is incorrect. constraints.Mod10Check.message = The Modulo 10 checksum of {value} is incorrect. constraints.Mod11Check.message = The Modulo 11 checksum of {value} is incorrect. constraints.ModCheck.message = The {modType} checksum of {value} is incorrect. constraints.NotBlank.message = {item} is required.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
constraints.LuhnCheck.message = The Luhn Modulo 11 checksum of {value} is incorrect. constraints.Mod10Check.message = The Modulo 10 checksum of {value} is incorrect. constraints.Mod11Check.message = The Modulo 11 checksum of {value} is incorrect. constraints.ModCheck.message = The {modType} checksum of {value} is incorrect. constraints.NotBlank.message = {item} is required.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Crc32cHashFunction.java
*/ package com.google.common.hash; import com.google.errorprone.annotations.Immutable; import java.nio.ByteBuffer; /** * This class generates a CRC32C checksum, defined by RFC 3720, Section 12.1. The generator * polynomial for this checksum is {@code 0x11EDC6F41}. * * @author Kurt Alfred Kluever */ @Immutable final class Crc32cHashFunction extends AbstractHashFunction {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 28 01:26:26 UTC 2024 - 21.2K bytes - Viewed (0) -
mvnw
fi elif command -v shasum >/dev/null; then if echo "$wrapperSha256Sum $wrapperJarPath" | shasum -a 256 -c >/dev/null 2>&1; then wrapperSha256Result=true fi else echo "Checksum validation was requested but neither 'sha256sum' or 'shasum' are available." >&2 echo "Please install either command, or disable validation by removing 'wrapperSha256Sum' from your maven-wrapper.properties." >&2 exit 1
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Oct 14 22:24:15 UTC 2024 - 10.9K bytes - Viewed (0) -
.github/workflows/build.yml
uses: gradle/actions/setup-gradle@v4 - name: Run Checks run: ./gradlew check -PgraalBuild=true -x jvmTest -x test testopenjdk11: permissions: checks: write # for mikepenz/action-junit-report runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v5 - name: Configure JDK uses: actions/setup-java@v5
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Aug 21 07:15:58 UTC 2025 - 18.1K bytes - Viewed (0)