- Sort Score
- Result 10 results
- Languages All
Results 401 - 410 of 3,382 for authFn (0.15 sec)
-
android/guava/src/com/google/common/collect/SingletonImmutableSet.java
import javax.annotation.CheckForNull; import org.checkerframework.checker.nullness.qual.Nullable; /** * Implementation of {@link ImmutableSet} with exactly one element. * * @author Kevin Bourrillion * @author Nick Kralevich */ @GwtCompatible(serializable = true, emulated = true) @SuppressWarnings("serial") // uses writeReplace(), not default serialization @ElementTypesAreNonnullByDefault
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 2.6K bytes - Viewed (0) -
src/main/java/org/codelibs/core/exception/SQLRuntimeException.java
import static org.codelibs.core.collection.ArrayUtil.asArray; import java.sql.SQLException; import org.codelibs.core.message.MessageFormatter; /** * {@link SQLException}をラップする例外です。 * * @author higa * @author manhole */ public class SQLRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 2533513110369526191L; /** * {@link SQLRuntimeException}を作成します。 *
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 2.6K bytes - Viewed (0) -
internal/config/identity/tls/config.go
if dsecs == "" { return defaultExpiry, nil } d, err := strconv.Atoi(dsecs) if err != nil { return 0, auth.ErrInvalidDuration } dur := time.Duration(d) * time.Second if dur < minExpiry || dur > maxExpiry { return 0, auth.ErrInvalidDuration } return dur, nil } // Lookup returns a new Config by merging the given K/V config // system with environment variables.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 3.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/CreateForm.java
import jakarta.validation.constraints.Max; import jakarta.validation.constraints.Min; import jakarta.validation.constraints.Size; /** * @author shinsuke * @author Shunji Makino * @author Keiichi Watanabe */ public class CreateForm { public String[] labelTypeIds; @ValidateTypeFailure public Integer crudMode; @Required @Size(max = 200)
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 4.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.protwords; import org.lastaflute.web.validation.Required; /** * @author ma2tani */ public class SearchForm { @Required public String dictId;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 822 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/ElevateWordToLabelCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.cq; import org.codelibs.fess.es.config.cbean.cq.bs.BsElevateWordToLabelCQ; /** * @author ESFlute (using FreeGen) */ public class ElevateWordToLabelCQ extends BsElevateWordToLabelCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 852 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/FileConfigCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.cq; import org.codelibs.fess.es.config.cbean.cq.bs.BsFileConfigCQ; /** * @author ESFlute (using FreeGen) */ public class FileConfigCQ extends BsFileConfigCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 828 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/RoleTypeCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.cq; import org.codelibs.fess.es.config.cbean.cq.bs.BsRoleTypeCQ; /** * @author ESFlute (using FreeGen) */ public class RoleTypeCQ extends BsRoleTypeCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 822 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/cq/ScheduledJobCQ.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean.cq; import org.codelibs.fess.es.config.cbean.cq.bs.BsScheduledJobCQ; /** * @author ESFlute (using FreeGen) */ public class ScheduledJobCQ extends BsScheduledJobCQ {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 834 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/cbean/CrawlingInfoParamCB.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.es.config.cbean; import org.codelibs.fess.es.config.cbean.bs.BsCrawlingInfoParamCB; /** * @author ESFlute (using FreeGen) */ public class CrawlingInfoParamCB extends BsCrawlingInfoParamCB {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 843 bytes - Viewed (0)