Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for incremental (0.23 sec)

  1. src/main/java/org/codelibs/fess/Constants.java

        public static final String SEARCH_LOG_PROPERTY = "search.log";
    
        public static final String APPEND_QUERY_PARAMETER_PROPERTY = "append.query.parameter";
    
        public static final String INCREMENTAL_CRAWLING_PROPERTY = "crawling.incremental";
    
        public static final String CRAWLING_THREAD_COUNT_PROPERTY = "crawling.thread.count";
    
        public static final String CRAWLING_USER_AGENT_PROPERTY = "crawling.user.agent";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 16.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_de.properties

    labels.enabled=Aktiviert
    labels.day_for_cleanup=Dokumente entfernen nach
    labels.day=Tag(en)
    labels.crawl_button_update=Aktualisieren
    labels.none=Keine
    labels.crawling_thread_count=Anzahl gleichzeitiger Crawler
    labels.incremental_crawling=Prüfe "Last Modified"-Header
    labels.search_log_enabled=Suchen protokollieren
    labels.user_info_enabled=Benutzer protokollieren
    labels.user_favorite_enabled=Favorites protokollieren
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_fr.properties

    labels.day_for_cleanup	=	Supprimer les documents avant
    labels.day	=	Jour(s)
    labels.crawl_button_update	=	Mise à jour
    labels.none	=	Aucun
    labels.crawling_thread_count	=	Configuration simultanée du robot d'exploration
    labels.incremental_crawling	=	Vérifier la dernière modification
    labels.search_log_enabled	=	Journalisation de la recherche
    labels.user_info_enabled	=	Journalisation des utilisateurs
    labels.user_favorite_enabled	=	Journalisation préférée
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.6K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

        }
    
        default void setIncrementalCrawling(final boolean value) {
            setSystemPropertyAsBoolean(Constants.INCREMENTAL_CRAWLING_PROPERTY, value);
        }
    
        default boolean isIncrementalCrawling() {
            return getSystemPropertyAsBoolean(Constants.INCREMENTAL_CRAWLING_PROPERTY, true);
        }
    
        default void setDayForCleanup(final int value) {
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 85K bytes
    - Viewed (0)
  5. src/main/webapp/css/admin/adminlte.min.css.map

    font-size(1.5rem);\n  line-height: inherit;\n  color: inherit; // 2\n  white-space: normal; // 1\n}\n\nprogress {\n  vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n[type=\"search\"] {\n  // This overrides the extra rounded corners on search inputs in iOS so that...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 2M bytes
    - Viewed (0)
  6. dbflute_fess/dfprop/replaceSchemaMap.dfprop

        #
        #; skipSheet = P.+
        # - - - - - - - - - -/
    
        # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        # o isIncrementSequenceToDataMax: (NotRequired - Default false)
        #  Does it increment sequence values to max value of table data?
        #  Referring the property 'sequenceDefinitionMap'.
        #
        #; isIncrementSequenceToDataMax = false
        # - - - - - - - - - -/
    
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sat Oct 31 23:35:14 GMT 2015
    - 9.3K bytes
    - Viewed (0)
  7. src/main/config/eclipse/formatter/java.xml

    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
    <setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
    XML
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Sun Sep 17 06:39:42 GMT 2017
    - 30.5K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                    <div class="form-group row">
                                        <span class="font-weight-bold col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.incremental_crawling"/></span>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="incrementalCrawling"/>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_ru.properties

    labels.enabled=Включено
    labels.day_for_cleanup=Удалить документы до начала
    labels.day=Дней
    labels.crawl_button_update=Обновить
    labels.none=None
    labels.crawling_thread_count=Simultaneous Crawler Config
    labels.incremental_crawling=Check Last Modified
    labels.search_log_enabled=Search Logging
    labels.user_info_enabled=User Logging
    labels.user_favorite_enabled=Favorite Logging
    labels.web_api_json_enabled=JSON Response
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_crawling_thread_count = "{labels.crawling_thread_count}";
    
        /** The key of the message: Check Last Modified */
        public static final String LABELS_incremental_crawling = "{labels.incremental_crawling}";
    
        /** The key of the message: Search Logging */
        public static final String LABELS_search_log_enabled = "{labels.search_log_enabled}";
    
    Java
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top