Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 501 - 510 of 563 for Success (0.03 seconds)

  1. misc/ios/go_ios_exec.go

    	return `<?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    	<key>keychain-access-groups</key>
    	<array><string>` + appID + `</string></array>
    	<key>get-task-allow</key>
    	<true/>
    	<key>application-identifier</key>
    	<string>` + appID + `</string>
    	<key>com.apple.developer.team-identifier</key>
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Sep 16 00:34:45 GMT 2025
    - 8.7K bytes
    - Click Count (0)
  2. cmd/signature-v4-parser_test.go

    			},
    			expectedErrCode: ErrNone,
    		},
    		// Test case - 8.
    		{
    			inputV4AuthStr: signV4Algorithm +
    				strings.Join([]string{
    					// generating a valid credential.
    					generateCredentialStr(
    						"access key",
    						sampleTimeStr,
    						"us-west-1",
    						"s3",
    						"aws4_request"),
    					// valid SignedHeader.
    					"SignedHeaders=host;x-amz-content-sha256;x-amz-date",
    					// valid Signature field.
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Oct 10 18:57:35 GMT 2025
    - 27.8K bytes
    - Click Count (0)
  3. docs/en/docs/tutorial/body.md

    * auto-completion
    * type checks
    * refactoring
    * searching
    * inspections
    
    ///
    
    ## Use the model { #use-the-model }
    
    Inside of the function, you can access all the attributes of the model object directly:
    
    {* ../../docs_src/body/tutorial002_py310.py *}
    
    ## Request body + path parameters { #request-body-path-parameters }
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 20 15:55:38 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  4. README.md

    - **[Community Resources](https://gradle.org/resources/)** - Find more community-contributed materials to expand your knowledge.
    
    > 🌟 **Stay connected with the Gradle Community and access the latest news, training, and updates via [Slack](https://gradle.org/slack-invite), [Forum](https://discuss.gradle.org/), and our [Newsletter](https://newsletter.gradle.org)**.
    
    <br><br>
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Oct 20 22:15:26 GMT 2025
    - 7.8K bytes
    - Click Count (0)
  5. docs/distributed/README.md

    > **NOTE:** **Each pool you add must have the same erasure coding parity configuration as the original pool, so the same data redundancy SLA is maintained.**
    
    ## 3. Test your setup
    
    To test this setup, access the MinIO server via browser or [`mc`](https://docs.min.io/community/minio-object-store/reference/minio-mc.html#quickstart).
    
    ## Explore Further
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.9K bytes
    - Click Count (0)
  6. architecture/standards/0006-use-of-provider-apis-in-gradle.md

        Property<NestedType> getNestedProperty()
    }
    ```
    
    This is unnecessary because users will have trouble creating instances of `NestedType` and merging different instances of `NestedType`. It's also more awkward for users to access the properties in the nested property.
    
    If the nested type is a managed type (Gradle can generate its implementation), you can define a nested property with:
    ```
    interface NestedType {
        Property<String> getSomeProperty()
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Oct 15 20:00:57 GMT 2024
    - 10K bytes
    - Click Count (0)
  7. docs/tls/README.md

    # How to secure access to MinIO server with TLS [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
    
    This guide explains how to configure MinIO Server with TLS certificates on Linux and Windows platforms.
    
    1. [Install MinIO Server](#install-minio-server)
    2. [Use an Existing Key and Certificate with MinIO](#use-an-existing-key-and-certificate-with-minio)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.6K bytes
    - Click Count (0)
  8. docs/site-replication/run-multi-site-oidc.sh

    	echo "Expected sts credential to work, exiting.."
    	exit_1
    fi
    
    STS_ACCESS_KEY=$(echo ${STS_CRED} | cut -d ':' -f 1)
    
    # Create service account for STS user
    ./mc admin user svcacct add minio2 $STS_ACCESS_KEY --access-key testsvc --secret-key testsvc123
    if [ $? -ne 0 ]; then
    	echo "adding svc account failed, exiting.."
    	exit_1
    fi
    
    sleep 10
    
    ./mc admin user svcacct info minio1 testsvc
    if [ $? -ne 0 ]; then
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Sep 24 08:03:58 GMT 2024
    - 8.5K bytes
    - Click Count (0)
  9. docs/ko/docs/tutorial/cors.md

    * `expose_headers` - λΈŒλΌμš°μ €μ— μ ‘κ·Όν•  수 μžˆμ–΄μ•Ό ν•˜λŠ” λͺ¨λ“  응닡 헀더λ₯Ό κ°€λ¦¬ν‚΅λ‹ˆλ‹€. 기본값은 `[]` μž…λ‹ˆλ‹€.
    * `max_age` - λΈŒλΌμš°μ €κ°€ CORS 응닡을 μΊμ‹œμ— μ €μž₯ν•˜λŠ” μ΅œλŒ€ μ‹œκ°„μ„ 초 λ‹¨μœ„λ‘œ μ„€μ •ν•©λ‹ˆλ‹€. 기본값은 `600` μž…λ‹ˆλ‹€.
    
    λ―Έλ“€μ›¨μ–΄λŠ” 두가지 νŠΉμ •ν•œ μ’…λ₯˜μ˜ HTTP μš”μ²­μ— μ‘λ‹΅ν•©λ‹ˆλ‹€...
    
    ### CORS 사전 μš”μ²­
    
    `Origin` 및 `Access-Control-Request-Method` 헀더와 ν•¨κ»˜ μ „μ†‘ν•˜λŠ” λͺ¨λ“  `OPTIONS` μš”μ²­μž…λ‹ˆλ‹€.
    
    이 경우 λ―Έλ“€μ›¨μ–΄λŠ” λ“€μ–΄μ˜€λŠ” μš”μ²­μ„ κ°€λ‘œμ±„ μ μ ˆν•œ CORS 헀더와, 정보 μ œκ³΅μ„ μœ„ν•œ `200` λ˜λŠ” `400` μ‘λ‹΅μœΌλ‘œ μ‘λ‹΅ν•©λ‹ˆλ‹€.
    
    ### λ‹¨μˆœν•œ μš”μ²­
    
    `Origin` 헀더λ₯Ό κ°€μ§„ λͺ¨λ“  μš”μ²­. 이 경우 λ―Έλ“€μ›¨μ–΄λŠ” μš”μ²­μ„ μ •μƒμ μœΌλ‘œ μ „λ‹¬ν•˜μ§€λ§Œ, μ μ ˆν•œ CORS 헀더λ₯Ό 응닡에 ν¬ν•¨μ‹œν‚΅λ‹ˆλ‹€.
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Mon Nov 18 02:25:44 GMT 2024
    - 5.7K bytes
    - Click Count (0)
  10. docs/bucket/lifecycle/README.md

    > To create a transition tier for transitioning objects to a prefix `testprefix` in `azurebucket` on Azure blob using `mc`:
    
    ```
     mc admin tier add azure source AZURETIER --endpoint https://blob.core.windows.net --access-key AZURE_ACCOUNT_NAME --secret-key AZURE_ACCOUNT_KEY  --bucket azurebucket --prefix testprefix1/
    ```
    
    > The admin user running this command needs the "admin:SetTier" and "admin:ListTier" permissions if not running as root.
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 9.1K bytes
    - Click Count (0)
Back to Top