Search Options

Results per page
Sort
Preferred Languages
Advance

Results 471 - 480 of 521 for fullname (0.09 sec)

  1. api/maven-api-metadata/src/main/mdo/metadata.mdo

              <type>int</type>
            </field>
            <field>
              <name>localCopy</name>
              <version>1.0.0+</version>
              <description>Whether to use a local copy instead (with filename that includes the base version)</description>
              <type>boolean</type>
              <defaultValue>false</defaultValue>
            </field>
          </fields>
        </class>
        <class java.clone="deep">
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. docs/em/docs/advanced/custom-response.md

    ///
    
    ### `FileResponse`
    
    πŸ” 🎏 πŸ“ πŸ“¨.
    
    ✊ 🎏 βš’ ❌ πŸ”— 🌘 🎏 πŸ“¨ πŸ†Ž:
    
    * `path` - πŸ“ πŸ“ 🎏.
    * `headers` - πŸ™† πŸ›ƒ 🎚 πŸ”Œ, πŸ“–.
    * `media_type` - 🎻 🀝 πŸ“» πŸ†Ž. πŸš₯ πŸ”’, πŸ“ βš–οΈ ➑ πŸ”œ βš™οΈ πŸ”‘ πŸ“» πŸ†Ž.
    * `filename` - πŸš₯ βš’, πŸ‘‰ πŸ”œ πŸ”Œ πŸ“¨ `Content-Disposition`.
    
    πŸ“ πŸ“¨ πŸ”œ πŸ”Œ β˜‘ `Content-Length`, `Last-Modified` &amp; `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)
  3. 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)
  4. 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)
  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. cmd/xl-storage-disk-id-check.go

    	return madmin.TraceInfo{
    		TraceType: madmin.TraceStorage,
    		Time:      startTime,
    		NodeName:  globalLocalNodeName,
    		FuncName:  "storage." + s.String(),
    		Duration:  duration,
    		Bytes:     size,
    		Path:      path,
    		Error:     err,
    		Custom:    custom,
    	}
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:56:26 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  9. 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)
  10. docs/en/docs/advanced/behind-a-proxy.md

    Then create a file `traefik.toml` with:
    
    ```TOML hl_lines="3"
    [entryPoints]
      [entryPoints.http]
        address = ":9999"
    
    [providers]
      [providers.file]
        filename = "routes.toml"
    ```
    
    This tells Traefik to listen on port 9999 and to use another file `routes.toml`.
    
    /// tip
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 27 16:49:49 UTC 2024
    - 11.6K bytes
    - Viewed (0)
Back to top