- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 269 for Pinning (0.03 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/dataconfig/EditBody.java
import org.codelibs.fess.app.web.admin.dataconfig.EditForm; /** * Request body class for data config edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for data configuration management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/mapping/EditBody.java
import org.codelibs.fess.app.web.admin.dict.mapping.EditForm; /** * Request body class for mapping dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for mapping dictionary management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/synonym/EditBody.java
import org.codelibs.fess.app.web.admin.dict.synonym.EditForm; /** * Request body class for synonym dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for synonym dictionary management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/AbstractScheduledService.java
import java.util.logging.Level; import org.jspecify.annotations.Nullable; /** * Base class for services that can implement {@link #startUp} and {@link #shutDown} but while in * the "running" state need to perform a periodic task. Subclasses can implement {@link #startUp}, * {@link #shutDown} and also a {@link #runOneIteration} method that will be executed periodically. *
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.8K bytes - Viewed (0) -
guava-gwt/src/com/google/common/annotations/Annotations.gwt.xml
<exclude name="**/testing/**"/> </source> <!-- We used to set this only for packages that had manual supersource. That worked everywhere that I know of except for one place: when running the GWT util.concurrent tests under Guava. The problem is that GWT responds poorly to two .gwt.xml files in the same Java package; see
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 1.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/duplicatehost/EditBody.java
import org.codelibs.fess.app.web.admin.duplicatehost.EditForm; /** * Request body class for duplicate host edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for duplicate host management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/EditBody.java
import org.codelibs.fess.app.web.admin.elevateword.EditForm; /** * Request body class for elevate word edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for elevate word management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/failureurl/EditBody.java
import org.codelibs.fess.app.web.admin.failureurl.EditForm; /** * Request body class for failure URL edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for failure URL management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/fileauth/EditBody.java
import org.codelibs.fess.app.web.admin.fileauth.EditForm; /** * Request body class for file authentication edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for file authentication management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/EditBody.java
import org.codelibs.fess.app.web.admin.relatedcontent.EditForm; /** * Request body class for related content edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for related content management operations. */ public class EditBody extends EditForm { /** * Default constructor. */ public EditBody() { super(); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0)