- Sort Score
- Num 10 results
- Language All
Results 61 - 70 of 94 for 43 (0.02 seconds)
-
CHANGELOG/CHANGELOG-1.35.md
- github.com/docker/docker: [v26.1.4+incompatible → v28.2.2+incompatible](https://github.com/docker/docker/compare/v26.1.4...v28.2.2) - github.com/go-logr/logr: [v1.4.2 → v1.4.3](https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3) - github.com/google/cadvisor: [v0.52.1 → v0.53.0](https://github.com/google/cadvisor/compare/v0.52.1...v0.53.0)
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 17 13:01:55 GMT 2025 - 228.5K bytes - Click Count (0) -
docs/smb3-features/02-persistent-handles-design.md
} } @Override public int size() { int nameLen = getName().length(); return 16 + nameLen + ((8 - (nameLen % 8)) % 8) + STRUCTURE_SIZE; } } ``` ### 4.3 Durable Handle V2 Request Context ```java package jcifs.internal.smb2.persistent; public class DurableHandleV2Request extends Smb2CreateContext { public static final String NAME = "DH2Q"; // Durable Handle V2 RequestCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 31.6K bytes - Click Count (0) -
cmd/erasure-healing-common_test.go
time.Unix(0, 3).UTC(), time.Unix(0, 3).UTC(), time.Unix(0, 3).UTC(), time.Unix(0, 3).UTC(), time.Unix(0, 3).UTC(), }, time.Unix(0, 3).UTC(), 4, }, { // 3. Tests common time obtained when elements have a mixture of // sentinel values and don't have read quorum on any of the values. []time.Time{ time.Unix(0, 3).UTC(), time.Unix(0, 3).UTC(),
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 22.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/nego/PreauthIntegrityNegotiateContextTest.java
SMBUtil.writeInt2(0, buffer, 0); SMBUtil.writeInt2(3, buffer, 2); byte[] salt = { 0x0A, 0x0B, 0x0C }; System.arraycopy(salt, 0, buffer, 4, 3); PreauthIntegrityNegotiateContext context = new PreauthIntegrityNegotiateContext(); int bytesRead = context.decode(buffer, 0, 7); assertEquals(7, bytesRead);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 34K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/TikaExtractorTest.java
assertEquals("1", extractData.getValues("meta:word-count")[0]); assertEquals("さぶたいとる|たぐ", String.join("|", extractData.getValues("dc:subject"))); assertEquals("画面に合わせる (4:3)", extractData.getValues("extended-properties:PresentationFormat")[0]); assertEquals("Microsoft Office PowerPoint", extractData.getValues("extended-properties:Application")[0]);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Aug 07 02:55:08 GMT 2025 - 30.6K bytes - Click Count (0) -
src/bytes/buffer_test.go
skip int n int expected string err error }{ {"", 0, 0, "", nil}, {"aaa", 0, 3, "aaa", nil}, {"foobar", 0, 2, "fo", nil}, {"a", 0, 2, "a", io.EOF}, {"helloworld", 4, 3, "owo", nil}, {"helloworld", 5, 5, "world", nil}, {"helloworld", 5, 6, "world", io.EOF}, {"helloworld", 10, 1, "", io.EOF}, } func TestPeek(t *testing.T) { for _, test := range peekTests {Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Nov 14 19:01:17 GMT 2025 - 19.4K bytes - Click Count (0) -
src/cmd/asm/internal/asm/operand_test.go
{"(SI)", "(SI)"}, {"(SI)(BX*1)", "(SI)(BX*1)"}, {"(SI)(DX*1)", "(SI)(DX*1)"}, {"(SP)", "(SP)"}, {"(SP)(AX*4)", "(SP)(AX*4)"}, {"32(SP)(BX*2)", "32(SP)(BX*2)"}, {"32323(SP)(R8*4)", "32323(SP)(R8*4)"}, {"+3(PC)", "3(PC)"}, {"-1(DI)(BX*1)", "-1(DI)(BX*1)"}, {"-3(PC)", "-3(PC)"}, {"-64(SI)(BX*1)", "-64(SI)(BX*1)"}, {"-96(SI)(BX*1)", "-96(SI)(BX*1)"}, {"AL", "AL"}, {"AX", "AX"}, {"BP", "BP"},Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Aug 29 18:31:05 GMT 2023 - 23.9K bytes - Click Count (0) -
helm-releases/minio-3.4.3.tgz
IfNotPresent imagePullSecrets: [] # - name: "image-pull-secret" ## Set default image, imageTag, and imagePullPolicy for the `mc` (the minio ## client used to create a default bucket). ## mcImage: repository: quay.io/minio/mc tag: RELEASE.2021-12-20T23-43-34Z pullPolicy: IfNotPresent ## minio mode, i.e. standalone or distributed or gateway. mode: distributed ## other supported values are "standalone", "gateway" ## Additional labels to include with deployment or statefulset additionalLabels: [] ## Additional...
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Dec 21 20:55:50 GMT 2021 - 17.7K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
// Prefer primary channel slightly if (isPrimary) score += 10; return Math.max(0, score); } } ``` ### 4.3 Channel Manager ```java package jcifs.internal.smb2.multichannel; import java.util.*; import java.util.concurrent.*; import java.util.concurrent.atomic.AtomicInteger; public class ChannelManager {Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const AF_VENDOR00 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR01 = 41 pkg syscall (freebsd-arm64), const AF_VENDOR01 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR02 = 43 pkg syscall (freebsd-arm64), const AF_VENDOR02 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR03 = 45 pkg syscall (freebsd-arm64), const AF_VENDOR03 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR04 = 47
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0)