Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 291 - 300 of 703 for latest (0.06 seconds)

  1. docs/changelogs/upgrading_to_okhttp_4.md

    releases of OkHttp.
    
    ProGuard was the previous default. Weโ€™re [tracking problems][proguard_problems] with interactions
    between ProGuard, OkHttp 4.x, and Kotlin-originated `.class` files. Make sure youโ€™re on the latest
    release if youโ€™re using ProGuard,
    
    
    Gradle
    ------
    
    OkHttp 4โ€™s minimum requirements are Java 8+ and Android 5+. These requirements were
    [first introduced][require_android_5] with OkHttp 3.13.
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Feb 06 16:58:16 GMT 2022
    - 10.9K bytes
    - Click Count (0)
  2. 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>
    <div align="center" style="margin-top: 20px;">
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Thu Feb 12 18:58:41 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.9.md

    kubeadm has been updated to drop an unnecessary redirection from ci/latest.txt to ci-cross/latest.txt. Users should know exactly where the builds are stored on Google Cloud storage buckets from now on. For example for 1.9 and 1.10, users can specify ci/latest-1.9 and ci/latest-1.10 as the CI build jobs what build images correctly updates those. The CI jobs for master update the ci-cross/latest location, so if you are looking for latest master builds, then the correct parameter to use would be ci-cross/latest....
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Click Count (0)
  4. docs/ftp/README.md

      - Built-in IDP users and their respective service accounts
      - LDAP/AD users and their respective service accounts
      - OpenID/OIDC service accounts
    
    - On versioned buckets, FTP/SFTP only operates on latest objects, if you need to retrieve
      an older version you must use an `S3 API client` such as [`mc`](https://github.com/minio/mc).
    
    - All features currently used by your buckets will work as is without any changes
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue May 07 06:41:25 GMT 2024
    - 7.8K bytes
    - Click Count (0)
  5. docs/ko/docs/tutorial/query-params-str-validations.md

    ๊ทธ๋Ÿฐ ๊ฒฝ์šฐ์—๋Š” ์ผ๋ฐ˜์ ์ธ ๊ฒ€์ฆ(์˜ˆ: ๊ฐ’์ด `str`์ธ์ง€ ๊ฒ€์ฆํ•œ ๋’ค) ์ดํ›„์— ์ ์šฉ๋˜๋Š” **์ปค์Šคํ…€ ๊ฒ€์ฆ ํ•จ์ˆ˜**๋ฅผ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    `Annotated` ์•ˆ์—์„œ [Pydantic์˜ `AfterValidator`](https://docs.pydantic.dev/latest/concepts/validators/#field-after-validator)๋ฅผ ์‚ฌ์šฉํ•˜๋ฉด ์ด๋ฅผ ๊ตฌํ˜„ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
    
    /// tip | ํŒ
    
    Pydantic์—๋Š” [BeforeValidator](https://docs.pydantic.dev/latest/concepts/validators/#field-before-validator)์™€ ๊ฐ™์€ ๋‹ค๋ฅธ ๊ฒƒ๋“ค๋„ ์žˆ์Šต๋‹ˆ๋‹ค. ๐Ÿค“
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 18.7K bytes
    - Click Count (0)
  6. docs/site-replication/run-ssec-object-replication.sh

    echo "Create bucket in source MinIO instance"
    ./mc mb minio1/test-bucket --insecure
    
    # Load objects to source site
    echo "Loading objects to source MinIO instance"
    set -x
    ./mc cp /tmp/data/plainfile minio1/test-bucket --insecure
    ./mc cp /tmp/data/encrypted minio1/test-bucket/encrypted --enc-c "minio1/test-bucket/encrypted=${TEST_MINIO_ENC_KEY}" --insecure
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Sep 24 08:03:58 GMT 2024
    - 9.9K bytes
    - Click Count (0)
  7. cmd/generic-handlers.go

    	requestMaxBodySize = globalMaxObjectSize + requestFormDataSize
    
    	// Maximum size for http headers - See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html
    	maxHeaderSize = 8 * 1024
    
    	// Maximum size for user-defined metadata - See: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html
    	maxUserDataSize = 2 * 1024
    
    	// maxBuckets upto 500000 for any MinIO deployment.
    	maxBuckets = 500 * 1000
    )
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 20.7K bytes
    - Click Count (1)
  8. docs/sts/keycloak.md

    ## Prerequisites
    
    Configure and install keycloak server by following [Keycloak Installation Guide](https://www.keycloak.org/docs/latest/server_installation/#installing-the-software).
    For a quick installation, docker-compose reference configs are also available on the [Keycloak GitHub](https://github.com/keycloak/keycloak-containers/tree/main/docker-compose-examples).
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 8.1K bytes
    - Click Count (0)
  9. docs/ko/README.md

    ### ํ†ตํ•ฉ ํ…Œ์ŠคํŠธ
    
    Fess ์„œ๋ฒ„๋ฅผ ์‹œ์ž‘ํ•˜๊ณ  ๋‹ค์Œ ๋ช…๋ น์„ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201"
    
    ๋‹จ์ผ ํ…Œ์ŠคํŠธ ์ผ€์ด์Šค๋ฅผ ์‹คํ–‰ํ•˜๋ ค๋ฉด ๋‹ค์Œ์„ ์‚ฌ์šฉํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:
    
        $ mvn test -P integrationTests -Dtest.fess.url="http://localhost:8080" -Dtest.search_engine.url="http://localhost:9201" -Dtest=SearchApiTests
    
    ### ์–ธ์–ด ๋ฒˆ์—ญ
    
    Fess๋Š” ๊ตญ์ œํ™”๋œ ์†Œํ”„ํŠธ์›จ์–ด์ž…๋‹ˆ๋‹ค.
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Tue Nov 11 22:42:32 GMT 2025
    - 8K bytes
    - Click Count (1)
  10. docs/zh-hant/docs/tutorial/body-nested-models.md

    - ็ทจ่ผฏๅ™จๆ”ฏๆด๏ผˆ่‡ชๅ‹•ๅฎŒๆˆ็ญ‰๏ผ‰๏ผŒๅณไฝฟๆ˜ฏๅทข็‹€ๆจกๅž‹
    - ่ณ‡ๆ–™่ฝ‰ๆ›
    - ่ณ‡ๆ–™้ฉ—่ญ‰
    - ่‡ชๅ‹•็”ข็”Ÿๆ–‡ไปถ
    
    ## ็‰นๆฎŠๅž‹ๅˆฅ่ˆ‡้ฉ—่ญ‰ { #special-types-and-validation }
    
    ้™คไบ† `str`ใ€`int`ใ€`float` ็ญ‰ไธ€่ˆฌ็š„ๅ–ฎไธ€ๅž‹ๅˆฅๅค–๏ผŒไฝ ไนŸๅฏไปฅไฝฟ็”จ็นผๆ‰ฟ่‡ช `str` ็š„ๆ›ด่ค‡้›œๅ–ฎไธ€ๅž‹ๅˆฅใ€‚
    
    ่‹ฅ่ฆๆŸฅ็œ‹ๆ‰€ๆœ‰ๅฏ็”จ้ธ้ …๏ผŒ่ซ‹ๅƒ้–ฑ [Pydantic ็š„ๅž‹ๅˆฅ็ธฝ่ฆฝ](https://docs.pydantic.dev/latest/concepts/types/)ใ€‚ไฝ ๆœƒๅœจไธ‹ไธ€็ซ ็œ‹ๅˆฐไธ€ไบ›็ฏ„ไพ‹ใ€‚
    
    ไพ‹ๅฆ‚๏ผŒๅœจ `Image` ๆจกๅž‹ไธญๆœ‰ไธ€ๅ€‹ `url` ๆฌ„ไฝ๏ผŒๆˆ‘ๅ€‘ๅฏไปฅๅฐ‡ๅ…ถๅฎฃๅ‘Š็‚บ Pydantic ็š„ `HttpUrl`๏ผŒ่€Œไธๆ˜ฏ `str`๏ผš
    
    {* ../../docs_src/body_nested_models/tutorial005_py310.py hl[2,8] *}
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 6.5K bytes
    - Click Count (0)
Back to Top