Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Guth (0.14 sec)

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

        /** The key of the message: Password */
        public static final String LABELS_file_auth_password = "{labels.file_auth_password}";
    
        /** The key of the message: Parameters */
        public static final String LABELS_file_auth_parameters = "{labels.file_auth_parameters}";
    
        /** The key of the message: File System Config */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

     *
     * @param   url The URL of the target resource
     * @param   auth The credentials the client should use for authentication
     */
        public SmbFile( URL url, NtlmPasswordAuthentication auth ) {
            super( url );
            this.auth = auth == null ? new NtlmPasswordAuthentication( url.getUserInfo() ) : auth;
    
            getUncPath0();
        }
        SmbFile( SmbFile context, String name, int type,
    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