- Sort Score
- Num 10 results
- Language All
Results 361 - 370 of 379 for Page (0.04 seconds)
-
src/main/resources/fess_label_hi.properties
labels.google_chat_webhook_urls=Google Chat Webhook URLs labels.log_notification_enabled=Log Notification labels.log_notification_level=Log Notification Level labels.notification_advance_search=Advanced Search Page labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID
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/resources/fess_label_es.properties
labels.google_chat_webhook_urls=Google Chat Webhook URLs labels.log_notification_enabled=Log Notification labels.log_notification_level=Log Notification Level labels.notification_advance_search=Advanced Search Page labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 54.3K bytes - Click Count (0) -
src/main/resources/fess_label_ko.properties
labels.google_chat_webhook_urls=Google Chat Webhook URLs labels.log_notification_enabled=Log Notification labels.log_notification_level=Log Notification Level labels.notification_advance_search=Advanced Search Page labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID
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/main/resources/log4j2.xml
<Property name="backup.date.suffix" value="_%d{yyyyMMdd}" /> <Property name="backup.max.history" value="10" /> <Property name="backup.max.age" value="90" /> <Property name="backup.audit.max.age" value="360" /> <Property name="backup.searchlog.max.age" value="90" /> <Property name="audit.log.pattern" value="%msg%n" /> <Property name="searchlog.log.pattern" value="%msg%n" />
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/ScriptEngineTest.java
} } // Test helper class private static class TestUser { public String name; public int age; public TestUser(String name, int age) { this.name = name; this.age = age; } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 12.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
* Configures the cookie with security settings including domain, path, secure flag, and HTTP-only flag. * * @param userCode the user code to store in the cookie * @param age the maximum age of the cookie in seconds */ protected void updateCookie(final String userCode, final int age) { final Cookie cookie = new Cookie(cookieName, userCode);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 14.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java
public void setEncryptedCookieValue(final boolean encryptedCookieValue) { this.encryptedCookieValue = encryptedCookieValue; } /** * Sets the maximum age of the role information in seconds. * @param maxAge The maximum age of the role information in seconds. */ public void setMaxAge(final long maxAge) { this.maxAge = maxAge; }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 15.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/UserInfoHelperTest.java
return "testUserCode"; } @Override protected void updateCookie(final String userCode, final int age) { assertTrue(userCode.isEmpty()); assertEquals(0, age); } }; MockletHttpServletRequest request = getMockRequest(); userInfoHelper.deleteUserCodeFromCookie(request); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 12.8K bytes - Click Count (0) -
src/main/webapp/js/admin/plugins/form-validator/date.js
te",validatorFunction:function(c,d,e){var f="yyyy-mm-dd";d.valAttr("format")?f=d.valAttr("format"):"undefined"!=typeof e.dateFormat&&(f=e.dateFormat);var g=a.formUtils.parseDate(c,f);if(!g)return!1;var h=g[0],i=g[1],j=g[2],k=b(h,i,j),l=(d.valAttr("age-range")||"0-124").split("-");if(d.trigger("ageCalculated",[k]),2!==l.length||!a.isNumeric(l[0])||!a.isNumeric(l[1]))throw new Error("Date range format invalid");return k>=l[0]&&k<=l[1]},errorMessage:"",errorMessageKey:"badDate"})}(a)});...Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Jan 01 05:12:47 GMT 2018 - 1.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/cors/DefaultCorsHandler.java
} /** * Processes the CORS request by adding standard CORS headers to the response. * Headers include allowed origin, methods, headers, max age, and credentials setting. * * @param origin the origin of the request * @param request the servlet request * @param response the servlet response to add CORS headers to */ @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 3K bytes - Click Count (0)