- Sort Score
- Result 10 results
- Languages All
Results 381 - 390 of 2,549 for parm (0.02 sec)
-
src/main/java/jcifs/internal/smb2/persistent/HandleReconnector.java
* Create a new handle reconnector * @param manager the persistent handle manager */ public HandleReconnector(PersistentHandleManager manager) { this(manager, 3, 1000); } /** * Create a new handle reconnector with custom settings * @param manager the persistent handle manager * @param maxRetries maximum number of retry attempts * @param retryDelay base retry delay in milliseconds */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/message/MessageFormatter.java
protected static volatile boolean initialized; /** * Returns the message. * * @param messageCode * Message code * @param args * Arguments * @return Message */ public static String getMessage(final String messageCode, final Object... args) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 5.4K bytes - Viewed (0) -
docs/pt/docs/tutorial/background-tasks.md
# Tarefas em segundo plano Você pode definir tarefas em segundo plano a serem executadas _ após _ retornar uma resposta. Isso é útil para operações que precisam acontecer após uma solicitação, mas que o cliente realmente não precisa esperar a operação ser concluída para receber a resposta. Isso inclui, por exemplo: - Envio de notificações por email após a realização de uma ação:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Nov 10 17:23:38 UTC 2024 - 5.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/KuromojiService.java
/** * Default constructor. */ public KuromojiService() { // do nothing } /** * Get a list of Kuromoji items. * * @param dictId The dictionary ID. * @param kuromojiPager The pager for Kuromoji. * @return A list of Kuromoji items. */ public List<KuromojiItem> getKuromojiList(final String dictId, final KuromojiPager kuromojiPager) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequest.java
this.fileId = fileId; } /** * Constructs an SMB2 IOCTL request with output buffer * @param config the client configuration * @param controlCode the IOCTL control code * @param fileId the file identifier * @param outputBuffer the output buffer for the IOCTL operation */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/jcifs/DialectVersion.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/PreauthIntegrityService.java
} /** * Constructs a PreauthIntegrityService with specified configuration. * * @param secureRandom the secure random generator * @param hashAlgorithm the hash algorithm to use * @param enforceIntegrity whether to enforce integrity checks */ public PreauthIntegrityService(SecureRandom secureRandom, int hashAlgorithm, boolean enforceIntegrity) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/util/RC4.java
* Since RC4 is a stream cipher, the same operation is used for both encryption and decryption. * * @param src the source data array * @param soff the offset in the source array * @param slen the length of data to process * @param dst the destination array for the result * @param doff the offset in the destination array */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 2.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmNtHashAuthenticator.java
/** The NT hash for authentication */ private final byte[] ntHash; /** * Create username/password credentials with specified domain * * @param domain the authentication domain * @param username the username * @param passwordHash * NT password hash */ public NtlmNtHashAuthenticator(final String domain, final String username, final byte[] passwordHash) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
* fallback locations including source and target directories. * * @param root the root directory (e.g., "WEB-INF/") * @param base the base directory under root (e.g., "conf", "classes") * @param names the path components to append to the base directory * @return the Path object pointing to the requested resource */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0)