Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 291 - 300 of 524 for guice (0.04 seconds)

  1. docs/sts/client-grants.md

    }
    ```
    
    ## Explore Further
    
    - [MinIO Admin Complete Guide](https://docs.min.io/community/minio-object-store/reference/minio-mc-admin.html)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.2K bytes
    - Click Count (0)
  2. docs/en/docs/_llm-test.md

    //// tab | Test
    
    * you
    * your
    
    * e.g.
    * etc.
    
    * `foo` as an `int`
    * `bar` as a `str`
    * `baz` as a `list`
    
    * the Tutorial - User guide
    * the Advanced User Guide
    * the SQLModel docs
    * the API docs
    * the automatic docs
    
    * Data Science
    * Deep Learning
    * Machine Learning
    * Dependency Injection
    * HTTP Basic authentication
    * HTTP Digest
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 11K bytes
    - Click Count (0)
  3. docs/pt/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    ///
    
    Se você tem uma aplicação FastAPI antiga com Pydantic v1, aqui vou mostrar como migrá-la para o Pydantic v2, e as **funcionalidades no FastAPI 0.119.0** para ajudar em uma migração gradual.
    
    ## Guia oficial { #official-guide }
    
    O Pydantic tem um [Guia de Migração](https://docs.pydantic.dev/latest/migration/) oficial do v1 para o v2.
    
    Ele também inclui o que mudou, como as validações agora são mais corretas e rigorosas, possíveis ressalvas, etc.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  4. docs/kms/README.md

    # KMS Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
    
    MinIO uses a key-management-system (KMS) to support SSE-S3. If a client requests SSE-S3, or auto-encryption is enabled, the MinIO server encrypts each object with a unique object key which is protected by a master key managed by the KMS.
    
    ## Quick Start
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 7.2K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/util/concurrent/ListenableFuture.java

     * complete}. If the computation has already completed when the listener is added, the listener will
     * execute immediately.
     *
     * <p>See the Guava User Guide article on <a
     * href="https://github.com/google/guava/wiki/ListenableFutureExplained">{@code
     * ListenableFuture}</a>.
     *
     * <p>This class is GWT-compatible.
     *
     * <h3>Purpose</h3>
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 8K bytes
    - Click Count (0)
  6. docs/ko/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    Python의 최신 기능을 사용하려면 Pydantic v2를 사용하고 있는지 확인해야 합니다.
    
    ///
    
    Pydantic v1을 사용하는 오래된 FastAPI 앱이 있다면, 여기서는 이를 Pydantic v2로 마이그레이션하는 방법과 점진적 마이그레이션을 돕는 **FastAPI 0.119.0의 기능**을 소개하겠습니다.
    
    ## 공식 가이드 { #official-guide }
    
    Pydantic에는 v1에서 v2로의 공식 [마이그레이션 가이드](https://docs.pydantic.dev/latest/migration/)가 있습니다.
    
    여기에는 무엇이 바뀌었는지, 검증이 이제 어떻게 더 정확하고 엄격해졌는지, 가능한 주의사항 등도 포함되어 있습니다.
    
    변경된 내용을 더 잘 이해하기 위해 읽어보면 좋습니다.
    
    ## 테스트 { #tests }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 6.3K bytes
    - Click Count (0)
  7. ci/devinfra/docker/windows/Dockerfile

      $env:JAVA_HOME = $zulu_root; \
      [Environment]::SetEnvironmentVariable(\"JAVA_HOME\", $env:JAVA_HOME, \"Machine\")
    
    # Point to the LLVM installation.
    # The Bazel Windows guide claims it can find LLVM automatically,
    # but it likely only works if it's installed somewhere inside C:\Program Files.
    ENV BAZEL_LLVM "C:\tools\LLVM"
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Jan 17 16:35:57 GMT 2025
    - 8.4K bytes
    - Click Count (0)
  8. docs/zh/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    这也包括 `pydantic.v1`,在 Python 3.14 及更高版本中不再受支持。
    
    如果你想使用 Python 的最新特性,需要确保使用 Pydantic v2。
    
    ///
    
    如果你的旧 FastAPI 应用在用 Pydantic v1,这里将向你展示如何迁移到 Pydantic v2,以及 FastAPI 0.119.0 中可帮助你渐进式迁移的功能。
    
    ## 官方指南 { #official-guide }
    
    Pydantic 有一份从 v1 迁移到 v2 的官方[迁移指南](https://docs.pydantic.dev/latest/migration/)。
    
    其中包含变更内容、校验如何更准确更严格、可能的注意事项等。
    
    你可以阅读以更好地了解变更。
    
    ## 测试 { #tests }
    
    请确保你的应用有[测试](../tutorial/testing.md),并在持续集成(CI)中运行它们。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:06:37 GMT 2026
    - 5.1K bytes
    - Click Count (0)
  9. docs/select/README.md

    # Select API Quickstart Guide [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io)
    
    Traditional retrieval of objects is always as whole entities, i.e GetObject for a 5 GiB object, will always return 5 GiB of data. S3 Select API allows us to retrieve a subset of data by using simple SQL expressions. By using Select API to retrieve only the data needed by the application, drastic performance improvements can be achieved.
    
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/how-to/migrate-from-pydantic-v1-to-pydantic-v2.md

    這也包含 `pydantic.v1`,在 Python 3.14 及以上版本不再支援。
    
    如果你想使用最新的 Python 功能,就需要確保使用 Pydantic v2。
    
    ///
    
    如果你的舊 FastAPI 應用仍使用 Pydantic v1,這裡會示範如何遷移到 Pydantic v2,並介紹 **FastAPI 0.119.0** 中可協助你逐步遷移的功能。
    
    ## 官方指南 { #official-guide }
    
    Pydantic 提供從 v1 遷移到 v2 的官方[遷移指南](https://docs.pydantic.dev/latest/migration/)。
    
    其中包含變更內容、驗證如何更正確且更嚴格、可能的注意事項等。
    
    你可以先閱讀以更好理解具體變更。
    
    ## 測試 { #tests }
    
    確保你的應用有[測試](../tutorial/testing.md),並在 CI(持續整合)上執行。
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 4.9K bytes
    - Click Count (0)
Back to Top