- Sort Score
- Num 10 results
- Language All
Results 1 - 7 of 7 for selectend (0.16 seconds)
-
build-logic/dependency-modules/src/main/kotlin/gradlebuild.dependency-modules.gradle.kts
private lateinit var providedBy: Set<String> private lateinit var selected: String private var upgrade: String? = null internal fun configure(components: ComponentMetadataHandler, configurations: ConfigurationContainer) { if (upgrade != null) { configurations.forceUpgrade(selected, upgrade!!) } else { providedBy.forEachIndexed { idx, provider ->Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 26 09:04:32 GMT 2026 - 9.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
* This field can be used to store custom application settings. */ @Size(max = 10000) public String appValue; /** * Default label value to use when no specific label is selected. * This affects which documents are included in search results by default. */ @Size(max = 1000) public String defaultLabelValue; /** * Default sort order for search results.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 15.8K bytes - Click Count (0) -
src/main/resources/fess_message_nl.properties
errors.failed_to_reindex=Kan herindexering van {0} naar {1} niet starten. errors.failed_to_rebuild_config_index=Kan configuratie-indexen niet opnieuw opbouwen. errors.no_target_index_selected=Selecteer minimaal één doelindex om opnieuw op te bouwen. errors.operation_already_running=De bewerking wordt al uitgevoerd op {0}. errors.failed_to_read_request_file=Kan verzoekbestand niet lezen: {0}Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 12.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
*/ protected boolean isLogFilename(final String name) { return name.endsWith(".log") || name.endsWith(".log.gz"); } /** * Rebuilds selected configuration indices with the latest mappings. * Executes asynchronously in a background thread. * * @param form the action form containing the target index checkboxes and loadBulkData flagCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.rebuild_config_index_button=Rebuild labels.load_bulk_data=Load Default Data labels.rebuild_target_indices=Target Indices labels.rebuild_config_index_confirmation=Are you sure you want to rebuild the selected configuration indices? This operation will run in the background. labels.plugin_title=Plugin labels.plugin_list_name=Plugin List labels.plugin_type=Type labels.plugin_name=Name labels.plugin_version=Version
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/resources/fess_label.properties
labels.rebuild_config_index_button=Rebuild labels.load_bulk_data=Load Default Data labels.rebuild_target_indices=Target Indices labels.rebuild_config_index_confirmation=Are you sure you want to rebuild the selected configuration indices? This operation will run in the background. labels.plugin_title=Plugin labels.plugin_list_name=Plugin List labels.plugin_type=Type labels.plugin_name=Name labels.plugin_version=Version
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Target Indices */ public static final String LABELS_rebuild_target_indices = "{labels.rebuild_target_indices}"; /** The key of the message: Are you sure you want to rebuild the selected configuration indices? This operation will run in the background. */ public static final String LABELS_rebuild_config_index_confirmation = "{labels.rebuild_config_index_confirmation}";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 172.6K bytes - Click Count (0)