- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for DataConfig (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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/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)