Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Day (0.07 sec)

  1. IntervalControlHelper.java

    minutes) >= 0 && isInDays(day)) { L129: return true; L130: } L131: return false; L132: } L133: L134: private boolean isInDays(final int day) { L135: if (days.length == 0) { L136: return true; L137: } L138: int value; L139: if (day == 8) { L140: value = 1; L141: } else { L142: value = day; L143: } L144: for (final int d : days) { L145:...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      5.8K bytes
  2. daterangepicker.js

    var DateRangePicker = function(element, options, cb) { L33: L34: //default settings for options L35: this.parentEl = 'body'; L36: this.element = $(element); L37: this.startDate = moment().startOf('day'); L38: this.endDate = moment().endOf('day'); L39: this.minDate = false; L40: this.maxDate = false; L41: this.maxSpan = false; L42: this.autoApply = false; L43: this.singleDatePicker = false; L44: this.showDropdowns = false;...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      64.8K bytes
  3. moment-with-locales.min.js

    )},yt.isoWeekday=function(e){if(!this.isValid())return null!=e?this:NaN;if(null==e)return this.day()||7;var a,t,s=(a=e,t=this.localeData(),"string"==typeof a?t.weekdaysParse(a)%7||7:isNaN(a)?null:a);return this.day(this.day()%7?s:s-7)},yt.dayOfYear=function(e){var a=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?a:this.add(e-a,"d")},yt.hour=yt.hours=aa,yt.minute=yt.minutes=Mt,yt.second=yt.seconds=Lt,yt.millisecond=yt.milliseconds=ct,yt.utcOffset=function(e,a,t){var...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      360.5K bytes
      1 views
  4. Constants.java

    static final String CSV_FILE_ENCODING_PROPERTY = "csv.file.encoding"; L138: L139: public static final String PURGE_SEARCH_LOG_DAY_PROPERTY = "purge.searchlog.day"; L140: L141: public static final String PURGE_USER_INFO_DAY_PROPERTY = "purge.userinfo.day"; L142: L143: public static final String PURGE_JOB_LOG_DAY_PROPERTY = "purge.joblog.day"; L144: L145: public static final String PURGE_BY_BOTS_PROPERTY = "purge.by.bots"; L146: L147: public static final String SEARCH_FILE_PROXY_PROPERTY =...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Aug 22 12:43:18 UTC 2024
      16.6K bytes
  5. fess_config.properties

    L665:# ------ L666:# The default path of cookie (basically '/' if no context path) L667:cookie.default.path = / L668: L669:# The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day L670:cookie.default.expire = 3600 L671: L672:session.tracking.modes=cookie L673: L674:# ---------------------------------------------------------- L675:# Paging L676:# ...
    github.com/codelibs/fess/src/main/resources/fes...
    Tue Oct 01 14:13:38 UTC 2024
      30.9K bytes
  6. FessConfig.java

    getCookieDefaultPath(); L5824: L5825: /** L5826: * Get the value for the key 'cookie.default.expire'. <br> L5827: * The value is, e.g. 3600 <br> L5828: * comment: The default expire of cookie in seconds e.g. 31556926: one year, 86400: one day L5829: * @return The value of found property. (NotNull: if not found, exception but basically no way) L5830: */ L5831: String getCookieDefaultExpire(); L5832: L5833: /** L5834: * Get the value for the key 'cookie.default.expire' as...
    github.com/codelibs/fess/src/main/java/org/code...
    Fri Oct 11 21:11:58 UTC 2024
      468.5K bytes
  7. moment-with-locales.min.js.map

    daysRegex","weekdaysParse","d","defaultLocaleWeekdays","defaultLocaleWeekdaysShort","defaultLocaleWeekdaysMin","defaultWeekdaysRegex","defaultWeekdaysShortRegex","defaultWeekdaysMinRegex","computeWeekdaysParse","minp","shortp","longp","minPieces","day","_weekdaysRegex","_weekdaysShortRegex","_weekdaysMinRegex","_weekdaysStrictRegex","_weekdaysShortStrictRegex","_weekdaysMinStrictRegex","hFormat","hours","lowercase","minutes","matchMeridiem","_meridiemParse","seconds","kInput","_isPm","isPM","_me...
    github.com/codelibs/fess/src/main/webapp/js/adm...
    Sat Oct 26 01:49:09 UTC 2024
      224.8K bytes
  8. adminlte.min.css.map

    -ms-flex-order: 1;\n order: 1;\n margin-bottom: .5rem;\n }\n .fc-toolbar .fc-center {\n -ms-flex-order: 0;\n order: 0;\n margin-bottom: .375rem;\n }\n .fc-toolbar .fc-right {\n -ms-flex-order: 2;\n order: 2;\n }\n}\n\n.fc-day-number {\n font-size: 20px;\n font-weight: 300;\n padding-right: 10px;\n}\n\n.fc-color-picker {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n.fc-color-picker > li {\n float: left;\n font-size: 30px;\n line-height: 30px;\n margin-right:...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      3.7M bytes
  9. adminlte.min.css

    .fc-toolbar{-ms-flex-direction:column;flex-direction:column}.fc-toolbar .fc-left{-ms-flex-order:1;order:1;margin-bottom:.5rem}.fc-toolbar .fc-center{-ms-flex-order:0;order:0;margin-bottom:.375rem}.fc-toolbar .fc-right{-ms-flex-order:2;order:2}}.fc-day-number{font-size:20px;font-weight:300;padding-right:10px}.fc-color-picker{list-style:none;margin:0;padding:0}.fc-color-picker>li{float:left;font-size:30px;line-height:30px;margin-right:5px}.fc-color-picker>li .fa,.fc-color-picker>li .fab,.fc-color-picker>li...
    github.com/codelibs/fess/src/main/webapp/css/ad...
    Sat Oct 26 01:49:09 UTC 2024
      1.3M bytes
Back to top