- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 7,673 for zile (0.03 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/help-fastapi.md
* FastAPI ve friends ile ilgili haberler 🚀 * Rehberler 📝 * Özellikler ✨ * Geriye dönük uyumsuz değişiklikler 🚨 * İpuçları ve püf noktaları ✅ ## X (Twitter) üzerinden FastAPI'yi takip edin { #follow-fastapi-on-x-twitter } [**X (Twitter)** üzerinde @fastapi hesabını takip edin](https://x.com/fastapi) ve **FastAPI** ile ilgili en güncel haberleri alın. 🐦
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 13.9K bytes - Click Count (0) -
src/main/resources/fess_label_de.properties
labels.chat_input_hint=Enter zum Senden, Shift+Enter für neue Zeile labels.chat_send=Nachricht senden labels.chat_retry=Erneut versuchen labels.chat_dismiss=Schließen labels.chat_copied=Kopiert! labels.chat_copy_failed=Kopieren fehlgeschlagen labels.chat_filter=Filter labels.chat_filter_search_placeholder=Suchen... labels.chat_clear=Löschen labels.search_file_proxy_enabled=Search File Proxy
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.3K bytes - Click Count (1) -
docs/tr/docs/alternatives.md
/// ### [NestJS](https://nestjs.com/) (ve [Angular](https://angular.io/)) { #nestjs-and-angular } Bu Python bile değil; NestJS, Angular’dan ilham alan bir JavaScript (TypeScript) NodeJS framework’üdür. Flask-apispec ile yapılabilene kısmen benzer bir şey başarır.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 24K bytes - Click Count (0) -
docs/tr/docs/deployment/server-workers.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting production server 🚀 Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 8.6K bytes - Click Count (0) -
docs/tr/docs/virtual-environments.md
Bir virtual environment oluşturmak için, Python ile birlikte gelen `venv` modülünü kullanabilirsiniz. <div class="termy"> ```console $ python -m venv .venv ``` </div> /// details | Bu komut ne anlama geliyor * `python`: `python` adlı programı kullan * `-m`: bir modülü script gibi çalıştır; bir sonraki kısımda hangi modül olduğunu söyleyeceğiz * `venv`: normalde Python ile birlikte kurulu gelen `venv` modülünü kullan
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.5K bytes - Click Count (0) -
docs/tr/docs/tutorial/dependencies/classes-as-dependencies.md
commons: CommonQueryParams ... ``` //// ...**FastAPI** için özel bir anlam taşımaz. FastAPI bunu veri dönüştürme, doğrulama vb. için kullanmaz (çünkü bunlar için `Depends(CommonQueryParams)` kullanıyor). Hatta şunu bile yazabilirsiniz: //// tab | Python 3.10+ ```Python commons: Annotated[Any, Depends(CommonQueryParams)] ``` //// //// tab | Python 3.10+ Annotated Olmadan /// tip | İpucu
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 12:41:38 GMT 2026 - 7.3K bytes - Click Count (0) -
docs/tr/docs/fastapi-cli.md
```console $ <font color="#4E9A06">fastapi</font> dev <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server 🚀 Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
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) -
docs/tr/docs/deployment/manually.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting production server 🚀 Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
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) -
okhttp/src/jvmTest/kotlin/okhttp3/ResponseBodyJvmTest.kt
/* * Copyright (C) 2016 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 12.4K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/io/ContentCache.java
this.data = data.clone(); this.file = null; } /** * Constructs a ContentCache with the given file. * * @param file the file containing the content * @throws IllegalArgumentException if file is null */ public ContentCache(final File file) { if (file == null) { throw new IllegalArgumentException("file must not be null"); }
Created: Thu Apr 02 15:34:12 GMT 2026 - Last Modified: Sat Mar 21 09:11:12 GMT 2026 - 4.8K bytes - Click Count (0)