Search Options

Results per page
Sort
Preferred Languages
Advance

Results 671 - 680 of 1,036 for query2 (0.09 sec)

  1. tests/test_tutorial/test_query_params_str_validations/test_tutorial013_an_py39.py

                                    "items": {},
                                    "default": [],
                                },
                                "name": "q",
                                "in": "query",
                            }
                        ],
                    }
                }
            },
            "components": {
                "schemas": {
                    "ValidationError": {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  2. docs/em/docs/benchmarks.md

    # πŸ“‡
    
    πŸ”¬ πŸ‡ΈπŸ‡² πŸ“‡ 🎦 **FastAPI** 🈸 πŸƒβ€β™‚ πŸ”½ Uvicorn <a href="https://www.techempower.com/benchmarks/#section=test&runid=7464e520-0dc2-473d-bd34-dbdfd7e85911&hw=ph&test=query&l=zijzen-7" class="external-link" target="_blank">1️⃣ ⏩ 🐍 πŸ› οΈ πŸ’ͺ</a>, πŸ•΄ πŸ”› πŸ’ƒ &amp; Uvicorn πŸ‘« (βš™οΈ πŸ”˜ FastAPI). (*)
    
    βœ‹οΈ πŸ•β” βœ… πŸ“‡ &amp; πŸ”Ί πŸ‘† πŸ”œ βœ”οΈ πŸ“„ 🀯.
    
    ## πŸ“‡ &amp; πŸš…
    
    πŸ•β” πŸ‘† βœ… πŸ“‡, ⚫️ ⚠ πŸ‘€ πŸ“š 🧰 🎏 πŸ†Ž πŸ”¬ πŸŒ“.
    
    🎯, πŸ‘€ Uvicorn, πŸ’ƒ &amp; FastAPI πŸ”¬ πŸ‘―β€β™‚οΈ (πŸ‘ͺ πŸ“š 🎏 🧰).
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb1/netbios/NbtAddress.java

     * to create an NbtAddress internal to this netbios package), no query is
     * sent on the wire and the only state this object has is it's IP address
     * (but that's enough to connect to a host using *SMBSERVER for CallingName).
     * 
     * 2) IP Address, NetBIOS name, nodeType, groupName - If however a
     * legal NetBIOS name string is used a name query request will retreive
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 30.1K bytes
    - Viewed (0)
  4. docs/pt/docs/tutorial/handling-errors.md

    Do mesmo modo, vocΓͺ pode sobreescrever o `HTTPException`.
    
    Por exemplo, vocΓͺ pode querer retornar uma *response* em *plain text* ao invΓ©s de um JSON para os seguintes erros:
    
    ```Python hl_lines="3-4  9-11  22"
    {!../../docs_src/handling_errors/tutorial004.py!}
    ```
    
    /// note | "Detalhes TΓ©cnicos"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 10K bytes
    - Viewed (0)
  5. docs/zh/docs/tutorial/dependencies/index.md

    ```Python hl_lines="3"
    {!../../docs_src/dependencies/tutorial001.py!}
    ```
    
    ### ε£°ζ˜ŽδΎθ΅–ι‘Ή
    
    与在*θ·―εΎ„ζ“δ½œε‡½ζ•°*参数中使用 `Body`、`Query` ηš„ζ–ΉεΌη›ΈεŒοΌŒε£°ζ˜ŽδΎθ΅–ι‘Ήιœ€θ¦δ½Ώη”¨ `Depends` ε’ŒδΈ€δΈͺζ–°ηš„ε‚ζ•°οΌš
    
    ```Python hl_lines="15  20"
    {!../../docs_src/dependencies/tutorial001.py!}
    ```
    
    θ™½η„ΆοΌŒεœ¨θ·―εΎ„ζ“δ½œε‡½ζ•°ηš„ε‚ζ•°δΈ­δ½Ώη”¨ `Depends` ηš„ζ–ΉεΌδΈŽ `Body`、`Query` η›ΈεŒοΌŒδ½† `Depends` ηš„ε·₯δ½œζ–ΉεΌη•₯ζœ‰δΈεŒγ€‚
    
    θΏ™ι‡Œεͺ能传给 Depends δΈ€δΈͺ参数。
    
    δΈ”θ―₯ε‚ζ•°εΏ…ι‘»ζ˜―ε―θ°ƒη”¨ε―Ήθ±‘οΌŒζ―”ε¦‚ε‡½ζ•°γ€‚
    
    θ―₯函数ζŽ₯ζ”Άηš„ε‚ζ•°ε’Œ*θ·―εΎ„ζ“δ½œε‡½ζ•°*ηš„ε‚ζ•°δΈ€ζ ·γ€‚
    
    /// tip | "提瀺"
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. tests/test_tutorial/test_response_model/test_tutorial003_05_py310.py

                                    "type": "boolean",
                                    "default": False,
                                },
                                "name": "teleport",
                                "in": "query",
                            }
                        ],
                        "responses": {
                            "200": {
                                "description": "Successful Response",
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  7. tests/test_tutorial/test_query_params_str_validations/test_tutorial012_py39.py

                                    "items": {"type": "string"},
                                    "default": ["foo", "bar"],
                                },
                                "name": "q",
                                "in": "query",
                            }
                        ],
                    }
                }
            },
            "components": {
                "schemas": {
                    "ValidationError": {
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Jun 30 18:25:16 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. docs/en/docs/release-notes.md

    
    @app.get("/items/")
    async def read_items(filter_query: Annotated[FilterParams, Query()]):
        return filter_query
    ```
    
    This applies to `Query`, `Header`, and `Cookie` parameters, read the new docs:
    
    * [Forbid Extra Query Parameters](https://fastapi.tiangolo.com/tutorial/query-param-models/#forbid-extra-query-parameters)
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Fri Nov 01 11:25:57 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  9. compat/maven-settings-builder/src/main/java/org/apache/maven/settings/building/SettingsBuildingException.java

    /**
     * Signals one ore more errors during settings building. The settings builder tries to collect as many problems as
     * possible before eventually failing to provide callers with rich error information. Use {@link #getProblems()} to
     * query the details of the failure.
     *
     * @deprecated since 4.0.0, use {@link org.apache.maven.api.services.SettingsBuilder} instead
     */
    @Deprecated(since = "4.0.0")
    public class SettingsBuildingException extends Exception {
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java

                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
        protected final ColumnInfo _columnQueryId = cci("queryId", "queryId", null, null, String.class, "queryId", null, false, false, false,
                "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top