Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for Norris (0.33 sec)

  1. docs/es/docs/tutorial/path-params.md

    ```Python hl_lines="6-7"
    {!../../../docs_src/path_params/tutorial001.py!}
    ```
    
    El valor del parámetro de path `item_id` será pasado a tu función como el argumento `item_id`.
    
    Entonces, si corres este ejemplo y vas a <a href="http://127.0.0.1:8000/items/foo" class="external-link" target="_blank">http://127.0.0.1:8000/items/foo</a>, verás una respuesta de:
    
    ```JSON
    {"item_id":"foo"}
    ```
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 9.4K bytes
    - Viewed (0)
  2. internal/s3select/csv/testdata/testdata.zip

    2021602 E BX46 Parkchester 3709 2106 284 2 Bronx 028400 2028400 E BX37 Van Nest-Morris Park-Westchester Square 3704 3389497 2 2014-03-15 16:46:28 2014-03-15 16:54:39 N 1 -73.860969543457031 40.833728790283203 -73.851020812988281 40.850376129150391 1 1.76 8.5 0 0.5 3 0 12 1 1 182 242 green 0.00 0.0 0.0 58 42 8.95 1306 216.02 2 Bronx 021602 2021602 E BX46 Parkchester 3709 486 286 2 Bronx 028600 2028600 I BX37 Van Nest-Morris Park-Westchester Square 3704 3389498 2 2014-03-03 21:23:08 2014-03-03 21:34:43...
    ZIP Archive
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Tue Jun 01 21:59:40 GMT 2021
    - 111.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/net/MediaType.java

       * @since 20.0
       */
      public static final MediaType AAC_AUDIO = createConstant(AUDIO_TYPE, "aac");
    
      /**
       * Vorbis Audio, as defined by <a href="http://tools.ietf.org/html/rfc5215">RFC 5215</a>.
       *
       * @since 20.0
       */
      public static final MediaType VORBIS_AUDIO = createConstant(AUDIO_TYPE, "vorbis");
    
      /**
       * Windows Media Audio. For more information, see <a
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Aug 07 16:17:10 GMT 2023
    - 46.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/util/concurrent/Striped.java

     * allowed to be reclaimed if nobody is holding on to them. This is useful, for example, if one
     * wants to create a {@code Striped<Lock>} of many locks, but worries that in most cases only a
     * small portion of these would be in use.
     *
     * <p>Prior to this class, one might be tempted to use {@code Map<K, Lock>}, where {@code K}
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 10 20:55:18 GMT 2023
    - 20.3K bytes
    - Viewed (1)
  5. src/cmd/asm/internal/asm/testdata/ppc64.s

    	XOR $-32768, R6                 // 3be080007fe63278
    	XOR $-32768, R6, R7             // 3be080007fe73278
    	XOR $1234567, R5                // 6ca5001268a5d687
    	XOR $1234567, R5, R3            // 6ca300126863d687
    	XORIS $15, R3, R4               // 6c64000f
    	XOR   $983040, R3, R4           // 6c64000f
    
    	// TODO: the order of CR operands don't match
    	CMP R3, R4                      // 7c232000
    	CMPU R3, R4                     // 7c232040
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Apr 01 18:50:29 GMT 2024
    - 48.8K bytes
    - Viewed (0)
  6. docs/hu/docs/index.md

    </a>
    </p>
    
    ---
    
    **Dokumentáció**: <a href="https://fastapi.tiangolo.com" target="_blank">https://fastapi.tiangolo.com</a>
    
    **Forrás kód**: <a href="https://github.com/tiangolo/fastapi" target="_blank">https://github.com/tiangolo/fastapi</a>
    
    ---
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 20.2K bytes
    - Viewed (0)
  7. docs/pt/docs/async.md

    Então você espera que seu _crush_ :heart_eyes: termine a história que estava contando (terminar o trabalho atual / tarefa sendo processada), sorri gentilmente e diz que você está indo buscar os hambúrgueres.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 22.2K bytes
    - Viewed (0)
  8. RELEASE.md

    # Release 2.13.0
    
    ## TensorFlow
    
    ### Breaking Changes
    
    Plain Text
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Wed Apr 03 20:27:38 GMT 2024
    - 727.4K bytes
    - Viewed (8)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // windows : 2014-12-18 Microsoft Corporation
    windows
    
    // wine : 2015-06-18 Binky Moon, LLC
    wine
    
    // winners : 2015-07-16 The TJX Companies, Inc.
    winners
    
    // wme : 2014-02-13 William Morris Endeavor Entertainment, LLC
    wme
    
    // wolterskluwer : 2015-08-06 Wolters Kluwer N.V.
    wolterskluwer
    
    // woodside : 2015-07-09 Woodside Petroleum Limited
    woodside
    
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top