- Sort Score
- Result 10 results
- Languages All
Results 811 - 820 of 2,463 for param (0.05 sec)
-
src/main/java/jcifs/smb1/ntlmssp/Type1Message.java
} /** * Creates a Type-1 message with the specified parameters. * * @param flags The flags to apply to this message. * @param suppliedDomain The supplied authentication domain. * @param suppliedWorkstation The supplied workstation name. */ public Type1Message(final int flags, final String suppliedDomain, String suppliedWorkstation) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java
throw SmbException.wrap(e); } } /** * Request directory lease for the given directory * * @param smbFile the directory to request lease for * @param requestedState requested lease state * @param scope cache scope * @return lease key or null if not supported * @throws SmbException if an error occurs */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/accesstoken/ApiAdminAccesstokenAction.java
// GET /api/admin/accesstoken // PUT /api/admin/accesstoken /** * Retrieves a list of access token settings. * * @param body the search body containing filter criteria * @return JSON response with access token list */ @Execute public JsonResponse<ApiResult> settings(final SearchBody body) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/LdapOperationException.java
* * @param message The detail message. * @param cause The cause. */ public LdapOperationException(final String message, final Throwable cause) { super(message, cause); } /** * Constructs a new LDAP operation exception with the specified detail message. * * @param message The detail message. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/core/misc/ValueHolder.java
/** * A class that holds a value. * * @author koichik * @param <T> * The type of the value */ public class ValueHolder<T> { /** The value */ protected T value; /** * Constructs an instance. */ public ValueHolder() { } /** * Constructs an instance. * * @param value * The value */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 1.5K bytes - Viewed (0) -
android/guava/src/com/google/common/eventbus/SubscriberExceptionContext.java
private final Method subscriberMethod; /** * @param eventBus The {@link EventBus} that handled the event and the subscriber. Useful for * broadcasting a new event based on the error. * @param event The event object that caused the subscriber to throw. * @param subscriber The source subscriber context. * @param subscriberMethod the subscribed method. */ SubscriberExceptionContext(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Jan 18 02:54:30 UTC 2025 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
return this.mechContext.getSigningKey(); } /** * Initialize the GSSContext to provide SPNEGO feature. * * @param inputBuf * @param offset * @param len * @return response token */ @Override public byte[] initSecContext(final byte[] inputBuf, final int offset, final int len) throws CIFSException { SpnegoToken resp;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0) -
src/main/java/org/codelibs/core/sql/DriverManagerUtil.java
*/ public abstract class DriverManagerUtil { /** * Do not instantiate. */ protected DriverManagerUtil() { } /** * Registers a JDBC driver. * * @param driverClassName * The class name of the JDBC driver to register. Must not be {@literal null} or an empty string. */ public static void registerDriver(final String driverClassName) {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.2K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessHeartbeatResponse.java
* * @return the sequence number */ public long getSequenceNumber() { return sequenceNumber; } /** * Sets the sequence number. * * @param sequenceNumber the sequence number */ public void setSequenceNumber(long sequenceNumber) { this.sequenceNumber = sequenceNumber; } /** * Gets the return code. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 3K bytes - Viewed (0)