- Sort Score
- Result 10 results
- Languages All
Results 71 - 80 of 394 for Obj (0.03 sec)
-
buildscripts/multipart-quorum-test.sh
aws --endpoint-url http://localhost:"$start_port" s3api create-multipart-upload --bucket bucket --key obj-1 >upload-id.json uploadId=$(jq -r '.UploadId' upload-id.json) truncate -s 5MiB file-5mib for i in {1..2}; do aws --endpoint-url http://localhost:"$start_port" s3api upload-part \ --upload-id "$uploadId" --bucket bucket --key obj-1 \ --part-number "$i" --body ./file-5mib done for i in {1..6}; do
Registered: 2025-12-28 19:28 - Last Modified: 2024-09-06 10:51 - 2.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java
Registered: 2025-12-20 09:19 - Last Modified: 2025-11-20 07:09 - 3.4K bytes - Viewed (0) -
src/cmd/asm/internal/arch/riscv64.go
// instruction set, to minimize its interaction with the core of the // assembler. package arch import ( "cmd/internal/obj" "cmd/internal/obj/riscv" "fmt" ) // IsRISCV64AMO reports whether op is an AMO instruction that requires // special handling. func IsRISCV64AMO(op obj.As) bool { switch op { case riscv.ASCW, riscv.ASCD, riscv.AAMOSWAPW, riscv.AAMOSWAPD, riscv.AAMOADDW, riscv.AAMOADDD,
Registered: 2025-12-30 11:13 - Last Modified: 2025-09-12 08:12 - 2.8K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/DelegatingLocalArtifactRepository.java
Registered: 2025-12-28 03:35 - Last Modified: 2025-06-06 14:28 - 5.4K bytes - Viewed (0) -
docs/site-replication/run-replication-with-checksum-header.sh
echo "Loading objects to source MinIO instance" OBJ_CHKSUM=$(openssl dgst -sha256 -binary </tmp/data/obj | base64) aws s3api --endpoint-url=https://localhost:9001 put-object --checksum-algorithm SHA256 --checksum-sha256 "${OBJ_CHKSUM}" --bucket test-bucket --key obj --body /tmp/data/obj --no-verify-ssl --profile enterprise split -n 10 /tmp/data/mpartobj
Registered: 2025-12-28 19:28 - Last Modified: 2025-01-20 14:49 - 11.5K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/ndr/NdrBuffer.java
Registered: 2025-12-20 13:44 - Last Modified: 2025-08-16 01:32 - 10.7K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/SerializeUtil.java
/** * Tests if the object can be serialized. * * @param obj the object to be serialized (must not be {@literal null}) * @return the deserialized object */ public static Object serialize(final Object obj) { assertArgumentNotNull("obj", obj); final byte[] binary = fromObjectToBinary(obj); return fromBinaryToObject(binary); } /**Registered: 2025-12-20 08:55 - Last Modified: 2025-11-22 11:21 - 9K bytes - Viewed (0) -
compat/maven-builder-support/src/main/java/org/apache/maven/building/UrlSource.java
} @Override public boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null) { return false; } if (!UrlSource.class.equals(obj.getClass())) { return false; } UrlSource other = (UrlSource) obj; return Objects.equals(url.toExternalForm(), other.url.toExternalForm());Registered: 2025-12-28 03:35 - Last Modified: 2025-01-15 18:51 - 2.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideItem.java
Registered: 2025-12-20 09:19 - Last Modified: 2025-07-17 08:28 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiItem.java
Registered: 2025-12-20 09:19 - Last Modified: 2025-07-17 08:28 - 6.3K bytes - Viewed (0)