Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reserve (0.02 sec)

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

                    }
                }
            }));
        }
    
        /** The charset used for encoding and decoding. */
        protected String charset = Constants.UTF_8;
    
        /** Whether to resolve SIDs. */
        protected boolean resolveSids = true;
    
        /** The content length helper. */
        @Resource
        protected ContentLengthHelper contentLengthHelper;
    
        /** The SMB authentication holder. */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 23K bytes
    - Viewed (0)
  2. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java

        public static final String SMB_OWNER_ATTRIBUTES = "smbOwnerAttributes";
    
        /** Character set used for encoding SMB content. */
        protected String charset = Constants.UTF_8;
    
        /** Flag indicating whether to resolve SIDs to names. */
        protected boolean resolveSids = true;
    
        /** Helper for content length operations. */
        @Resource
        protected ContentLengthHelper contentLengthHelper;
    
        /**
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Sep 18 09:30:45 UTC 2025
    - 22.5K bytes
    - Viewed (3)
Back to top