- Sort Score
- Num 10 results
- Language All
Results 161 - 170 of 1,269 for Tool (0.06 seconds)
-
api/maven-api-di/src/main/resources/META-INF/services/javax.annotation.processing.Processor
org.apache.maven.di.tool.DiIndexProcessor...
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Sep 10 17:18:47 GMT 2024 - 41 bytes - Click Count (0) -
src/cmd/api/main_test.go
scope := pkg.Scope() for _, name := range scope.Names() { if token.IsExported(name) { w.emitObj(scope.Lookup(name)) } } pop() } func set(items []string) map[string]bool { s := make(map[string]bool) for _, v := range items { s[v] = true } return s } var spaceParensRx = regexp.MustCompile(` \(\S+?\)`) func featureWithoutContext(f string) string {
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Mar 02 13:20:41 GMT 2026 - 31.4K bytes - Click Count (0) -
cmd/testdata/xl-meta-merge.zip
root credentials. You can use the Browser to create buckets, upload objects, and browse the contents of the MinIO server. You can also connect using any S3-compatible tool, such as the MinIO Client `mc` commandline tool. See [Test using MinIO Client `mc`](#test-using-minio-client-mc) for more information on using the `mc` commandline tool. For application developers, see <https://min.io/docs/minio/linux/developers/minio-drivers.html> to view MinIO SDKs for supported languages. > NOTE: Standalone MinIO...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Mar 08 17:50:48 GMT 2024 - 30.2K bytes - Click Count (0) -
src/archive/zip/reader.go
return b2 } // A fileListEntry is a File and its ename. // If file == nil, the fileListEntry describes a directory without metadata. type fileListEntry struct { name string file *File isDir bool isDup bool } type fileInfoDirEntry interface { fs.FileInfo fs.DirEntry } func (f *fileListEntry) stat() (fileInfoDirEntry, error) { if f.isDup {Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 15 18:35:56 GMT 2026 - 28.5K bytes - Click Count (0) -
docs/tr/docs/fastapi-cli.md
## Uygulama `entrypoint`'ini `pyproject.toml` İçinde Yapılandırma { #configure-the-app-entrypoint-in-pyproject-toml } Uygulamanızın nerede olduğunu aşağıdaki gibi bir `pyproject.toml` dosyasında yapılandırabilirsiniz: ```toml [tool.fastapi] entrypoint = "main:app" ``` Bu `entrypoint`, `fastapi` komutuna app'i şu şekilde import etmesi gerektiğini söyler: ```python from main import app ``` Kodunuz şu şekilde yapılandırılmışsa: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/uk/docs/fastapi-cli.md
```toml [tool.fastapi] entrypoint = "main:app" ``` Цей `entrypoint` підкаже команді `fastapi`, що слід імпортувати застосунок так: ```python from main import app ``` Якщо ваш код має таку структуру: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Тоді ви встановили б `entrypoint` як: ```toml [tool.fastapi] entrypoint = "backend.main:app" ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 7.8K bytes - Click Count (0) -
.github/hub_scripts/pr_ci.sh
# PR_NUMBER=$(hub pr show -f '%I')
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Jan 22 15:25:21 GMT 2021 - 1K bytes - Click Count (0) -
docs/ru/docs/fastapi-cli.md
```toml [tool.fastapi] entrypoint = "main:app" ``` Этот `entrypoint` сообщит команде `fastapi`, что приложение нужно импортировать так: ```python from main import app ``` Если ваш код организован так: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Тогда следует указать `entrypoint` так: ```toml [tool.fastapi] entrypoint = "backend.main:app"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.2K bytes - Click Count (0) -
docs/de/docs/fastapi-cli.md
## Den App-`entrypoint` in `pyproject.toml` konfigurieren { #configure-the-app-entrypoint-in-pyproject-toml } Sie können in einer `pyproject.toml`-Datei konfigurieren, wo sich Ihre App befindet, etwa so: ```toml [tool.fastapi] entrypoint = "main:app" ``` Dieser `entrypoint` teilt dem Befehl `fastapi` mit, dass die App so importiert werden soll: ```python from main import app ``` Wenn Ihr Code so strukturiert wäre:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 6.2K bytes - Click Count (0) -
docs/en/docs/fastapi-cli.md
## Configure the app `entrypoint` in `pyproject.toml` { #configure-the-app-entrypoint-in-pyproject-toml } You can configure where your app is located in a `pyproject.toml` file like: ```toml [tool.fastapi] entrypoint = "main:app" ``` That `entrypoint` will tell the `fastapi` command that it should import the app like: ```python from main import app ``` If your code was structured like:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 5.8K bytes - Click Count (0)