- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 811 for user0 (0.09 sec)
-
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
} /** * Sets the user check interval. * * @param userCheckInterval The user check interval. */ public void setUserCheckInterval(final long userCheckInterval) { this.userCheckInterval = userCheckInterval; } /** * Sets the user information cache size. * * @param userInfoCacheSize The user information cache size. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpURLConnection.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 25.6K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/ExecutionError.java
* non-nullable {@code cause}, as many users expect to find one. */ public ExecutionError(@Nullable String message, @Nullable Error cause) { super(message, cause); } /** * Creates a new instance with {@code null} as its detail message and the given cause. Prefer to * provide a non-nullable {@code cause}, as many users expect to find one. */ public ExecutionError(@Nullable Error cause) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 13 17:34:21 UTC 2025 - 4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/EditBody.java
*/ package org.codelibs.fess.app.web.api.admin.user; import org.codelibs.fess.app.web.admin.user.EditForm; /** * Request body class for user edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for user management operations. */ public class EditBody extends EditForm { /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1K bytes - Viewed (0) -
src/main/config/es/fess_user_user.json
{ "fess_user.user" : { "aliases" : { }, "mappings" : { "user" : { "properties" : { "businessCategory" : { "type" : "keyword" }, "carLicense" : { "type" : "keyword" }, "city" : { "type" : "keyword" }, "departmentNumber" : { "type" : "keyword" }, "description" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 3.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessFileTransformerTest.java
url = "file:////server/user"; exp = "\\\\server\\user"; assertEquals(exp, transformer.getSiteOnFile(url, "UTF-8")); url = "smb://server/user"; exp = "\\\\server\\user"; assertEquals(exp, transformer.getSiteOnFile(url, "UTF-8")); url = "smb1://server/user"; exp = "\\\\server\\user";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 11K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.29.md
### CVE-2024-5321: Incorrect permissions on Windows containers logs A security issue was discovered in Kubernetes clusters with Windows nodes where BUILTIN\Users may be able to read container logs and NT AUTHORITY\Authenticated Users may be able to modify container logs. **Affected Versions**: - kubelet <= 1.27.15 - kubelet <= 1.28.11 - kubelet <= 1.29.6 - kubelet <= 1.30.2
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Mar 12 00:36:01 UTC 2025 - 429.6K bytes - Viewed (1) -
pom.xml
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Sep 04 05:22:58 UTC 2025 - 49.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/rank/fusion/RankFusionSearcherTest.java
public void test_search_withUserBean() { // Test search with user bean present TestRankFusionSearcher testSearcher = new TestRankFusionSearcher(); String query = "user query"; SearchRequestParams params = createTestSearchRequestParams(); FessUserBean user = FessUserBean.empty(); OptionalThing<FessUserBean> userBean = OptionalThing.of(user);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmServlet.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0)