- Sort Score
- Num 10 results
- Language All
Results 371 - 380 of 1,214 for creators (0.06 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/reqheader/CreateForm.java
import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; import jakarta.validation.constraints.Size; /** * The create form for Request Header. */ public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { } /** * The CRUD mode for the form. */ @ValidateTypeFailure public Integer crudMode; /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 2.1K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/TestSortedMapGenerator.java
import com.google.common.annotations.GwtCompatible; import java.util.Map.Entry; import java.util.SortedMap; import org.jspecify.annotations.NullMarked; import org.jspecify.annotations.Nullable; /** * Creates sorted maps, containing sample elements, to be tested. * * @author Louis Wasserman */ @GwtCompatible @NullMarked public interface TestSortedMapGenerator<K extends @Nullable Object, V extends @Nullable Object>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Sun Dec 22 03:38:46 GMT 2024 - 1.9K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/IllegalAccessRuntimeException.java
private static final long serialVersionUID = -3649900343028907465L; /** * The target class. */ private final Class<?> targetClass; /** * Creates a {@link IllegalAccessRuntimeException}. * * @param targetClass * Target class * @param cause * The cause of the exception */Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/core/exception/IllegalBlockSizeRuntimeException.java
* @author shinsuke */ public class IllegalBlockSizeRuntimeException extends ClRuntimeException { private static final long serialVersionUID = 1L; /** * Creates a new {@link IllegalBlockSizeRuntimeException} with the specified cause. * * @param cause * the cause */ public IllegalBlockSizeRuntimeException(final IllegalBlockSizeException cause) {Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Sat Jul 05 00:11:05 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/DictionaryItem.java
* */ public abstract class DictionaryItem { /** The unique identifier for this dictionary item */ protected long id; /** * Default constructor for DictionaryItem. * Creates a new dictionary item with default values. */ public DictionaryItem() { // Default constructor } /** * Gets the unique identifier for this dictionary item. *Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/CreateForm.java
import org.codelibs.fess.app.web.CrudMode; import org.lastaflute.web.validation.theme.conversion.ValidateTypeFailure; /** * The create form for Search List. * */ public class CreateForm { /** * Creates a new CreateForm instance. */ public CreateForm() { } /** * The CRUD mode for the form. */ @ValidateTypeFailure public Integer crudMode; /**Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/badword/CreateBody.java
/** * Request body for creating bad word via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */ public CreateBody() { }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1001 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/CreateBody.java
/** * Request body for creating user via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */ public CreateBody() { }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 990 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webauth/CreateBody.java
/** * Request body for creating web authentication via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */ public CreateBody() { }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1011 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/pathmap/CreateBody.java
/** * Request body for creating path mapping via REST API. * Extends CreateForm to inherit validation and field definitions. */ public class CreateBody extends CreateForm { /** * Creates a new CreateBody instance. */ public CreateBody() { }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1004 bytes - Click Count (0)