Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 454 for Providers (0.06 seconds)

  1. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/Providers.kt

     * limitations under the License.
     */
    
    package gradlebuild.basics
    
    import org.gradle.api.file.FileSystemLocation
    import org.gradle.api.provider.Provider
    
    
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Tue Feb 10 10:04:00 GMT 2026
    - 799 bytes
    - Click Count (0)
  2. docs/en/docs/deployment/cloud.md

    # Deploy FastAPI on Cloud Providers { #deploy-fastapi-on-cloud-providers }
    
    You can use virtually **any cloud provider** to deploy your FastAPI application.
    
    In most of the cases, the main cloud providers have guides to deploy FastAPI with them.
    
    ## FastAPI Cloud { #fastapi-cloud }
    
    **[FastAPI Cloud](https://fastapicloud.com)** is built by the same author and team behind **FastAPI**.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.2K bytes
    - Click Count (0)
  3. build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-identity.gradle.kts

    
    /**
     * Returns a new provider that takes its value from at most one
     * of the given providers. If no input provider is present, the output
     * provider will not be present. If more than one input provider
     * has a value specified, the resulting provider will throw an
     * exception when queried.
     */
    fun <T: Any> atMostOneOf(vararg providers: Provider<T>): Provider<T> {
        return providers.map { provider ->
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Wed Mar 11 22:46:35 GMT 2026
    - 5.8K bytes
    - Click Count (0)
  4. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessTimeResourceProviderTest.java

            assertNotNull(provider2);
            assertNotNull(provider3);
    
            // Each should be a different instance
            assertNotSame(provider1, provider2);
            assertNotSame(provider2, provider3);
            assertNotSame(provider1, provider3);
        }
    
        // Test with special characters in time adjustment string
        @Test
        public void test_specialCharactersInTimeAdjustment() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 17.8K bytes
    - Click Count (0)
  5. docs/ko/docs/deployment/cloud.md

    # 클라우드 제공업체에서 FastAPI 배포하기 { #deploy-fastapi-on-cloud-providers }
    
    사실상 거의 **모든 클라우드 제공업체**를 사용하여 여러분의 FastAPI 애플리케이션을 배포할 수 있습니다.
    
    대부분의 경우, 주요 클라우드 제공업체에서는 FastAPI를 배포할 수 있도록 가이드를 제공합니다.
    
    ## FastAPI Cloud { #fastapi-cloud }
    
    **[FastAPI Cloud](https://fastapicloud.com)**는 **FastAPI**를 만든 동일한 작성자와 팀이 구축했습니다.
    
    최소한의 노력으로 API를 **구축**, **배포**, **접근**하는 과정을 간소화합니다.
    
    FastAPI로 앱을 빌드할 때의 동일한 **개발자 경험**을 클라우드에 **배포**하는 데에도 제공합니다. 🎉
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:06:26 GMT 2026
    - 1.4K bytes
    - Click Count (0)
  6. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java

            FessSecurityResourceProvider provider1 = new FessSecurityResourceProvider(inver1, oneWay1);
            FessSecurityResourceProvider provider2 = new FessSecurityResourceProvider(inver2, oneWay2);
    
            assertNotSame(provider1, provider2);
            assertEquals(inver1, provider1.providePrimaryInvertibleCryptographer());
            assertEquals(inver2, provider2.providePrimaryInvertibleCryptographer());
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 13.2K bytes
    - Click Count (0)
  7. docs/en/docs/deployment/fastapicloud.md

    * etc.
    
    FastAPI Cloud is the primary sponsor and funding provider for the *FastAPI and friends* open source projects. ✨
    
    ## Deploy to other cloud providers { #deploy-to-other-cloud-providers }
    
    FastAPI is open source and based on standards. You can deploy FastAPI apps to any cloud provider you choose.
    
    Follow your cloud provider's guides to deploy FastAPI apps with them. 🤓
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 1.9K bytes
    - Click Count (0)
  8. docs/ja/docs/deployment/cloud.md

    # クラウドプロバイダへの FastAPI デプロイ { #deploy-fastapi-on-cloud-providers }
    
    FastAPI アプリケーションは、実質的にどのようなクラウドプロバイダでもデプロイできます。
    
    多くの場合、主要なクラウドプロバイダは FastAPI をデプロイするためのガイドを提供しています。
    
    ## FastAPI Cloud { #fastapi-cloud }
    
    **[FastAPI Cloud](https://fastapicloud.com)** は、**FastAPI** の作者と同じチームによって作られています。
    
    API の**構築**、**デプロイ**、**アクセス**までのプロセスを、最小限の手間で効率化します。
    
    FastAPI でアプリを開発するときと同じ**開発者体験**を、クラウドへの**デプロイ**にももたらします。🎉
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 14:07:17 GMT 2026
    - 1.5K bytes
    - Click Count (0)
  9. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/http/HcHttpClient.java

     *   <li>REDIRECTS_ENABLED: Enable or disable HTTP redirects.</li>
     *   <li>COOKIES_PROPERTY: Cookie settings.</li>
     *   <li>AUTH_SCHEME_PROVIDERS_PROPERTY: Authentication scheme providers.</li>
     *   <li>IGNORE_SSL_CERTIFICATE_PROPERTY: Ignore SSL certificate validation.</li>
     *   <li>DEFAULT_MAX_CONNECTION_PER_ROUTE_PROPERTY: Default maximum connections per route.</li>
    Created: Sun Apr 12 03:50:13 GMT 2026
    - Last Modified: Thu Jan 08 04:17:06 GMT 2026
    - 4.8K bytes
    - Click Count (0)
  10. docs/zh-hant/docs/deployment/cloud.md

    你幾乎可以使用**任何雲端供應商**來部署你的 FastAPI 應用程式。
    
    在大多數情況下,主要的雲端供應商都有部署 FastAPI 的指南。
    
    ## FastAPI Cloud { #fastapi-cloud }
    
    **[FastAPI Cloud](https://fastapicloud.com)** 由 **FastAPI** 的同一位作者與團隊打造。
    
    它讓你以最少的投入,簡化 **建置**、**部署** 與 **存取** API 的流程。
    
    它把使用 FastAPI 開發應用的同樣**優秀的開發者體驗**,帶到將它們**部署**到雲端的過程中。🎉
    
    FastAPI Cloud 是 *FastAPI and friends* 開源專案的主要贊助與資金提供者。✨
    
    ## 雲端供應商 - 贊助商 { #cloud-providers-sponsors }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 17:05:38 GMT 2026
    - 1.1K bytes
    - Click Count (0)
Back to Top