- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 169 for lagian (0.04 seconds)
-
src/main/webapp/WEB-INF/orig/view/error/redirect.jsp
redirectPage.append("/error/systemerror/"); response.sendRedirect(redirectPage.toString()); } else { response.sendError(statusCode); } } else if("logOut".equals(type)) { redirectPage.append("/login/?type=logout&code=" + statusCode); response.sendRedirect(redirectPage.toString()); } else if("badRequest".equals(type)) { redirectPage.append("/error/badrequest/"); response.sendRedirect(redirectPage.toString());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 1.3K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/error/redirect.jsp
redirectPage.append("/error/systemerror/"); response.sendRedirect(redirectPage.toString()); } else { response.sendError(statusCode); } } else if("logOut".equals(type)) { redirectPage.append("/login/?type=logout&code=" + statusCode); response.sendRedirect(redirectPage.toString()); } else if("badRequest".equals(type)) { redirectPage.append("/error/badrequest/"); response.sendRedirect(redirectPage.toString());
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ldap/LdapManager.java
*/ public OptionalEntity<FessUser> login(final String username, final String password) { // Add defensive null/blank checks if (StringUtil.isBlank(username) || StringUtil.isBlank(password)) { if (logger.isDebugEnabled()) { logger.debug("Login failed: username or password is blank"); } return OptionalEntity.empty();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 08:06:20 GMT 2026 - 85.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/login/PasswordForm.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.login; import jakarta.validation.constraints.NotBlank; /** * Form for password change. */ public class PasswordForm { /** * Default constructor. */ public PasswordForm() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 1.2K bytes - Click Count (0) -
src/main/webapp/js/profile.js
$(function() { var $firstInput = $('input[type="text"],select,textarea', ".login-box,section.content").first(); var $errorInput = $(".form-group .has-error").first().next("input,select,textarea"); if ($errorInput.length) { $errorInput.focus(); } else { $firstInput.focus(); } $("section.content input").on("keypress", function(e) { if (e.which === 13) { var $submitButton = $("input#submit, button#submit");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 21 13:12:50 GMT 2025 - 1.3K bytes - Click Count (0) -
src/main/webapp/js/chat.js
rate_limit: 'It\'s currently busy. Please wait a moment and try again.', auth_error: 'AI service authentication failed. Please contact the administrator.', service_unavailable: 'The AI service is temporarily unavailable. Please try again later.', timeout: 'The request timed out. Please try again.',Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 01:36:02 GMT 2026 - 30.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessUserBean.java
import static org.codelibs.core.stream.StreamUtil.stream; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.entity.FessUser; import org.lastaflute.web.login.TypicalUserBean; /** * The user bean for Fess. * * @author jflute */ public class FessUserBean extends TypicalUserBean<String> { // #change_it also LoginAssist
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 5.1K bytes - Click Count (0) -
src/main/resources/fess_indices/fess/es/stopwords.txt
haya hayas hayamos hayáis hayan habré habrás habrá habremos habréis habrán habría habrías habríamos habríais habrían había habías habíamos habíais habían hube hubiste hubo hubimos hubisteis hubieron hubiera hubieras hubiéramos hubierais hubieran hubiese hubieses hubiésemos hubieseis hubiesen habiendo habido
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Nov 27 12:59:36 GMT 2023 - 2.2K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.busy_message=Der Server ist derzeit stark ausgelastet. Bitte versuchen Sie es später erneut. labels.user_name=Benutzername labels.login=Anmelden labels.login.placeholder_username=Benutzername labels.login.placeholder_password=Passwort labels.login.title=Anmelden labels.index_label=Label labels.index_lang=Bevorzugte Sprache labels.index_sort=Sortieren labels.index_num=Anzeigeanzahl
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
src/main/resources/fess_label_pl.properties
labels.busy_title=Usługa tymczasowo niedostępna labels.busy_message=Serwer jest obecnie mocno obciążony. Spróbuj ponownie później. labels.user_name=Nazwa użytkownika labels.login=Zaloguj się labels.login.placeholder_username=Nazwa użytkownika labels.login.placeholder_password=Hasło labels.login.title=Zaloguj się labels.index_label=Etykieta labels.index_lang=Preferowany język labels.index_sort=Sortuj labels.index_num=Liczba wyników
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 53.2K bytes - Click Count (0)