Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1361 - 1370 of 1,732 for intent (0.04 seconds)

  1. docs/de/docs/tutorial/stream-json-lines.md

    ## JSON Lines { #json-lines }
    
    In diesen Fällen ist es üblich, „JSON Lines“ zu senden, das ist ein Format, bei dem Sie pro Zeile genau ein JSON-Objekt senden.
    
    Eine Response hätte einen Content-Type von `application/jsonl` (anstelle von `application/json`) und der Body sähe etwa so aus:
    
    ```json
    {"name": "Plumbus", "description": "A multi-purpose household device."}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:48:21 GMT 2026
    - 4.9K bytes
    - Click Count (0)
  2. docs/fr/docs/tutorial/security/get-current-user.md

    {* ../../docs_src/security/tutorial002_an_py310.py hl[19:22,26:27] *}
    
    ## Injecter l'utilisateur actuel { #inject-the-current-user }
    
    Nous pouvons donc utiliser le même `Depends` avec notre `get_current_user` dans le *chemin d'accès* :
    
    {* ../../docs_src/security/tutorial002_an_py310.py hl[31] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sat Feb 14 08:12:41 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  3. apache-maven/src/main/appended-resources/licenses/EPL-1.0.txt

    such provision shall be reformed to the minimum extent necessary to make such
    provision valid and enforceable.
    
    If Recipient institutes patent litigation against any entity (including a
    cross-claim or counterclaim in a lawsuit) alleging that the Program itself
    (excluding combinations of the Program with other software or hardware) infringes
    such Recipient's patent(s), then such Recipient's rights granted under Section
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Sep 17 05:50:12 GMT 2018
    - 11.1K bytes
    - Click Count (0)
  4. docs/uk/docs/tutorial/first-steps.md

        },
        "paths": {
            "/items/": {
                "get": {
                    "responses": {
                        "200": {
                            "description": "Successful Response",
                            "content": {
                                "application/json": {
    
    
    
    ...
    ```
    
    #### Для чого потрібний OpenAPI { #what-is-openapi-for }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  5. cmd/batch-rotate.go

    //     tags:
    //       - key: "name"
    //         value: "pick*" # match objects with tag 'name', with all values starting with 'pick'
    //     metadata:
    //       - key: "content-type"
    //         value: "image/*" # match objects with 'content-type', with all values starting with 'image/'
    //     kmskey: "key-id" # match objects with KMS key-id (applicable only for sse-kms)
    //   notify:
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 14.7K bytes
    - Click Count (0)
  6. okcurl/src/test/kotlin/okhttp3/curl/MainTest.kt

        )
        assertThat(bodyAsString(body)).isEqualTo("foo")
      }
    
      @Test
      fun contentTypeHeader() {
        val request =
          fromArgs(
            "-d",
            "foo",
            "-H",
            "Content-Type: application/json",
            "http://example.com",
          ).createRequest()
        val body = request.body
        assertThat(request.method).isEqualTo("POST")
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 4.3K bytes
    - Click Count (0)
  7. docs/zh/docs/advanced/json-base64-bytes.md

    }
    ```
    
    /// tip | 提示
    
    `aGVsbG8=` 是 `hello` 的 base64 编码。
    
    ///
    
    随后 Pydantic 会解码该 base64 字符串,并在模型的 `data` 字段中提供原始字节。
    
    你将会收到类似的响应:
    
    ```json
    {
      "description": "Some data",
      "content": "hello"
    }
    ```
    
    ## 用于输出数据的 Pydantic `bytes` { #pydantic-bytes-for-output-data }
    
    对于输出数据,你也可以在模型配置中为 `bytes` 字段使用 `ser_json_bytes`,Pydantic 会在生成 JSON 响应时将字节以 base64 进行序列化。
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:29:48 GMT 2026
    - 2.4K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/helper/QueryHelper.java

        }
    
        /**
         * Processes search preferences specifically for JSON API requests.
         * This method determines the preference value based on configuration and query content.
         *
         * @param req the HTTP servlet request
         * @param query the search query string
         * @return the preference value for JSON search requests, or null if not applicable
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 19.9K bytes
    - Click Count (0)
  9. okhttp/src/jvmTest/kotlin/okhttp3/internal/tls/CertificatePinnerChainValidationTest.kt

            goodCertificate.certificate,
          )
        server.useHttps(socketFactory)
        server.enqueue(
          MockResponse
            .Builder()
            .body("abc")
            .addHeader("Content-Type: text/plain")
            .build(),
        )
    
        // Make a request from client to server. It should succeed certificate checks (unfortunately the
        // rogue CA is trusted) but it should fail certificate pinning.
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 24.4K bytes
    - Click Count (2)
  10. docs/ja/docs/how-to/custom-docs-ui-assets.md

    既定では、これらのファイルは <abbr title="Content Delivery Network - コンテンツ配信ネットワーク: 通常は複数のサーバーで構成され、JavaScript や CSS などの静的ファイルを提供するサービス。クライアントに近いサーバーからそれらのファイルを配信することで、パフォーマンスを改善するためによく使われます。">CDN</abbr> から配信されます。
    
    しかし、カスタマイズすることも可能で、特定の CDN を指定したり、自分でファイルを配信したりできます。
    
    ## JavaScript と CSS のカスタム CDN { #custom-cdn-for-javascript-and-css }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 9.5K bytes
    - Click Count (0)
Back to Top