Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 117 for 34 (0.01 sec)

  1. docs/ja/docs/tutorial/security/first-steps.md

    トークンが存在するかどうかをチェックしてエラーを返す必要はありません。関数が実行された場合、そのトークンに`str`が含まれているか確認できます。
    
    インタラクティブなドキュメントですでに試すことができます:
    
    <img src="/img/tutorial/security/image03.png">
    
    まだトークンの有効性を検証しているわけではありませんが、これはもう始まっています。
    
    ## まとめ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/query-params-str-validations.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    In Versionen unter Python 3.9 importieren Sie `Annotated` von `typing_extensions`.
    
    Es wird bereits mit FastAPI installiert sein.
    
    ```Python hl_lines="3-4"
    {!> ../../docs_src/query_params_str_validations/tutorial002_an.py!}
    ```
    
    ////
    
    /// info
    
    FastAPI unterstützt (und empfiehlt die Verwendung von) `Annotated` seit Version 0.95.0.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.6K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/smb1/SmbTransport.java

                }
                int b;
                if ((b = in.read()) == -1) {
                    return null;
                }
                sbuf[35] = (byte) b;
            }
    
            key.mid = Encdec.dec_uint16le(sbuf, 34) & 0xFFFF;
    
            /* Unless key returned is null or invalid Transport.loop() always
             * calls doRecv() after and no one else but the transport thread
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.8K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/net/MediaTypeTest.java

        assertEquals(
            MediaType.parse("text/plain; a=1; a=2; b=3; b=4"),
            MediaType.parse("text/plain; a=1; a=2").withParameters("b", ImmutableSet.of("3", "4")));
      }
    
      public void testWithParametersIterable_invalidAttribute() {
        MediaType mediaType = MediaType.parse("text/plain");
        assertThrows(
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  5. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

            void shouldDecodeBufferWithOffset() throws SMBProtocolDecodingException {
                // Given - buffer with padding before actual data
                ByteBuffer buffer = ByteBuffer.allocate(34);
                buffer.order(ByteOrder.LITTLE_ENDIAN);
                buffer.position(10); // Add 10 bytes of padding
                buffer.putLong(2048L);
                buffer.putLong(1024L);
                buffer.putInt(4);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  6. cmd/object-api-multipart_test.go

    				},
    				{
    					Object:   objectNames[4],
    					UploadID: uploadIDs[8],
    				},
    				{
    					Object:   objectNames[5],
    					UploadID: uploadIDs[9],
    				},
    			},
    		},
    		// listMultipartResults - 34.
    		// checking listing with `KeyMarker` set.
    		{
    			MaxUploads:  10,
    			IsTruncated: false,
    			KeyMarker:   objectNames[3],
    			Uploads: []MultipartInfo{
    				{
    					Object:   objectNames[4],
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 89.4K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/query-params-str-validations.md

    ```
    
    ////
    
    //// tab | Python 3.8+
    
    En versiones de Python por debajo de 3.9 importas `Annotated` desde `typing_extensions`.
    
    Ya estará instalado con FastAPI.
    
    ```Python hl_lines="3-4"
    {!> ../../docs_src/query_params_str_validations/tutorial002_an.py!}
    ```
    
    ////
    
    /// info | Información
    
    FastAPI añadió soporte para `Annotated` (y empezó a recomendarlo) en la versión 0.95.0.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. docs/en/data/translation_reviewers.yml

      url: https://github.com/mezgoodle
    rjNemo:
      login: rjNemo
      count: 34
      avatarUrl: https://avatars.githubusercontent.com/u/56785022?u=d5c3a02567c8649e146fcfc51b6060ccaf8adef8&v=4
      url: https://github.com/rjNemo
    codingjenny:
      login: codingjenny
      count: 34
      avatarUrl: https://avatars.githubusercontent.com/u/103817302?u=3a042740dc0ff58615da0d8679230966fd7693e8&v=4
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:58:29 UTC 2025
    - 65.1K bytes
    - Viewed (0)
Back to top