Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 122 for fsid (0.34 sec)

  1. src/main/java/org/codelibs/fess/helper/UserInfoHelper.java

    public class UserInfoHelper {
        protected static final String USER_BEAN = "lastaflute.action.USER_BEAN.FessUserBean";
    
        protected int resultDocIdsCacheSize = 20;
    
        protected String cookieName = "fsid";
    
        protected String cookieDomain;
    
        protected int cookieMaxAge = 30 * 24 * 60 * 60;// 1 month
    
        protected String cookiePath = "/";
    
        protected Boolean cookieSecure;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.5K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (netbsd-386), type Flock_t struct, Type int16
    pkg syscall (netbsd-386), type Flock_t struct, Whence int16
    pkg syscall (netbsd-386), type Fsid struct
    pkg syscall (netbsd-386), type Fsid struct, X__fsid_val [2]int32
    pkg syscall (netbsd-386), type ICMPv6Filter struct
    pkg syscall (netbsd-386), type ICMPv6Filter struct, Filt [8]uint32
    pkg syscall (netbsd-386), type IPv6MTUInfo struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  3. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. src/main/java/jcifs/SID.java

        /**
         * 
         */
        public static final int SID_TYPE_WKN_GRP = 5;
    
        /**
         * 
         */
        public static final int SID_TYPE_DELETED = 6;
    
        /**
         * 
         */
        public static final int SID_TYPE_INVALID = 7;
    
        /**
         * 
         */
        public static final int SID_TYPE_UNKNOWN = 8;
    
    
        /**
         * 
         * @return domain SID
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 5.1K bytes
    - Viewed (0)
  6. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SID.java

     * </pre>
     */
    
    public class SID extends rpc.sid_t {
    
        public static final int SID_TYPE_USE_NONE = lsarpc.SID_NAME_USE_NONE;
        public static final int SID_TYPE_USER    = lsarpc.SID_NAME_USER;
        public static final int SID_TYPE_DOM_GRP = lsarpc.SID_NAME_DOM_GRP;
        public static final int SID_TYPE_DOMAIN  = lsarpc.SID_NAME_DOMAIN;
        public static final int SID_TYPE_ALIAS   = lsarpc.SID_NAME_ALIAS;
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 26.6K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb/SID.java

         */
        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");
                SYSTEM = new SID("S-1-5-18");
            }
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 14.9K bytes
    - Viewed (0)
  9. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Type int16
    pkg syscall (netbsd-arm64-cgo), type Flock_t struct, Whence int16
    pkg syscall (netbsd-arm64-cgo), type Fsid struct
    pkg syscall (netbsd-arm64-cgo), type Fsid struct, X__fsid_val [2]int32
    pkg syscall (netbsd-arm64-cgo), type ICMPv6Filter struct
    pkg syscall (netbsd-arm64-cgo), type ICMPv6Filter struct, Filt [8]uint32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top