- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for sfdu (0.02 sec)
-
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
</magic> <glob pattern="*.sz"/> </mime-type> <mime-type type="application/x-sfdu"> <_comment>Standard Formatted Data Units (SFDUs) data</_comment> <sub-class-of type="text/plain"/> <glob pattern="*.sfdu"/> </mime-type> <mime-type type="application/x-spectrum-tzx"> <_comment>TAP (ZX Spectrum)</_comment> <magic priority="50">
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1) -
src/test/java/jcifs/smb/SmbCopyUtilTest.java
// Source open returns a handle that reports size 0 SmbFileHandleImpl sfd = mock(SmbFileHandleImpl.class); when(sfd.getInitialSize()).thenReturn(0L); when(src.openUnshared(eq(0), eq(SmbConstants.O_RDONLY), eq(SmbConstants.FILE_SHARE_READ), eq(SmbConstants.ATTR_NORMAL), eq(0))) .thenReturn(sfd); // openCopyTargetFile should be called by serverSideCopy, so dest.openUnshared must succeed
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbCopyUtil.java
throw SmbException.wrap(e); } } try (SmbFileHandleImpl sfd = src.openUnshared(0, SmbConstants.O_RDONLY, SmbConstants.FILE_SHARE_READ, SmbConstants.ATTR_NORMAL, 0); SmbFileInputStream fis = new SmbFileInputStream(src, sh, sfd)) { final int attrs = src.getAttributes(); try (SmbFileHandleImpl dfd = openCopyTargetFile(dest, attrs, false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 16.6K bytes - Viewed (0)