Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 401 - 410 of 557 for EXTRA (0.07 seconds)

  1. docs/ja/docs/tutorial/header-param-models.md

    `/docs` のドキュメント UI で必要なヘッダーを確認できます:
    
    <div class="screenshot">
    <img src="/img/tutorial/header-param-models/image01.png">
    </div>
    
    ## 余分なヘッダーを禁止 { #forbid-extra-headers }
    
    特殊なユースケース(あまり一般的ではありません)では、受け付けるヘッダーを**制限**したい場合があります。
    
    Pydantic のモデル設定で `extra` フィールドを `forbid` にして禁止できます:
    
    {* ../../docs_src/header_param_models/tutorial002_an_py310.py hl[10] *}
    
    クライアントが**余分なヘッダー**を送信しようとすると、**エラー**レスポンスが返されます。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 15:24:30 GMT 2026
    - 3.2K bytes
    - Click Count (0)
  2. docs/uk/docs/tutorial/cookie-param-models.md

    ///
    
    ## Заборона додаткових cookie { #forbid-extra-cookies }
    
    У деяких спеціальних випадках (ймовірно, не дуже поширених) ви можете захотіти **обмежити** cookies, які хочете отримувати.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 12:42:01 GMT 2026
    - 4.7K bytes
    - Click Count (0)
  3. docs/en/docs/alternatives.md

    /// check | Inspired **FastAPI** to
    
    Define extra validations for data types using the "default" value of model attributes. This improves editor support, and it was not available in Pydantic before.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  4. cmd/erasure-server-pool-rebalance.go

    		rebalanceLogIf(ctx, fmt.Errorf("invalid workers value err: %v, defaulting to %d", err, len(pool.sets)))
    		workerSize = len(pool.sets)
    	}
    
    	// Each decom worker needs one List() goroutine/worker
    	// add that many extra workers.
    	workerSize += len(pool.sets)
    
    	wk, err := workers.New(workerSize)
    	if err != nil {
    		return err
    	}
    
    	for setIdx, set := range pool.sets {
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 28.7K bytes
    - Click Count (0)
  5. api/go1.21.txt

    pkg crypto/tls, type QUICEvent struct, Suite uint16 #44886
    pkg crypto/tls, type SessionState struct #60105
    pkg crypto/tls, type SessionState struct, EarlyData bool #60107
    pkg crypto/tls, type SessionState struct, Extra [][]uint8 #60539
    pkg crypto/x509, type RevocationListEntry struct #53573
    pkg crypto/x509, type RevocationListEntry struct, Extensions []pkix.Extension #53573
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Click Count (0)
  6. android/guava-tests/test/com/google/common/collect/MultimapsTest.java

        assertThat(transformed.toString()).isEqualTo("{a=[a1, a4, a4], b=[b6]}");
      }
    
      @J2ktIncompatible // Synchronized
      public void testSynchronizedMultimapSampleCodeCompilation() {
        // Extra indirection for J2KT, to avoid error: not enough information to infer type variable K
        this.<@Nullable Object, @Nullable Object>genericTestSynchronizedMultimapSampleCodeCompilation();
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 13 13:01:07 GMT 2026
    - 39.2K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/primitives/Ints.java

       *
       * @param array the source array
       * @param minLength the minimum length the returned array must guarantee
       * @param padding an extra amount to "grow" the array by if growth is necessary
       * @throws IllegalArgumentException if {@code minLength} or {@code padding} is negative
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 17 16:45:58 GMT 2026
    - 31.3K bytes
    - Click Count (0)
  8. docs/fr/docs/tutorial/query-param-models.md

    </div>
    
    ## Interdire des paramètres de requête supplémentaires { #forbid-extra-query-parameters }
    
    Dans certains cas d'utilisation particuliers (probablement peu courants), vous pouvez vouloir restreindre les paramètres de requête que vous souhaitez recevoir.
    
    Vous pouvez utiliser la configuration du modèle Pydantic pour `forbid` tout champ `extra` :
    
    {* ../../docs_src/query_param_models/tutorial002_an_py310.py hl[10] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 2.5K bytes
    - Click Count (0)
  9. docs/de/docs/tutorial/header-param-models.md

    <img src="/img/tutorial/header-param-models/image01.png">
    </div>
    
    ## Zusätzliche Header verbieten { #forbid-extra-headers }
    
    In einigen speziellen Anwendungsfällen (wahrscheinlich nicht sehr häufig) möchten Sie möglicherweise die **Header einschränken**, die Sie erhalten möchten.
    
    Sie können Pydantics Modellkonfiguration verwenden, um `extra` Felder zu verbieten (`forbid`):
    
    {* ../../docs_src/header_param_models/tutorial002_an_py310.py hl[10] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Sep 20 15:10:09 GMT 2025
    - 3.1K bytes
    - Click Count (0)
  10. docs/fr/docs/tutorial/header-param-models.md

    </div>
    
    ## Interdire les en-têtes supplémentaires { #forbid-extra-headers }
    
    Dans certains cas d'utilisation particuliers (probablement pas très courants), vous pourriez vouloir **restreindre** les en-têtes que vous souhaitez recevoir.
    
    Vous pouvez utiliser la configuration du modèle de Pydantic pour `forbid` tout champ `extra` :
    
    {* ../../docs_src/header_param_models/tutorial002_an_py310.py hl[10] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 3K bytes
    - Click Count (0)
Back to Top