- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 44 for 32767 (0.04 sec)
-
src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java
/** Account control bit flag: Account is not delegated */ public static final int ACB_NOT_DELEGATED = 16384; /** Account control bit flag: Use DES encryption keys only */ public static final int ACB_USE_DES_KEY_ONLY = 32768; /** Account control bit flag: Pre-authentication is not required */ public static final int ACB_DONT_REQUIRE_PREAUTH = 65536; /** * SAMR CloseHandle operation for closing an opened SAM handle.Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.1K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/msrpc/samrTest.java
assertEquals(4096, samr.ACB_SMARTCARD_REQUIRED); assertEquals(8192, samr.ACB_TRUSTED_FOR_DELEGATION); assertEquals(16384, samr.ACB_NOT_DELEGATED); assertEquals(32768, samr.ACB_USE_DES_KEY_ONLY); assertEquals(65536, samr.ACB_DONT_REQUIRE_PREAUTH); } @Test @DisplayName("Should define correct SE_GROUP constants")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.5.md
* Rename `--cgroups-per-qos` to `--experimental-cgroups-per-qos` in Kubelet ([#36767](https://github.com/kubernetes/kubernetes/pull/36767), [@vishh](https://github.com/vishh)) * Implement CanMount() for gfsMounter for linux ([#36686](https://github.com/kubernetes/kubernetes/pull/36686), [@rkouj](https://github.com/rkouj))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 136.4K bytes - Viewed (0) -
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
assertEquals(4096, samr.ACB_SMARTCARD_REQUIRED); assertEquals(8192, samr.ACB_TRUSTED_FOR_DELEGATION); assertEquals(16384, samr.ACB_NOT_DELEGATED); assertEquals(32768, samr.ACB_USE_DES_KEY_ONLY); assertEquals(65536, samr.ACB_DONT_REQUIRE_PREAUTH); } @Test @DisplayName("Should define correct SE_GROUP constants")
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 33.6K bytes - Viewed (0) -
api/go1.10.txt
pkg debug/macho, const FlagSubsectionsViaSymbols uint32 pkg debug/macho, const FlagTwoLevel = 128 pkg debug/macho, const FlagTwoLevel uint32 pkg debug/macho, const FlagWeakDefines = 32768 pkg debug/macho, const FlagWeakDefines uint32 pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF = 4 pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF RelocTypeGeneric pkg debug/macho, const GENERIC_RELOC_PAIR = 1
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Feb 06 05:00:01 UTC 2018 - 30.1K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/arm64enc.s
CMN R6->17, R3 // 7f4486ab CMNW $(2<<12), R5 // CMNW $8192, R5 // bf084031 CMN $(8<<12), R12 // CMN $32768, R12 // 9f2140b1 CMN R6->0, R3 // 7f0086ab CMN R6, R3 // 7f0006ab CMNW R30, R5 // bf001e2b
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jul 24 01:11:41 UTC 2023 - 43.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const BRKINT ideal-int pkg syscall (darwin-arm64), const CFLUSH = 15 pkg syscall (darwin-arm64), const CFLUSH ideal-int pkg syscall (darwin-arm64), const CLOCAL = 32768 pkg syscall (darwin-arm64), const CLOCAL ideal-int pkg syscall (darwin-arm64), const CREAD = 2048 pkg syscall (darwin-arm64), const CREAD ideal-int pkg syscall (darwin-arm64), const CS5 = 0
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.34.md
- `DRAPrioritizedList` was turned on by default which made it possible to provide a prioritized list of subrequests in a `ResourceClaim`. ([#132767](https://github.com/kubernetes/kubernetes/pull/132767), [@mortent](https://github.com/mortent)) [SIG Node, Scheduling and Testing]
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Wed Dec 10 01:13:50 UTC 2025 - 333.3K bytes - Viewed (2) -
api/go1.3.txt
pkg debug/pe, type OptionalHeader64 struct, Win32VersionValue uint32 pkg debug/plan9obj, const Magic386 = 491 pkg debug/plan9obj, const Magic386 ideal-int pkg debug/plan9obj, const Magic64 = 32768 pkg debug/plan9obj, const Magic64 ideal-int pkg debug/plan9obj, const MagicAMD64 = 35479 pkg debug/plan9obj, const MagicAMD64 ideal-int pkg debug/plan9obj, const MagicARM = 1607
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.9.md
* If you upgrade your client-go libs and use the `AppsV1()` interface, please note that the default garbage collection behavior is changed. * Add resize support for ceph RBD ([#52767](https://github.com/kubernetes/kubernetes/pull/52767), [@NickrenREN](https://github.com/NickrenREN)) * Expose single annotation/label via downward API ([#55902](https://github.com/kubernetes/kubernetes/pull/55902), [@yguo0905](https://github.com/yguo0905))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Nov 16 10:46:27 UTC 2021 - 313.7K bytes - Viewed (0)