- Sort Score
- Result 10 results
- Languages All
Results 121 - 130 of 146 for back (3.98 sec)
-
src/main/resources/fess_label_tr.properties
labels.logout_button=Oturumu Kapat labels.profile=Şifre Değiştir labels.administration=Yönetim labels.profile_button=Ayarlar labels.profile.title=Ayarlar labels.profile.update=Güncelle labels.profile.back=Geri labels.profile.placeholder_old_password=Mevcut Şifre labels.profile.placeholder_new_password=Yeni Şifre labels.profile.placeholder_confirm_new_password=Yeni Şifreyi Onayla labels.top.search=Ara
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.logout_button=Cerrar sesión labels.profile=Cambiar contraseña labels.administration=Administración labels.profile_button=Configuración labels.profile.title= Configuración labels.profile.update= Actualizar labels.profile.back= Volver labels.profile.placeholder_old_password= Contraseña actual labels.profile.placeholder_new_password= Nueva contraseña labels.profile.placeholder_confirm_new_password= Confirmar nueva contraseña labels.top.search=Buscar
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49K bytes - Viewed (0) -
src/main/resources/fess_label_hi.properties
labels.logout_button=लॉगआउट labels.profile=पासवर्ड बदलें labels.administration=प्रशासन labels.profile_button=सेटिंग्स labels.profile.title=सेटिंग्स labels.profile.update=अपडेट labels.profile.back=वापस labels.profile.placeholder_old_password=वर्तमान पासवर्ड labels.profile.placeholder_new_password=नया पासवर्ड labels.profile.placeholder_confirm_new_password=नया पासवर्ड की पुष्टि करें labels.top.search=खोज
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 64.5K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.do_you_want_to_logout=로그아웃하시겠습니까? labels.logout_button=로그아웃 labels.profile=비밀번호 변경 labels.administration=관리 labels.profile_button=설정 labels.profile.title=설정 labels.profile.update=갱신 labels.profile.back=뒤로 labels.profile.placeholder_old_password=현재 비밀번호 labels.profile.placeholder_new_password=새 비밀번호 labels.profile.placeholder_confirm_new_password=새 비밀번호 확인 labels.top.search=검색 labels.index_title=Fess
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 09:16:23 UTC 2025 - 46.1K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
/** * Handle node available events */ private void handleNodeAvailable(WitnessNotification notification) { log.info("Node available: {}", notification.getResourceName()); // Node is back online - could rebalance connections } /** * Schedule a reconnection attempt * * @param delayMs delay in milliseconds */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
src/main/resources/fess_label_ja.properties
labels.do_you_want_to_logout=ログアウトしますか? labels.logout_button=ログアウト labels.profile=パスワード変更 labels.administration=管理 labels.profile_button=設定 labels.profile.title= 設定 labels.profile.update= 更新 labels.profile.back= 戻る labels.profile.placeholder_old_password= 現在のパスワード labels.profile.placeholder_new_password= 新しいパスワード labels.profile.placeholder_confirm_new_password= 新しいパスワードの確認 labels.top.search=検索 labels.index_title=Fess
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 49.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
null); } catch (SmbException se) { // Handle specific not-found errors without falling back to queryPath switch (se.getNtStatus()) { case NtStatus.NT_STATUS_NO_SUCH_FILE: case NtStatus.NT_STATUS_OBJECT_NAME_INVALID:Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/webapp/css/admin/adminlte.min.css.map
1 !important;\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n -ms-flex-pack: start !important;\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n -ms-flex-pack: end !important;\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n -ms-flex-pack: center !important;\n justify-content: center !important;\n}\n\n.justify-content-between {\n -ms-flex-pack: justify !important;\n justify-content: space-between !important;\n}\n\n.justify-content-around...Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (3) -
src/main/java/jcifs/netbios/NameServicePacket.java
public String toString() { String opCodeString, resultCodeString, questionTypeString, recordTypeString; opCodeString = switch (this.opCode) { case QUERY -> "QUERY"; case WACK -> "WACK"; default -> Integer.toString(this.opCode); }; resultCodeString = switch (this.resultCode) { case FMT_ERR -> "FMT_ERR"; case SRV_ERR -> "SRV_ERR";
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 11.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/netbios/NameServicePacket.java
final String questionClassString; String recordTypeString; final String recordClassString; opCodeString = switch (opCode) { case QUERY -> "QUERY"; case WACK -> "WACK"; default -> Integer.toString(opCode); }; resultCodeString = switch (resultCode) { case FMT_ERR -> "FMT_ERR"; case SRV_ERR -> "SRV_ERR"; case IMP_ERR -> "IMP_ERR";Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 10.6K bytes - Viewed (0)