- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 374 for tracking (0.53 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/EditForm.java
/** * Form class for editing file crawling configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing file config entries, * including tracking information for optimistic locking and audit trails. * File configs define how to crawl and index files from local file systems, SMB shares, and FTP servers. * */ public class EditForm extends CreateForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/EditForm.java
/** * Form class for editing key match configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing key match entries, * including tracking information for optimistic locking and audit trails. * Key matches are used to promote specific documents when certain keywords are searched. */ public class EditForm extends CreateForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/EditForm.java
/** * Form class for editing web crawling configurations in the admin interface. * This form extends CreateForm to include fields necessary for updating existing web config entries, * including tracking information for optimistic locking and audit trails. * Web configs define how to crawl and index web sites and web applications. * */ public class EditForm extends CreateForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.3K bytes - Viewed (0) -
.github/PULL_REQUEST_TEMPLATE.md
/kind deprecation /kind failing-test /kind flake /kind regression --> #### What this PR does / why we need it: #### Which issue(s) this PR is related to: <!-- Please link relevant issues to help with tracking. To automatically close the linked issue(s) when this PR is merged, add the word "Fixes" before the issue number or link. Do not use "Fixes" if the PR is of kind `failing-test` or `flake`.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Jun 06 14:40:00 UTC 2025 - 3.1K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
} catch (RuntimeException e) { assertEquals("Load failed", e.getMessage()); } assertEquals(1, chain.loadCalls.size()); } // Test implementation state tracking public void test_implementation_stateTracking() { TestAuthenticationChain chain = new TestAuthenticationChain(); User user1 = createTestUser("user1", "User One");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
src/test/java/jcifs/smb/CriticalPerformanceTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/SearchForm.java
public Integer pn; /** * Similar document hash for finding related documents. */ @Size(max = 1000) public String sdh; /** * Parameter to control tracking of total hits in search results. */ @Size(max = 100) public String track_total_hits; /** * Default constructor for SearchForm. */ public SearchForm() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 5.7K bytes - Viewed (0) -
guava/src/com/google/common/cache/Cache.java
* * <ul> * <li>{@linkplain LoadingCache#get(Object) awaiting the result of a pending load} rather than * starting a redundant one * <li>eliminating the error-prone caching boilerplate * <li>tracking load {@linkplain #stats statistics} * </ul> * * <p>Among the further improvements that {@code LoadingCache} can provide but this method cannot: * * <ul>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 7.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/persistent/PersistentHandleManager.java
/** * Manager for persistent and durable SMB handles. * * This class provides: * - Handle lifecycle management * - Persistent storage for persistent handles * - Expiration tracking for durable handles * - Thread-safe access to handle information */ public class PersistentHandleManager { private static final Logger log = LoggerFactory.getLogger(PersistentHandleManager.class);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 13K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/score/ScoreUpdaterTest.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0)