- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 485 for performed (0.16 sec)
-
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
return super.hookBefore(runtime); } /** * Hook method called after action execution completes. * <p> * This method performs cleanup operations by calling the parent hook. * </p> * * @param runtime the action runtime context */ @Override public void hookFinally(final ActionRuntime runtime) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.1K bytes - Viewed (0) -
docs/en/docs/fastapi-people.md
All these tasks help maintain the repository. A round of applause to them. 👏 🙇 ## Team This is the current list of team members. 😎 They have different levels of involvement and permissions, they can perform [repository management tasks](./management-tasks.md){.internal-link target=_blank} and together we [manage the FastAPI repository](./management.md){.internal-link target=_blank}. <div class="user-list user-list-center">
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jan 28 20:34:56 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/jcifs/netbios/UniAddress.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
if (authenticator != null) { return authenticator.getResponse(responseType); } } return null; } /** * Performs logout operations for the specified user using SSO. * * @param user The user to logout * @return The logout URL from the SSO authenticator, or null if SSO is not available */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 5.1K bytes - Viewed (0) -
src/main/java/jcifs/pac/PacMac.java
System.arraycopy(block, 0, dk, n, len); n += len; enc = block; } return dk; } /** * Performs n-fold expansion of data as specified in RFC 3961. * This operation is used in Kerberos key derivation to expand or compress * input data to a specific output length. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 9K bytes - Viewed (0) -
docs/id/docs/tutorial/path-params.md
* Validasi data. * Annotasi API dan dokumentasi otomatis. Semua itu anda hanya perlu mendeklarasikan sekali saja.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 8.8K bytes - Viewed (0) -
docs/en/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 10.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTreeHandleInternalTest.java
void verifyInteractionOrder() throws Exception { // Arrange: stub simple returns when(handle.hasCapability(anyInt())).thenReturn(true); // Act: perform a series of calls to verify order handle.ensureDFSResolved(); handle.hasCapability(7); handle.release(); // Assert: verify they happened in order
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.3K bytes - Viewed (0) -
src/test/java/jcifs/util/ResourceManagerTest.java
resourceManager.registerResource(resource); assertFalse(resource.isClosed()); // Wait for automatic cleanup to kick in Thread.sleep(300); // Perform cleanup resourceManager.performCleanup(); // Old resource should be auto-closed assertTrue(resource.isClosed()); } @Test @DisplayName("Test resource statistics")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
@Resource protected SearchEngineClient searchEngineClient; // =================================================================================== // Search Execute // /** * Performs bulk document operations (index multiple documents). * Validates document fields and adds default values where necessary. * * @param body the bulk request body containing documents to process
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0)