Search Options

Results per page
Sort
Preferred Languages
Advance

Results 271 - 280 of 333 for FILENAME (0.1 sec)

  1. docs/em/docs/advanced/custom-response.md

    ///
    
    ### `FileResponse`
    
    πŸ” 🎏 πŸ“ πŸ“¨.
    
    ✊ 🎏 βš’ ❌ πŸ”— 🌘 🎏 πŸ“¨ πŸ†Ž:
    
    * `path` - πŸ“ πŸ“ 🎏.
    * `headers` - πŸ™† πŸ›ƒ 🎚 πŸ”Œ, πŸ“–.
    * `media_type` - 🎻 🀝 πŸ“» πŸ†Ž. πŸš₯ πŸ”’, πŸ“ βš–οΈ ➑ πŸ”œ βš™οΈ πŸ”‘ πŸ“» πŸ†Ž.
    * `filename` - πŸš₯ βš’, πŸ‘‰ πŸ”œ πŸ”Œ πŸ“¨ `Content-Disposition`.
    
    πŸ“ πŸ“¨ πŸ”œ πŸ”Œ β˜‘ `Content-Length`, `Last-Modified` & `ETag` 🎚.
    
    ```Python hl_lines="2  10"
    {!../../docs_src/custom_response/tutorial009.py!}
    ```
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. cmd/sts-handlers.go

    	// provider URL), we hash and encode it to base64 here. This is needed
    	// because there will be a policy mapping stored on drives whose
    	// filename is this parentUser: therefore, it needs to have only valid
    	// filename characters and needs to have bounded length.
    	{
    		h := sha256.New()
    		h.Write([]byte("openid:" + subFromToken + ":" + issFromToken))
    		bs := h.Sum(nil)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Aug 15 01:29:20 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. docs/de/docs/advanced/custom-response.md

    * `media_type` – Ein String, der den Medientyp angibt. Wenn nicht gesetzt, wird der Dateiname oder Pfad verwendet, um auf einen Medientyp zu schließen.
    * `filename` – Wenn gesetzt, wird das in der `Content-Disposition` der Response eingefΓΌgt.
    
    Datei-Responses enthalten die entsprechenden `Content-Length`-, `Last-Modified`- und `ETag`-Header.
    
    ```Python hl_lines="2  10"
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  4. helm-releases/minio-3.6.0.tgz

    CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if ! checkPolicyExists $NAME ; then echo "Creating policy '$NAME'" else echo "Policy '$NAME' already exists." fi ${MC} admin policy add myminio $NAME /config/$FILENAME.json } # Try connecting to MinIO instance {{- if .Values.tls.enabled }} scheme=https {{- else...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Mar 13 22:44:21 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  5. docs/ko/docs/tutorial/request-files.md

    ### `UploadFile`
    
    `UploadFile` 은 λ‹€μŒκ³Ό 같은 μ–΄νŠΈλ¦¬λ·°νŠΈκ°€ μžˆμŠ΅λ‹ˆλ‹€:
    
    * `filename` : λ¬Έμžμ—΄(`str`)둜 된 μ—…λ‘œλ“œλœ 파일의 파일λͺ…μž…λ‹ˆλ‹€ (예: `myimage.jpg`).
    * `content_type` : λ¬Έμžμ—΄(`str`)둜 된 파일 ν˜•μ‹(MIME type / media type)μž…λ‹ˆλ‹€ (예:Β `image/jpeg`).
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.2.md

    <!-- NEW RELEASE NOTES ENTRY -->
    
    
    # v1.2.7
    
    [Documentation](http://kubernetes.github.io) & [Examples](http://releases.k8s.io/release-1.2/examples)
    
    ## Downloads for v1.2.7
    
    
    filename | sha256 hash
    -------- | -----------
    [kubernetes.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.2.7/kubernetes.tar.gz) | `53db157923c17fa7a0addb3e4dfe7d1b9194b9266a87d371a251d5bb790a1832`
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Dec 04 06:36:19 UTC 2020
    - 41.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/io/BaseEncoding.java

       * The "base64url" encoding specified by <a
       * href="http://tools.ietf.org/html/rfc4648#section-5">RFC 4648 section 5</a>, Base 64 Encoding
       * with URL and Filename Safe Alphabet, also sometimes referred to as the "web safe Base64." (This
       * is the same as the base 64 encoding with URL and filename safe alphabet from <a
       * href="http://tools.ietf.org/html/rfc3548#section-4">RFC 3548</a>.)
       *
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 00:26:48 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  8. ci/official/utilities/code_check_full.bats

    Please rename files so there are no repeats. For example, README.md and
    Readme.md would be the same file on Windows. In this test, you would get a
    warning for "readme.md" because it makes everything lowercase. There are
    repeats of these filename(s) with different casing:
    EOF
        find . | tr '[A-Z]' '[a-z]' | sort | uniq -d | tee $BATS_FILE_TMPDIR/repeats
        [[ ! -s $BATS_FILE_TMPDIR/repeats ]]
    }
    
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 23 18:48:35 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  9. helm-releases/minio-3.5.9.tgz

    CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if ! checkPolicyExists $NAME ; then echo "Creating policy '$NAME'" else echo "Policy '$NAME' already exists." fi ${MC} admin policy add myminio $NAME /config/$FILENAME.json } # Try connecting to MinIO instance {{- if .Values.tls.enabled }} scheme=https {{- else...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 03 23:29:03 UTC 2022
    - 17.7K bytes
    - Viewed (0)
  10. helm-releases/minio-3.6.3.tgz

    CMD=$(${MC} admin policy info myminio $POLICY > /dev/null 2>&1) return $? } # createPolicy($name, $filename) createPolicy () { NAME=$1 FILENAME=$2 # Create the name if it does not exist echo "Checking policy: $NAME (in /config/$FILENAME.json)" if ! checkPolicyExists $NAME ; then echo "Creating policy '$NAME'" else echo "Policy '$NAME' already exists." fi ${MC} admin policy add myminio $NAME /config/$FILENAME.json } # Try connecting to MinIO instance {{- if .Values.tls.enabled }} scheme=https {{- else...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Mar 24 04:07:15 UTC 2022
    - 17.9K bytes
    - Viewed (0)
Back to top