Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Blank (0.13 sec)

  1. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        public static final String ERRORS_invalid_str_is_included = "{errors.invalid_str_is_included}";
    
        /** The key of the message: Password is required. */
        public static final String ERRORS_blank_password = "{errors.blank_password}";
    
        /** The key of the message: Confirm Password does not match. */
        public static final String ERRORS_invalid_confirm_password = "{errors.invalid_confirm_password}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 119.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

            attrExpiration = sizeExpiration =
                    System.currentTimeMillis() + attrExpirationPeriod;
        }
    
        private SmbComBlankResponse blank_resp() {
            if( blank_resp == null ) {
                blank_resp = new SmbComBlankResponse();
            }
            return blank_resp;
        }
        void resolveDfs(ServerMessageBlock request) throws SmbException {
            if (request instanceof SmbComClose)
                return;
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top