- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 19 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 -
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 -
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_label_en.properties
d Languages L349:labels.index_sort=Sort L350:labels.index_num=Results per page L351:labels.logout_title=Logout L352:labels.logout=Logout L353:labels.do_you_want_to_logout=Do you want to logout? L354:labels.logout_button=Logout L355:labels.profile=Change Password L356:labels.administration=Administration L357:labels.profile_button=Profile L358:labels.profile.title=Profile L359:labels.profile.update=Update L360:labels.profile.back=Back L361:labels.profile.placeholder_old_password=Current Password ...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 40.7K bytes -
adminlte.min.js
this.unCheck(n.default(e))},t.check=function(e){this._config.onCheck.call(e)},t.unCheck=function(e){this._config.onUnCheck.call(e)},t._init=function(){var e=this,t=this._element;t.find("input:checkbox:checked").parents("li").toggleClass(Ft),t.on("change","input:checkbox",(function(t){e.toggle(n.default(t.target))}))},e._jQueryInterface=function(t){return this.each((function(){var a=n.default(this).data(Ht);a||(a=n.default(this).data());var i=n.default.extend({},Et,"object"==typeof t?t:a),o=new e...github.com/codelibs/fess/src/main/webapp/js/adm...Sat Oct 26 01:49:09 UTC 2024 45.3K bytes -
FessMessages.java
L322: L323: /** The key of the message: The current password is incorrect. */ L324: public static final String ERRORS_no_user_for_changing_password = "{errors.no_user_for_changing_password}"; L325: L326: /** The key of the message: Failed to change your password. */ L327: public static final String ERRORS_failed_to_change_password = "{errors.failed_to_change_password}"; L328: L329: /** The key of the message: Unknown version information. */ L330: public static final String ERRORS_u...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 119.9K bytes -
fess_label.properties
d Languages L350:labels.index_sort=Sort L351:labels.index_num=Results per page L352:labels.logout_title=Logout L353:labels.logout=Logout L354:labels.do_you_want_to_logout=Do you want to logout? L355:labels.logout_button=Logout L356:labels.profile=Change Password L357:labels.administration=Administration L358:labels.profile_button=Profile L359:labels.profile.title=Profile L360:labels.profile.update=Update L361:labels.profile.back=Back L362:labels.profile.placeholder_old_password=Current Password ...github.com/codelibs/fess/src/main/resources/fes...Fri Mar 22 11:58:34 UTC 2024 40.7K bytes