- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 82 for SearchForm (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/user/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.user; /** * @author shinsuke */ public class SearchForm { public String id;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 747 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.failureurl; /** * @author codelibs * @author Keiichi Watanabe */ public class SearchForm { public String url; public String errorCountMin; public String errorCountMax; public String errorName;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 880 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/SearchForm.java
*/ package org.codelibs.fess.app.web.admin.reqheader; /** * @author codelibs * @author Shunji Makino * @author Keiichi Watanabe */ public class SearchForm { public String id;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 805 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/accesstoken/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.accesstoken; /** * @author codelibs * @author jflute */ public class SearchForm { public String id;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 773 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/crawlinginfo/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.crawlinginfo; /** * @author shinsuke * @author Shunji Makino */ public class SearchForm { public String sessionId;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 787 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/relatedquery/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.relatedquery; /** * @author shinsuke */ public class SearchForm { public String term; public String queries;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 786 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.duplicatehost; /** * @author codelibs * @author Keiichi Watanabe */ public class SearchForm { public String regularName; public String duplicateHostName;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 832 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.dict.mapping; import org.lastaflute.web.validation.Required; /** * @author nullpos */ 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 - 820 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.group; /** * @author shinsuke */ public class SearchForm { public String id;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 748 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/scheduler/SearchForm.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.admin.scheduler; /** * @author shinsuke */ public class SearchForm { public String id;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 752 bytes - Viewed (0)