- Sort Score
- Num 10 results
- Language All
Results 511 - 520 of 536 for TAG (0.03 seconds)
-
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Tag import org.junit.jupiter.api.Test import org.junit.jupiter.api.extension.RegisterExtension import org.junit.jupiter.api.io.TempDir import org.opentest4j.TestAbortedException /** Android's URLConnectionTest, ported to exercise OkHttp's Call API. */ @Tag("Slow") class URLConnectionTest { @RegisterExtension val platform = PlatformRule()
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 133.3K bytes - Click Count (0) -
src/cmd/cgo/ast.go
context = ctxType } else { context = ctxExpr } f.walk(n.List, context, visit) f.walk(n.Body, ctxStmt, visit) case *ast.SwitchStmt: f.walk(n.Init, ctxStmt, visit) f.walk(&n.Tag, ctxExpr, visit) f.walk(n.Body, ctxSwitch, visit) case *ast.TypeSwitchStmt: f.walk(n.Init, ctxStmt, visit) f.walk(n.Assign, ctxStmt, visit) f.walk(n.Body, ctxTypeSwitch, visit) case *ast.CommClause:Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:59 GMT 2026 - 14.4K bytes - Click Count (0) -
cmd/admin-handlers-users.go
} } opts.sessionPolicy = sp return ctx, cred, opts, createReq, targetUser, APIError{} } // setReqInfoPolicyName will set the given policyName as a tag on the context's request info, // so that it appears in audit logs. func setReqInfoPolicyName(ctx context.Context, policyName string) { reqInfo := logger.GetReqInfo(ctx) reqInfo.SetTags("policyName", policyName)Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 90.6K bytes - Click Count (0) -
cmd/metrics-v2.go
} } func getMinIOVersionMD() MetricDescription { return MetricDescription{ Namespace: minioMetricNamespace, Subsystem: softwareSubsystem, Name: versionInfo, Help: "MinIO Release tag for the server", Type: gaugeMetric, } } func getMinIOCommitMD() MetricDescription { return MetricDescription{ Namespace: minioMetricNamespace, Subsystem: softwareSubsystem,
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 133.6K bytes - Click Count (0) -
docs/es/docs/tutorial/bigger-applications.md
El resultado es que, en nuestra app, cada una de las *path operations* del mรณdulo `admin` tendrรก: * El prefix `/admin`. * El tag `admin`. * La dependencia `get_token_header`. * La response `418`. ๐ต Pero eso solo afectarรก a ese `APIRouter` en nuestra app, no en ningรบn otro cรณdigo que lo utilice.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20.2K bytes - Click Count (0) -
RELEASE.md
* `tf.keras`: * Changed the TensorBoard tag names produced by the `tf.keras.callbacks.TensorBoard` callback, so that summaries logged automatically for model weights now include either a `/histogram` or `/image` suffix in their tag names, in order to prevent tag name collisions across summary types.Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3) -
docs/ko/docs/tutorial/bigger-applications.md
์ด๋ ๊ฒ ํ๋ฉด ์๋ `APIRouter`๋ ์์ ๋์ง ์์ผ๋ฏ๋ก, ์กฐ์ง ๋ด ๋ค๋ฅธ ํ๋ก์ ํธ์์๋ ๋์ผํ `app/internal/admin.py` ํ์ผ์ ๊ณ์ ๊ณต์ ํ ์ ์์ต๋๋ค. ๊ฒฐ๊ณผ์ ์ผ๋ก ์ฐ๋ฆฌ ์ฑ์์ `admin` ๋ชจ๋์ ๊ฐ *path operations*๋ ๋ค์์ ๊ฐ๊ฒ ๋ฉ๋๋ค: * prefix `/admin`. * tag `admin`. * dependency `get_token_header`. * ์๋ต `418`. ๐ต ํ์ง๋ง ์ด๋ ์ฐ๋ฆฌ ์ฑ์์ ๊ทธ `APIRouter`์๋ง ์ํฅ์ ์ฃผ๋ฉฐ, ์ด๋ฅผ ์ฌ์ฉํ๋ ๋ค๋ฅธ ์ฝ๋์๋ ์ํฅ์ ์ฃผ์ง ์์ต๋๋ค. ๋ฐ๋ผ์ ๋ค๋ฅธ ํ๋ก์ ํธ๋ค์ ๊ฐ์ `APIRouter`๋ฅผ ๋ค๋ฅธ ์ธ์ฆ ๋ฐฉ์์ผ๋ก ์ฌ์ฉํ ์๋ ์์ต๋๋ค.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.36.md
- Upgrades functionality of `kubectl kustomize` as described at https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.8.1 ([#136892](https://github.com/kubernetes/kubernetes/pull/136892), [@koba1t](https://github.com/koba1t)) [SIG Architecture and CLI] ## Dependencies ### Added _Nothing has changed._
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 23:38:00 GMT 2026 - 142.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.16.md
* Update Cluster Autoscaler version to 1.16.2 (CA release docs: https://github.com/kubernetes/autoscaler/releases/tag/cluster-autoscaler-1.16.2) ([#84038](https://github.com/kubernetes/kubernetes/pull/84038), [@losipiuk](https://github.com/losipiuk))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Oct 23 20:13:20 GMT 2024 - 345.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.31.md
### Other (Cleanup or Flake) - Updated cni-plugins to [v1.5.1](https://github.com/containernetworking/plugins/releases/tag/v1.5.1). ([#126988](https://github.com/kubernetes/kubernetes/pull/126988), [@saschagrunert](https://github.com/saschagrunert)) [SIG Cloud Provider, Node and Testing] ## Dependencies ### Added _Nothing has changed._
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Nov 12 11:33:21 GMT 2025 - 451.9K bytes - Click Count (0)