Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 131 - 140 of 372 for logon (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/resources/fess_label_pl.properties

    labels.busy_title=Usługa tymczasowo niedostępna
    labels.busy_message=Serwer jest obecnie mocno obciążony. Spróbuj ponownie później.
    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
    labels.index_lang=Preferowany język
    labels.index_sort=Sortuj
    labels.index_num=Liczba wyników
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 53.2K bytes
    - Click Count (0)
  2. src/main/resources/fess_label_tr.properties

    labels.busy_title=Hizmet Geçici Olarak Kullanılamıyor
    labels.busy_message=Sunucu şu anda yoğun yük altında. Lütfen daha sonra tekrar deneyin.
    labels.user_name=Kullanıcı Adı
    labels.login=Oturum Aç
    labels.login.placeholder_username=Kullanıcı Adı
    labels.login.placeholder_password=Şifre
    labels.login.title=Oturum Aç
    labels.index_label=Etiket
    labels.index_lang=Tercih Edilen Dil
    labels.index_sort=Sırala
    labels.index_num=Gösterim Sayısı
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 52.2K bytes
    - Click Count (0)
  3. scripts/tests/test_translation_fixer/test_complex_doc/data/translated_doc.md

    ### Markdown ссылки на статические ресурсы { #markdown-link-to-static-assets }
    
    Это ссылки на статические ресурсы:
    
    * [FastAPI Logo](https://fastapi.tiangolo.com/img/fastapi-logo.png)
    * [FastAPI CSS](https://fastapi.tiangolo.com/css/fastapi.css)
    * [FastAPI JS](https://fastapi.tiangolo.com/js/fastapi.js)
    
    Инструмент НЕ должен добавлять код языка в их URL.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Feb 17 08:08:04 GMT 2026
    - 11.2K bytes
    - Click Count (0)
  4. src/main/resources/fess_message_pt_BR.properties

    # Application Exception
    # ---------------------
    # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    # five framework-embedded messages (don't change key names)
    # - - - - - - - - - -/
    errors.login.failure = Falha no login.
    errors.app.illegal.transition = Transição ilegal. Por favor, tente novamente.
    errors.app.db.already.deleted = Pode ter sido excluído por outro processo. Por favor, tente novamente.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 13.7K bytes
    - Click Count (0)
  5. src/main/webapp/css/admin/style.css

    	display: table-cell;
    	word-wrap: break-word;
    	overflow-wrap: break-word;
    }
    
    section.content table .label {
    	color: #fff;
    }
    
    textarea.systemInfoData {
    	height: 22em;
    	line-height: 1.5em;
    }
    
    .login-box {
    	height: 500px;
    }
    
    .empty-list-placeholder {
    	text-align: center;
    	padding: 2em 1em;
    }
    
    .empty-list-placeholder .fa {
    	font-size: 2.5em;
    	margin-bottom: 0.5em;
    	display: block;
    }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Feb 23 08:03:44 GMT 2026
    - 1.3K bytes
    - Click Count (0)
  6. docs/ko/docs/how-to/extending-openapi.md

    ## 기본값 덮어쓰기 { #overriding-the-defaults }
    
    위 정보를 바탕으로, 동일한 유틸리티 함수를 사용해 OpenAPI 스키마를 생성하고 필요한 각 부분을 덮어쓸 수 있습니다.
    
    예를 들어, [커스텀 로고를 포함하기 위한 ReDoc의 OpenAPI 확장](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo)을 추가해 보겠습니다.
    
    ### 일반적인 **FastAPI** { #normal-fastapi }
    
    먼저, 평소처럼 **FastAPI** 애플리케이션을 모두 작성합니다:
    
    {* ../../docs_src/extending_openapi/tutorial001_py310.py hl[1,4,7:9] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 3.6K bytes
    - Click Count (0)
  7. fastapi/security/oauth2.py

        ```python
        from typing import Annotated
    
        from fastapi import Depends, FastAPI
        from fastapi.security import OAuth2PasswordRequestForm
    
        app = FastAPI()
    
    
        @app.post("/login")
        def login(form_data: Annotated[OAuth2PasswordRequestForm, Depends()]):
            data = {}
            data["scopes"] = []
            for scope in form_data.scopes:
                data["scopes"].append(scope)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Mar 24 16:32:10 GMT 2026
    - 23.6K bytes
    - Click Count (0)
  8. src/main/resources/fess_label_fr.properties

    labels.busy_message=Le serveur est actuellement en forte charge. Veuillez réessayer plus tard.
    labels.user_name=Nom d'utilisateur
    labels.login=Connexion
    labels.login.placeholder_username=Nom d'utilisateur
    labels.login.placeholder_password=Mot de passe
    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
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 54.4K bytes
    - Click Count (0)
  9. docs/bigdata/README.md

    After successful installation navigate to the Ambari UI `http://<ambari-server>:8080/` and login using the default credentials: [**_username: admin, password: admin_**]
    
    ![ambari-login](https://github.com/minio/minio/blob/master/docs/bigdata/images/image3.png?raw=true "ambari login")
    
    ### **3.1 Configure Hadoop**
    
    Navigate to **Services** -> **HDFS** -> **CONFIGS** -> **ADVANCED** as shown below
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  10. src/main/resources/fess_label_hi.properties

    labels.busy_title=सेवा अस्थायी रूप से अनुपलब्ध
    labels.busy_message=सर्वर पर वर्तमान में अधिक भार है। कृपया बाद में पुनः प्रयास करें।
    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=क्रमबद्ध करें
    labels.index_num=प्रदर्शन गणना
    labels.logout_title=लॉगआउट
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:54:13 GMT 2026
    - 71.6K bytes
    - Click Count (0)
Back to Top