- Sort Score
- Result 10 results
- Languages All
Results 131 - 140 of 701 for user1 (0.02 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/bsentity/BsSearchLog.java
this.searchWord = value; } public String getUser() { checkSpecifiedProperty("user"); return convertEmptyToNull(user); } public void setUser(String value) { registerModifiedProperty("user"); this.user = value; } public String getUserAgent() { checkSpecifiedProperty("userAgent");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12.2K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.bad_word_list_suggest_word=Bad Word labels.bad_word_suggest_word=Bad Word labels.bad_word_file=Bad Word File labels.user_configuration=User labels.user_list_name=Name labels.user_password=Password labels.user_confirm_password=Password (Confirm) labels.user_title_details=User labels.role_configuration=Role labels.role_list_name=Name labels.role_name=Name labels.role_title_details=Role labels.group_configuration=Group
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsUserBhv.java
*/ package org.codelibs.fess.opensearch.user.bsbhv; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.user.allcommon.EsAbstractBehavior; import org.codelibs.fess.opensearch.user.allcommon.EsAbstractEntity.RequestOptionCall; import org.codelibs.fess.opensearch.user.bsentity.dbmeta.UserDbm; import org.codelibs.fess.opensearch.user.cbean.UserCB;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 12K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/AuthenticationManager.java
} /** * Deletes a user from all authentication chains. * @param user The user to delete. */ public void delete(final User user) { chains().of(stream -> stream.forEach(c -> c.delete(user))); } /** * Loads user information by processing through all authentication chains. * @param user The user template containing search criteria.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.1K bytes - Viewed (0) -
android/guava/src/com/google/common/base/Converter.java
* existing users, but it can't *fix* existing users because any users who needed * `Function<@Nullable A, @Nullable B>` already had to find a workaround. Still, there is a *ton* of * fallout from trying to switch. I would be shocked if the switch would offer benefits to anywhere * near enough users to justify the costs. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jun 18 21:43:06 UTC 2025 - 22.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
public static final String LOG_TYPE_SEARCH_COUNT_DAY = "search_count_day_agg"; /** Log type constant for hourly unique user aggregation. */ public static final String LOG_TYPE_SEARCH_USER_HOUR = "search_user_hour_agg"; /** Log type constant for daily unique user aggregation. */ public static final String LOG_TYPE_SEARCH_USER_DAY = "search_user_day_agg";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.8K bytes - Viewed (0) -
regression-test/README.md
``` $ ANDROID_SDK_ROOT=/Users/myusername/Library/Android/sdk ./gradlew :regression-test:connectedCheck ... > Task :regression-test:connectedDebugAndroidTest ... 11:55:40 V/InstrumentationResultParser: Time: 13.271 11:55:40 V/InstrumentationResultParser: 11:55:40 V/InstrumentationResultParser: OK (12 tests) ...
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Nov 13 07:09:56 UTC 2020 - 2.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/exbhv/RoleBhv.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.exbhv; import java.util.Map; import java.util.regex.Pattern; import java.util.stream.Collectors; import org.codelibs.core.misc.Pair; import org.codelibs.fess.opensearch.user.bsbhv.BsRoleBhv; import org.codelibs.fess.opensearch.user.exentity.Role; import org.codelibs.fess.util.ComponentUtil;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/GroupCB.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean; import org.codelibs.fess.opensearch.user.cbean.bs.BsGroupCB; /** * @author ESFlute (using FreeGen) */ public class GroupCB extends BsGroupCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 819 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/UserCB.java
* either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.opensearch.user.cbean; import org.codelibs.fess.opensearch.user.cbean.bs.BsUserCB; /** * @author ESFlute (using FreeGen) */ public class UserCB extends BsUserCB {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 816 bytes - Viewed (0)