Search Options

Results per page
Sort
Preferred Languages
Advance

Results 531 - 540 of 978 for mein (0.06 sec)

  1. docs/en/docs/deployment/server-workers.md

       <span style="background-color:#007166"><font color="#D3D7CF"> module </font></span>  ๐Ÿ main.py
    
         <span style="background-color:#007166"><font color="#D3D7CF"> code </font></span>  Importing the FastAPI app object from the module with the
                 following code:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. docs/en/docs/how-to/custom-docs-ui-assets.md

    Let's say your project file structure looks like this:
    
    ```
    .
    โ”œโ”€โ”€ app
    โ”‚   โ”œโ”€โ”€ __init__.py
    โ”‚   โ”œโ”€โ”€ main.py
    ```
    
    Now create a directory to store those static files.
    
    Your new file structure could look like this:
    
    ```
    .
    โ”œโ”€โ”€ app
    โ”‚ย ย  โ”œโ”€โ”€ __init__.py
    โ”‚ย ย  โ”œโ”€โ”€ main.py
    โ””โ”€โ”€ static/
    ```
    
    ### Download the files { #download-the-files }
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  3. docs/em/docs/index.md

    INFO:     Application startup complete.
    ```
    
    </div>
    
    <details markdown="1">
    <summary>๐Ÿ”ƒ ๐Ÿ“‹ <code>uvicorn main:app --reload</code>...</summary>
    
    ๐Ÿ“‹ `uvicorn main:app` ๐Ÿ”—:
    
    * `main`: ๐Ÿ“ `main.py` (๐Ÿ "๐Ÿ•น").
    * `app`: ๐ŸŽš โœ ๐Ÿ”˜ `main.py` โฎ๏ธ โธ `app = FastAPI()`.
    * `--reload`: โš’ ๐Ÿ’ฝ โ โฎ๏ธ ๐Ÿ“Ÿ ๐Ÿ”€. ๐Ÿ•ด ๐Ÿ‘‰ ๐Ÿ› ๏ธ.
    
    </details>
    
    ### โœ… โšซ๏ธ
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 17.1K bytes
    - Viewed (0)
  4. docs/he/docs/index.md

    ```
    
    </div>
    
    <details markdown="1">
    <summary>ืขืœ ื”ืคืงื•ื“ื” <code>uvicorn main:app --reload</code>...</summary>
    
    ื”ืคืงื•ื“ื” `uvicorn main:app` ืžืชื™ื™ื—ืกืช ืœ:
    
    -   `main`: ื”ืงื•ื‘ืฅ `main.py` (ืžื•ื“ื•ืœ ืคื™ื™ืชื•ืŸ).
    -   `app`: ื”ืื•ื‘ื™ื™ืงื˜ ืฉื ื•ืฆืจ ื‘ืชื•ืš `main.py` ืขื ื”ืฉื•ืจื” <code dir="ltr">app = FastAPI()</code>.
    -   <code dir="ltr">--reload</code>: ื’ืจืžื• ืœืฉืจืช ืœื”ืชืืชื—ืœ ืœืื—ืจ ืฉื™ื ื•ื™ื™ื ื‘ืงื•ื“. ืขืฉื• ื–ืืช ืจืง ื‘ืกื‘ื™ื‘ืช ืคื™ืชื•ื—.
    
    </details>
    
    ### ื‘ื“ืงื• ืื•ืชื”
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 21.2K bytes
    - Viewed (0)
  5. docs/en/docs/contributing.md

    That way, you can edit the documentation/source files and see the changes live.
    
    /// tip
    
    Alternatively, you can perform the same steps that scripts does manually.
    
    Go into the language directory, for the main docs in English it's at `docs/en/`:
    
    ```console
    $ cd docs/en/
    ```
    
    Then run `mkdocs` in that directory:
    
    ```console
    $ mkdocs serve --dev-addr 127.0.0.1:8008
    ```
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  6. .github/workflows/detect-conflicts.yml

    name: "Conflict detector"
    on:
      push:
      pull_request_target:
        types: [synchronize]
    
    jobs:
      main:
        permissions:
          contents: read
          pull-requests: write
        runs-on: ubuntu-latest
        steps:
          - name: Check if PRs have merge conflicts
            uses: eps1lon/actions-label-merge-conflict@v3
            with:
              dirtyLabel: "conflicts"
              repoToken: "${{ secrets.GITHUB_TOKEN }}"
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 08:33:44 UTC 2025
    - 499 bytes
    - Viewed (0)
  7. .github/workflows/pull-metadata.yml

          issues: write
          pull-requests: write
        runs-on: ubuntu-latest
        steps:
          # Check that PRs have proper metadata: labels and milestone
          # https://github.com/gradle/issue-management-action/blob/main/src/pull-metadata.ts
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 11 09:00:56 UTC 2025
    - 480 bytes
    - Viewed (0)
  8. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ProjectScopeProvider.java

     * <p>
     * This interface allows plugins and extensions to define and register additional project scopes
     * beyond the standard {@link ProjectScope#MAIN} and {@link ProjectScope#TEST} scopes.
     * Implementations of this interface will be discovered through the Java ServiceLoader mechanism
     * and their provided project scopes will be available throughout the Maven build process.
     * <p>
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Apr 03 13:33:59 UTC 2025
    - 2K bytes
    - Viewed (0)
  9. docs/contribute/debug_logging.md

    [2020-01-01 00:00:00] Q10000 finished run in 739 ยตs: OkHttp ConnectionPool
    ```
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sun Feb 06 16:35:36 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  10. samples/guide/src/main/java/okhttp3/recipes/RewriteResponseCacheControl.java

            System.out.println("    Network: " + (response.networkResponse() != null));
            System.out.println();
          }
        }
      }
    
      public static void main(String... args) throws Exception {
        new RewriteResponseCacheControl(new File("RewriteResponseCacheControl.tmp")).run();
      }
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jan 12 03:31:36 UTC 2019
    - 2.6K bytes
    - Viewed (0)
Back to top