- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for unregister (0.09 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
ComponentUtil.getCurlHelper().post("/_configsync/file").param("path", dictionaryPath).body(source).execute()) { if (response.getHttpStatusCode() == 200) { logger.info("Register {} to {}", path, index); } else if (response.getContentException() != null) { logger.warn("Invalid request for {}.", path, response.getContentException()); } else {
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 122.4K bytes - Viewed (1) -
src/main/java/jcifs/smb/SmbFile.java
* </i></strong> * <p> * When using the {@code java.net.URL} class with * 'smb://' URLs it is necessary to first call the static * {@code jcifs.Config.registerSmbURLHandler();} method. This is required * to register the SMB protocol handler. * <p> * The userinfo component of the SMB URL ({@code domain;user:pass}) must * be URL encoded if it contains reserved characters. According to RFC 2396Registered: 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/jcifs/smb1/smb1/SmbFile.java
* </i></strong> * <p> * When using the {@code java.net.URL} class with * 'smb1://' URLs it is necessary to first call the static * {@code jcifs.smb1.Config.registerSmbURLHandler();} method. This is required * to register the SMB protocol handler. * <p> * The userinfo component of the SMB URL ({@code domain;user:pass}) must * be URL encoded if it contains reserved characters. According to RFC 2396Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)