- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 38 for Administrator (0.05 sec)
-
src/test/java/org/codelibs/fess/helper/RoleQueryHelperTest.java
assertEquals("logged_in", roleQueryHelper.cookieNameMap.get("session")); roleQueryHelper.addCookieNameMapping("admin", "administrator"); assertEquals(2, roleQueryHelper.cookieNameMap.size()); assertEquals("administrator", roleQueryHelper.cookieNameMap.get("admin")); } public void test_addRoleFromCookieMapping() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java
assertEquals("localhost", config.getMailHostname()); } // Test with different from names public void test_differentFromNames() { String[] fromNames = { "Administrator", "Support Team", "No Reply", "Test User" }; for (String name : fromNames) { ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() { private static final long serialVersionUID = 1L;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.2K bytes - Viewed (0) -
src/main/java/jcifs/SmbResourceException.java
return "Reduce buffer sizes or increase heap memory"; case DISK_SPACE: return "Free up disk space or use a different location"; case QUOTA: return "Contact administrator to increase quota limits"; case LOCK: return "Release existing locks or wait for them to be released"; case BUFFER: return "Reduce buffer usage or increase buffer pool size";
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 5.6K bytes - Viewed (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/CustomTrust.kt
// sufficient to connect to most HTTPS sites including https://godaddy.com and https://visa.com. // Typically developers will need to get a PEM file from their organization's TLS administrator. val comodoRsaCertificationAuthority = """ -----BEGIN CERTIFICATE----- MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 8.8K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CertificatePinner.kt
* pinning certificates, you take on additional operational complexity and limit your ability to * migrate between certificate authorities. Do not use certificate pinning without the blessing of * your server's TLS administrator! * * ### Note about self-signed certificates * * [CertificatePinner] can not be used to pin self-signed certificate if such certificate is not * accepted by [javax.net.ssl.TrustManager]. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Language labels.searchoptions_menu_labels=Labels labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Please contact your site administrator. labels.request_error_title=Invalid Request Format. labels.bad_request=Your request to the URL is invalid. labels.page_not_found_title=Page Not Found. labels.check_url=Please check the URL. labels.user_name=Username
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Default from email address for notifications. */ public static final String DEFAULT_FROM_EMAIL = "Administrator <root@localhost>"; // ============================================================ // Crawler Info Map Keys // ============================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.searchoptions_menu_lang=Sprache labels.searchoptions_menu_labels=Labels labels.error_title=Fehler labels.system_error_title=Systemfehler labels.contact_site_admin=Bitte wenden Sie sich an Ihren Website-Administrator. labels.request_error_title=Ungültiges Anforderungsformat. labels.bad_request=Ihre Anfrage an die URL ist ungültig. labels.page_not_found_title=Seite nicht gefunden. labels.check_url=Bitte überprüfen Sie die URL.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label.properties
labels.searchoptions_num={0} results labels.searchoptions_menu_lang=Language labels.searchoptions_menu_labels=Labels labels.error_title=Error labels.system_error_title=System Error labels.contact_site_admin=Please contact your site administrator. labels.request_error_title=Invalid Request Format. labels.bad_request=Your request to the URL is invalid. labels.page_not_found_title=Page Not Found. labels.check_url=Please check the URL. labels.user_name=Username
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_config.properties
# Mail # ------ # Name to display in the From field of emails. mail.from.name = Administrator # Email address to use in the From field. mail.from.address = root@localhost # Hostname for the mail server. mail.hostname= # ----------------------------------------------------------
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0)