- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 34 for administrator (0.07 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) -
docs/features/https.md
=== ":material-language-kotlin: Kotlin" ```kotlin private val client = OkHttpClient.Builder() .certificatePinner( CertificatePinner.Builder()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sat Dec 24 00:16:30 UTC 2022 - 10.5K 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.index_num=Display Count labels.logout_title=Logout labels.logout=Logout labels.do_you_want_to_logout=Do you want to logout? labels.logout_button=Logout labels.profile=Change Password labels.administration=Administration labels.profile_button=Settings labels.profile.title=Settings labels.profile.update=Update labels.profile.back=Back labels.profile.placeholder_old_password=Current Password
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/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/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.properties
labels.index_num=Display Count labels.logout_title=Logout labels.logout=Logout labels.do_you_want_to_logout=Do you want to logout? labels.logout_button=Logout labels.profile=Change Password labels.administration=Administration labels.profile_button=Settings labels.profile.title=Settings labels.profile.update=Update labels.profile.back=Back labels.profile.placeholder_old_password=Current Password
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.2.md
### Experimental Features * Dynamic Provisioning of PersistentVolumes: Kubernetes previously required all volumes to be manually provisioned by a cluster administrator before use. With this feature, volume plugins that support it (GCE PD, AWS EBS, and Cinder) can automatically provision a PersistentVolume to bind to an unfulfilled PersistentVolumeClaim.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/PermissionHelperTest.java
assertEquals("******@****.***", permissionHelper.encode("{user}******@****.***")); assertEquals("2group/subgroup", permissionHelper.encode("{group}group/subgroup")); assertEquals("RAdministrators", permissionHelper.encode("{role}Administrators")); assertEquals("D1user with spaces", permissionHelper.encode("(deny){user}user with spaces"));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 13:41:04 UTC 2025 - 13.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
assertEquals("{labels.page_not_found_title}", FessLabels.LABELS_page_not_found_title); assertEquals("{labels.check_url}", FessLabels.LABELS_check_url); // Test administration labels assertEquals("{labels.administration}", FessLabels.LABELS_ADMINISTRATION); assertEquals("{labels.user_name}", FessLabels.LABELS_user_name); assertEquals("{labels.profile_button}", FessLabels.LABELS_profile_button);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.8K bytes - Viewed (0)