Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PATH (0.18 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

                return null;
            }
            String path = "smb1:/" + dfsReferral.server + "/" + dfsReferral.share + unc;
            path = path.replace( '\\', '/' );
            if (isDirectory()) {
                path += '/';
            }
            return path;
        }
    
    /**
     * Retrieve the time this <code>SmbFile</code> was created. The value
    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)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Doc Boost */
        public static final String LABELS_menu_boost_document_rule = "{labels.menu_boost_document_rule}";
    
        /** The key of the message: Path Mapping */
        public static final String LABELS_menu_path_mapping = "{labels.menu_path_mapping}";
    
        /** The key of the message: Web Authentication */
        public static final String LABELS_menu_web_authentication = "{labels.menu_web_authentication}";
    
    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)
  3. android/guava/src/com/google/common/collect/Maps.java

          // loadFactor is 0.75 by default. So with the calculation here we ensure that the
          // threshold is equal to ceilingPowerOfTwo(expectedSize). There is a separate code
          // path when the first operation on the new map is putAll(otherMap). There, prior to
          // https://github.com/openjdk/jdk/commit/3e393047e12147a81e2899784b943923fc34da8e, a bug
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
Back to top