- Sort Score
- Result 10 results
- Languages All
Results 1701 - 1710 of 2,466 for path (0.02 sec)
-
docs/em/docs/tutorial/dependencies/index.md
{!> ../../docs_src/dependencies/tutorial001_py310.py!} ``` //// ๐ โซ๏ธ. **2๏ธโฃ โธ**. & โซ๏ธ โ๏ธ ๐ ๐ & ๐ ๐ ๐ ๐ *โก ๐ ๏ธ ๐ข* โ๏ธ. ๐ ๐ช ๐ญ โซ๏ธ *โก ๐ ๏ธ ๐ข* ๐ต "๐จโ๐จ" (๐ต `@app.get("/some-path")`). & โซ๏ธ ๐ช ๐จ ๐ณ ๐ ๐. ๐ ๐ผ, ๐ ๐ โ: * ๐ฆ ๐ข ๐ข `q` ๐ `str`. * ๐ฆ ๐ข ๐ข `skip` ๐ `int`, & ๐ข `0`. * ๐ฆ ๐ข ๐ข `limit` ๐ `int`, & ๐ข `100`. & โคด๏ธ โซ๏ธ ๐จ `dict` โ ๐ ๐ฒ.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.7K bytes - Viewed (0) -
cmd/iam.go
switch { case usersPrefix: accessKey := path.Dir(strings.TrimPrefix(event.keyPath, iamConfigUsersPrefix)) err = sys.store.UserNotificationHandler(ctx, accessKey, regUser) case stsPrefix: accessKey := path.Dir(strings.TrimPrefix(event.keyPath, iamConfigSTSPrefix)) err = sys.store.UserNotificationHandler(ctx, accessKey, stsUser) case svcPrefix:
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 29 16:01:48 UTC 2024 - 74.6K bytes - Viewed (0) -
istioctl/pkg/admin/istiodconfig.go
} ctrlzClient := &ControlzClient{ baseURL: &url.URL{ Scheme: "http", Host: portForwarder.Address(), Path: "scopej", }, httpClient: &http.Client{}, } istiodConfigCmd := chooseClientFlag(ctrlzClient, istiodReset, outputLogLevel, stackTraceLevel, outputFormat)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Apr 13 05:23:38 UTC 2024 - 13.5K bytes - Viewed (0) -
src/cmd/api/api_test.go
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package main import ( "flag" "fmt" "go/build" "internal/testenv" "os" "path/filepath" "sort" "strings" "sync" "testing" ) var flagCheck = flag.Bool("check", false, "run API checks") func TestMain(m *testing.M) { flag.Parse() for _, c := range contexts {
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Jan 04 17:31:12 UTC 2024 - 7.1K bytes - Viewed (0) -
docs/ko/docs/tutorial/metadata.md
/// ### ํ๊ทธ ์ฌ์ฉ `tags` ๋งค๊ฐ๋ณ์๋ฅผ *๊ฒฝ๋ก ์๋* ๋ฐ `APIRouter`์ ํจ๊ป ์ฌ์ฉํ์ฌ ํ๊ทธ์ ํ ๋นํ ์ ์์ต๋๋ค: ```Python hl_lines="21 26" {!../../docs_src/metadata/tutorial004.py!} ``` /// info ํ๊ทธ์ ๋ํ ์์ธํ ๋ด์ฉ์ [๊ฒฝ๋ก ์๋ ๊ตฌ์ฑ](path-operation-configuration.md#tags){.internal-link target=_blank}์์ ์ฝ์ด๋ณด์ธ์. /// ### ๋ฌธ์ ํ์ธ ์ด์ ๋ฌธ์๋ฅผ ํ์ธํ๋ฉด ๋ชจ๋ ์ถ๊ฐ ๋ฉํ๋ฐ์ดํฐ๊ฐ ํ์๋ฉ๋๋ค: <img src="/img/tutorial/metadata/image02.png"> ### ํ๊ทธ ์์
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 10:36:06 UTC 2024 - 6.5K bytes - Viewed (0) -
docs/tr/docs/tutorial/first-steps.md
<span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) ``` </div> ### Adฤฑm 3: Bir *Yol Operasyonu* Oluลturalฤฑm #### <abbr title="Yol: Path">Yol</abbr> Burada "yol" baฤlantฤฑda bulunan ilk `/` ile baลlayan ve sonrasฤฑnda gelen kฤฑsmฤฑ ifade eder. Yani, ลu ลekilde bir baฤlantฤฑda: ``` https://example.com/items/foo ```
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.11.md
cloud-config: "{cloud-config-path}" apiServerExtraVolumes: - name: cloud hostPath: "{cloud-config-path}" mountPath: "{cloud-config-path}" controllerManagerExtraArgs: cloud-provider: "{cloud}" cloud-config: "{cloud-config-path}" controllerManagerExtraVolumes: - name: cloud hostPath: "{cloud-config-path}" mountPath: "{cloud-config-path}" ```
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Thu Feb 06 06:04:15 UTC 2020 - 328.4K bytes - Viewed (0) -
common-protos/k8s.io/api/rbac/v1/generated.proto
// Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. // Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. // +optional repeated string nonResourceURLs = 5; }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 7.6K bytes - Viewed (0) -
cmd/testdata/xl-meta-merge.zip
e/windows-amd64/minio.exe ``` Use the following command to run a standalone MinIO server on the Windows host. Replace ``D:\`` with the path to the drive or directory in which you want MinIO to store data. You must change the terminal or powershell directory to the location of the ``minio.exe`` executable, *or* add the path to that directory to the system ``$PATH``: ```sh minio.exe server D:\ ``` The MinIO deployment starts using default root credentials `minioadmin:minioadmin`. You can test the deployment...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Mar 08 17:50:48 UTC 2024 - 30.2K bytes - Viewed (0) -
cmd/erasure.go
var wg sync.WaitGroup for _, disk := range er.getLocalDisks() { if disk == nil { continue } wg.Add(1) go func(disk StorageAPI) { defer wg.Done() drivePath := disk.Endpoint().Path readDirFn(pathJoin(drivePath, minioMetaTmpDeletedBucket), func(ddir string, typ os.FileMode) error { w := xioutil.NewDeadlineWorker(globalDriveConfig.GetMaxTimeout()) return w.Run(func() error {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Oct 04 22:23:33 UTC 2024 - 16.1K bytes - Viewed (0)