- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 874 for user3 (0.03 sec)
-
CHANGELOG/CHANGELOG-1.20.md
- Kubectl: Previously users cannot provide arguments to a external diff tool via KUBECTL_EXTERNAL_DIFF env. This release now allow users to specify args to KUBECTL_EXTERNAL_DIFF env. ([#95292](https://github.com/kubernetes/kubernetes/pull/95292), [@dougsland](https://github.com/dougsland)) [SIG CLI]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessBaseAction.java
// ========= /** * Gets the current user bean from the session. * This method returns the concrete FessUserBean class instead of the generic type. * * @return an optional containing the current user bean, or empty if not logged in */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/SsoManager.java
} 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 */ public String logout(final FessUserBean user) { if (available()) { final SsoAuthenticator authenticator = getAuthenticator();
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/org/codelibs/fess/Constants.java
// ============================================================ /** Property key for user information configuration. */ public static final String USER_INFO_PROPERTY = "user.info"; /** Property key for user favorite functionality configuration. */ public static final String USER_FAVORITE_PROPERTY = "user.favorite"; /** Property key for search log configuration. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/group/ApiAdminGroupAction.java
import org.codelibs.fess.opensearch.user.exentity.Group; import org.codelibs.fess.opensearch.user.exentity.User; import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse; import jakarta.annotation.Resource; /** * API action for admin group management. * Provides RESTful API endpoints for managing user group settings in the Fess search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8K 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) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsSearchLogCQ.java
} public void setUser_Equal(String user) { setUser_Term(user, null); } public void setUser_Equal(String user, ConditionOptionCall<TermQueryBuilder> opLambda) { setUser_Term(user, opLambda); } public void setUser_Term(String user) { setUser_Term(user, null); } public void setUser_Term(String user, ConditionOptionCall<TermQueryBuilder> opLambda) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 145.5K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableListMultimap.java
* .putAll('a', "pple", "sparagus") * .putAll('c', "arrot", "herry") * .build(); * } * * @since 33.2.0 (available since 21.0 in guava-jre) */ @IgnoreJRERequirement // Users will use this only if they're already using streams. public static <T extends @Nullable Object, K, V> Collector<T, ?, ImmutableListMultimap<K, V>> toImmutableListMultimap(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
runtime.registerData("adminUser", fessConfig.isAdminUser(username) || fessLoginAssist.getSavedUserBean() .map(user -> user.hasRoles(fessConfig.getAuthenticationAdminRolesAsArray())) .orElse(false)); runtime.registerData("pageLoginLink", fessConfig.isLoginLinkEnabled()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
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)