Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 81 - 90 of 131 for Quorum (0.05 seconds)

  1. .github/PULL_REQUEST_TEMPLATE.md

    <!--- The issue this PR addresses -->
    <!-- Fixes #? -->
    
    ### Context
    <!--- Why do you believe many users will benefit from this change? -->
    <!--- Link to relevant issues or forum discussions here -->
    
    ### Contributor Checklist
    - [ ] [Review Contribution Guidelines](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 13 22:36:19 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/additional-status-codes.md

    **FastAPI**, geliştirici olarak size kolaylık olsun diye `starlette.responses` içindekileri `fastapi.responses` altında da sunar. Ancak mevcut response'ların çoğu doğrudan Starlette'ten gelir. `status` için de aynı durum geçerlidir.
    
    ///
    
    ## OpenAPI ve API docs { #openapi-and-api-docs }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  3. README.asciidoc

    https://github.com/elastic/elasticsearch/issues/new/choose[GitHub Issue]. Please
    ensure someone else hasn't created an issue for the same topic.
    
    * Need help using Elasticsearch? Reach out on the
    https://discuss.elastic.co[Elastic Forum] or https://ela.st/slack[Slack]. A
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Apr 20 13:32:21 GMT 2021
    - 2.6K bytes
    - Click Count (0)
  4. docs/tr/docs/how-to/general.md

    Herhangi bir veriyi JSON uyumlu hale getirmek için, [Tutorial - JSON Compatible Encoder](../tutorial/encoder.md) dokümantasyonunu okuyun.
    
    ## OpenAPI Meta Verileri - Dokümantasyon { #openapi-metadata-docs }
    
    Lisans, sürüm, iletişim vb. dahil olmak üzere OpenAPI şemanıza meta veriler eklemek için, [Tutorial - Metadata and Docs URLs](../tutorial/metadata.md) dokümantasyonunu okuyun.
    
    ## OpenAPI Özel URL { #openapi-custom-url }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  5. ADDING_NEW_LANGUAGE.md

    ```
    
    **Optional configurations:**
    
    If you create online help documentation:
    ```properties
    online.help.supported.langs=ja,sv  # Add your language
    ```
    
    If you have forum support:
    ```properties
    forum.supported.langs=en,ja,sv  # Add your language
    ```
    
    ### 4. Regenerate Auto-Generated Java Classes
    
    Fess uses DBFlute's LastaFlute FreeGen to automatically generate Java constants from property files.
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Nov 06 11:36:30 GMT 2025
    - 10.4K bytes
    - Click Count (1)
  6. docs/tr/docs/tutorial/response-model.md

    ### Doğrudan Response Döndürmek { #return-a-response-directly }
    
    En yaygın durum, [ileri seviye dokümanlarda daha sonra anlatıldığı gibi doğrudan bir Response döndürmektir](../advanced/response-directly.md).
    
    {* ../../docs_src/response_model/tutorial003_02_py310.py hl[8,10:11] *}
    
    Bu basit durum FastAPI tarafından otomatik olarak ele alınır; çünkü dönüş tipi annotation’ı `Response` class’ıdır (veya onun bir subclass’ı).
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 17K bytes
    - Click Count (0)
  7. docs/tr/docs/advanced/dataclasses.md

    Daha fazlası için [Pydantic'in dataclasses dokümantasyonuna](https://docs.pydantic.dev/latest/concepts/dataclasses/) bakın.
    
    ## Sürüm { #version }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.5K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/response-status-code.md

        * `200`, varsayılan status code'dur ve her şeyin "OK" olduğunu ifade eder.
        * Başka bir örnek `201` ("Created") olabilir. Genellikle veritabanında yeni bir kayıt oluşturduktan sonra kullanılır.
        * Özel bir durum ise `204` ("No Content")'tür. Client'a döndürülecek içerik olmadığında kullanılır; bu nedenle response body olmamalıdır.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.4K bytes
    - Click Count (0)
  9. docs/tr/docs/advanced/templates.md

    **FastAPI**, geliştirici için kolaylık olması adına `starlette.templating` içeriğini `fastapi.templating` olarak da sunar. Ancak mevcut response'ların çoğu doğrudan Starlette'ten gelir. `Request` ve `StaticFiles` için de aynı durum geçerlidir.
    
    ///
    
    ## Template Yazma { #writing-templates }
    
    Ardından örneğin `templates/item.html` konumunda bir template yazabilirsiniz:
    
    ```jinja hl_lines="7"
    {!../../docs_src/templates/templates/item.html!}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 3.8K bytes
    - Click Count (0)
  10. docs/tr/docs/advanced/behind-a-proxy.md

    ama bu sefer proxy'nin sağladığı prefix path olan `/api/v1` ile gelen URL'de.
    
    Elbette buradaki fikir, herkesin uygulamaya proxy üzerinden erişmesidir; dolayısıyla `/api/v1` path prefix'li sürüm "doğru" olandır.
    
    Uvicorn'un doğrudan sunduğu, path prefix olmayan sürüm (`http://127.0.0.1:8000/app`) ise sadece _proxy_'nin (Traefik) erişmesi için kullanılmalıdır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 16.5K bytes
    - Click Count (0)
Back to Top