- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 58 for taneli (0.27 seconds)
-
src/main/resources/fess_indices/fess/lv/stopwords.txt
pēc pie pirms pret priekš starp šaipus uz viņpus virs virspus zem apakšpus # Conjunctions un bet jo ja ka lai tomēr tikko turpretī arī kaut gan tādēļ tā ne tikvien vien kā ir te vai kamēr # Particles ar diezin droši diemžēl nebūt ik it taču nu pat tiklab iekšpus nedz tik nevis turpretim
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 19 06:31:02 GMT 2018 - 1.2K bytes - Click Count (0) -
docs/de/docs/tutorial/debugging.md
Da Sie den Uvicorn-Server direkt aus Ihrem Code ausführen, können Sie Ihr Python-Programm (Ihre FastAPI-Anwendung) direkt aus dem Debugger aufrufen. --- Zum Beispiel können Sie in Visual Studio Code: * Zum „Debug“-Panel gehen. * „Konfiguration hinzufügen ...“ auswählen. * „Python“ auswählen. * Den Debugger mit der Option „`Python: Current File (Integrated Terminal)`“ ausführen.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 2.7K bytes - Click Count (0) -
src/main/resources/fess_label_tr.properties
labels.confirmNewPassword=Yeni Şifre (Onayla) labels.menu_system=Sistem labels.menu_wizard=Sihirbaz labels.menu_crawl_config=Genel labels.menu_scheduler_config=Zamanlayıcı labels.menu_dashboard_config=Kontrol Paneli labels.menu_design=Sayfa Tasarımı labels.menu_dict=Sözlük labels.menu_data=Yedekleme/Geri Yükleme labels.menu_crawl=Tarayıcı labels.menu_web=Web labels.menu_file_system=Dosya Sistemi
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 52.2K bytes - Click Count (0) -
docs/de/docs/editor-support.md
## Einrichtung und Installation { #setup-and-installation }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:48:21 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/es/docs/tutorial/debugging.md
--- Por ejemplo, en Visual Studio Code, puedes: * Ir al panel de "Debug". * "Add configuration...". * Seleccionar "Python". * Ejecutar el depurador con la opción "`Python: Current File (Integrated Terminal)`".
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 2.6K bytes - Click Count (0) -
docs/es/docs/editor-support.md
## Configuración e instalación { #setup-and-installation } La **Extensión de FastAPI** está disponible tanto para [VS Code](https://code.visualstudio.com/) como para [Cursor](https://www.cursor.com/). Se puede instalar directamente desde el panel de Extensiones en cada editor buscando "FastAPI" y seleccionando la extensión publicada por **FastAPI Labs**. La extensión también funciona en editores basados en navegador como [vscode.dev](https://vscode.dev) y [github.dev](https://github.dev).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:12:26 GMT 2026 - 2.7K bytes - Click Count (0) -
docs/en/docs/editor-support.md
## Setup and Installation { #setup-and-installation } The **FastAPI Extension** is available for both [VS Code](https://code.visualstudio.com/) and [Cursor](https://www.cursor.com/). It can be installed directly from the Extensions panel in each editor by searching for "FastAPI" and selecting the extension published by **FastAPI Labs**. The extension also works in browser-based editors such as [vscode.dev](https://vscode.dev) and [github.dev](https://github.dev).Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.5K bytes - Click Count (0) -
docs/en/docs/tutorial/debugging.md
Because you are running the Uvicorn server directly from your code, you can call your Python program (your FastAPI application) directly from the debugger. --- For example, in Visual Studio Code, you can: * Go to the "Debug" panel. * "Add configuration...". * Select "Python" * Run the debugger with the option "`Python: Current File (Integrated Terminal)`". It will then start the server with your **FastAPI** code, stop at your breakpoints, etc.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.4K bytes - Click Count (0) -
docs/tr/docs/tutorial/server-sent-events.md
Şuna benzer: ``` data: {"name": "Portal Gun", "price": 999.99} data: {"name": "Plumbus", "price": 32.99} ``` SSE; yapay zekâ sohbet akışı, canlı bildirimler, log ve gözlemlenebilirlik (observability) gibi senaryolarda ve sunucunun istemciye güncellemeleri ittiği diğer durumlarda yaygın olarak kullanılır. /// tip | İpucuCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:51:35 GMT 2026 - 5.1K bytes - Click Count (0) -
docs/tr/docs/async.md
Bu, FastAPI’nin sizin için çağırdığı fonksiyonların tersidir: *path operasyon fonksiyonları* ve bağımlılıklar. Yardımcı fonksiyonunuz `def` ile tanımlı normal bir fonksiyonsa, bir thread pool’da değil doğrudan (kodunuzda yazdığınız gibi) çağrılır; fonksiyon `async def` ile tanımlıysa kodunuzda çağırırken onu `await` etmelisiniz. ---
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.7K bytes - Click Count (0)