- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 287 for Binding (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/user/EditBody.java
import org.codelibs.fess.app.web.admin.user.EditForm; /** * Request body class for user edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for user 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 - 1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/crawlinginfo/EditBody.java
import org.codelibs.fess.app.web.admin.crawlinginfo.EditForm; /** * Request body class for crawling info edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for crawling information 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/kuromoji/EditBody.java
import org.codelibs.fess.app.web.admin.dict.kuromoji.EditForm; /** * Request body class for Kuromoji dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for Kuromoji 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/stopwords/EditBody.java
import org.codelibs.fess.app.web.admin.dict.stopwords.EditForm; /** * Request body class for stop words dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for stop words 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/protwords/EditBody.java
/** * Request body class for protected words dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for protected words 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/stemmeroverride/EditBody.java
/** * Request body class for stemmer override dictionary edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for stemmer override 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/test/java/jcifs/config/MultiChannelConfigurationTest.java
assertEquals(4, config.getMaxChannels(), "Default max channels should be 4"); assertEquals(1, config.getChannelBindingPolicy(), "Default binding policy should be preferred"); assertEquals("adaptive", config.getLoadBalancingStrategy(), "Default strategy should be adaptive");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/rdma/RdmaProvider.java
/** * Create RDMA connection to remote endpoint * * @param remote remote socket address * @param local local socket address, may be null for auto-binding * @return new RDMA connection instance * @throws IOException if connection creation fails */ RdmaConnection createConnection(InetSocketAddress remote, InetSocketAddress local) throws IOException;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 3K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindingTest.java
} @Test void testToStringWithoutOptionsAndEndpoint() { String expected = PROTO + ":" + SERVER + "[null]"; assertEquals(expected, dcerpcBinding.toString(), "toString should correctly represent the binding without options or endpoint."); } @Test void testToStringWithEndpoint() throws DcerpcException { String endpoint = "\\pipe\\srvsvc"; dcerpcBinding.setOption("endpoint", endpoint);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/general/EditBody.java
import org.codelibs.fess.app.web.admin.general.EditForm; /** * Request body class for general settings edit operations in the admin REST API. * This class extends EditForm to inherit the necessary form validation and binding capabilities * for general settings 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)