Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 204 for logoff (0.31 sec)

  1. src/archive/zip/reader_test.go

    	if err != nil {
    		t.Errorf("%v: OpenRaw ReadAll error=%v", f.Name, err)
    		return
    	}
    	end := uint64(start) + f.CompressedSize64
    	want := raw[start:end]
    	if !bytes.Equal(got, want) {
    		t.Logf("got %q", got)
    		t.Logf("want %q", want)
    		t.Errorf("%v: OpenRaw returned unexpected bytes", f.Name)
    		return
    	}
    
    	r, err := f.Open()
    	if err != nil {
    		t.Errorf("%v", err)
    		return
    	}
    
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue Mar 11 22:19:38 UTC 2025
    - 56.6K bytes
    - Viewed (0)
  2. cmd/object-api-utils_test.go

    		{"abc//./../def", "def"},
    		{"abc/../../././../def", "../../def"},
    	}
    	for _, test := range cleantests {
    		want := test.path != test.result
    		got := pathNeedsClean([]byte(test.path))
    		if !got {
    			t.Logf("no clean: %q", test.path)
    		}
    		if want && !got {
    			t.Errorf("input: %q, want %v, got %v", test.path, want, got)
    		}
    	}
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.login.title=Вход
    labels.index_label=Метка
    labels.index_lang=Предпочитаемый язык
    labels.index_sort=Сортировка
    labels.index_num=Количество отображаемых
    labels.logout_title=Выход
    labels.logout=Выход
    labels.do_you_want_to_logout=Вы хотите выйти?
    labels.logout_button=Выход
    labels.profile=Изменить пароль
    labels.administration=Администрирование
    labels.profile_button=Настройки
    labels.profile.title=Настройки
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_it.properties

    labels.login.title=Accedi
    labels.index_label=Etichetta
    labels.index_lang=Lingua preferita
    labels.index_sort=Ordina
    labels.index_num=Numero di risultati
    labels.logout_title=Esci
    labels.logout=Esci
    labels.do_you_want_to_logout=Vuoi uscire?
    labels.logout_button=Esci
    labels.profile=Cambia password
    labels.administration=Amministrazione
    labels.profile_button=Impostazioni
    labels.profile.title= Impostazioni
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.4K bytes
    - Viewed (0)
  5. cmd/xl-storage-format_test.go

    				fi.ModTime = fi.ModTime.Add(-time.Second)
    				xl.AddVersion(fi)
    			}
    			// Encode all. This is used for benchmarking.
    			enc, err := xl.AppendTo(nil)
    			if err != nil {
    				b.Fatal(err)
    			}
    			b.Logf("Serialized size: %d bytes", len(enc))
    			rng := rand.New(rand.NewSource(0))
    			dump := make([]byte, len(enc))
    			b.Run("UpdateObjectVersion", func(b *testing.B) {
    				b.SetBytes(int64(size))
    				b.ResetTimer()
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_zh_TW.properties

    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=登出
    labels.do_you_want_to_logout=您要登出嗎?
    labels.logout_button=登出
    labels.profile=更改密碼
    labels.administration=管理
    labels.profile_button=設定
    labels.profile.title= 設定
    labels.profile.update= 更新
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_zh_CN.properties

    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=注销
    labels.do_you_want_to_logout=您要注销吗?
    labels.logout_button=注销
    labels.profile=更改密码
    labels.administration=管理
    labels.profile_button=设置
    labels.profile.title= 设置
    labels.profile.update= 更新
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.5K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_fr.properties

    labels.login.title=Connexion
    labels.index_label=Étiquette
    labels.index_lang=Langue préférée
    labels.index_sort=Trier
    labels.index_num=Nombre d'affichages
    labels.logout_title=Déconnexion
    labels.logout=Déconnexion
    labels.do_you_want_to_logout=Voulez-vous vous déconnecter ?
    labels.logout_button=Déconnexion
    labels.profile=Changer le mot de passe
    labels.administration=Administration
    labels.profile_button=Paramètres
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_de.properties

    labels.login.title=Anmelden
    labels.index_label=Label
    labels.index_lang=Bevorzugte Sprache
    labels.index_sort=Sortieren
    labels.index_num=Anzeigeanzahl
    labels.logout_title=Abmelden
    labels.logout=Abmelden
    labels.do_you_want_to_logout=Möchten Sie sich abmelden?
    labels.logout_button=Abmelden
    labels.profile=Passwort ändern
    labels.administration=Verwaltung
    labels.profile_button=Einstellungen
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  10. src/main/resources/fess_label_pl.properties

    labels.login.title=Zaloguj się
    labels.index_label=Etykieta
    labels.index_lang=Preferowany język
    labels.index_sort=Sortuj
    labels.index_num=Liczba wyników
    labels.logout_title=Wyloguj się
    labels.logout=Wyloguj się
    labels.do_you_want_to_logout=Czy chcesz się wylogować?
    labels.logout_button=Wyloguj się
    labels.profile=Zmień hasło
    labels.administration=Administracja
    labels.profile_button=Ustawienia
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
Back to top