- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 439 for whether (0.04 sec)
-
src/main/java/jcifs/Configuration.java
int getRdmaCredits(); /** * Get whether RDMA is enabled * * @return true if RDMA is enabled, false otherwise */ boolean isRdmaEnabled(); /** * Gets whether witness protocol support is enabled. * * @return true if witness is enabled */ boolean isUseWitness(); /** * @return whether to use SMB3 leases for client-side caching */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0) -
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/mvn/MavenOptions.java
/** * Indicates whether Maven should operate in non-recursive mode (i.e., not build child modules). * * @return an {@link Optional} containing true if non-recursive mode is enabled, false if disabled, or empty if not specified */ @Nonnull Optional<Boolean> nonRecursive(); /** * Indicates whether Maven should force a check for updated snapshots on remote repositories.
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/timer/TimeoutTask.java
} /** * Returns whether the task has expired. * * @return whether the task has expired */ public boolean isExpired() { return System.currentTimeMillis() >= startTime + timeoutMillis; } /** * Returns whether the task is permanent. * * @return whether the task is permanent */ public boolean isPermanent() {
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbTransportInternal.java
* @param inuse whether the connection is currently in use * @return whether the connection was in use * @throws IOException if an I/O error occurs during disconnection */ boolean disconnect(boolean hard, boolean inuse) throws IOException; /** * Ensures the transport is connected to the remote server. * * @return whether the transport was connected
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
*/ protected String parameterKey; /** * Whether the parameter value is encrypted. */ protected boolean encryptedParameterValue = true; /** * The key for the request header that contains role information. */ protected String headerKey; /** * Whether the header value is encrypted. */ protected boolean encryptedHeaderValue = true;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SSPContext.java
*/ void dispose() throws CIFSException; /** * Checks whether the specified security mechanism is supported. * @param mechanism the security mechanism OID to check * @return whether the specified mechanism is supported */ boolean isSupported(ASN1ObjectIdentifier mechanism); /** * Checks whether the specified mechanism is the preferred mechanism.
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Whether to use lowercase for LDAP permission names. ldap.lowercase.permission.name=false # Whether to allow empty permissions in LDAP. ldap.allow.empty.permission=true # Whether to use samAccountName for LDAP group. ldap.samaccountname.group=false # Whether LDAP role search for user is enabled. ldap.role.search.user.enabled=true # Whether LDAP role search for group is enabled. ldap.role.search.group.enabled=true
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
this.expiration = exp; } /** * Checks whether the asynchronous interim response has been handled. * * @return whether the interim response has been handled */ public boolean isAsyncHandled() { return this.asyncHandled; } /** * Sets whether the asynchronous interim response has been handled. * * @param asyncHandled
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/DataStoreCrawlingException.java
* and whether the crawling process should be aborted. */ public class DataStoreCrawlingException extends CrawlingAccessException { private static final long serialVersionUID = 1L; /** * The URL where the crawling error occurred. */ private final String url; /** * Flag indicating whether the crawling process should be aborted. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/jcifs/internal/SmbNegotiationResponse.java
*/ boolean isSigningEnabled(); /** * Checks whether the server requires SMB message signing. * * @return whether the server requires signing */ boolean isSigningRequired(); /** * Checks whether the server supports Distributed File System (DFS). * * @return whether the server supports DFS */ boolean isDFSSupported();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.9K bytes - Viewed (0)