Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for USER_NAME (0.04 sec)

  1. android/guava/src/com/google/common/io/TempFileCreator.java

     * the License.
     */
    
    package com.google.common.io;
    
    import static com.google.common.base.StandardSystemProperty.JAVA_IO_TMPDIR;
    import static com.google.common.base.StandardSystemProperty.USER_NAME;
    import static com.google.common.base.Throwables.throwIfUnchecked;
    import static java.nio.file.attribute.AclEntryFlag.DIRECTORY_INHERIT;
    import static java.nio.file.attribute.AclEntryFlag.FILE_INHERIT;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Dec 21 03:10:51 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java

            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);
    
            // Test new password related labels
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 13.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/base/StandardSystemProperty.java

      /** Path separator (":" on UNIX). */
      PATH_SEPARATOR("path.separator"),
    
      /** Line separator ("\n" on UNIX). */
      LINE_SEPARATOR("line.separator"),
    
      /** User's account name. */
      USER_NAME("user.name"),
    
      /** User's home directory. */
      USER_HOME("user.home"),
    
      /** User's current working directory. */
      USER_DIR("user.dir");
    
      private final String key;
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 06 10:03:30 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    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
    labels.login=Login
    labels.login.placeholder_username=Username
    labels.login.placeholder_password=Password
    labels.login.title=Login
    labels.index_label=Label
    labels.index_lang=Preferred Language
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_zh_TW.properties

    labels.error_title=錯誤
    labels.system_error_title=系統錯誤
    labels.contact_site_admin=請聯繫網站管理員。
    labels.request_error_title=請求格式不正確。
    labels.bad_request=對URL的請求不正確。
    labels.page_not_found_title=頁面未找到。
    labels.check_url=請檢查URL。
    labels.user_name=使用者名稱
    labels.login=登入
    labels.login.placeholder_username=使用者名稱
    labels.login.placeholder_password=密碼
    labels.login.title=登入
    labels.index_label=標籤
    labels.index_lang=首選語言
    labels.index_sort=排序
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_de.properties

    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.
    labels.user_name=Benutzername
    labels.login=Anmelden
    labels.login.placeholder_username=Benutzername
    labels.login.placeholder_password=Passwort
    labels.login.title=Anmelden
    labels.index_label=Label
    labels.index_lang=Bevorzugte Sprache
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.5K bytes
    - Viewed (1)
  7. src/main/resources/fess_label.properties

    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
    labels.login=Login
    labels.login.placeholder_username=Username
    labels.login.placeholder_password=Password
    labels.login.title=Login
    labels.index_label=Label
    labels.index_lang=Preferred Language
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_pl.properties

    labels.request_error_title=Nieprawidłowy format żądania.
    labels.bad_request=Żądanie do adresu URL jest nieprawidłowe.
    labels.page_not_found_title=Strona nie znaleziona.
    labels.check_url=Sprawdź adres URL.
    labels.user_name=Nazwa użytkownika
    labels.login=Zaloguj się
    labels.login.placeholder_username=Nazwa użytkownika
    labels.login.placeholder_password=Hasło
    labels.login.title=Zaloguj się
    labels.index_label=Etykieta
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  9. src/main/resources/fess_label_es.properties

    labels.request_error_title=El formato de la solicitud es incorrecto.
    labels.bad_request=La solicitud a la URL es incorrecta.
    labels.page_not_found_title=Página no encontrada.
    labels.check_url=Por favor, compruebe la URL.
    labels.user_name=Nombre de usuario
    labels.login=Iniciar sesión
    labels.login.placeholder_username=Nombre de usuario
    labels.login.placeholder_password=Contraseña
    labels.login.title=Iniciar sesión
    labels.index_label=Etiqueta
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ko.properties

    labels.contact_site_admin=사이트 관리자에게 문의하십시오.
    labels.request_error_title=요청 형식이 올바르지 않습니다.
    labels.bad_request=URL에 대한 요청이 올바르지 않습니다.
    labels.page_not_found_title=페이지를 찾을 수 없습니다.
    labels.check_url=URL을 확인하십시오.
    labels.user_name=사용자명
    labels.login=로그인
    labels.login.placeholder_username=사용자명
    labels.login.placeholder_password=비밀번호
    labels.login.title=로그인
    labels.index_label=라벨
    labels.index_lang=우선 언어
    labels.index_sort=정렬
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
Back to top