- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for last (0.03 sec)
-
moment-with-locales.min.js
eDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
FessConfig.java
(); L3409: L3410: /** L3411: * Get the value for the key 'indexer.webfs.max.empty.list.count'. <br> L3412: * The value is, e.g. 3600 <br> L3413: * @return The value of found property. (NotNull: if not found, exception but basically no way) L3414: */ L3415: String getIndexerWebfsMaxEmptyListCount(); L3416: L3417: /** L3418: * Get the value for the key 'indexer.webfs.max.empty.list.count' as {@link Integer}. <br> L3419: * The value is, e.g. 3600 <br> L3420: * @return...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
BsUserCQ.java
UserCQ cq = new UserCQ(); L68: queryLambda.callback(cq); L69: final Collection<FilterFunctionBuilder> list = new ArrayList<>(); L70: if (functionsLambda != null) { L71: functionsLambda.callback((cqLambda, scoreFunctionBuilder) -> { L72: UserCQ cf = new UserCQ(); L73: cqLambda.callback(cf); L74: list.add(new FilterFunctionBuilder(cf.getQuery(), scoreFunctionBuilder)); L75: }); L76: } L77: final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 326.1K bytes