Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 8 of 8 for selectend (0.05 seconds)

  1. 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)
  2. src/main/webapp/js/purify.min.js

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Mar 15 06:21:57 GMT 2026
    - 22.7K bytes
    - Click Count (0)
  3. 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)
  4. 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 flag
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 23K bytes
    - Click Count (0)
  5. 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)
  6. 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)
  7. src/main/java/org/codelibs/fess/llm/AbstractLlmClient.java

                    idx += 2;
                } else {
                    turns.add(new int[] { idx, idx + 1 });
                    idx++;
                }
            }
    
            // Walk from newest turn to oldest, selecting contiguous newest turns that fit within budget
            int remaining = budgetChars;
            int firstIncludedTurn = turns.size();
            for (int t = turns.size() - 1; t >= 0; t--) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 72K bytes
    - Click Count (0)
  8. 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)
Back to Top