Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 63 for faoina (0.07 seconds)

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

  1. docs/pt/docs/features.md

    Sem a necessidade de digitar nomes de chaves erroneamente, ir e voltar entre documentações, ou rolar pela página para descobrir se você utilizou `username` ou `user_name`.
    
    ### Breve { #short }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/behind-a-proxy.md

    Özel bir `servers` listesi verirseniz ve bir `root_path` varsa (çünkü API'niz proxy arkasındadır), **FastAPI** bu `root_path` ile bir "server"ı listenin başına ekler.
    
    Örneğin:
    
    {* ../../docs_src/behind_a_proxy/tutorial003_py310.py hl[4:7] *}
    
    Şöyle bir OpenAPI şeması üretir:
    
    ```JSON hl_lines="5-7"
    {
        "openapi": "3.1.0",
    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)
  3. docs/en/docs/advanced/advanced-dependencies.md

    /// warning
    
    You most probably don't need these technical details.
    
    These details are useful mainly if you had a FastAPI application older than 0.121.0 and you are facing issues with dependencies with `yield`.
    
    ///
    
    Dependencies with `yield` have evolved over time to account for the different use cases and to fix some issues, here's a summary of what has changed.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 9K bytes
    - Click Count (0)
  4. docs/tr/docs/advanced/settings.md

    /// tip | İpucu
    
    Nokta (`.`) ile başlayan dosyalar, Linux ve macOS gibi Unix-benzeri sistemlerde gizli dosyadır.
    
    Ancak dotenv dosyasının mutlaka bu dosya adına sahip olması gerekmez.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.8K bytes
    - Click Count (0)
  5. docs/tr/docs/advanced/custom-response.md

    Bu küçük örneğin `await` ifadesine ihtiyacı olmadığı için, event loop’un iptali ele alabilmesi adına `await anyio.sleep(0)` ekliyoruz.
    
    Büyük veya sonsuz akışlarda bu daha da önemlidir.
    
    ///
    
    /// tip | İpucu
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 11.9K bytes
    - Click Count (0)
  6. docs/pt/docs/_llm-test.md

    * descontinuado
    * projetado
    * inválido
    * dinamicamente
    * padrão
    * padrão predefinido
    * sensível a maiúsculas e minúsculas
    * não sensível a maiúsculas e minúsculas
    
    * servir a aplicação
    * servir a página
    
    * o app
    * a aplicação
    
    * a requisição
    * a resposta
    * a resposta de erro
    
    * a operação de rota
    * o decorador de operação de rota
    * a função de operação de rota
    
    * o corpo
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 12.1K bytes
    - Click Count (0)
  7. docs/es/docs/_llm-test.md

    * obsoleto
    * diseñado
    * inválido
    * sobre la marcha
    * estándar
    * por defecto
    * sensible a mayúsculas/minúsculas
    * insensible a mayúsculas/minúsculas
    
    * servir la aplicación
    * servir la página
    
    * la app
    * la aplicación
    
    * la request
    * la response
    * la response de error
    
    * la path operation
    * el decorador de path operation
    * la path operation function
    
    * el body
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 12.2K bytes
    - Click Count (0)
  8. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/BwcVersions.java

     * </ul>
     * <p>
     * Each build is only concerned with versions before it, as those are the ones that need to be tested
     * for backwards compatibility. We never look forward, and don't add forward facing version number to branches of previous
     * version.
     * <p>
     * Each branch has a current version, and expected compatible versions are parsed from the server code's Version` class.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 16.8K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/query-params-str-validations.md

    /// note | Not
    
    Bu durumda FastAPI, listenin içeriğini kontrol etmez.
    
    Örneğin `list[int]`, listenin içeriğinin integer olduğunu kontrol eder (ve dokümante eder). Ancak tek başına `list` bunu yapmaz.
    
    ///
    
    ## Daha fazla metadata tanımlayın { #declare-more-metadata }
    
    Parametre hakkında daha fazla bilgi ekleyebilirsiniz.
    
    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)
  10. CONTRIBUTING.md

    This can save everyone a lot of time and frustration.
    
    For any non-trivial change, we need to be able to answer these questions:
    
    * Why is this change done? What's the use case?
    * For user-facing features, what will the API look like?
    * What test cases should it have? What could go wrong?
    * How will it roughly be implemented? We'll happily provide code pointers to save you time.
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 27 18:43:39 GMT 2026
    - 19.1K bytes
    - Click Count (0)
Back to Top