- Sort Score
- Result 10 results
- Languages All
Results 221 - 230 of 330 for activate (0.05 sec)
-
src/test/java/jcifs/SmbTransportPoolTest.java
} } @Nested @DisplayName("Pool Lifecycle") class PoolLifecycleTests { @Test @DisplayName("Should close pool successfully with no active transports") void testClosePoolNoActiveTransports() throws CIFSException { // Given when(transportPool.close()).thenReturn(false); // When
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbConstants.java
/** Response timeout in milliseconds */ int RESPONSE_TIMEOUT = Config.getInt("jcifs.smb1.smb.client.responseTimeout", DEFAULT_RESPONSE_TIMEOUT); /** List of active connections */ LinkedList CONNECTIONS = new LinkedList(); /** Session limit */ int SSN_LIMIT = Config.getInt("jcifs.smb1.smb.client.ssnLimit", DEFAULT_SSN_LIMIT); /** Socket timeout in milliseconds */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/serializer/DataSerializer.java
* Initializes the ThreadLocal Kryo instances with appropriate configuration. * The Kryo instances are configured to not require class registration for * flexibility, and debug mode warnings are enabled when debug logging is active. * </p> */ public DataSerializer() { kryoThreadLocal = ThreadLocal.withInitial(() -> { final Kryo kryo = new Kryo(); // TODO use kryo.register
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/jcifs/pac/Pac.java
import jcifs.util.Hexdump; /** * Privilege Attribute Certificate (PAC) decoder for Kerberos tickets. * Parses and validates PAC data structures containing user authorization information * from Active Directory Kerberos tickets. */ public class Pac { private static final Logger log = LoggerFactory.getLogger(Pac.class); private PacLogonInfo logonInfo; private PacCredentialType credentialType;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/id/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/az/docs/index.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 22.7K bytes - Viewed (0) -
cmd/admin-heal-ops.go
healedItemsMap map[madmin.HealItemType]int64 // Number of total items where healing failed against item type healFailedItemsMap map[madmin.HealItemType]int64 // The time of the last scan/heal activity lastHealActivity time.Time // Holds the request-info for logging ctx context.Context // used to lock this structure as it is concurrently accessed mutex sync.RWMutex }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/jcifs/netbios/NameServiceClientImpl.java
+ " for host " + addr.getHostAddress()); } } /** * Get the address of the active WINS server * * @return address of active WINS server */ protected InetAddress getWINSAddress() { return this.transportContext.getConfig().getWinsServers().length == 0 ? null
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 38.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaTransport.java
throw e; } } } /** * Checks if RDMA connection is available. * * @return true if RDMA connection is active */ public boolean isRdmaConnected() { synchronized (connectionLock) { return rdmaConnection != null && rdmaConnection.isConnected(); } } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 8.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/QueryContextTest.java
queryContext.setQueryBuilder(initialQuery); queryContext.addFunctionScore(list -> { list.add(new FilterFunctionBuilder(QueryBuilders.termQuery("status", "active"), ScoreFunctionBuilders.weightFactorFunction(2.0f))); }); QueryBuilder result = queryContext.getQueryBuilder(); assertNotNull(result);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.4K bytes - Viewed (0)