Search Options

Results per page
Sort
Preferred Languages
Advance

Results 201 - 210 of 373 for 13 (0.05 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VRANGEPD $13, Z21, Z12, K7, Z14                    // 62339d4f50f50d
    	VRANGEPD $13, Z9, Z12, K7, Z14                     // 62539d4f50f10d
    	VRANGEPD $13, Z21, Z13, K7, Z14                    // 6233954f50f50d
    	VRANGEPD $13, Z9, Z13, K7, Z14                     // 6253954f50f10d
    	VRANGEPD $13, Z21, Z12, K7, Z13                    // 62339d4f50ed0d
    	VRANGEPD $13, Z9, Z12, K7, Z13                     // 62539d4f50e90d
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  2. docs/em/docs/tutorial/bigger-applications.md

    ✋️ ⚫️ 🍕 🎏 **FastAPI** 🈸/🕸 🛠️ (⚫️ 🍕 🎏 "🐍 📦").
    
    👆 💪 ✍ *➡ 🛠️* 👈 🕹 ⚙️ `APIRouter`.
    
    ### 🗄 `APIRouter`
    
    👆 🗄 ⚫️ & ✍ "👐" 🎏 🌌 👆 🔜 ⏮️ 🎓 `FastAPI`:
    
    ```Python hl_lines="1  3" title="app/routers/users.py"
    {!../../docs_src/bigger_applications/app/routers/users.py!}
    ```
    
    ### *➡ 🛠️* ⏮️ `APIRouter`
    
    & ⤴️ 👆 ⚙️ ⚫️ 📣 👆 *➡ 🛠️*.
    
    ⚙️ ⚫️ 🎏 🌌 👆 🔜 ⚙️ `FastAPI` 🎓:
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/base/Ascii.java

       * to the first printing position on the same printing line. (Applicable also to display devices.)
       *
       * @since 8.0
       */
      public static final byte CR = 13;
    
      /**
       * Shift Out: A control character indicating that the code combinations which follow shall be
       * interpreted as outside of the character set of the standard code table until a Shift In
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Aug 02 13:50:22 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

        Segment<Object, Object, ?, ?> segment = map.segments[0];
        assertEquals(1, segment.table.length());
    
        // manually add elements to avoid expansion
        // 1/3 null keys, 1/3 null values
        int originalCount = 1024;
        InternalEntry<Object, Object, ?> entry = null;
        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/MapMakerInternalMapTest.java

        Segment<Object, Object, ?, ?> segment = map.segments[0];
        assertEquals(1, segment.table.length());
    
        // manually add elements to avoid expansion
        // 1/3 null keys, 1/3 null values
        int originalCount = 1024;
        InternalEntry<Object, Object, ?> entry = null;
        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  6. docs/fr/docs/python-types.md

    ### Classes en tant que types
    
    Vous pouvez aussi déclarer une classe comme type d'une variable.
    
    Disons que vous avez une classe `Person`, avec une variable `name` :
    
    {*../../docs_src/python_types/tutorial010.py hl[1:3] *}
    
    
    Vous pouvez ensuite déclarer une variable de type `Person` :
    
    {*../../docs_src/python_types/tutorial010.py hl[6] *}
    
    Et vous aurez accès, encore une fois, au support complet offert par l'éditeur :
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 15:21:34 UTC 2024
    - 10K bytes
    - Viewed (0)
  7. docs/zh/docs/tutorial/body-nested-models.md

    ## 纯列表请求体
    
    如果你期望的 JSON 请求体的最外层是一个 JSON `array`(即 Python `list`),则可以在路径操作函数的参数中声明此类型,就像声明 Pydantic 模型一样:
    
    ```Python
    images: List[Image]
    ```
    
    例如:
    
    //// tab | Python 3.9+
    
    ```Python hl_lines="13"
    {!> ../../docs_src/body_nested_models/tutorial008_py39.py!}
    ```
    
    ////
    
    //// tab | Python 3.8+
    
    ```Python hl_lines="15"
    {!> ../../docs_src/body_nested_models/tutorial008.py!}
    ```
    
    ////
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  8. manifests/addons/dashboards/lib/output.json

                   },
                   "gridPos": {
                      "h": 8,
                      "w": 8,
                      "x": 0,
                      "y": 0
                   },
                   "id": 13,
                   "interval": "1m",
                   "options": {
                      "calculate": true,
                      "calculation": {
                         "xBuckets": {
                            "mode": "size",
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  9. manifests/addons/dashboards/pilot-dashboard.gen.json

             "gridPos": {
                "h": 10,
                "w": 8,
                "x": 8,
                "y": 14
             },
             "id": 13,
             "interval": "1m",
             "options": {
                "calculation": {
                   "xBuckets": {
                      "mode": "size",
                      "value": "1min"
                   }
                },
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Fri Jul 26 23:54:32 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  10. docs/ko/docs/tutorial/query-params-str-validations.md

    ///
    
    `title`을 추가할 수 있습니다:
    
    ```Python hl_lines="10"
    {!../../docs_src/query_params_str_validations/tutorial007.py!}
    ```
    
    그리고 `description`도 추가할 수 있습니다:
    
    ```Python hl_lines="13"
    {!../../docs_src/query_params_str_validations/tutorial008.py!}
    ```
    
    ## 별칭 매개변수
    
    매개변수가 `item-query`이길 원한다고 가정해 봅시다.
    
    마치 다음과 같습니다:
    
    ```
    http://127.0.0.1:8000/items/?item-query=foobaritems
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.5K bytes
    - Viewed (0)
Back to top