Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 91 - 100 of 131 for Quorum (0.04 seconds)

  1. docs/contribute/code_of_conduct.md

     * **Be pragmatic**: Questions are encouraged and should be asked early in the process to avoid
       problems later. Be thoughtful and considerate when seeking out the appropriate forum for your
       questions. Those who are asked should be responsive and helpful.
    
     * **Step down considerately**: Members of every project come and go. When somebody leaves or
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 02:19:09 GMT 2022
    - 5.1K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/body-nested-models.md

    Bu, önceden bilmediğiniz key’leri almak istediğiniz durumlarda faydalıdır.
    
    ---
    
    Bir diğer faydalı durum da key’lerin başka bir tipte olmasını istediğiniz zamandır (ör. `int`).
    
    Burada göreceğimiz şey de bu.
    
    Bu durumda, `int` key’lere ve `float` value’lara sahip olduğu sürece herhangi bir `dict` kabul edersiniz:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  3. docs/tr/docs/tutorial/extra-models.md

    # Ek Modeller { #extra-models }
    
    Önceki örnekten devam edersek, birbiriyle ilişkili birden fazla modelin olması oldukça yaygındır.
    
    Bu durum özellikle kullanıcı modellerinde sık görülür, çünkü:
    
    * **input modeli** bir `password` içerebilmelidir.
    * **output modeli** `password` içermemelidir.
    * **database modeli** büyük ihtimalle hash'lenmiş bir `password` tutmalıdır.
    
    /// danger | Tehlike
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.4K bytes
    - Click Count (0)
  4. CODE_OF_CONDUCT.md

    *   Public or private harassment.
    *   Publishing others' private information, such as a physical or electronic
        address, without explicit permission.
    *   Conduct which could reasonably be considered inappropriate for the forum in
        which it occurs.
    
    All TensorFlow forums and spaces are meant for professional interactions, and any behavior which could reasonably be considered inappropriate in a professional setting is unacceptable.
    
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Feb 05 18:43:16 GMT 2021
    - 5.2K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial002_an_py310.py hl[1,3] *}
    
    /// info | Bilgi
    
    FastAPI, 0.95.0 sürümünde `Annotated` desteğini ekledi (ve önermeye başladı).
    
    Daha eski bir sürüm kullanıyorsanız `Annotated` kullanmaya çalışırken hata alırsınız.
    
    `Annotated` kullanmadan önce FastAPI sürümünü en az 0.95.1’e yükseltmek için [FastAPI sürümünü yükseltin](../deployment/versions.md#upgrading-the-fastapi-versions).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 17.3K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

        /**
         * Sets up HTML data for admin pages.
         * <p>
         * This method configures common data needed for admin pages including
         * editable flags, user roles, and forum links.
         * </p>
         *
         * @param runtime the action runtime context
         */
        @Override
        protected void setupHtmlData(final ActionRuntime runtime) {
            super.setupHtmlData(runtime);
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 13:57:12 GMT 2026
    - 10.9K bytes
    - Click Count (0)
  7. docs/tr/docs/tutorial/path-params-numeric-validations.md

    {* ../../docs_src/path_params_numeric_validations/tutorial001_an_py310.py hl[1,3] *}
    
    /// info | Bilgi
    
    FastAPI, 0.95.0 sürümünde `Annotated` desteğini ekledi (ve bunu önermeye başladı).
    
    Daha eski bir sürüm kullanıyorsanız, `Annotated` kullanmaya çalıştığınızda hata alırsınız.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.8K bytes
    - Click Count (0)
  8. docs/debugging/README.md

                                       WARNING!!
         ** THIS FILE MAY CONTAIN SENSITIVE INFORMATION ABOUT YOUR ENVIRONMENT ** 
         ** PLEASE INSPECT CONTENTS BEFORE SHARING IT ON ANY PUBLIC FORUM **
    *********************************************************************************
    mc: Health data saved to dc-11-health_20200321053323.json.gz
    ```
    
    The gzipped output contains debugging information for your system
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  9. docs/tr/docs/advanced/events.md

    /// tip | İpucu
    
    `shutdown`, uygulamayı **durdurduğunuzda** gerçekleşir.
    
    Belki yeni bir sürüm başlatmanız gerekiyordur, ya da çalıştırmaktan sıkılmışsınızdır. 🤷
    
    ///
    
    ### Lifespan fonksiyonu { #lifespan-function }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 8.3K bytes
    - Click Count (0)
  10. docs/tr/docs/tutorial/dependencies/index.md

    Sonra da bu değerleri içeren bir `dict` döndürür.
    
    /// info | Bilgi
    
    FastAPI, `Annotated` desteğini 0.95.0 sürümünde ekledi (ve önermeye başladı).
    
    Daha eski bir sürüm kullanıyorsanız `Annotated` kullanmaya çalıştığınızda hata alırsınız.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.2K bytes
    - Click Count (0)
Back to Top