Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 55 for deployed (0.04 sec)

  1. compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/DefaultArtifactResolver.java

                } catch (ArtifactNotFoundException anfe) {
                    // These are cases where the artifact just isn't present in any of the remote repositories
                    // because it wasn't deployed, or it was deployed in the wrong place.
    
                    synchronized (result) {
                        result.addMissingArtifact(artifact);
                    }
                } catch (ArtifactResolutionException e) {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 25K bytes
    - Viewed (0)
  2. api/maven-api-metadata/src/main/mdo/metadata.mdo

          <fields>
            <field>
              <name>timestamp</name>
              <version>1.0.0+</version>
              <description>The timestamp when this version was deployed. The timestamp is expressed using UTC in the format yyyyMMdd.HHmmss.</description>
              <type>String</type>
            </field>
            <field>
              <name>buildNumber</name>
              <version>1.0.0+</version>
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  3. docs/de/docs/tutorial/first-steps.md

    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Sie können optional Ihre FastAPI-App in der <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a> deployen, treten Sie der Warteliste bei, falls Sie es noch nicht getan haben. 🚀
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  4. docs/de/docs/index.md

        * **CORS**
        * **Cookie-Sessions**
        * ... und mehr.
    
    ### Ihre App deployen (optional) { #deploy-your-app-optional }
    
    Optional können Sie Ihre FastAPI-App in die <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a> deployen, gehen Sie und treten Sie der Warteliste bei, falls noch nicht geschehen. 🚀
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 25.8K bytes
    - Viewed (0)
  5. docs/de/llm-prompt.md

    * «the worker class»: NOT «die Arbeiterklasse»
    * «the worker process»: «der Workerprozess»
    * «the worker process»: NOT «der Arbeiterprozess»
    * «to commit»: «committen»
    * «to deploy» (in the cloud): «deployen»
    * «to modify»: «ändern»
    * «to serve» (an application): «bereitstellen»
    * «to serve» (a response): «ausliefern»
    * «to serve»: NOT «bedienen»
    * «to upgrade»: «aktualisieren»
    * «to wrap»: «wrappen»
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  6. docs/pt/docs/tutorial/first-steps.md

    Antes do deploy, certifique-se de que está autenticado:
    
    <div class="termy">
    
    ```console
    $ fastapi login
    
    You are logged in to FastAPI Cloud 🚀
    ```
    
    </div>
    
    Em seguida, faça o deploy da sua aplicação:
    
    <div class="termy">
    
    ```console
    $ fastapi deploy
    
    Deploying to FastAPI Cloud...
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 13.6K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/first-steps.md

    ### Deploy your app (optional) { #deploy-your-app-optional }
    
    You can optionally deploy your FastAPI app to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>, go and join the waiting list if you haven't. 🚀
    
    If you already have a **FastAPI Cloud** account (we invited you from the waiting list 😉), you can deploy your application with one command.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 12.8K bytes
    - Viewed (0)
  8. docs/en/docs/index.md

        * **Cookie Sessions**
        * ...and more.
    
    ### Deploy your app (optional) { #deploy-your-app-optional }
    
    You can optionally deploy your FastAPI app to <a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>, go and join the waiting list if you haven't. 🚀
    
    If you already have a **FastAPI Cloud** account (we invited you from the waiting list 😉), you can deploy your application with one command.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 25 11:01:37 UTC 2025
    - 23.5K bytes
    - Viewed (0)
  9. mockwebserver/src/main/kotlin/mockwebserver3/MockResponse.kt

    import okhttp3.WebSocketListener
    import okhttp3.internal.addHeaderLenient
    import okhttp3.internal.http2.ErrorCode
    import okhttp3.internal.http2.Settings
    import okio.Buffer
    
    /** A scripted response to be replayed by the mock web server. */
    public class MockResponse {
      /** Returns the HTTP response line, such as "HTTP/1.1 200 OK". */
      public val status: String
    
      public val code: Int
        get() {
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 17.8K bytes
    - Viewed (0)
  10. docs/ru/docs/tutorial/first-steps.md

    ### Шаг 6: разверните приложение { #step-6-deploy-it }
    
    Разверните приложение в **<a href="https://fastapicloud.com" class="external-link" target="_blank">FastAPI Cloud</a>** одной командой: `fastapi deploy`. 🎉
    
    #### О FastAPI Cloud { #about-fastapi-cloud }
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 17.7K bytes
    - Viewed (0)
Back to top