Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 411 - 420 of 435 for wiki (0.02 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/exception/DefaultExceptionHandler.java

                    reference = exception.getClass().getSimpleName();
                }
            }
    
            if ((reference != null && !reference.isEmpty()) && !reference.startsWith("http:")) {
                reference = "http://cwiki.apache.org/confluence/display/MAVEN/" + reference;
            }
    
            return reference;
        }
    
        private boolean isNoteworthyException(Throwable exception) {
            if (exception == null) {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Sat Apr 05 11:52:05 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  2. docs/tr/docs/advanced/stream-data.md

    Örneğin, bir dosyada yapabileceğimiz gibi, içeriğini tüketmek için üzerinde iterate edebiliriz.
    
    {* ../../docs_src/stream_data/tutorial002_py310.py ln[1:27] hl[3,12:13,25] *}
    
    /// note | Teknik Detaylar
    
    Diğer iki değişken olan `image_base64` ve `binary_image`, Base64 ile encode edilmiş bir görüntüdür; daha sonra bayt'lara çevrilip `io.BytesIO`'ya aktarılır.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:51:35 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  3. docs/tr/docs/advanced/openapi-callbacks.md

    ## Callback'i dokümante etmek { #documenting-the-callback }
    
    Callback'in gerçek kodu, büyük ölçüde sizin API uygulamanıza bağlıdır.
    
    Ve bir uygulamadan diğerine oldukça değişebilir.
    
    Sadece bir-iki satır kod bile olabilir, örneğin:
    
    ```Python
    callback_url = "https://example.com/api/v1/invoices/events/"
    httpx.post(callback_url, json={"description": "Invoice paid", "paid": True})
    ```
    
    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)
  4. docs/tr/docs/tutorial/extra-models.md

    {* ../../docs_src/extra_models/tutorial002_py310.py hl[7,13:14,17:18,21:22] *}
    
    ## `Union` veya `anyOf` { #union-or-anyof }
    
    Bir response'u iki ya da daha fazla type'ın `Union`'ı olarak tanımlayabilirsiniz; bu, response'un bunlardan herhangi biri olabileceği anlamına gelir.
    
    OpenAPI'de bu `anyOf` ile tanımlanır.
    
    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)
  5. docs/tr/docs/tutorial/query-params-str-validations.md

    Şu tip anotasyonuna sahiptik:
    
    ```Python
    q: str | None = None
    ```
    
    Şimdi bunu `Annotated` ile saracağız; şöyle olacak:
    
    ```Python
    q: Annotated[str | None] = None
    ```
    
    Bu iki sürüm de aynı anlama gelir: `q`, `str` veya `None` olabilen bir parametredir ve varsayılan olarak `None`’dır.
    
    Şimdi işin eğlenceli kısmına geçelim. 🎉
    
    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. docs/en/docs/how-to/custom-docs-ui-assets.md

    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### Test Static Files UI { #test-static-files-ui }
    
    Now, you should be able to disconnect your WiFi, go to your docs at [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs), and reload the page.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  7. docs/tr/docs/deployment/manually.md

    "**server**" kelimesi yaygın olarak hem uzak/bulut bilgisayarı (fiziksel veya sanal makine) hem de o makinede çalışan programı (ör. Uvicorn) ifade etmek için kullanılır.
    
    Dolayısıyla genel olarak "server" dendiğinde, bu iki şeyden birini kast ediyor olabilir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  8. docs/es/docs/how-to/custom-docs-ui-assets.md

    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### Prueba la UI de Archivos Estáticos { #test-static-files-ui }
    
    Ahora, deberías poder desconectar tu WiFi, ir a tu documentación en [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs), y recargar la página.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 8.4K bytes
    - Click Count (0)
  9. docs/pt/docs/how-to/custom-docs-ui-assets.md

    {* ../../docs_src/custom_docs_ui/tutorial002_py310.py hl[39:41] *}
    
    ### Teste a UI de Arquivos Estáticos { #test-static-files-ui }
    
    Agora, você deve ser capaz de desconectar o WiFi, ir para a documentação em [http://127.0.0.1:8000/docs](http://127.0.0.1:8000/docs), e recarregar a página.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 8.5K bytes
    - Click Count (0)
  10. docs/tr/docs/tutorial/bigger-applications.md

    Ama o dosya yok; bizim dependency’lerimiz `app/dependencies.py` dosyasında.
    
    Uygulama/dosya yapımızın nasıl göründüğünü hatırlayın:
    
    <img src="/img/tutorial/bigger-applications/package.drawio.svg">
    
    ---
    
    İki nokta `..`, örneğin:
    
    ```Python
    from ..dependencies import get_token_header
    ```
    
    şu anlama gelir:
    
    * Bu module’ün bulunduğu package içinden başla (`app/routers/` dizini)...
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 20.3K bytes
    - Click Count (0)
Back to Top