Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for davy (0.4 sec)

  1. src/main/resources/fess_env.properties

    # The title of environment (e.g. local or integration or production)
    environment.title = Local Development
    
    # Does it enable the Framework internal debug? (true only when emergency)
    framework.debug = false
    
    # one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000
    # special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Aug 07 04:53:24 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Remove Documents Before */
        public static final String LABELS_day_for_cleanup = "{labels.day_for_cleanup}";
    
        /** The key of the message: Day(s) */
        public static final String LABELS_DAY = "{labels.day}";
    
        /** The key of the message: Update */
        public static final String LABELS_crawl_button_update = "{labels.crawl_button_update}";
    
        /** The key of the message: None */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  3. src/main/webapp/css/admin/adminlte.min.css

    -navy.btn:hover{background:#000c19 linear-gradient(180deg,#26313b,#000c19) repeat-x!important}.bg-gradient-navy.btn.active,.bg-gradient-navy.btn:active,.bg-gradient-navy.btn:not(:disabled):not(.disabled).active,.bg-gradient-navy.btn:not(:disabled):not(.disabled):active{border-color:#000;color:#fff}.bg-gradient-navy.btn.active,.bg-gradient-navy.btn:active,.bg-gradient-navy.btn:not(:disabled):not(.disabled).active,.bg-gradient-navy.btn:not(:disabled):not(.disabled):active{background:#00060c linear...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 641.1K bytes
    - Viewed (0)
  4. src/main/java/jcifs/dcerpc/msrpc/srvsvc.java

            public int msecs;
            public int hours;
            public int mins;
            public int secs;
            public int hunds;
            public int timezone;
            public int tinterval;
            public int day;
            public int month;
            public int year;
            public int weekday;
    
    
            @Override
            public void encode ( NdrBuffer _dst ) throws NdrException {
                _dst.align(4);
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:40:13 UTC 2019
    - 19.9K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java

         */
        boolean isFrameworkDebug();
    
        /**
         * Get the value for the key 'time.adjust.time.millis'. <br>
         * The value is, e.g. 0 <br>
         * comment: <br>
         * one day: 86400000, three days: 259200000, five days: 432000000, one week: 604800000, one year: 31556926000<br>
         * special script :: absolute mode: $(2014/07/10), relative mode: addDay(3).addMonth(4)<br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/app/service/SearchLogService.java

                    createSearchLogCondition(pager, cb);
                    cb.aggregation().setRequestedAt_DateHistogram(SearchLogPager.LOG_TYPE_SEARCH_COUNT_DAY, op -> {
                        op.calendarInterval(DateHistogramInterval.DAY);
                        op.minDocCount(0);
                        op.order(BucketOrder.key(true));
                    }, null);
                });
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 28.4K bytes
    - Viewed (0)
  7. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0x0000000C4A584C200D0A870A" type="string" offset="0"/>
        </magic>
        <glob pattern="*.jxl"/>
      </mime-type>
    
      <mime-type type="image/x-niff">
        <_comment>Navy Interchange File Format</_comment>
        <magic priority="50">
          <match value="IIN1" type="string" offset="0"/>
        </magic>
      </mime-type>
    
      <mime-type type="image/x-pict">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ru.properties

    labels.searchlog_log_type_search_count_hour=Keyword by Hour
    labels.searchlog_log_type_search_count_day=Keyword by Day
    labels.searchlog_log_type_search_user_hour=User by Hour
    labels.searchlog_log_type_search_user_day=User by Day
    labels.searchlog_log_type_search_reqtimeavg_hour=Request Time Avg. by Hour
    labels.searchlog_log_type_search_reqtimeavg_day=Request Time Avg. by Day
    labels.searchlog_log_type_click_count=Click Count
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 45.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_fr.properties

    labels.crawler_configuration	=	Paramétrage général
    labels.crawler_title_edit	=	Paramétrage général
    labels.schedule	=	Planificateur
    labels.enabled	=	Activé
    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
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java

                    return true;
                }
                return false;
            }
    
            private boolean isInDays(final int day) {
                if (days.length == 0) {
                    return true;
                }
                int value;
                if (day == 8) {
                    value = 1;
                } else {
                    value = day;
                }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.8K bytes
    - Viewed (0)
Back to top