- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 143 for 25 (0.04 seconds)
-
api/go1.1.txt
pkg debug/dwarf, const AttrStaticLink = 72 pkg debug/dwarf, const AttrStmtList = 16 pkg debug/dwarf, const AttrStride = 81 pkg debug/dwarf, const AttrStrideSize = 46 pkg debug/dwarf, const AttrStringLength = 25 pkg debug/dwarf, const AttrTrampoline = 86 pkg debug/dwarf, const AttrType = 73 pkg debug/dwarf, const AttrUpperBound = 47 pkg debug/dwarf, const AttrUseLocation = 74 pkg debug/dwarf, const AttrUseUTF8 = 83
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Mar 31 20:37:15 GMT 2022 - 2.6M bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jul 24 01:11:41 GMT 2023 - 43.9K bytes - Click Count (0) -
.github/workflows/build.yml
- name: Setup Gradle uses: gradle/actions/setup-gradle@v5 - name: Run Tests run: ./gradlew test allTests -Dtest.java.version=25 testwindows: runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v6 - name: Configure JDK uses: actions/setup-java@v5 with:Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 12 04:49:37 GMT 2025 - 18.6K bytes - Click Count (0) -
cmd/batch-rotate.go
batchKeyRotateVersionV1 = 1 batchKeyRotateVersion = batchKeyRotateVersionV1 batchKeyRotateAPIVersion = "v1" batchKeyRotateJobDefaultRetries = 3 batchKeyRotateJobDefaultRetryDelay = 25 * time.Millisecond ) // Start the batch key rottion job, resumes if there was a pending job via "job.ID" func (r *BatchJobKeyRotateV1) Start(ctx context.Context, api ObjectLayer, job BatchJobRequest) error {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 14.7K bytes - Click Count (0) -
cmd/object-api-multipart_test.go
func BenchmarkPutObjectPart25MbFS(b *testing.B) { benchmarkPutObjectPart(b, "FS", 25*humanize.MiByte) } // BenchmarkPutObjectPart25MbErasure - Benchmark Erasure.PutObjectPart() for object size of 25MB. func BenchmarkPutObjectPart25MbErasure(b *testing.B) { benchmarkPutObjectPart(b, "Erasure", 25*humanize.MiByte) } // BenchmarkPutObjectPart50MbFS - Benchmark FS.PutObjectPart() for object size of 50MB.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 89.4K bytes - Click Count (0) -
api/go1.7.txt
pkg debug/elf, const R_390_PLT32 = 8 pkg debug/elf, const R_390_PLT32 R_390 pkg debug/elf, const R_390_PLT32DBL = 20 pkg debug/elf, const R_390_PLT32DBL R_390 pkg debug/elf, const R_390_PLT64 = 25 pkg debug/elf, const R_390_PLT64 R_390 pkg debug/elf, const R_390_RELATIVE = 12 pkg debug/elf, const R_390_RELATIVE R_390 pkg debug/elf, const R_390_TLS_DTPMOD = 54 pkg debug/elf, const R_390_TLS_DTPMOD R_390
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Jun 28 15:08:11 GMT 2016 - 13.6K bytes - Click Count (0) -
internal/s3select/select_test.go
wantResult: `{"_1":0.15}`, }, { name: "arithmetic_integer_float_operand", query: `SELECT 3.0 / 2, 5 / 2.0 FROM S3Object LIMIT 1`, wantResult: `{"_1":1.5,"_2":2.5}`, }, { name: "limit-1", query: `SELECT * FROM S3Object[*].elements[*] LIMIT 1`, requestXML: []byte(` <?xml version="1.0" encoding="UTF-8"?> <SelectObjectContentRequest>Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 76.1K bytes - Click Count (0) -
api/go1.6.txt
pkg debug/elf, const R_MIPS_HIGHER = 28 pkg debug/elf, const R_MIPS_HIGHER R_MIPS pkg debug/elf, const R_MIPS_HIGHEST = 29 pkg debug/elf, const R_MIPS_HIGHEST R_MIPS pkg debug/elf, const R_MIPS_INSERT_A = 25 pkg debug/elf, const R_MIPS_INSERT_A R_MIPS pkg debug/elf, const R_MIPS_INSERT_B = 26 pkg debug/elf, const R_MIPS_INSERT_B R_MIPS pkg debug/elf, const R_MIPS_JALR = 37 pkg debug/elf, const R_MIPS_JALR R_MIPS
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Jan 13 23:40:13 GMT 2016 - 12.9K bytes - Click Count (0) -
cmd/signature-v4-utils_test.go
t.Fatalf("Expected the APIErrorCode to %d, but got %d", ErrUnsignedHeaders, errCode) } // case where the list of signed headers doesn't contain the host field. signedHeaders = signedHeaders[2:5] // expected to fail with `ErrUnsignedHeaders`. _, errCode = extractSignedHeaders(signedHeaders, r) if errCode != ErrUnsignedHeaders { t.Fatalf("Expected the APIErrorCode to %d, but got %d", ErrUnsignedHeaders, errCode)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 14.3K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/fusesource/jansi/Ansi.java
UNDERLINE_DOUBLE(21, "UNDERLINE_DOUBLE"), INTENSITY_BOLD_OFF(22, "INTENSITY_BOLD_OFF"), ITALIC_OFF(23, "ITALIC_OFF"), UNDERLINE_OFF(24, "UNDERLINE_OFF"), BLINK_OFF(25, "BLINK_OFF"), NEGATIVE_OFF(27, "NEGATIVE_OFF"), CONCEAL_OFF(28, "CONCEAL_OFF"), STRIKETHROUGH_OFF(29, "STRIKETHROUGH_OFF"); private final int value; private final String name;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 23.1K bytes - Click Count (0)