- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 149 for cgroupfs (0.04 sec)
-
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
} } private interface SpecialGroup { } private static class GroupTestBean { @CronExpression(groups = Default.class) private String defaultCron; @CronExpression(groups = SpecialGroup.class) private String specialCron; public String getDefaultCron() { return defaultCron; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0) -
src/main/java/jcifs/SidResolver.java
* target server where keys are SIDs representing an account and each value * is an ArrayList of SIDs represents the local groups that the account is * a member of. * * This method is designed to assist with computing access control for a * given user when the target object's ACL has local groups. Local groups
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/exentity/User.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 3.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/validation/CustomSize.java
* @return the error message */ String message() default "{jakarta.validation.constraints.Size.message}"; /** * The validation groups this constraint belongs to. * @return the groups */ Class<?>[] groups() default {}; /** * The payload associated with this constraint. * @return the payload */ Class<? extends Payload>[] payload() default {};
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/validation/UriType.java
* * @return the error message */ String message() default "{org.lastaflute.validator.constraints.UriType.message}"; /** * The validation groups. * * @return the validation groups */ Class<?>[] groups() default {}; /** * The payload for constraint. * * @return the payload */ Class<? extends Payload>[] payload() default {};
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsentity/BsUser.java
this.givenName = value; } public String[] getGroups() { checkSpecifiedProperty("groups"); return groups; } public void setGroups(String[] value) { registerModifiedProperty("groups"); this.groups = value; } public String getHomeDirectory() { checkSpecifiedProperty("homeDirectory");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 22.9K bytes - Viewed (0) -
guava-testlib/src/com/google/common/testing/EqualsTester.java
* <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group, where both equality * groups and the items within equality groups are numbered starting from 1. When either a * constructor argument or an equal object is provided, that becomes group 1. * </ul> * * @author Jim McMaster * @author Jige Yu * @since 10.0 */ @GwtCompatible
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/cq/bs/BsUserCQ.java
if (opLambda != null) { opLambda.callback(builder); } } public void setGroups_Regexp(String groups) { setGroups_Regexp(groups, null); } public void setGroups_Regexp(String groups, ConditionOptionCall<RegexpQueryBuilder> opLambda) { RegexpQueryBuilder builder = regRegexpQ("groups", groups);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 326.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SIDCacheImpl.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Mon Aug 25 14:34:10 UTC 2025 - 13.6K bytes - Viewed (0) -
src/main/config/es/fess_user_user.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 02 13:14:56 UTC 2021 - 3.5K bytes - Viewed (0)