Search Options

Results per page
Sort
Preferred Languages
Advance

Results 371 - 380 of 2,574 for Gone (0.02 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top