- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 24 for exchange (0.05 sec)
-
FessUserTimeZoneProcessProvider.java
RequestManager requestManager) { L46: return OptionalObject.empty(); L47: } L48: L49: @Override L50: public TimeZone getRequestedTimeZone(final RequestManager requestManager) { // not null L51: return centralTimeZone; // you can change it if you like L52: } L53: L54: @Override L55: public String toString() { L56: final StringBuilder sb = new StringBuilder(); L57: sb.append(DfTypeUtil.toClassTitle(this)); L58: sb.append(":{useTimeZoneHandling=").app...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.1K bytes -
daterangepicker.js
$.proxy(this.clickDate, this)) L417: .on('mouseenter.daterangepicker', 'td.available', $.proxy(this.hoverDate, this)) L418: .on('change.daterangepicker', 'select.yearselect', $.proxy(this.monthOrYearChanged, this)) L419: .on('change.daterangepicker', 'select.monthselect', $.proxy(this.monthOrYearChanged, this)) L420: .on('change.daterangepicker', 'select.hourselect,select.minuteselect,select.secondselect,select.ampmselect', $.proxy(this.timeChanged, this)); L421: L422:...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 64.8K bytes -
ProfileAction.java
try { L71: userService.changePassword(username, form.newPassword); L72: saveInfo(messages -> messages.addSuccessChangedPassword(GLOBAL)); L73: } catch (final Exception e) { L74: logger.warn("Failed to change password for {}", username, e); L75: throwValidationError(messages -> messages.addErrorsFailedToChangePassword(GLOBAL), toIndexPage); L76: } L77: return redirect(getClass()); L78: } L79: L80: private void validatePasswordForm(final...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 3.7K bytes -
fess_message_ru.properties
----- L58:# Application Exception L59:# --------------------- L60:# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - L61:# five framework-embedded messages (don't change key names) L62:# - - - - - - - - - -/ L63:errors.login.failure=Login failed. L64:errors.app.illegal.transition=Please retry because of illegal transition. L65:errors.app.db.already.deleted=others might be updated, so retry. L66:errors.app.db.already.updated=others...github.com/codelibs/fess/src/main/resources/fes...Fri May 20 12:12:28 UTC 2022 10.2K bytes -
FessBaseAction.java
systemHelper.createValidator(requestManager, this::createMessages, myValidationGroups()); L181: } L182: L183: @Override L184: public FessMessages createMessages() { // application may call L185: return new FessMessages(); // overriding to change return type to concrete-class L186: } L187: L188: // =================================================================================== L189: // Small Helper L190: ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.3K bytes -
LoginAction.java
try { L108: userService.changePassword(username, form.password); L109: saveInfo(messages -> messages.addSuccessChangedPassword(GLOBAL)); L110: } catch (final Exception e) { L111: logger.warn("Failed to change newPassword for {}", username, e); L112: throwValidationError(messages -> messages.addErrorsFailedToChangePassword(GLOBAL), toIndexPage); L113: } L114: getSession().ifPresent(session -> session.removeAttribute(INVALID_OLD_PASSWORD));...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 6.1K bytes -
fess_message.properties
----- L62:# Application Exception L63:# --------------------- L64:# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - L65:# five framework-embedded messages (don't change key names) L66:# - - - - - - - - - -/ L67:errors.login.failure=Login failed. L68:errors.app.illegal.transition=Please retry because of illegal transition. L69:errors.app.db.already.deleted=others might be updated, so retry. L70:errors.app.db.already.updated=others...github.com/codelibs/fess/src/main/resources/fes...Sat Mar 18 03:05:44 UTC 2023 12.5K bytes -
fess_message_en.properties
----- L58:# Application Exception L59:# --------------------- L60:# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - L61:# five framework-embedded messages (don't change key names) L62:# - - - - - - - - - -/ L63:errors.login.failure=Login failed. L64:errors.app.illegal.transition=Please retry because of illegal transition. L65:errors.app.db.already.deleted=others might be updated, so retry. L66:errors.app.db.already.updated=others...github.com/codelibs/fess/src/main/resources/fes...Sat Mar 18 03:05:44 UTC 2023 12.4K bytes -
popper.min.js.map
true,\n /**\n * @prop {string} [x='bottom']\n * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin.\n * Change this if your popper should grow in a direction different from `bottom`\n */\n x: 'bottom',\n /**\n * @prop {string} [x='left']\n * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin.\n * Change this if your popper should grow in a direction different from `right`\n */\n y: 'right',\n },\n\n /**\n * Applies the computed...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 120.9K bytes -
fess_message_fr.properties
----- L59:# Application Exception L60:# --------------------- L61:# /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - L62:# five framework-embedded messages (don't change key names) L63:# - - - - - - - - - -/ L64:errors.login.failure=La connexion a échoué. L65:errors.app.illegal.transition=Veuillez réessayer en raison d'une transition illégale. L66:errors.app.db.already.deleted=d'autres peuvent être mis à jour, alors...github.com/codelibs/fess/src/main/resources/fes...Mon Feb 06 22:59:17 UTC 2023 14.2K bytes