- Sort Score
- Result 10 results
- Languages All
Results 181 - 190 of 330 for activate (0.04 sec)
-
guava/src/com/google/common/util/concurrent/DirectExecutorService.java
private final Object lock = new Object(); /* * Conceptually, these two variables describe the executor being in * one of three states: * - Active: shutdown == false * - Shutdown: runningTasks > 0 and shutdown == true * - Terminated: runningTasks == 0 and shutdown == true */ @GuardedBy("lock") private int runningTasks = 0; @GuardedBy("lock")
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Apr 12 15:07:59 UTC 2025 - 3.5K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java
*/ @Config(type = "java.lang.Boolean", defaultValue = "true") public static final String MAVEN_CONSUMER_POM = "maven.consumer.pom"; /** * User property for controlling "maven personality". If activated Maven will behave * like the previous major version, Maven 3. * * @since 4.0.0 */ @Config(type = "java.lang.Boolean", defaultValue = "false")
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jul 25 11:08:20 UTC 2025 - 25.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
}); } /** * Deletes all crawling sessions and their parameters except for the specified active sessions. * This is a cleanup operation that removes inactive session data while preserving active ones. * * @param activeSessionId a set of session IDs to preserve during the cleanup operation */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords_download.jsp
<la:message key="labels.dict_protwords_list_link"/> </la:link></li> <li class="breadcrumb-item active"><la:message key="labels.dict_protwords_link_download"/></li> </ol> </div> </div> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.9K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords_download.jsp
<la:message key="labels.dict_stopwords_list_link"/> </la:link></li> <li class="breadcrumb-item active"><la:message key="labels.dict_stopwords_link_download"/></li> </ol> </div> </div> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ToolchainManager.java
throws ToolchainManagerException { return getToolchains(session, type, null); } /** * Retrieves the currently active toolchain from the build context. * * @param session The Maven session context * @param type The type of toolchain to retrieve * @return Optional containing the toolchain if found
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Feb 11 12:33:57 UTC 2025 - 3.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/MockWitnessService.java
if (removed != null) { log.debug("Mock unregistered witness: {}", registrationId); return true; } return false; } /** * Get the number of active registrations * * @return the registration count */ public int getRegistrationCount() { return registrations.size(); } /** * Check if a registration exists
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 8.2K bytes - Viewed (0) -
docs/integrations/veeam/README.md
- Continue with the backup job creation. On the Summary screen, check the Run the Job when I click Finish checkbox and click the Finish button. The backup job will start immediately. This will create an Active Full backup of the VMs within the backup job. - Since we selected Copy mode when creating the SOBR, the backup will be copied to the capacity tier as soon as it is created on the performance tier.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 5.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/rdma/RdmaBufferManagerTest.java
assertTrue(bufferManager.getTotalAllocated() > initialAllocated, "Total allocated should increase"); assertTrue(bufferManager.getActiveRegions() > 0, "Active regions should be positive"); // Release regions bufferManager.releaseSendRegion(region1); bufferManager.releaseReceiveRegion(region2); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji_download.jsp
<la:message key="labels.dict_kuromoji_list_link"/> </la:link></li> <li class="breadcrumb-item active"><la:message key="labels.dict_kuromoji_link_download"/></li> </ol> </div> </div> </div> </div>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 5.9K bytes - Viewed (0)