- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 173 for fsid (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
/** The maximum size of the result document IDs cache */ protected int resultDocIdsCacheSize = 20; /** The name of the cookie used for user identification */ protected String cookieName = "fsid"; /** The domain for the user identification cookie */ protected String cookieDomain; /** The maximum age of the user identification cookie in seconds (default: 1 month) */Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), type Flock_t struct, Type int16 pkg syscall (freebsd-386-cgo), type Flock_t struct, Whence int16 pkg syscall (freebsd-386-cgo), type Fsid struct pkg syscall (freebsd-386-cgo), type Fsid struct, Val [2]int32 pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct pkg syscall (freebsd-386-cgo), type ICMPv6Filter struct, Filt [8]uint32 pkg syscall (freebsd-386-cgo), type IPMreqn struct
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Oct 18 04:36:59 GMT 2013 - 1.9M bytes - Click Count (1) -
api/go1.txt
pkg syscall (windows-386), method (*RawSockaddrAny) Sockaddr() (Sockaddr, error) pkg syscall (windows-386), method (*SID) Copy() (*SID, error) pkg syscall (windows-386), method (*SID) Len() int pkg syscall (windows-386), method (*SID) LookupAccount(string) (string, string, uint32, error) pkg syscall (windows-386), method (*SID) String() (string, error) pkg syscall (windows-386), method (*Timeval) Nanoseconds() int64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Flock_t struct, Type int16 pkg syscall (freebsd-arm64), type Flock_t struct, Whence int16 pkg syscall (freebsd-arm64), type Fsid struct pkg syscall (freebsd-arm64), type Fsid struct, Val [2]int32 pkg syscall (freebsd-arm64), type ICMPv6Filter struct pkg syscall (freebsd-arm64), type ICMPv6Filter struct, Filt [8]uint32 pkg syscall (freebsd-arm64), type IfaMsghdr struct
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) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Flock_t struct, Type int16 pkg syscall (darwin-arm64), type Flock_t struct, Whence int16 pkg syscall (darwin-arm64), type Fsid struct pkg syscall (darwin-arm64), type Fsid struct, Val [2]int32 pkg syscall (darwin-arm64), type Fstore_t struct pkg syscall (darwin-arm64), type Fstore_t struct, Bytesalloc int64 pkg syscall (darwin-arm64), type Fstore_t struct, Flags uint32
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Flock_t struct, Type int16 #53466 pkg syscall (freebsd-riscv64), type Flock_t struct, Whence int16 #53466 pkg syscall (freebsd-riscv64), type Fsid struct #53466 pkg syscall (freebsd-riscv64), type Fsid struct, Val [2]int32 #53466 pkg syscall (freebsd-riscv64), type ICMPv6Filter struct #53466 pkg syscall (freebsd-riscv64), type ICMPv6Filter struct, Filt [8]uint32 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/rpc.idl
* * #define SECURITY_NT_AUTHORITY {0,0,0,0,0,5} * * typedef struct _SID { * UCHAR Revision; * UCHAR SubAuthorityCount; * SID_IDENTIFIER_AUTHORITY IdentifierAuthority; * [size_is(SubAuthorityCount)] ULONG SubAuthority[*]; * } SID, *PSID; */ typedef struct { uint8_t revision; uint8_t sub_authority_count; uint8_t identifier_authority[6];Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Fri Mar 22 20:39:42 GMT 2019 - 1.4K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/rpc.idl
* * #define SECURITY_NT_AUTHORITY {0,0,0,0,0,5} * * typedef struct _SID { * UCHAR Revision; * UCHAR SubAuthorityCount; * SID_IDENTIFIER_AUTHORITY IdentifierAuthority; * [size_is(SubAuthorityCount)] ULONG SubAuthority[*]; * } SID, *PSID; */ typedef struct { uint8_t revision; uint8_t sub_authority_count; uint8_t identifier_authority[6];Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sun Jul 01 13:12:10 GMT 2018 - 1.4K bytes - Click Count (0) -
src/main/java/jcifs/smb/SID.java
/** * Well known SID: EVERYONE */ public static SID EVERYONE = null; /** * Well known SID: CREATOR_OWNER */ public static SID CREATOR_OWNER = null; /** * Well known SID: SYSTEM */ public static SID SYSTEM = null; static { try { EVERYONE = new SID("S-1-1-0"); CREATOR_OWNER = new SID("S-1-3-0");Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 16K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SID.java
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 31.5K bytes - Click Count (0)