- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 26 for locales (0.05 sec)
-
moment-with-locales.min.js
-(t+n)||0}function at(e){var a;return void 0===e?this._locale._abbr:(null!=(a=ua(e))&&(this._locale=a),this)}M.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",M.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var tt=t("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){return void 0===e?this.localeData():this.locale(e)});function st(){return this._locale}var nt=126227808e5;function rt(e,a){return(e%a+a)%a}function...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 360.5K bytes 1 views -
moment-with-locales.min.js.map
L1:{"version":3,"file":"moment-with-locales.min.js","sources":["moment-with-locales.js"],"names":["global","factory","exports","module","define","amd","moment","this","hookCallback","some","hooks","apply","arguments","isArray","input","Array","Object","prototype","toString","call","isObject","hasOwnProp","a","b","hasOwnProperty","isObjectEmpty","obj","getOwnPropertyNames","length","k","isUndefined","isNumber","isDate","Date","map","arr","fn","res","i","push","extend","valueOf","createUTC","forma...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 224.8K bytes -
SearchHelper.java
()) { L277: final Set<String> langSet = new HashSet<>(); L278: final Enumeration<Locale> locales = request.getLocales(); L279: if (locales != null) { L280: while (locales.hasMoreElements()) { L281: final Locale locale = locales.nextElement(); L282: final String normalizeLang = systemHelper.normalizeLang(locale.toString()); L283: if (normalizeLang != null) { L284: langSe...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 19.1K bytes -
foot.jsp
type="text/javascript"></script> L3:<script src="${fe:url('/js/admin/popper.min.js')}" type="text/javascript"></script> L4:<script src="${fe:url('/js/admin/bootstrap.min.js')}" type="text/javascript"></script> L5:<script src="${fe:url('/js/admin/moment-with-locales.min.js')}" type="text/javascript"></script> L6:<script src="${fe:url('/js/admin/plugins/daterangepicker/daterangepicker.js')}" type="text/javascript"></script> L7:<script src="${fe:url('/js/admin/plugins/timepicker/bootstrap-timepicker.min.js')}"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Sat Oct 26 01:07:52 UTC 2024 823 bytes -
FessProp.java
L1062: return normalizeQueryLanguages(requestLangs); L1063: } L1064: L1065: if (locales == null) { L1066: return StringUtil.EMPTY_STRINGS; L1067: } L1068: L1069: return normalizeQueryLanguages(Collections.list(locales).stream().map(locale -> { L1070: final String language = locale.getLanguage(); L1071: final String country = locale.getCountry(); L1072: if (StringUtil.isNotBlank(language)) { L1073: if (St...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:15 UTC 2024 87.2K bytes -
SystemHelper.java
{ L292: return null; L293: } L294: String target = null; L295: final Locale locale = ComponentUtil.getRequestManager().getUserLocale(); L296: if (locale != null) { L297: final String lang = locale.getLanguage(); L298: if (ComponentUtil.getFessConfig().isOnlineHelpSupportedLang(lang)) { L299: target = lang.toUpperCase(Locale.ROOT); L300: } L301: } L302: return url.replaceFirst("\\{lang\\}", target ==...github.com/codelibs/fess/src/main/java/org/code...Thu Oct 17 12:10:08 UTC 2024 27.2K bytes -
daterangepicker.js
options.locale.separator; L136: L137: if (typeof options.locale.daysOfWeek === 'object') L138: this.locale.daysOfWeek = options.locale.daysOfWeek.slice(); L139: L140: if (typeof options.locale.monthNames === 'object') L141: this.locale.monthNames = options.locale.monthNames.slice(); L142: L143: if (typeof options.locale.firstDay === 'number') L144: this.locale.firstDay = options.locale.firstDay; L145: L146: if (typeof...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
LabelTypeHelper.java
} L221: L222: public void setVirtualHost(final String virtualHost) { L223: this.virtualHost = virtualHost; L224: } L225: L226: public Locale getLocale() { L227: return locale; L228: } L229: L230: public void setLocale(final Locale locale) { L231: this.locale = locale; L232: } L233: } L234: L235: public static class LabelTypePattern { L236: L237: private final String value; L238: L239: private Pattern includedPaths;...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 11.7K bytes -
SearchApiManager.java
pageSize; L979: } L980: L981: @Override L982: public Object getAttribute(final String name) { L983: return request.getAttribute(name); L984: } L985: L986: @Override L987: public Locale getLocale() { L988: return Locale.ROOT; L989: } L990: L991: @Override L992: public SearchRequestType getType() { L993: return SearchRequestType.JSON; L994: } L995: L996: @Override L997: public String getSimilarDocHash()...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
ViewHelper.java
final Handlebars handlebars = new Handlebars(loader); L552: L553: Locale locale = ComponentUtil.getRequestManager().getUserLocale(); L554: if (locale == null) { L555: locale = Locale.ENGLISH; L556: } L557: String url = DocumentUtil.getValue(doc, fessConfig.getIndexFieldUrl(), String.class); L558: if (url == null) { L559: url = ComponentUtil.getMessageManager().getMessage(locale, "labels.search_unknown"); L560: } L561: doc.put(fess...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 40.2K bytes