- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 168 for checksum (0.05 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-tests/test/com/google/common/hash/Crc32cHashFunctionTest.java
} return ~crc; } /** * Verifies that the crc of an array of byte data matches the expected value. * * @param expectedCrc the expected crc value. * @param data the data to run the checksum on. */ private static void assertCrc(int expectedCrc, byte[] data) { int actualCrc = Hashing.crc32c().hashBytes(data).asInt(); assertEquals(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 6.6K bytes - Viewed (0) -
maven-tests/mvnw.cmd
$distributionSha256Sum = (Get-Content -Raw "$scriptDir/.mvn/wrapper/maven-wrapper.properties" | ConvertFrom-StringData).distributionSha256Sum if ($distributionSha256Sum) { if ($USE_MVND) { Write-Error "Checksum validation is not supported for maven-mvnd. `nPlease disable validation by removing 'distributionSha256Sum' from your maven-wrapper.properties." } Import-Module $PSHOME\Modules\Microsoft.PowerShell.Utility -Function Get-FileHash
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Jul 12 12:05:57 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
/** The key of the message: The Luhn Modulo 11 checksum of {value} is incorrect. */ public static final String CONSTRAINTS_LuhnCheck_MESSAGE = "{constraints.LuhnCheck.message}"; /** The key of the message: The Modulo 10 checksum of {value} is incorrect. */ public static final String CONSTRAINTS_Mod10Check_MESSAGE = "{constraints.Mod10Check.message}";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0)