Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1121 - 1130 of 1,735 for jason (0.02 sec)

  1. docs/em/docs/tutorial/metadata.md

    ### โœ” ๐Ÿ”–
    
    โœ” ๐Ÿ”  ๐Ÿ”– ๐Ÿ—ƒ ๐Ÿ“– ๐Ÿ”ฌ โœ” ๐ŸŽฆ ๐Ÿฉบ ๐ŸŽš.
    
    ๐Ÿ–ผ, โœ‹๏ธ `users` ๐Ÿ”œ ๐Ÿšถ โฎ๏ธ `items` ๐Ÿ”ค โœ”, โšซ๏ธ ๐ŸŽฆ โญ ๐Ÿ‘ซ, โ†ฉ๏ธ ๐Ÿ‘ฅ ๐Ÿšฎ ๐Ÿ‘ซ ๐Ÿ—ƒ ๐Ÿฅ‡ ๐Ÿ“– ๐Ÿ“‡.
    
    ## ๐Ÿ—„ ๐Ÿ“›
    
    ๐Ÿ”ข, ๐Ÿ—„ ๐Ÿ”— ๐Ÿฆ `/openapi.json`.
    
    โœ‹๏ธ ๐Ÿ‘† ๐Ÿ’ช ๐Ÿ”— โšซ๏ธ โฎ๏ธ ๐Ÿ”ข `openapi_url`.
    
    ๐Ÿ–ผ, โš’ โšซ๏ธ ๐Ÿฆ `/api/v1/openapi.json`:
    
    ```Python hl_lines="3"
    {!../../docs_src/metadata/tutorial002.py!}
    ```
    
    ๐Ÿšฅ ๐Ÿ‘† ๐Ÿ’š โŽ ๐Ÿ—„ ๐Ÿ”— ๐Ÿ• ๐Ÿ‘† ๐Ÿ’ช โš’ `openapi_url=None`, ๐Ÿ‘ˆ ๐Ÿ”œ โŽ ๐Ÿงพ ๐Ÿ‘ฉโ€๐Ÿ’ป ๐Ÿ”ข ๐Ÿ‘ˆ โš™๏ธ โšซ๏ธ.
    
    ## ๐Ÿฉบ ๐Ÿ“›
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. docs/distributed/decom-encrypted-sse-s3.sh

    pid=$!
    
    ./mc ready myminio
    
    ./mc admin user add myminio/ minio123 minio123
    ./mc admin user add myminio/ minio12345 minio12345
    
    ./mc admin policy create myminio/ rw ./docs/distributed/rw.json
    ./mc admin policy create myminio/ lake ./docs/distributed/rw.json
    
    ./mc admin policy attach myminio/ rw --user=minio123
    ./mc admin policy attach myminio/ lake --user=minio12345
    
    ./mc mb -l myminio/versioned
    
    ./mc encrypt set sse-s3 myminio/versioned
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon May 27 19:17:46 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. manifests/addons/dashboards/README.md

    This is the preferred method for any new dashboards.
    
    ## Legacy Dashboards
    
    Many of our older dashboards are manually created in the UI and exported as JSON and checked in.
    
    ## Generation
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 815 bytes
    - Viewed (0)
  4. scripts/label_approved.py

    
    settings = Settings()
    if settings.debug:
        logging.basicConfig(level=logging.DEBUG)
    else:
        logging.basicConfig(level=logging.INFO)
    logging.debug(f"Using config: {settings.json()}")
    g = Github(settings.token.get_secret_value())
    repo = g.get_repo(settings.github_repository)
    for pr in repo.get_pulls(state="open"):
        logging.info(f"Checking PR: #{pr.number}")
        pr_labels = list(pr.get_labels())
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sat Oct 12 13:58:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/sso/oic/OpenIdConnectAuthenticator.java

    import com.google.api.client.http.HttpTransport;
    import com.google.api.client.http.javanet.NetHttpTransport;
    import com.google.api.client.json.JsonFactory;
    import com.google.api.client.json.JsonParser;
    import com.google.api.client.json.JsonToken;
    import com.google.api.client.json.gson.GsonFactory;
    import com.google.common.io.BaseEncoding;
    import com.google.common.io.BaseEncoding.DecodingException;
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  6. docs/zh/docs/tutorial/request-files.md

    /// note | "Starlette ๆŠ€ๆœฏ็ป†่Š‚"
    
    **FastAPI** ็š„ `UploadFile` ็›ดๆŽฅ็ปงๆ‰ฟ่‡ช **Starlette** ็š„ `UploadFile`๏ผŒไฝ†ๆทปๅŠ ไบ†ไธ€ไบ›ๅฟ…่ฆๅŠŸ่ƒฝ๏ผŒไฝฟไน‹ไธŽ **Pydantic** ๅŠ FastAPI ็š„ๅ…ถๅฎƒ้ƒจไปถๅ…ผๅฎนใ€‚
    
    ///
    
    ## ไป€ไนˆๆ˜ฏ ใ€Œ่กจๅ•ๆ•ฐๆฎใ€
    
    ไธŽ JSON ไธๅŒ๏ผŒHTML ่กจๅ•๏ผˆ`<form></form>`๏ผ‰ๅ‘ๆœๅŠกๅ™จๅ‘้€ๆ•ฐๆฎ้€šๅธธไฝฟ็”จใ€Œ็‰นๆฎŠใ€็š„็ผ–็ ใ€‚
    
    **FastAPI** ่ฆ็กฎไฟไปŽๆญฃ็กฎ็š„ไฝ็ฝฎ่ฏปๅ–ๆ•ฐๆฎ๏ผŒ่€Œไธๆ˜ฏ่ฏปๅ– JSONใ€‚
    
    /// note | "ๆŠ€ๆœฏ็ป†่Š‚"
    
    ไธๅŒ…ๅซๆ–‡ไปถๆ—ถ๏ผŒ่กจๅ•ๆ•ฐๆฎไธ€่ˆฌ็”จ `application/x-www-form-urlencoded`ใ€Œๅช’ไฝ“็ฑปๅž‹ใ€็ผ–็ ใ€‚
    
    ไฝ†่กจๅ•ๅŒ…ๅซๆ–‡ไปถๆ—ถ๏ผŒ็ผ–็ ไธบ `multipart/form-data`ใ€‚ไฝฟ็”จไบ† `File`๏ผŒ**FastAPI** ๅฐฑ็Ÿฅ้“่ฆไปŽ่ฏทๆฑ‚ไฝ“็š„ๆญฃ็กฎไฝ็ฝฎ่Žทๅ–ๆ–‡ไปถใ€‚
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  7. internal/crypto/sse-kms.go

    	if context, ok := h[xhttp.AmzServerSideEncryptionKmsContext]; ok {
    		b, err := base64.StdEncoding.DecodeString(context[0])
    		if err != nil {
    			return "", nil, err
    		}
    
    		json := jsoniter.ConfigCompatibleWithStandardLibrary
    		if err := json.Unmarshal(b, &ctx); err != nil {
    			return "", nil, err
    		}
    	}
    
    	keyID := h.Get(xhttp.AmzServerSideEncryptionKmsID)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue May 07 23:55:37 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  8. docs/debugging/README.md

    ### Using xl-meta
    
    Executing `xl-meta` will look for an `xl.meta` in the current folder and decode it to JSON. It is also possible to specify multiple files or wildcards, for example `xl-meta ./**/xl.meta` will output decoded metadata recursively. It is possible to view what inline data is stored inline in the metadata using `--data` parameter `xl-meta -data xl.json` will display an id -> data size. To export inline data to a file use the `--export` option.
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Feb 25 01:17:53 UTC 2022
    - 8.7K bytes
    - Viewed (0)
  9. internal/s3select/sql/statement.go

    	}
    }
    
    // EvalFrom evaluates the From clause on the input record. It only
    // applies to JSON input data format (currently).
    func (e *SelectStatement) EvalFrom(format string, input Record) ([]*Record, error) {
    	if !e.selectAST.From.HasKeypath() {
    		return []*Record{&input}, nil
    	}
    	_, rawVal := input.Raw()
    
    	if format != "json" {
    		return nil, errDataSource(errors.New("path not supported"))
    	}
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  10. cni/test/testdata/pre/non_json.conf

    "This is not json"
    
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Nov 19 23:19:19 UTC 2020
    - 60 bytes
    - Viewed (0)
Back to top