Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 591 - 600 of 680 for auch (0.09 seconds)

  1. helm-releases/minio-4.0.12.tgz

    additionalAnnotation: [] ## Typically the deployment/statefulset includes checksums of secrets/config, ## So that when these change on a subsequent helm install, the deployment/statefulset ## is restarted. This can result in unnecessary restarts under GitOps tooling such as ## flux, so set to "true" to disable this behaviour. ignoreChartChecksums: false ## Additional arguments to pass to minio binary extraArgs: [] ## Internal port number for MinIO S3 API container ## Change service.port to change external port number...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Aug 14 05:50:43 GMT 2022
    - 19.4K bytes
    - Click Count (0)
  2. docs/en/docs/management-tasks.md

    First of all, be nice. ๐Ÿ˜Š
    
    You probably are super nice if you were added to the team, but it's worth mentioning it. ๐Ÿค“
    
    ### When Things are Difficult
    
    When things are great, everything is easier, so that doesn't need much instructions. But when things are difficult, here are some guidelines.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Wed Dec 17 20:41:43 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  3. docs/zh/docs/advanced/security/oauth2-scopes.md

    ่ฟ™ไบ›ๅฎ‰ๅ…จๆ–นๆกˆๅœจไฝฟ็”จ OAuth2 ๆ—ถ๏ผŒ่ฟ˜ๅฏไปฅๅฃฐๆ˜Žๅ’Œไฝฟ็”จไฝœ็”จๅŸŸใ€‚
    
    **ไฝœ็”จๅŸŸ**ๅชๆ˜ฏ๏ผˆไธๅธฆ็ฉบๆ ผ็š„๏ผ‰ๅญ—็ฌฆไธฒใ€‚
    
    ๅธธ็”จไบŽๅฃฐๆ˜Ž็‰นๅฎšๅฎ‰ๅ…จๆƒ้™๏ผŒไพ‹ๅฆ‚๏ผš
    
    * ๅธธ่ง็”จไพ‹ไธบ๏ผŒ`users:read` ๆˆ– `users:write`
    * ่„ธไนฆๅ’Œ Instagram ไฝฟ็”จ `instagram_basic`
    * ่ฐทๆญŒไฝฟ็”จ `https://www.googleapis.com/auth/drive`
    
    /// info | ่ฏดๆ˜Ž
    
    OAuth2 ไธญ๏ผŒ**ไฝœ็”จๅŸŸ**ๅชๆ˜ฏๅฃฐๆ˜Ž็‰นๅฎšๆƒ้™็š„ๅญ—็ฌฆไธฒใ€‚
    
    ๆ˜ฏๅฆไฝฟ็”จๅ†’ๅท `:` ็ญ‰็ฌฆๅท๏ผŒๆˆ–ๆ˜ฏไธๆ˜ฏ URL ๅนถไธ้‡่ฆใ€‚
    
    ่ฟ™ไบ›็ป†่Š‚ๅชๆ˜ฏ็‰นๅฎš็š„ๅฎž็Žฐๆ–นๅผใ€‚
    
    ๅฏน OAuth2 ๆฅ่ฏด๏ผŒๅฎƒไปฌ้ƒฝๅชๆ˜ฏๅญ—็ฌฆไธฒ่€Œๅทฒใ€‚
    
    ///
    
    ## ๅ…จๅฑ€็บต่งˆ
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun Dec 29 20:41:04 GMT 2024
    - 11.6K bytes
    - Click Count (0)
  4. docs/en/docs/tutorial/response-model.md

    FastAPI does several things internally with Pydantic to make sure that those same rules of class inheritance are not used for the returned data filtering, otherwise you could end up returning much more data than what you expected.
    
    This way, you can get the best of both worlds: type annotations with **tooling support** and **data filtering**.
    
    ## See it in the docs { #see-it-in-the-docs }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 20 15:55:38 GMT 2025
    - 15.5K bytes
    - Click Count (0)
  5. cmd/object-api-datatypes.go

    	Checksum             []byte
    }
    
    // MultipartInfo captures metadata information about the uploadId
    // this data structure is used primarily for some internal purposes
    // for verifying upload type such as was the upload
    // - encrypted
    // - compressed
    type MultipartInfo struct {
    	// Name of the bucket.
    	Bucket string
    
    	// Name of the object.
    	Object string
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 21.2K bytes
    - Click Count (0)
  6. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/JavadocConverter.java

                //we're making an assumption that all <pre> elements contain java code
                //this should mostly be true :)
                //if it isn't true then the syntax highlighting won't spoil the view too much anyway
                newElement.setAttribute("language", "java");
                nodes.push(newElement);
                return true;
            }
    
            @Override
            public void onText(String text) {
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Wed May 21 06:20:45 GMT 2025
    - 29.3K bytes
    - Click Count (0)
  7. helm-releases/minio-2.0.1.tgz

    allow pods with the generated client label to connect to MinIO. This label will be displayed in the output of a successful install. Existing secret ---------- Instead of having this chart create the secret for you, you can supply a preexisting secret, much like an existing PersistentVolumeClai. First, create the secret: ```bash kubectl create secret generic my-minio-secret --from-literal=rootUser=foobarbaz --from-literal=rootPassword=foobarbazqux ``` Then install the chart, specifying that you want to...
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 31 09:09:09 GMT 2021
    - 13.6K bytes
    - Click Count (0)
  8. docs/ko/docs/tutorial/security/simple-oauth2.md

    ๊ฐ "๋ฒ”์œ„"๋Š” ๊ณต๋ฐฑ์ด ์—†๋Š” ๋ฌธ์ž์—ด์ž…๋‹ˆ๋‹ค.
    
    ์ผ๋ฐ˜์ ์œผ๋กœ ํŠน์ • ๋ณด์•ˆ ๊ถŒํ•œ์„ ์„ ์–ธํ•˜๋Š” ๋ฐ ์‚ฌ์šฉ๋ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ์„ ๋ด…์‹œ๋‹ค:
    
    * `users:read` ๋˜๋Š” `users:write`๋Š” ์ผ๋ฐ˜์ ์ธ ์˜ˆ์‹œ์ž…๋‹ˆ๋‹ค.
    * `instagram_basic`์€ ํŽ˜์ด์Šค๋ถ/์ธ์Šคํƒ€๊ทธ๋žจ์—์„œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
    * `https://www.googleapis.com/auth/drive`๋Š” Google์—์„œ ์‚ฌ์šฉํ•ฉ๋‹ˆ๋‹ค.
    
    /// info | ์ •๋ณด
    
    OAuth2์—์„œ "๋ฒ”์œ„"๋Š” ํ•„์š”ํ•œ ํŠน์ • ๊ถŒํ•œ์„ ์„ ์–ธํ•˜๋Š” ๋ฌธ์ž์—ด์ž…๋‹ˆ๋‹ค.
    
    `:`๊ณผ ๊ฐ™์€ ๋‹ค๋ฅธ ๋ฌธ์ž๊ฐ€ ์žˆ๋Š”์ง€ ๋˜๋Š” URL์ธ์ง€๋Š” ์ค‘์š”ํ•˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.
    
    ์ด๋Ÿฌํ•œ ์„ธ๋ถ€ ์‚ฌํ•ญ์€ ๊ตฌํ˜„์— ๋”ฐ๋ผ ๋‹ค๋ฆ…๋‹ˆ๋‹ค.
    
    OAuth2์˜ ๊ฒฝ์šฐ ๋ฌธ์ž์—ด์ผ ๋ฟ์ž…๋‹ˆ๋‹ค.
    
    ///
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Feb 15 11:19:12 GMT 2025
    - 10.8K bytes
    - Click Count (0)
  9. api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java

             * descriptor and a corresponding artifact file. The root artifact on the other hand is only used
             * as a label for the root node of the graph in case no root dependency was specified. As such, the configured
             * root artifact is ignored if {@link #root(DependencyCoordinates)} has been set.
             *
             * @param rootArtifact the root artifact for the dependency graph, may be {@code null}
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 10 07:30:49 GMT 2025
    - 23K bytes
    - Click Count (0)
  10. cmd/admin-heal-ops.go

    // healing traversal may be mutating on-disk data when an external
    // quit signal is received, this routine cannot quit immediately and
    // has to wait until a safe point is reached, such as between scanning
    // two objects.
    func (h *healSequence) traverseAndHeal(objAPI ObjectLayer) {
    	h.traverseAndHealDoneCh <- h.healItems(objAPI)
    	xioutil.SafeClose(h.traverseAndHealDoneCh)
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 25.4K bytes
    - Click Count (0)
Back to Top