- Sort Score
- Result 10 results
- Languages All
Results 371 - 380 of 2,574 for Gone (0.02 sec)
-
guava/src/com/google/common/base/AbstractIterator.java
protected AbstractIterator() {} private enum State { READY, NOT_READY, DONE, FAILED, } private @Nullable T next; protected abstract @Nullable T computeNext(); @CanIgnoreReturnValue protected final @Nullable T endOfData() { state = State.DONE; return null; } @Override public final boolean hasNext() { checkState(state != State.FAILED);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 2.4K bytes - Viewed (0) -
docs/em/docs/tutorial/query-params.md
http://127.0.0.1:8000/items/?skip=20 ``` đĸ đ˛ đ đĸ đ: * `skip=20`: âŠī¸ đ â âĢī¸ đ * `limit=10`: âŠī¸ đ đĸ đ˛ ## đĻ đĸ đ đ, đ đĒ đŖ đĻ đĸ đĸ, â đĢ đĸ `None`: {* ../../docs_src/query_params/tutorial002.py hl[9] *} đ đŧ, đĸ đĸ `q` đ đĻ, & đ `None` đĸ. /// check đ đ **FastAPI** đ đĨ đ đ ⥠đĸ `item_id` ⥠đĸ & `q` đĢ,, âĢī¸ đĸ đĸ. /// ## đĸ đĸ đ đ ī¸
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 3.6K bytes - Viewed (0) -
docs/de/docs/tutorial/body-multiple-params.md
Da einfache Werte standardmäÃig als Query-Parameter interpretiert werden, mÃŧssen Sie `Query` nicht explizit hinzufÃŧgen, Sie kÃļnnen einfach schreiben: ```Python q: Union[str, None] = None ``` Oder in Python 3.10 und darÃŧber: ```Python q: str | None = None ``` Zum Beispiel: {* ../../docs_src/body_multiple_params/tutorial004_an_py310.py hl[27] *} /// info
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 5.2K bytes - Viewed (0) -
docs/es/docs/tutorial/body.md
/// note | Nota FastAPI sabrÃĄ que el valor de `q` no es requerido debido al valor por defecto `= None`. El `str | None` (Python 3.10+) o `Union` en `Union[str, None]` (Python 3.8+) no es utilizado por FastAPI para determinar que el valor no es requerido, sabrÃĄ que no es requerido porque tiene un valor por defecto de `= None`. Pero agregar las anotaciones de tipos permitirÃĄ que tu editor te brinde un mejor soporte y detecte errores.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 7K bytes - Viewed (0) -
docs/bn/docs/python-types.md
``` `Optional[str]` āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻāϰāĻž āĻŽāĻžāύ⧠āĻšāϞ āĻļā§āϧ⧠`str` āύāϝāĻŧ, āĻāĻāĻŋ āĻšāϤ⧠āĻĒāĻžāϰ⧠`None`-āĻ, āϝāĻž āĻāĻĒāύāĻžāϰ āĻāĻĄāĻŋāĻāϰāĻā§ āϏā§āĻ āϤā§āϰā§āĻāĻŋāĻā§āϞāĻŋ āĻļāύāĻžāĻā§āϤ āĻāϰāϤ⧠āϏāĻžāĻšāĻžāϝā§āϝ āĻāϰāĻŦā§ āϝā§āĻāĻžāύ⧠āĻāĻĒāύāĻŋ āϧāϰ⧠āύāĻŋāĻā§āĻā§āύ āϝ⧠āĻāĻāĻāĻŋ āĻŽāĻžāύ āϏāĻŦāϏāĻŽāϝāĻŧ `str` āĻšāĻŦā§, āĻ āĻĨāĻ āĻāĻāĻŋ `None`-āĻ āĻšāϤ⧠āĻĒāĻžāϰā§āĻāĨ¤ `Optional[Something]` āĻŽā§āϞāϤ `Union[Something, None]`-āĻāϰ āĻāĻāĻāĻŋ āĻļāϰā§āĻāĻāĻžāĻ, āĻāĻŦāĻ āϤāĻžāϰāĻž āϏāĻŽāϤā§āϞā§āϝāĨ¤ āĻāϰ āĻŽāĻžāύ⧠āĻšāϞ, Python 3.10-āĻ, āĻāĻĒāύāĻŋ āĻāĻžāĻāĻĒāĻā§āϞāĻŋāϰ āĻāĻāύāĻŋāϝāĻŧāύ āĻā§āώāĻŖāĻž āĻāϰāϤ⧠`Something | None` āĻŦā§āϝāĻŦāĻšāĻžāϰ āĻāϰāϤ⧠āĻĒāĻžāϰā§āύ: //// tab | Python 3.10+
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 35.6K bytes - Viewed (0) -
cmd/handler-utils.go
return errorResponseHandler } // If none of the http routes match respond with appropriate errors func errorResponseHandler(w http.ResponseWriter, r *http.Request) { if r.Method == http.MethodOptions { return }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 16.3K bytes - Viewed (1) -
buildscripts/verify-build.sh
rv=$? pkill minio sleep 3 if [ "$rv" -ne 0 ]; then for i in $(seq 0 1); do echo "server$i log:" cat "$WORK_DIR/pool-minio-900$i.log" done fi for i in $(seq 0 1); do rm -f "$WORK_DIR/pool-minio-900$i.log" done return "$rv" } function run_test_pool_erasure_sets_ipv6() { start_minio_pool_erasure_sets_ipv6 export SERVER_ENDPOINT="[::1]:9000"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri May 24 19:28:51 UTC 2024 - 6.7K bytes - Viewed (0) -
docs/tr/docs/tutorial/query-params.md
* `limit=10`: çÃŧnkÃŧ varsayÄąlan deÄer buydu. ## İsteÄe BaÄlÄą Parametreler AynÄą Åekilde, varsayÄąlan deÄerlerini `None` olarak atayarak isteÄe baÄlÄą parametreler tanÄąmlayabilirsiniz: {* ../../docs_src/query_params/tutorial002_py310.py hl[7] *} Bu durumda, `q` fonksiyon parametresi isteÄe baÄlÄą olacak ve varsayÄąlan deÄer olarak `None` alacaktÄąr. /// check | Ek bilgi
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:29:01 UTC 2025 - 5.2K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/collect/ImmutableBiMapTest.java
assertThat(expected).hasMessageThat().contains("one"); } public void testOf() { assertMapEquals(ImmutableBiMap.of("one", 1), "one", 1); assertMapEquals(ImmutableBiMap.of("one", 1).inverse(), 1, "one"); assertMapEquals(ImmutableBiMap.of("one", 1, "two", 2), "one", 1, "two", 2); assertMapEquals(ImmutableBiMap.of("one", 1, "two", 2).inverse(), 1, "one", 2, "two"); assertMapEquals(
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 21.2K bytes - Viewed (0) -
android/guava/src/com/google/common/util/concurrent/AbstractTransformFuture.java
* * - If the stack overflowed after set()/setValue() stored its result, then a call to * setException() will be a no-op because the Future is already done. * * Both scenarios are bad: The output Future might never complete, or, if it does complete, it * might not run some of its listeners. The likely result is that the app will hang. (And of
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Feb 20 18:03:37 UTC 2025 - 10.8K bytes - Viewed (0)