- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for removing (0.06 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
for (final RequestData requestData : anchorList) { urlList.add(requestData.getUrl()); } return urlList; } /** * Gets the base URI for resolving relative URLs. * * @param currentUrl the current URL * @param baseHref the base href value from HTML * @return the base URI * @throws URISyntaxException if the URI is malformed
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Dec 12 13:58:40 UTC 2025 - 54.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
assertFalse(verifyDir.exists(), "Directory should not exist after deletion"); } @Test void testFileMove() throws Exception { // Test moving a file to a different directory long timestamp = System.currentTimeMillis(); // Create subdirectory for move destination CIFSContext dirContext = createFreshContext();
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 56K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
int rn) throws CIFSException { if (log.isDebugEnabled()) { log.debug("Resolving DFS path " + path); } if (path.length() >= 2 && path.charAt(0) == '\\' && path.charAt(1) == '\\') { throw new SmbException("Path must not start with double slash: " + path); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0)