- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 97 (0.01 sec)
-
docs/site-replication/run-replication-with-checksum-header.sh
pkill -9 minio || sudo pkill -9 minio rm -rf /tmp/minio{1,2} echo "done" } # Function to convert number to corresponding alphabet num_to_alpha() { local num=$1 # ASCII value of 'a' is 97, so we add (num - 1) to 97 to get the corresponding alphabet local ascii_value=$((96 + num)) # Convert the ASCII value to the character using printf printf "\\$(printf '%03o' "$ascii_value")" } cleanup export MINIO_CI_CD=1Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Mon Jan 20 14:49:07 UTC 2025 - 11.5K bytes - Viewed (0) -
cmd/apierrorcode_string.go
_ = x[ErrMalformedDate-92] _ = x[ErrMalformedPresignedDate-93] _ = x[ErrMalformedCredentialDate-94] _ = x[ErrMalformedExpires-95] _ = x[ErrNegativeExpires-96] _ = x[ErrAuthHeaderEmpty-97] _ = x[ErrExpiredPresignRequest-98] _ = x[ErrRequestNotReadyYet-99] _ = x[ErrUnsignedHeaders-100] _ = x[ErrMissingDateHeader-101] _ = x[ErrInvalidQuerySignatureAlgo-102] _ = x[ErrInvalidQueryParams-103]
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Wed Apr 16 07:34:24 UTC 2025 - 21.6K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/Utf8Test.java
long[] expected = new long[128]; // 0-63 are all 5300224 for (int i = 0; i <= 63; i++) { expected[i] = 5300224; } // 97-111 are all 2342912 for (int i = 97; i <= 111; i++) { expected[i] = 2342912; } // 113-117 are all 1048576 for (int i = 113; i <= 117; i++) { expected[i] = 1048576; } // One offs expected[112] = 786432;
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0)