Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for EX (0.01 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

                        log.debug("No digest setup " + anonymous + " B " + isSignatureSetupRequired());
                    }
                    setSessionSetup(response);
                    if ( ex != null ) {
                        throw ex;
                    }
                    return (T) ( response != null ? response.getNextResponse() : null );
                }
            }
        }
    
    
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Nov 14 17:41:04 UTC 2021
    - 49K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

            AllocInfo ai;
            try {
                ai = queryFSInformation(th, AllocInfo.class, FileSystemInformation.FS_SIZE_INFO);
            }
            catch ( SmbException ex ) {
                log.debug("getDiskFreeSpace", ex);
                switch ( ex.getNtStatus() ) {
                case NtStatus.NT_STATUS_INVALID_INFO_CLASS:
                case NtStatus.NT_STATUS_UNSUCCESSFUL: // NetApp Filer
                    if ( !th.isSMB2() ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
  3. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.fujitsu.oasys2",
    				"application/vnd.fujitsu.oasys3",
    				"application/vnd.fujitsu.oasysgp",
    				"application/vnd.fujitsu.oasysprs",
    				"application/vnd.fujixerox.art-ex",
    				"application/vnd.fujixerox.art4",
    				"application/vnd.fujixerox.hbpl",
    				"application/vnd.fujixerox.ddd",
    				"application/vnd.fujixerox.docuworks",
    				"application/vnd.fujixerox.docuworks.binder",
    Registered: Sun Nov 10 03:50:12 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
  4. cmd/test-utils_test.go

    // and assert the error response. The purpose is to validate the API handlers response when the object layer is uninitialized.
    // Usage hint: Should be used at the end of the API end points tests (ex: check the last few lines of `testAPIListObjectPartsHandler`),
    // need a sample HTTP request to be sent as argument so that the relevant handler is called, the handler registration is expected
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 01 22:13:18 UTC 2024
    - 77K bytes
    - Viewed (0)
Back to top