Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for owner (0.04 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

        /** Property key for SMB file creation time. */
        public static final String SMB_CREATE_TIME = "smbCreateTime";
    
        /** Property key for SMB owner attributes. */
        public static final String SMB_OWNER_ATTRIBUTES = "smbOwnerAttributes";
    
        /** Character set used for encoding SMB content. */
        protected String charset = Constants.UTF_8;
    
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

        /** Property key for SMB1 file creation time. */
        public static final String SMB_CREATE_TIME = "smb1CreateTime";
    
        /** Property key for SMB1 owner attributes. */
        public static final String SMB_OWNER_ATTRIBUTES = "smb1OwnerAttributes";
    
        static {
            if (Config.getInt("jcifs.smb1.util.loglevel", -1) == -1) {
                if (logger.isTraceEnabled()) {
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top