- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 197 for 42 (0.04 sec)
-
docs/smb3-features/06-witness-protocol-design.md
public WitnessRegistrationState getState() { return state; } public void setState(WitnessRegistrationState state) { this.state = state; } } ``` ### 4.2 Witness Notification ```java package jcifs.internal.witness; import java.util.List; import java.util.ArrayList; public class WitnessNotification { private final WitnessEventType eventType;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
void shouldDecodeBufferWithOffset() throws SMBProtocolDecodingException { // Given - buffer with padding before actual data ByteBuffer buffer = ByteBuffer.allocate(42); buffer.order(ByteOrder.LITTLE_ENDIAN); buffer.position(10); // Add 10 bytes of padding buffer.putLong(2048L); buffer.putLong(1024L); buffer.putLong(1024L);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s
VPCMPB $81, -15(R14), X21, K4, K4 // 62d355043fa6f1ffffff51 VPCMPB $42, Y7, Y17, K7, K4 // 62f375273fe72a VPCMPB $42, (CX), Y17, K7, K4 // 62f375273f212a VPCMPB $42, 99(R15), Y17, K7, K4 // 62d375273fa7630000002a VPCMPB $42, Y7, Y17, K7, K6 // 62f375273ff72a VPCMPB $42, (CX), Y17, K7, K6 // 62f375273f312a
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue May 22 14:57:15 UTC 2018 - 159.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.32.md
- sigs.k8s.io/kustomize/api: v0.17.2 → v0.18.0 - sigs.k8s.io/kustomize/cmd/config: v0.14.1 → v0.15.0 - sigs.k8s.io/kustomize/kustomize/v5: v5.4.2 → v5.5.0 - sigs.k8s.io/kustomize/kyaml: v0.17.1 → v0.18.1 - sigs.k8s.io/structured-merge-diff/v4: v4.4.1 → v4.4.2 ### Removed - bazil.org/fuse: 371fbbd - cloud.google.com/go/storage: v1.0.0 - dmitri.shuralyov.com/gpu/mtl: 666a987
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 14:49:49 UTC 2025 - 412.3K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ENOMSG = 91 pkg syscall (darwin-arm64), const ENOPOLICY = 103 pkg syscall (darwin-arm64), const ENOPOLICY Errno pkg syscall (darwin-arm64), const ENOPROTOOPT = 42 pkg syscall (darwin-arm64), const ENOSPC = 28 pkg syscall (darwin-arm64), const ENOSR = 98 pkg syscall (darwin-arm64), const ENOSR Errno pkg syscall (darwin-arm64), const ENOSTR = 99
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.5.txt
pkg debug/elf, const R_PPC64_ADDR16_HIGHERA R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HIGHEST = 41 pkg debug/elf, const R_PPC64_ADDR16_HIGHEST R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA = 42 pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_LO = 4 pkg debug/elf, const R_PPC64_ADDR16_LO R_PPC64 pkg debug/elf, const R_PPC64_ADDR16_LO_DS = 57
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
src/cmd/cgo/doc.go
// // int // bridge_int_func(intFunc f) // { // return f(); // } // // int fortytwo() // { // return 42; // } import "C" import "fmt" func main() { f := C.intFunc(C.fortytwo) fmt.Println(int(C.bridge_int_func(f))) // Output: 42 } In C, a function argument written as a fixed size array actually requires a pointer to the first element of the array.
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Dec 11 23:57:34 UTC 2024 - 44K bytes - Viewed (0) -
src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 64.8K bytes - Viewed (0) -
guava-tests/test/com/google/common/collect/IteratorsTest.java
assertEquals(2, frequency(list.iterator(), "a")); assertEquals(1, frequency(list.iterator(), "b")); assertEquals(0, frequency(list.iterator(), "c")); assertEquals(0, frequency(list.iterator(), 4.2)); assertEquals(3, frequency(list.iterator(), null)); } @GwtIncompatible // slow (~4s) public void testSingletonIterator() { new IteratorTester<Integer>(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 54.4K bytes - Viewed (0)