Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 17 for controls (0.19 seconds)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

         * This message is shown to users on the main search page.
         */
        @Size(max = 3000)
        public String notificationSearchTop;
    
        /**
         * System log level for controlling log verbosity.
         * Controls the level of detail in system log messages.
         */
        @Size(max = 10)
        public String logLevel;
    
        /**
         * Storage service endpoint URL for cloud storage integration.
    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/WEB-INF/view/admin/general/admin_general.jsp

                                            <la:errors property="appValue"/>
                                            <la:textarea styleId="appValue" property="appValue"
                                                         styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 02:24:08 GMT 2026
    - 83.1K bytes
    - Click Count (0)
  3. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist_edit.jsp

                                            <la:errors property="doc.url"/>
                                            <la:text styleId="doc.url"
                                                     property="doc.url" styleClass="form-control"
                                                     required="required" data-validation="required"/>
                                        </div>
                                    </div>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:38:39 GMT 2026
    - 28.1K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_fr.properties

    constraints.LuhnCheck.message = La somme de contrôle Luhn Modulo 11 de {value} est incorrecte.
    constraints.Mod10Check.message = La somme de contrôle Modulo 10 de {value} est incorrecte.
    constraints.Mod11Check.message = La somme de contrôle Modulo 11 de {value} est incorrecte.
    constraints.ModCheck.message = La somme de contrôle {modType} de {value} est incorrecte.
    constraints.NotBlank.message = {item} est requis.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 14.1K bytes
    - Click Count (0)
  5. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

                                            <la:text styleId="numberOfShardsForDoc" property="numberOfShardsForDoc"
                                                     styleClass="form-control"/>
                                        </div>
                                    </div>
                                    <div class="form-group row">
                                        <label for="autoExpandReplicasForDoc"
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 17.3K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java

        private static class TestSearchEngineClient extends SearchEngineClient {
    
            // Track method calls
            List<String> calledMethods = new ArrayList<>();
    
            // Control behavior
            boolean createIndexResult = true;
            boolean deleteIndexResult = true;
            boolean reindexResult = true;
            boolean existsIndexResult = true;
            long documentCount = 10;
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 28.6K bytes
    - Click Count (0)
  7. src/main/resources/fess_label_tr.properties

    labels.configParameter=Yapılandırma Parametresi
    labels.content=İçerik
    labels.csvFileEncoding=CSV Kodlaması
    labels.defaultLabelValue=Varsayılan Etiket
    labels.designFileName=Dosya Adı
    labels.incrementalCrawling=Son Değişikliği Kontrol Et
    labels.errorCount=Hata Sayısı
    labels.errorLog=Hata Günlüğü
    labels.errorName=Hata Adı
    labels.expiredTime=Son Kullanma Zamanı
    labels.expires=Son Kullanma
    labels.failureCountThreshold=Hata Sayısı
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/util/ComponentUtil.java

         */
        public static DataStoreFactory getDataStoreFactory() {
            return getComponent(DATA_STORE_FACTORY);
        }
    
        /**
         * Gets the interval control helper component.
         * @return The interval control helper.
         */
        public static IntervalControlHelper getIntervalControlHelper() {
            return getComponent(INTERVAL_CONTROL_HELPER);
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/helper/CoordinatorHelper.java

            return tryStartOperation(operationName, data, maxRetry);
        }
    
        /**
         * Internal method to acquire a distributed lock with retry control.
         *
         * @param operationName the operation name used as the lock document ID.
         * @param data optional data to store with the operation document.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 33.3K bytes
    - Click Count (0)
  10. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String ADAPTIVE_LOAD_CONTROL = "adaptive.load.control";
    
        /** The key of the configuration. e.g. 100 */
        String WEB_LOAD_CONTROL = "web.load.control";
    
        /** The key of the configuration. e.g. 100 */
        String API_LOAD_CONTROL = "api.load.control";
    
        /** The key of the configuration. e.g. 1 */
        String LOAD_CONTROL_MONITOR_INTERVAL = "load.control.monitor.interval";
    
    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)
Back to Top