- Sort Score
- Result 10 results
- Languages All
Results 241 - 250 of 1,361 for yields (0.14 sec)
-
cmd/postpolicyform.go
// Iterate over policy conditions and check them against received form fields for _, policy := range postPolicyForm.Conditions.Policies { // Form fields names are in canonical format, convert conditions names // to canonical for simplification purpose, so `$key` will become `Key` formCanonicalName := http.CanonicalHeaderKey(strings.TrimPrefix(policy.Key, "$")) // Operator for the current policy condition op := policy.Operator
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Sep 23 19:35:41 UTC 2024 - 12.4K bytes - Viewed (0) -
tests/test_dependency_contextvars.py
client = TestClient(app) def test_dependency_contextvars(): """ Check that custom middlewares don't affect the contextvar context for dependencies. The code before yield and the code after yield should be run in the same contextvar context, so that request_state_context_var.reset(contextvar_token). If they are run in a different context, that raises an error. """
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Feb 17 12:40:12 UTC 2022 - 1.5K bytes - Viewed (0) -
docs/em/docs/advanced/events.md
`shutdown` ๐ ๐จ ๐โ ๐ **โ๏ธ** ๐ธ. ๐ฒ ๐ ๐ช โถ๏ธ ๐ โฌ, โ๏ธ ๐ ๐ค ๐ก ๐ โซ๏ธ. ๐คท /// ### ๐ ๐ข ๐ฅ ๐ ๐, ๐ ๐ฅ โ ๐ ๐ข โฎ๏ธ `yield`. ๐ ๐ถ ๐ ๐ โฎ๏ธ `yield`. ```Python hl_lines="14-19" {!../../docs_src/events/tutorial003.py!} ``` ๐ฅ ๐ ๐ข, โญ `yield`, ๐ ๐ ๏ธ **โญ** ๐ธ โถ๏ธ. & ๐ โฎ๏ธ `yield` ๐ ๐ ๏ธ **โฎ๏ธ** ๐ธ โ๏ธ ๐. ### ๐ ๐ ๐จโ๐ผ ๐ฅ ๐ โ , ๐ข ๐ โฎ๏ธ `@asynccontextmanager`. ๐ ๐ ๐ข ๐ ๐ณ ๐ค "**๐ ๐ ๐จโ๐ผ**".
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.1K bytes - Viewed (0) -
common-protos/k8s.io/api/autoscaling/v2/generated.proto
} // MetricSpec specifies how to scale based on a single metric // (only `type` and one other matching field should be set at once). message MetricSpec { // type is the type of metric source. It should be one of "ContainerResource", "External", // "Object", "Pods" or "Resource", each mapping to a matching field in the object. // Note: "ContainerResource" type is available on when the feature-gate // HPAContainerMetrics is enabled
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 21.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/schema-extra-example.md
``` ใใฎ่ฟฝๅ ๆ ๅ ฑใฏใใฎใพใพๅบๅใใใJSON Schemaใซ่ฟฝๅ ใใใพใใ ## `Field`ใฎ่ฟฝๅ ๅผๆฐ ๅพ่ฟฐใใ`Field`ใ`Path`ใ`Query`ใ`Body`ใชใฉใงใฏใไปปๆใฎๅผๆฐใ้ขๆฐใซๆธกใใใจใงJSON Schemaใฎ่ฟฝๅ ๆ ๅ ฑใๅฎฃ่จใใใใจใใงใใพใ: ```Python hl_lines="4 10 11 12 13" {!../../docs_src/schema_extra_example/tutorial002.py!} ``` /// warning | "ๆณจๆ" ใใใใฎ่ฟฝๅ ๅผๆฐใๆธกใใใฆใใๆๆธๅใฎใใใฎใใชใใผใทใงใณใฏ่ฟฝๅ ใใใใๆณจ้ใ ใใ่ฟฝๅ ใใใใใจใ่ฆใใฆใใใฆใใ ใใใ /// ## `Body`ใฎ่ฟฝๅ ๅผๆฐ ่ฟฝๅ ๆ ๅ ฑใ`Field`ใซๆธกใใฎใจๅใใใใซใ`Path`ใ`Query`ใ`Body`ใชใฉใงใๅใใใจใใงใใพใใ
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 3K bytes - Viewed (0) -
src/cmd/cgo/doc.go
# Go references to C Within the Go file, C's struct field names that are keywords in Go can be accessed by prefixing them with an underscore: if x points at a C struct with a field named "type", x._type accesses the field. C struct fields that cannot be expressed in Go, such as bit fields or misaligned data, are omitted in the Go struct, replaced by appropriate padding to reach the next field or the end of the struct.
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
helm-releases/minio-1.0.2.tgz
Annotations for the Kubernetes Job makeBucketJob makeBucketJob: podAnnotations: annotations: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi ## Use this field to add environment variables relevant to MinIO server. These fields will be passed on to MinIO container(s) ## when Chart is deployed environment: ## Please refer for comprehensive list https://docs.min.io/minio/baremetal/reference/minio-server/minio-server.html ## MINIO_SUBNET_LICENSE:...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Aug 24 18:58:05 UTC 2021 - 13.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
final StringBuilder buf = new StringBuilder(100); buf.append(form.q); if (!form.fields.isEmpty() && form.fields.containsKey(LABEL_FIELD)) { final String[] values = form.fields.get(LABEL_FIELD); final List<String> labelList = new ArrayList<>(); if (values != null) { Collections.addAll(labelList, values);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 12.3K bytes - Viewed (0) -
fastapi/encoders.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 21:56:59 UTC 2024 - 10.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/QueryStringBuilderTest.java
return getQuery("", new String[0], Collections.emptyMap(), conditions, false); } private String getQuery(final String query, final String[] extraQueries, final Map<String, String[]> fields, final Map<String, String[]> conditions, final boolean escape) { return new QueryStringBuilder().params(new SearchRequestParams() { @Override public String getQuery() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 7K bytes - Viewed (0)