Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for Towers (0.2 sec)

  1. docs/en/docs/img/sponsors/powens.png

    powens.png...
    PNG Image
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jan 23 14:23:53 GMT 2023
    - 15K bytes
    - Viewed (0)
  2. docs/en/docs/css/custom.css

    a.internal-link::after {
      /* \00A0 is a non-breaking space
            to make the mark be on the same line as the link
        */
      content: "\00A0β†ͺ";
    }
    
    .shadow {
      box-shadow: 5px 5px 10px #999;
    }
    
    /* Give space to lower icons so Gitter chat doesn't get on top of them */
    .md-footer-meta {
      padding-bottom: 2em;
    }
    
    .user-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2rem;
    }
    
    .user-list-center {
    CSS
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Jan 28 09:53:45 GMT 2024
    - 2.8K bytes
    - Viewed (0)
  3. docs/en/docs/fastapi-people.md

    ## Top Translation Reviewers
    
    These users are the **Top Translation Reviewers**. πŸ•΅οΈ
    
    I only speak a few languages (and not very well πŸ˜…). So, the reviewers are the ones that have the [**power to approve translations**](contributing.md#translations){.internal-link target=_blank} of the documentation. Without them, there wouldn't be documentation in several other languages.
    
    {% if people %}
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sat Mar 16 23:54:24 GMT 2024
    - 8.7K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * 🌐 Add French translation for FastAPI People. PR [#2232](https://github.com/tiangolo/fastapi/pull/2232) by [@JulianMaurin](https://github.com/JulianMaurin).
    * 🌐 Add Korean translation for Tutorial - Path Parameters. PR [#2355](https://github.com/tiangolo/fastapi/pull/2355) by [@hard-coders](https://github.com/hard-coders).
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Sun Apr 28 00:28:00 GMT 2024
    - 385.5K bytes
    - Viewed (1)
  5. docs/en/docs/deployment/concepts.md

    If you are paying for 3 servers but you are using only a little bit of their RAM and CPU, you are probably **wasting money** πŸ’Έ, and probably **wasting server electric power** 🌎, etc.
    
    In that case, it could be better to have only 2 servers and use a higher percentage of their resources (CPU, memory, disk, network bandwidth, etc).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 18K bytes
    - Viewed (0)
  6. docs/en/docs/python-types.md

    By declaring types for your variables, editors and tools can give you better support.
    
    This is just a **quick tutorial / refresher** about Python type hints. It covers only the minimum necessary to use them with **FastAPI**... which is actually very little.
    
    **FastAPI** is all based on these type hints, they give it many advantages and benefits.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 17K bytes
    - Viewed (0)
  7. docs/em/docs/tutorial/sql-databases.md

    πŸ‘« 🐜 βœ”οΈ 🧰 βš’ πŸ”— βš–οΈ πŸ”— πŸ–– πŸ“ βš–οΈ πŸ‘¨β€πŸ’Ό.
    
    πŸ‘‰ 🌌, πŸ‘† πŸ’ͺ βœ”οΈ πŸ”’ `orion_cat.owner` & πŸ‘¨β€πŸ’Ό πŸ”œ πŸ”Œ πŸ’½ πŸ‘‰ 🐢 πŸ‘¨β€πŸ’Ό, ✊ βšͺ️➑️ πŸ“ *πŸ‘¨β€πŸ’Ό*.
    
    , `orion_cat.owner.name` πŸ’ͺ πŸ“› (βšͺ️➑️ `name` πŸ“ `owners` πŸ“) πŸ‘‰ 🐢 πŸ‘¨β€πŸ’Ό.
    
    ⚫️ πŸ’ͺ βœ”οΈ πŸ’² πŸ’– `"Arquilian"`.
    
    & 🐜 πŸ”œ 🌐 πŸ‘· 🀚 β„Ή βšͺ️➑️ πŸ”— πŸ“ *πŸ‘¨β€πŸ’Ό* πŸ•β” πŸ‘† πŸ”„ πŸ” ⚫️ βšͺ️➑️ πŸ‘† 🐢 🎚.
    
    ⚠ 🐜 πŸ–Ό: ✳-🐜 (πŸ• ✳ πŸ› οΈ), πŸ‡ΈπŸ‡² 🐜 (πŸ• πŸ‡ΈπŸ‡², πŸ”¬ πŸ› οΈ) & πŸ’ (πŸ”¬ πŸ› οΈ), πŸ‘ͺ 🎏.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 25.2K bytes
    - Viewed (1)
  8. docs/en/docs/advanced/events.md

    Because this code is executed before the application **starts** taking requests, and right after it **finishes** handling requests, it covers the whole application **lifespan** (the word "lifespan" will be important in a second πŸ˜‰).
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 7.8K bytes
    - Viewed (0)
  9. docs/en/docs/tutorial/sql-databases.md

    So, `orion_cat.owner.name` could be the name (from the `name` column in the `owners` table) of this pet's owner.
    
    It could have a value like `"Arquilian"`.
    
    And the ORM will do all the work to get the information from the corresponding table *owners* when you try to access it from your pet object.
    
    Plain Text
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 29.6K bytes
    - Viewed (0)
  10. fastapi/security/http.py

                unauthorized_headers = {"WWW-Authenticate": f'Basic realm="{self.realm}"'}
            else:
                unauthorized_headers = {"WWW-Authenticate": "Basic"}
            if not authorization or scheme.lower() != "basic":
                if self.auto_error:
                    raise HTTPException(
                        status_code=HTTP_401_UNAUTHORIZED,
                        detail="Not authenticated",
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Fri Apr 19 15:29:38 GMT 2024
    - 13.2K bytes
    - Viewed (0)
Back to top