Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 545 for nobody (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .teamcity/src/main/kotlin/configurations/FlakyTestQuarantine.kt

                    script {
                        // Because we exclude tests in `distributions-integ-tests` below, `@Flaky` won't work in that subproject.
                        // Here we check the existence of `@Flaky` annotation to make sure nobody use that annotation in `distributions-integ-tests` subproject.
                        name = "MAKE_SURE_NO_@FLAKY_IN_DISTRIBUTIONS_INTEG_TESTS"
                        executionMode = BuildStep.ExecutionMode.ALWAYS
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Jan 07 10:42:35 GMT 2026
    - 5.6K bytes
    - Click Count (0)
  2. android/guava/src/com/google/common/base/FinalizableReferenceQueue.java

     *       @Override
     *       public void finalizeReferent() {
     *         references.remove(this):
     *         if (!serverSocket.isClosed()) {
     *           ...log a message about how nobody called close()...
     *           try {
     *             serverSocket.close();
     *           } catch (IOException e) {
     *             ...
     *           }
     *         }
     *       }
     *     };
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 19:26:59 GMT 2026
    - 15.8K bytes
    - Click Count (0)
  3. docs/es/docs/tutorial/body.md

    # Request Body { #request-body }
    
    Cuando necesitas enviar datos desde un cliente (digamos, un navegador) a tu API, los envías como un **request body**.
    
    Un **request** body es un dato enviado por el cliente a tu API. Un **response** body es el dato que tu API envía al cliente.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  4. docs/de/docs/tutorial/body.md

    ///
    
    ## Ohne Pydantic { #without-pydantic }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  5. docs/pt/docs/tutorial/body.md

    ///
    
    ## Sem o Pydantic { #without-pydantic }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 7.2K bytes
    - Click Count (0)
  6. docs/zh/docs/tutorial/body.md

    <img src="/img/tutorial/body/image01.png">
    
    并且,还会用于需要它们的每个*路径操作*的 API 文档中:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## 编辑器支持 { #editor-support }
    
    在编辑器中,函数内部你会在各处得到类型提示与补全(如果接收的不是 Pydantic 模型,而是 `dict`,就不会有这样的支持):
    
    <img src="/img/tutorial/body/image03.png">
    
    还支持检查错误的类型操作:
    
    <img src="/img/tutorial/body/image04.png">
    
    这并非偶然,整个框架都是围绕这种设计构建的。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.9K bytes
    - Click Count (0)
  7. docs/zh-hant/docs/tutorial/body.md

    <img src="/img/tutorial/body/image01.png">
    
    也會用於每個需要它們的*路徑操作*內的 API 文件:
    
    <img src="/img/tutorial/body/image02.png">
    
    ## 編輯器支援 { #editor-support }
    
    在編輯器裡、於你的函式中,你會在各處獲得型別提示與自動完成(如果你接收的是 `dict` 而不是 Pydantic 模型,就不會有這些):
    
    <img src="/img/tutorial/body/image03.png">
    
    你也會獲得對不正確型別操作的錯誤檢查:
    
    <img src="/img/tutorial/body/image04.png">
    
    這不是偶然,整個框架就是圍繞這個設計而建。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6K bytes
    - Click Count (0)
  8. docs/tr/docs/tutorial/body.md

    # Request Body { #request-body }
    
    Bir client'ten (örneğin bir tarayıcıdan) API'nize veri göndermeniz gerektiğinde, bunu **request body** olarak gönderirsiniz.
    
    Bir **request** body, client'in API'nize gönderdiği veridir. Bir **response** body ise API'nizin client'e gönderdiği veridir.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 6.9K bytes
    - Click Count (0)
  9. docs/en/docs/tutorial/body.md

    # Request Body { #request-body }
    
    When you need to send data from a client (let's say, a browser) to your API, you send it as a **request body**.
    
    A **request** body is data sent by the client to your API. A **response** body is the data your API sends to the client.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  10. docs/fr/docs/tutorial/body.md

    ## Sans Pydantic { #without-pydantic }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 7.8K bytes
    - Click Count (0)
Back to Top