- Sort Score
- Result 10 results
- Languages All
Results 671 - 680 of 1,431 for supports (0.12 sec)
-
docs/em/docs/index.md
```Python ... "item_name": item.name ... ``` ...: ```Python ... "item_price": item.price ... ``` ...& ๐ โ ๐ ๐จโ๐จ ๐ ๐-๐ ๐ข & ๐ญ ๐ซ ๐: ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png) ๐ ๐ ๐ผ ๐ ๐ โ, ๐ <a href="https://fastapi.tiangolo.com/tutorial/">๐ฐ - ๐ฉโ๐ป ๐ฆฎ</a>. **๐ ๐จ**: ๐ฐ - ๐ฉโ๐ป ๐ฆฎ ๐:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 17.1K bytes - Viewed (0) -
docs/he/docs/index.md
```Python ... "item_name": item.name ... ``` ...ื: ```Python ... "item_price": item.price ... ``` ...ืืจืื ืืื ืืขืืจื ืฉืืื ืืฉืืื ืืช ืืืืคืืื ืื ืืืืืข ืืช ืืืืคืืกืื ืฉืืื: ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png) ืืืืืื ืืืชืจ ืฉืืื ืฉืืืืืช ืขืื ืชืืื ืืช, ืจืื ืืช ื<a href="https://fastapi.tiangolo.com/tutorial/">ืืืจืื - ืืืฉืชืืฉ</a>. **ืืชืจืืช ืกืคืืืืจืื**: ืืืืจืื - ืืืฉืชืืฉ ืืืื:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
.github/workflows/mint/nginx.conf
# This is necessary to pass the correct IP to be hashed real_ip_header X-Real-IP; proxy_connect_timeout 300; # To support websocket proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; chunked_transfer_encoding off;
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed May 15 16:52:29 UTC 2024 - 3.1K bytes - Viewed (0) -
docs/orchestration/docker-compose/nginx.conf
# This is necessary to pass the correct IP to be hashed real_ip_header X-Real-IP; proxy_connect_timeout 300; # To support websocket proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; chunked_transfer_encoding off;
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Mar 05 06:32:39 UTC 2022 - 3K bytes - Viewed (0) -
settings.gradle.kts
include(":okhttp-dnsoverhttps") include(":okhttp-hpacktests") include(":okhttp-idna-mapping-table") include(":okhttp-java-net-cookiejar") include(":okhttp-logging-interceptor") include(":okhttp-sse") include(":okhttp-testing-support") include(":okhttp-tls") include(":okhttp-urlconnection") include(":samples:compare") include(":samples:crawler") include(":samples:guide") include(":samples:simple-client") include(":samples:slack")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Apr 14 14:24:05 UTC 2024 - 2.6K bytes - Viewed (0) -
cmd/admin-handlers-pools.go
ctx := r.Context() objectAPI, _ := validateAdminReq(ctx, w, r, policy.DecommissionAdminAction) if objectAPI == nil { return } // Legacy args style such as non-ellipses style is not supported with this API. if globalEndpoints.Legacy() { writeErrorResponseJSON(ctx, w, errorCodes.ToAPIErr(ErrNotImplemented), r.URL) return } z, ok := objectAPI.(*erasureServerPools)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri Jun 28 00:22:30 UTC 2024 - 10.9K bytes - Viewed (0) -
docs/pt/docs/tutorial/query-params-str-validations.md
/// note | "Observaรงรฃo" O FastAPI saberรก que o valor de `q` nรฃo รฉ obrigatรณrio por causa do valor padrรฃo `= None`. O `Union` em `Union[str, None]` nรฃo รฉ usado pelo FastAPI, mas permitirรก que seu editor lhe dรช um melhor suporte e detecte erros. /// ## Validaรงรฃo adicional Nรณs iremos forรงar que mesmo o parรขmetro `q` seja opcional, sempre que informado, **seu tamanho nรฃo exceda 50 caracteres**. ### Importe `Query`
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.3K bytes - Viewed (0) -
cmd/bucket-encryption.go
sseCfg, _, err := globalBucketMetadataSys.GetSSEConfig(bucket) return sseCfg, err } // validateBucketSSEConfig parses bucket encryption configuration and validates if it is supported by MinIO. func validateBucketSSEConfig(r io.Reader) (*sse.BucketSSEConfig, error) { encConfig, err := sse.ParseBucketSSEConfig(r) if err != nil { return nil, err } if len(encConfig.Rules) == 1 {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 25 00:44:15 UTC 2022 - 1.7K bytes - Viewed (0) -
licenses/github.com/hashicorp/errwrap/LICENSE
3.5. Application of Additional Terms You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, You may do so only on Your own behalf, and not on behalf of any Contributor. You must make it absolutely clear that any such warranty, support, indemnity, or liability obligation is offered by You
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sat Oct 26 02:47:39 UTC 2019 - 15.6K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/ImmutableSortedMultiset.java
@J2ktIncompatible // java.io.ObjectInputStream private void readObject(ObjectInputStream stream) throws InvalidObjectException { throw new InvalidObjectException("Use SerializedForm"); } /** * Not supported. Use {@link #toImmutableSortedMultiset} instead. This method exists only to hide * {@link ImmutableMultiset#toImmutableMultiset} from consumers of {@code * ImmutableSortedMultiset}. *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 16 21:21:17 UTC 2024 - 35.4K bytes - Viewed (0)