- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for dataConfig (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/view/admin/dataconfig/admin_dataconfig_details.jsp
<jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="crawl"/> <jsp:param name="menuType" value="dataConfig"/> </jsp:include> <main class="content-wrapper"> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6">
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 8.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dataconfig/AdminDataconfigAction.java
* @return An optional entity of a data config. */ public static OptionalEntity<DataConfig> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE: return OptionalEntity.of(new DataConfig()).map(entity -> { entity.setCreatedBy(username); entity.setCreatedTime(currentTime);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21K bytes - Click Count (0) -
src/main/resources/fess_config.properties
# Online help key for path mapping. online.help.name.pathmap=pathmap # Online help key for boost document. online.help.name.boostdoc=boostdoc # Online help key for data config. online.help.name.dataconfig=dataconfig # Online help key for system info. online.help.name.systeminfo=systeminfo # Online help key for user. online.help.name.user=user # Online help key for group. online.help.name.group=group
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. boostdoc */ String ONLINE_HELP_NAME_BOOSTDOC = "online.help.name.boostdoc"; /** The key of the configuration. e.g. dataconfig */ String ONLINE_HELP_NAME_DATACONFIG = "online.help.name.dataconfig"; /** The key of the configuration. e.g. systeminfo */ String ONLINE_HELP_NAME_SYSTEMINFO = "online.help.name.systeminfo";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)