Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 201 - 210 of 746 for console (0.06 seconds)

  1. helm-releases/minio-3.6.5.tgz

    include (print $.Template.BasePath "/_helper_policy.tpl") . | indent 4 }} {{ end }} custom-command: |- {{ include (print $.Template.BasePath "/_helper_custom_command.txt") . | indent 4 }} minio/templates/console-ingress.yaml {{- if .Values.consoleIngress.enabled -}} {{- $fullName := printf "%s-console" (include "minio.fullname" .) -}} {{- $servicePort := .Values.consoleService.port -}} {{- $ingressPath := .Values.consoleIngress.path -}} apiVersion: {{ template "minio.consoleIngress.apiVersion" . }}...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Apr 13 22:45:54 GMT 2022
    - 18K bytes
    - Click Count (0)
  2. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/DocsTestPlugin.groovy

            }
            project.tasks.register('listConsoleCandidates', SnippetsTask) {
                group 'Docs'
                description
                'List snippets that probably should be marked // CONSOLE'
                defaultSubstitutions = commonDefaultSubstitutions
                perSnippet {
                    if (RestTestsFromSnippetsTask.isConsoleCandidate(it)) {
                        println(it.toString())
                    }
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.6K bytes
    - Click Count (0)
  3. docs/en/docs/tutorial/request-form-models.md

    To use forms, first install [`python-multipart`](https://github.com/Kludex/python-multipart).
    
    Make sure you create a [virtual environment](../virtual-environments.md), activate it, and then install it, for example:
    
    ```console
    $ pip install python-multipart
    ```
    
    ///
    
    /// note
    
    This is supported since FastAPI version `0.113.0`. ๐Ÿค“
    
    ///
    
    ## Pydantic Models for Forms { #pydantic-models-for-forms }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 2.1K bytes
    - Click Count (0)
  4. docs/zh/docs/fastapi-cli.md

    ๅฝ“ไฝ ๅฎ‰่ฃ… FastAPI๏ผˆไพ‹ๅฆ‚ไฝฟ็”จ `pip install "fastapi[standard]"`๏ผ‰ๆ—ถ๏ผŒไผš้™„ๅธฆไธ€ไธชๅฏไปฅๅœจ็ปˆ็ซฏไธญ่ฟ่กŒ็š„ๅ‘ฝไปค่กŒ็จ‹ๅบใ€‚
    
    ่ฆๅœจๅผ€ๅ‘็Žฏๅขƒไธญ่ฟ่กŒไฝ ็š„ FastAPI ๅบ”็”จ๏ผŒๅฏไปฅไฝฟ็”จ `fastapi dev` ๅ‘ฝไปค๏ผš
    
    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting development server ๐Ÿš€
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  5. .github/workflows/mint/minio-compress-encrypt.yaml

    version: '3.7'
    
    # Settings and configurations that are common for all containers
    x-minio-common: &minio-common
      image: quay.io/minio/minio:${JOB_NAME}
      command: server --console-address ":9001" http://minio{1...4}/cdata{1...2}
      expose:
        - "9000"
        - "9001"
      environment:
        MINIO_CI_CD: "on"
        MINIO_ROOT_USER: "minio"
        MINIO_ROOT_PASSWORD: "minio123"
        MINIO_COMPRESSION_ENABLE: "on"
        MINIO_COMPRESSION_MIME_TYPES: "*"
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Nov 03 21:18:18 GMT 2023
    - 1.7K bytes
    - Click Count (0)
  6. .github/workflows/mint/minio-resiliency.yaml

    version: '3.7'
    
    # Settings and configurations that are common for all containers
    x-minio-common: &minio-common
      image: quay.io/minio/minio:${JOB_NAME}
      command: server --console-address ":9001" http://minio{1...4}/rdata{1...2}
      expose:
        - "9000"
        - "9001"
      environment:
        MINIO_CI_CD: "on"
        MINIO_ROOT_USER: "minio"
        MINIO_ROOT_PASSWORD: "minio123"
        MINIO_KMS_SECRET_KEY: "my-minio-key:OSMM+vkKUTCvQs9YL/CVMIMt43HFhkUpqJxTmGl6rYw="
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed May 22 23:07:14 GMT 2024
    - 1.7K bytes
    - Click Count (0)
  7. .github/workflows/mint/minio-pools.yaml

    version: '3.7'
    
    # Settings and configurations that are common for all containers
    x-minio-common: &minio-common
      image: quay.io/minio/minio:${JOB_NAME}
      command: server --console-address ":9001" http://minio{1...4}/pdata{1...2} http://minio{5...8}/pdata{1...2}
      expose:
        - "9000"
        - "9001"
      environment:
        MINIO_CI_CD: "on"
        MINIO_ROOT_USER: "minio"
        MINIO_ROOT_PASSWORD: "minio123"
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Nov 03 21:18:18 GMT 2023
    - 2.3K bytes
    - Click Count (0)
  8. helm/minio/templates/statefulset.yaml

              ]
              volumeMounts:
                {{- if $penabled }}
                {{- if (gt $drivesPerNode 1) }}
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Oct 11 12:21:05 GMT 2024
    - 10.4K bytes
    - Click Count (0)
  9. docs/ko/docs/fastapi-cli.md

    FastAPI๋ฅผ ์„ค์น˜ํ•˜๋ฉด(์˜ˆ: `pip install "fastapi[standard]"`) ํ„ฐ๋ฏธ๋„์—์„œ ์‹คํ–‰ํ•  ์ˆ˜ ์žˆ๋Š” ์ปค๋งจ๋“œ ๋ผ์ธ ํ”„๋กœ๊ทธ๋žจ์ด ํ•จ๊ป˜ ์ œ๊ณต๋ฉ๋‹ˆ๋‹ค.
    
    ๊ฐœ๋ฐœ์šฉ์œผ๋กœ FastAPI ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜์„ ์‹คํ–‰ํ•˜๋ ค๋ฉด `fastapi dev` ๋ช…๋ น์–ด๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting development server ๐Ÿš€
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  10. docs/ko/docs/tutorial/index.md

    ## ์ฝ”๋“œ ์‹คํ–‰ํ•˜๊ธฐ { #run-the-code }
    
    ๋ชจ๋“  ์ฝ”๋“œ ๋ธ”๋ก์€ ๋ณต์‚ฌํ•ด์„œ ๋ฐ”๋กœ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค(์‹ค์ œ๋กœ ํ…Œ์ŠคํŠธ๋œ Python ํŒŒ์ผ์ž…๋‹ˆ๋‹ค).
    
    ์˜ˆ์ œ ์ค‘ ์–ด๋–ค ๊ฒƒ์ด๋“  ์‹คํ–‰ํ•˜๋ ค๋ฉด, ์ฝ”๋“œ๋ฅผ `main.py` ํŒŒ์ผ์— ๋ณต์‚ฌํ•˜๊ณ  ๋‹ค์Œ์œผ๋กœ `fastapi dev`๋ฅผ ์‹œ์ž‘ํ•˜์„ธ์š”:
    
    <div class="termy">
    
    ```console
    $ <font color="#4E9A06">fastapi</font> dev
    
      <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span>  Starting development server ๐Ÿš€
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 5.7K bytes
    - Click Count (0)
Back to Top