Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for sahte (0.02 seconds)

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

  1. docs/tr/docs/tutorial/security/simple-oauth2.md

    Bu örnekte `scopes` kullanmıyoruz, ama ihtiyacınız olursa bu özellik hazır.
    
    ///
    
    Şimdi form alanındaki `username`’i kullanarak (sahte) veritabanından kullanıcı verisini alın.
    
    Böyle bir kullanıcı yoksa, "Incorrect username or password" diyerek bir hata döndürelim.
    
    Hata için `HTTPException` exception’ını kullanıyoruz:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 10.4K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/events.md

    Önce bir örnekle başlayıp sonra ayrıntılarına bakalım.
    
    Aşağıdaki gibi `yield` kullanan async bir `lifespan()` fonksiyonu oluşturuyoruz:
    
    {* ../../docs_src/events/tutorial003_py310.py hl[16,19] *}
    
    Burada, `yield` öncesinde (sahte) model fonksiyonunu machine learning modellerini içeren dictionary’e koyarak, modeli yükleme gibi maliyetli bir *startup* işlemini simüle ediyoruz. Bu kod, *startup* sırasında, uygulama **request almaya başlamadan önce** çalıştırılır.
    
    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)
  3. docs/de/docs/tutorial/stream-json-lines.md

    In diesen Fällen ist es üblich, „JSON Lines“ zu senden, das ist ein Format, bei dem Sie pro Zeile genau ein JSON-Objekt senden.
    
    Eine Response hätte einen Content-Type von `application/jsonl` (anstelle von `application/json`) und der Body sähe etwa so aus:
    
    ```json
    {"name": "Plumbus", "description": "A multi-purpose household device."}
    {"name": "Portal Gun", "description": "A portal opening device."}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:48:21 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  4. docs/de/llm-prompt.md

    Source (English):
    
    ```
    "Hello world"
    “Hello Universe”
    "He said: 'Hello'"
    “my name is ‘Nils’”
    `"__main__"`
    `"items"`
    ```
    
    Result (German):
    
    ```
    „Hallo Welt“
    „Hallo Universum“
    „Er sagte: ‚Hallo‘“
    „Mein Name ist ‚Nils‘“
    `"__main__"`
    `"items"`
    ```
    
    ### Ellipsis
    
    - Make sure there is a space between an ellipsis and a word following or preceding the ellipsis.
    
    Examples:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Dec 29 18:54:20 GMT 2025
    - 9.8K bytes
    - Click Count (0)
Back to Top