Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 9 of 9 for Merlin (0.42 seconds)

  1. .mailmap

    Marco Vermeulen <******@****.***> <******@****.***>
    Mark Vieira <******@****.***> <******@****.***>
    Michael Barnathan <******@****.***> <******@****.***>
    Paul King <******@****.***> <******@****.***>
    Paul Merlin <******@****.***> <******@****.***>
    Peter Niederwieser <******@****.***> <pniederw@.(none)>
    Peter Niederwieser <******@****.***> <pniederw@pniederw-PC.(none)>
    Piotr Jagielski <******@****.***> <Piotr Jagielski>
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Oct 03 06:34:28 GMT 2017
    - 3.3K bytes
    - Click Count (0)
  2. docs/tr/docs/tutorial/body-nested-models.md

            }
        ]
    }
    ```
    
    /// info | Bilgi
    
    `images` key’inin artık image object’lerinden oluşan bir list içerdiğine dikkat edin.
    
    ///
    
    ## Çok derin iç içe modeller { #deeply-nested-models }
    
    İstediğiniz kadar derin iç içe modeller tanımlayabilirsiniz:
    
    {* ../../docs_src/body_nested_models/tutorial007_py310.py hl[7,12,18,21,25] *}
    
    /// info | Bilgi
    
    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. android/guava/src/com/google/common/graph/ImmutableValueGraph.java

       *     ValueGraphBuilder.undirected()
       *         .<City, Distance>immutable()
       *         .putEdgeValue(PARIS, BERLIN, kilometers(1060))
       *         .putEdgeValue(PARIS, BRUSSELS, kilometers(317))
       *         .putEdgeValue(BERLIN, BRUSSELS, kilometers(764))
       *         .addNode(REYKJAVIK)
       *         .build();
       * }
       *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 11 01:10:31 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  4. docs/tr/docs/tutorial/testing.md

    * JSON body göndermek için, `json` parametresine bir Python nesnesi (örn. bir `dict`) verin.
    * JSON yerine *Form Data* göndermeniz gerekiyorsa, bunun yerine `data` parametresini kullanın.
    * *headers* göndermek için, `headers` parametresine bir `dict` verin.
    * *cookies* için, `cookies` parametresine bir `dict` verin.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  5. docs/tr/docs/tutorial/path-operation-configuration.md

    ///
    
    ## Tags { #tags }
    
    *Path operation*’ınıza tag ekleyebilirsiniz; `tags` parametresine `str` öğelerinden oluşan bir `list` verin (genellikle tek bir `str`):
    
    {* ../../docs_src/path_operation_configuration/tutorial002_py310.py hl[15,20,25] *}
    
    Bunlar OpenAPI şemasına eklenecek ve otomatik dokümantasyon arayüzleri tarafından kullanılacaktır:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 4.3K bytes
    - Click Count (0)
  6. docs/tr/docs/tutorial/dependencies/sub-dependencies.md

    Burada kullanılan havalı terimlerin ötesinde, **Dependency Injection** sistemi aslında oldukça basittir.
    
    *Path operation function*'lara benzeyen fonksiyonlardan ibarettir.
    
    Yine de çok güçlüdür ve keyfi derecede derin iç içe geçmiş bağımlılık "graph"ları (ağaçları) tanımlamanıza izin verir.
    
    /// tip | İpucu
    
    Bu basit örneklerle çok faydalı görünmeyebilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:41:38 GMT 2026
    - 4.2K bytes
    - Click Count (0)
  7. docs/tr/docs/how-to/configure-swagger-ui.md

    Bunları yapılandırmak için, `FastAPI()` uygulama nesnesini oluştururken ya da `get_swagger_ui_html()` fonksiyonuna `swagger_ui_parameters` argümanını verin.
    
    `swagger_ui_parameters`, Swagger UI'ye doğrudan iletilecek yapılandırmaları içeren bir `dict` alır.
    
    FastAPI, Swagger UI'nin ihtiyaç duyduğu şekilde JavaScript ile uyumlu olsun diye bu yapılandırmaları **JSON**'a dönüştürür.
    
    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)
  8. LICENSES/third_party/forked/shell2junit/LICENSE

    Contribution intentionally submitted for inclusion in the Work by You to the 
    Licensor shall be under the terms and conditions of this License, without 
    any additional terms or conditions. Notwithstanding the above, nothing 
    herein shall supersede or modify the terms of any separate license agreement 
    you may have executed with Licensor regarding such Contributions. 
    
    6. Trademarks. This License does not grant permission to use the trade 
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Jul 08 11:48:19 GMT 2021
    - 9.2K bytes
    - Click Count (0)
  9. docs/tr/docs/tutorial/path-params.md

    {* ../../docs_src/path_params/tutorial005_py310.py hl[1,6:9] *}
    
    /// tip | İpucu
    
    Merak ediyorsanız: "AlexNet", "ResNet" ve "LeNet", Makine Öğrenmesi <dfn title="Teknik olarak, Derin Öğrenme model mimarileri">modelleri</dfn>nin sadece isimleridir.
    
    ///
    
    ### Bir *Path Parameter* Tanımlayalım { #declare-a-path-parameter }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 9.7K bytes
    - Click Count (0)
Back to Top