Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Dff (0.01 sec)

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

                final ResourceFilter ff) throws CIFSException {
            final DosFileFilter dff = unwrapDOSFilter(ff);
            if (dff != null) {
                if (dff.wildcard != null) {
                    wildcard = dff.wildcard;
                }
                searchAttributes = dff.attributes;
            }
            final SmbResourceLocator locator = parent.getLocator();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                final SmbFileFilter ff) throws SmbException {
            if (ff instanceof final DosFileFilter dff) {
                if (dff.wildcard != null) {
                    wildcard = dff.wildcard;
                }
                searchAttributes = dff.attributes;
            }
    
            try {
                final int hostlen = url.getHost().length();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top