Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Day (0.08 sec)

  1. 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
  2. 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
Back to top