- Sort Score
- Result 10 results
- Languages All
Results 261 - 270 of 738 for exit (0.22 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/relatedcontent/EditBody.java
*/ package org.codelibs.fess.app.web.api.admin.relatedcontent; 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 {
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/user/EditBody.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.user; 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 { /**
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
*/ package org.codelibs.fess.app.web.api.admin.crawlinginfo; 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 {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.1K bytes - Viewed (0) -
dbflute_fess/dfprop/additionalForeignKeyMap.dfprop
# /--------------------------------------------------------------------------- # additionalForeignKeyMap: (NotRequired - Default map:{}) # # If foreign key does not exist in your database, # you can set up here as virtual foreign key for DBFlute. # # And it's one-to-one relation if you add one fixed condition to referrer table, # you can set virtual foreign key with fixedCondition and fixedSuffix. # And you can use it to view objects too. #
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 1.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
} /** * Displays the form for editing an existing document. * * @param form the edit form containing document ID * @return HTML response for the document edit form */ @Execute @Secured({ ROLE }) public HtmlResponse edit(final EditForm form) { validate(form, messages -> {}, this::asListHtml); getDoc(form).ifPresent(entity -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/EditBody.java
*/ package org.codelibs.fess.app.web.api.admin.dict.protwords; import org.codelibs.fess.app.web.admin.dict.protwords.EditForm; /** * 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. */
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
*/ package org.codelibs.fess.app.web.api.admin.dict.stemmeroverride; import org.codelibs.fess.app.web.admin.dict.stemmeroverride.EditForm; /** * 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. */
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/webapp/WEB-INF/view/common/help.jsp
<dd> AND operator is the default conjunction operator. You can omit it from a query. AND operator matches documents where both terms exist anywhere in the text of a single document. <pre>Fess AND CodeLibs</pre> </dd> </dd> <dt>OR</dt> <dd> OR operator matches documents where any terms exist anywhere in the text of a single document. <pre>Fess OR CodeLibs</pre> </dd> <dt>Wildcard</dt> <dd>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Feb 26 14:01:31 UTC 2018 - 2.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lease/LeaseManagerTest.java
// key3 should definitely exist (just created) assertNotNull(limitedManager.getLease(key3)); // key1 should have been evicted (oldest) assertNull(limitedManager.getLease(key1)); // key2 should still exist (not the oldest) assertNotNull(limitedManager.getLease(key2)); } finally {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 00:16:17 UTC 2025 - 13.2K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/m2.conf
set maven.installation.conf default ${maven.conf} [plexus.core] load ${maven.conf}/logging optionally ${maven.home}/lib/ext/redisson/*.jar optionally ${maven.home}/lib/ext/hazelcast/*.jar optionally ${user.home}/.m2/ext/*.jar optionally ${maven.home}/lib/ext/*.jar load ${maven.home}/lib/maven-*.jar
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jul 28 07:45:35 UTC 2025 - 1.3K bytes - Viewed (0)