- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for is_dir (0.03 sec)
-
scripts/docs.py
return None lang = lang.lower() return lang def complete_existing_lang(incomplete: str): lang_path: Path for lang_path in get_lang_paths(): if lang_path.is_dir() and lang_path.name.startswith(incomplete): yield lang_path.name @app.callback() def callback() -> None: # For MacOS with CairoRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Dec 21 17:40:17 UTC 2025 - 16.9K bytes - Viewed (0) -
src/main/resources/fess_label_tr.properties
labels.dict_synonym_link_edit=Düzenle labels.dict_synonym_link_delete=Sil labels.dict_synonym_link_details=Detaylar labels.dict_synonym_link_download=İndir labels.dict_synonym_link_upload=Yükle labels.dict_synonym_source=Kaynak labels.dict_synonym_target=Hedef labels.dict_synonym_button_download=İndir labels.dict_synonym_button_upload=Yükle labels.dict_synonym_file=Eş Anlamlı Dosyası
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 47K bytes - Viewed (0) -
docs/tr/docs/async.md
### Eşzamanlılık paralellikten daha mı iyi? Hayır! Hikayenin ahlakı bu değil. Eşzamanlılık paralellikten farklıdır. Ve çok fazla bekleme içeren **belirli** senaryolarda daha iyidir. Bu nedenle, genellikle web uygulamaları için paralellikten çok daha iyidir. Ama her şey için değil. Yanı, bunu aklınızda oturtmak için aşağıdaki kısa hikayeyi hayal edin: > Büyük, kirli bir evi temizlemelisin. *Evet, tüm hikaye bu*. ---
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:56:21 UTC 2025 - 21.8K bytes - Viewed (0) -
docs/tr/docs/tutorial/path-params.md
```JSON {"item_id":3} ``` /// check | Ek bilgi Dikkatinizi çekerim ki, fonksiyonunuzun aldığı (ve döndürdüğü) değer olan `3` bir string `"3"` değil aksine bir Python `int`'idir. Bu tanımlamayla birlikte, **FastAPI** size otomatik istek <abbr title="HTTP isteği ile birlikte gelen string'i Python verisine dönüştürme">"ayrıştırma"</abbr> özelliği sağlar. /// ## Veri DoğrulamaRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 10.5K bytes - Viewed (0) -
scripts/translate.py
github_repository: Annotated[str, typer.Option(envvar="GITHUB_REPOSITORY")], ) -> None: print("Setting up GitHub Actions git user") repo = git.Repo(Path(__file__).absolute().parent.parent) if not repo.is_dirty(untracked_files=True): print("Repository is clean, no changes to commit") return subprocess.run(["git", "config", "user.name", "github-actions[bot]"], check=True) subprocess.run(
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0)