- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 158 for lagian (0.04 seconds)
-
src/main/java/org/codelibs/fess/app/web/help/HelpAction.java
* This method performs authentication checks and sets up the necessary * form parameters and rendering data for the help page display. * * @return HtmlResponse containing the rendered help page or redirect to login if authentication is required */ @Execute public HtmlResponse index() { if (isLoginRequired()) { return redirectToLogin(); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3.2K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/lang/vi.js
unction(a,b){"use strict";a.formUtils.registerLoadedModule("lang/vi"),a(b).bind("validatorsLoaded",function(){a.formUtils.LANG={errorTitle:"Có lỗi trong qua trình gửi dữ liệu!",requiredFields:"Bạn chưa nhập đủ các thông tin bắt buộc",badTime:"Thời gian chưa chính xác",badEmail:"Địa chỉ email chưa chính xác",badTelephone:"Số điện thoại chưa chính xác",badSecurityAnswer:"Câu hỏi bảo mật chưa chính xác",badDate:"Ngày tháng chưa chính xác",lengthBadStart:"Yêu cầu nhập từ ",lengthBadEnd:" ký tự",lengthTooLongStart:"Dữ...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 2.5K bytes - Click Count (0) -
src/main/webapp/js/admin/admin.js
$(function() { $('input[type="text"],select,textarea', ".login-box,section.content") .first() .focus(); $(".form-group .has-error") .first() .next("input,select,textarea") .focus(); $("section.content input").keypress(function(e) { if (e.which === 13) { var $submitButton = $("input#submit, button#submit"); if ($submitButton.size() > 0) { $submitButton[0].submit(); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Aug 06 20:44:47 GMT 2018 - 3.1K bytes - Click Count (0) -
src/main/resources/fess_label_hi.properties
labels.busy_title=सेवा अस्थायी रूप से अनुपलब्ध labels.busy_message=सर्वर पर वर्तमान में अधिक भार है। कृपया बाद में पुनः प्रयास करें। labels.user_name=उपयोगकर्ता नाम labels.login=लॉगिन labels.login.placeholder_username=उपयोगकर्ता नाम labels.login.placeholder_password=पासवर्ड labels.login.title=लॉगिन labels.index_label=लेबल labels.index_lang=पसंदीदा भाषा labels.index_sort=क्रमबद्ध करें labels.index_num=प्रदर्शन गणना labels.logout_title=लॉगआउट
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 71.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Property key for login requirement configuration. */ public static final String LOGIN_REQUIRED_PROPERTY = "login.required"; /** Property key for result collapse configuration. */ public static final String RESULT_COLLAPSED_PROPERTY = "result.collapsed"; /** Property key for login link enabled configuration. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/UserService.java
import org.codelibs.core.beans.util.BeanUtil; import org.codelibs.core.lang.StringUtil; import org.codelibs.fess.Constants; import org.codelibs.fess.app.pager.UserPager; import org.codelibs.fess.app.web.base.login.FessLoginAssist; import org.codelibs.fess.exception.FessUserNotFoundException; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.opensearch.user.cbean.UserCB;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 02 06:22:27 GMT 2026 - 9.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.exception; import org.codelibs.fess.app.web.RootAction; /** * Exception thrown when user role authentication fails during login attempts. * This exception is used to indicate that a user does not have the required role * to access a specific action or resource. * */ public class UserRoleLoginException extends RuntimeException {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 19 08:04:23 GMT 2025 - 2K bytes - Click Count (0) -
src/main/resources/fess_message_pl.properties
# Application Exception # --------------------- # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - # five framework-embedded messages (don't change key names) # - - - - - - - - - -/ errors.login.failure = Logowanie nie powiodło się. errors.app.illegal.transition = Nieprawidłowe przejście. Spróbuj ponownie. errors.app.db.already.deleted = Mogło zostać już usunięte przez inny proces. Spróbuj ponownie.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/resources/fess_label_ko.properties
labels.check_url=URL을 확인하십시오. labels.busy_title=일시적으로 서비스를 사용할 수 없습니다 labels.busy_message=서버에 현재 높은 부하가 발생하고 있습니다. 나중에 다시 시도해 주세요. labels.user_name=사용자명 labels.login=로그인 labels.login.placeholder_username=사용자명 labels.login.placeholder_password=비밀번호 labels.login.title=로그인 labels.index_label=라벨 labels.index_lang=우선 언어 labels.index_sort=정렬 labels.index_num=표시 건수 labels.logout_title=로그아웃 labels.logout=로그아웃
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 51.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/dict/mapping/CharMappingItemTest.java
String[] returnedInputs = item.getInputs(); // Modifying returned array should not affect original returnedInputs[0] = "modified"; // Get again and verify not modified String[] inputs2 = item.getInputs(); assertEquals("a", inputs2[0]); assertEquals("b", inputs2[1]); assertEquals("c", inputs2[2]); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 16K bytes - Click Count (0)