- Sort Score
- Result 10 results
- Languages All
Results 21 - 23 of 23 for getParent (0.09 sec)
-
src/main/java/jcifs/smb/SmbFile.java
* <code>smb://</code> if the resource refers to the root of the URL * hierarchy which incidentally is also <code>smb://</code>. */ public String getParent() { return this.fileLocator.getParent(); } /** * Returns the full uncanonicalized URL of this SMB resource. An * <code>SmbFile</code> constructed with the result of this method will
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/RankFusionProcessor.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
* <code>smb1://</code> if the resource refers to the root of the URL * hierarchy which incedentally is also <code>smb1://</code>. */ public String getParent() { String str = url.getAuthority(); if (str.length() > 0) { final StringBuilder sb = new StringBuilder("smb1://"); sb.append(str);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)