- Sort Score
- Result 10 results
- Languages All
Results 531 - 540 of 595 for validate (0.07 sec)
-
docs/em/docs/index.md
๐ค ๐ ๐ โซ๏ธ, ๐ ๐ <a href="https://fastapi.tiangolo.com/benchmarks/" class="internal-link" target="_blank">๐</a>. ## ๐ฆ ๐ โ๏ธ Pydantic: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - ๐ง ๐ฌ. โ๏ธ ๐: * <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - โ ๐ฅ ๐ ๐ โ๏ธ `TestClient`.
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
## ืชืืืืืช ืืืคืฆืืื ืืืืช ืืฉืืืืฉ Pydantic: - <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - ืืืืืืช ืืชืืืืช ืืืืืื. ืืฉืืืืฉ Starlette: - <a href="https://www.python-httpx.org" target="_blank"><code>httpx</code></a> - ืืจืืฉ ืื ืืจืฆืื ืื ืืืฉืชืืฉ ื - `TestClient`.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 20 19:20:23 UTC 2024 - 21.2K bytes - Viewed (0) -
docs/es/docs/python-types.md
Tรบ declaras la "forma" de los datos mediante clases con atributos. Cada atributo tiene un tipo. Luego creas un instance de esa clase con algunos valores y Pydantic validarรก los valores, los convertirรก al tipo apropiado (si ese es el caso) y te darรก un objeto con todos los datos. Y obtienes todo el soporte del editor con el objeto resultante. Tomado de la documentaciรณn oficial de Pydantic:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 9.1K bytes - Viewed (0) -
android/guava/src/com/google/common/cache/Cache.java
* * @since 12.0 */ void putAll(Map<? extends K, ? extends V> m); /** Discards any cached value for key {@code key}. */ void invalidate(@CompatibleWith("K") Object key); /** * Discards any cached values for keys {@code keys}. * * @since 11.0 */ // For discussion of <? extends Object>, see getAllPresent.
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sun Aug 07 02:38:22 UTC 2022 - 8.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.25.md
- Ignore context canceled from validate and mutate webhook ([#120017](https://github.com/kubernetes/kubernetes/pull/120017), [@divyasri537](https://github.com/divyasri537)) [SIG API Machinery]
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Mon May 06 09:23:20 UTC 2024 - 419.1K bytes - Viewed (0) -
cmd/endpoint-ellipses.go
if err != nil { return err } ctxt.Layout.pools = append(ctxt.Layout.pools, poolDisksLayout{cmdline: arg, layout: setArgs}) } return } // CreateServerEndpoints - validates and creates new endpoints from input args, supports // both ellipses and without ellipses transparently. func createServerEndpoints(serverAddr string, poolArgs []poolDisksLayout, legacy bool) (
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Aug 14 17:11:51 UTC 2024 - 14.7K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/cache/CacheLoadingTest.java
public void run() { cache.refresh(refreshKey); getFinishedSignal.countDown(); } }.start(); computationStarted.await(); cache.invalidate(getKey); cache.invalidate(refreshKey); assertFalse(map.containsKey(getKey)); assertFalse(map.containsKey(refreshKey)); // let computation complete letGetFinishSignal.countDown();
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 18 19:07:49 UTC 2024 - 86.3K bytes - Viewed (0) -
docs/ko/docs/index.md
## ์ ํ๊ฐ๋ฅํ ์์กด์ฑ Pydantic์ด ์ฌ์ฉํ๋: * <a href="https://github.com/JoshData/python-email-validator" target="_blank"><code>email-validator</code></a> - ์ด๋ฉ์ผ ์ ํจ์ฑ ๊ฒ์ฌ. Starlette์ด ์ฌ์ฉํ๋: * <a href="https://www.python-httpx.org" target="_blank"><code>HTTPX</code></a> - `TestClient`๋ฅผ ์ฌ์ฉํ๋ ค๋ฉด ํ์.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Fri Aug 16 16:50:01 UTC 2024 - 19.4K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/licenses/EPL-2.0.txt
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Tue Jun 04 06:45:16 UTC 2024 - 13.9K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Cache.kt
* .cacheControl(new CacheControl.Builder().noCache().build()) * .url("http://publicobject.com/helloworld.txt") * .build(); * ``` * * If it is only necessary to force a cached response to be validated by the server, use the more * efficient `max-age=0` directive instead: * * ```java * Request request = new Request.Builder() * .cacheControl(new CacheControl.Builder() * .maxAge(0, TimeUnit.SECONDS)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 10 19:46:48 UTC 2024 - 26.8K bytes - Viewed (0)