Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 151 - 155 of 155 for markdown (0.06 seconds)

  1. TESTING.asciidoc

    The YAML tests support various operators defined in the link:/rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/README.asciidoc[rest-api-spec] and adhere to the link:/rest-api-spec/README.markdown[Elasticsearch REST API JSON specification]
    In order to run the YAML tests, the relevant API specification needs
    to be on the test classpath. Any gradle project that has support for REST
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Jun 07 13:55:20 GMT 2021
    - 32.5K bytes
    - Click Count (0)
  2. cmd/testdata/decryptObjectInfo.json.zst

    mT/fxYXwjX6O+tUoVqNg/FDYawswcI3h3Fez3XoGU==","X-Minio-Internal-Server-Side-Encryption-S3-Sealed-Key":"IAAfAKAbVZ6Xa/2iXzXA/NAV2EFBUGoLqUxpPPQDk==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/markdown"}},{"Bucket":"buck1","Name":"go_113/src/cmd/link/link_test.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"H4+HieCTkr68zxGHqgjRM5w+8G4tzjLexm9NxOt8=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-In...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Oct 29 16:34:20 GMT 2020
    - 164K bytes
    - Click Count (0)
  3. .github/workflows/notify-on-rc-for-manual-test.yml

                blocks:
                  - type: "section"
                    text:
                      type: "mrkdwn",
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Mar 13 22:04:33 GMT 2026
    - 912 bytes
    - Click Count (0)
  4. RELEASE.md

    answered questions, and were part of inspiring discussions.
    
    # Release 1.2.1
    
    ## Bug Fixes and Other Changes
    
    *   Updating markdown version required to >= 2.6.8.
    *   Support tensors as dropout rates again, by removing the min(max(..))
    
    # Release 1.2.0
    
    ## Major Features and Improvements
    
    *   Python 3.6 support on Windows.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Mon Mar 30 18:31:38 GMT 2026
    - 746.5K bytes
    - Click Count (3)
  5. docs/ko/docs/how-to/extending-openapi.md

    그리고 `get_openapi()` 함수는 다음을 파라미터로 받습니다:
    
    * `title`: 문서에 표시되는 OpenAPI 제목.
    * `version`: API 버전. 예: `2.5.0`.
    * `openapi_version`: 사용되는 OpenAPI 스펙 버전. 기본값은 최신인 `3.1.0`.
    * `summary`: API에 대한 짧은 요약.
    * `description`: API 설명. markdown을 포함할 수 있으며 문서에 표시됩니다.
    * `routes`: 라우트 목록. 각각 등록된 *경로 처리*입니다. `app.routes`에서 가져옵니다.
    
    /// info | 정보
    
    `summary` 파라미터는 OpenAPI 3.1.0 이상에서 사용할 수 있으며, FastAPI 0.99.0 이상에서 지원됩니다.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 3.6K bytes
    - Click Count (0)
Back to Top