Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for almeno (0.18 sec)

  1. CONTRIBUTING.md

    If you didn't sign off your commits before creating the pull request, you can fix that after the fact.
    
    To sign off a single commit:
    
    `git commit --amend --signoff`
    
    To sign off one or multiple commits:
    
    `git rebase --signoff origin/master`
    
    Then force push your branch:
    
    `git push --force origin test-branch`
    
    Plain Text
    - Registered: Wed May 08 11:36:15 GMT 2024
    - Last Modified: Sat May 04 07:43:02 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/dependencies/index.md

    ## **FastAPI**-Kompatibilität
    
    Die Einfachheit des Dependency Injection Systems macht **FastAPI** kompatibel mit:
    
    * allen relationalen Datenbanken
    * NoSQL-Datenbanken
    * externen Packages
    * externen APIs
    * Authentifizierungs- und Autorisierungssystemen
    * API-Nutzungs-Überwachungssystemen
    * Responsedaten-Injektionssystemen
    * usw.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:01:10 GMT 2024
    - 13.1K bytes
    - Viewed (0)
  3. docs/it/docs/index.md

    * **Meno bug**: Riduce di circa il 40% gli errori che commettono gli sviluppatori durante la scrittura del codice. *
    * **Intuitivo**: Grande supporto per gli editor di testo con <abbr title="anche conosciuto come auto-completamento, autocompletion, IntelliSense">autocompletamento</abbr> in ogni dove. In questo modo si può dedicare meno tempo al debugging.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 23:58:47 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  4. docs/de/docs/tutorial/query-params-str-validations.md

    Sie könnten immer noch Code sehen, der den alten Namen verwendet:
    
    === "Python 3.10+ Pydantic v1"
    
        ```Python hl_lines="11"
        {!> ../../../docs_src/query_params_str_validations/tutorial004_an_py310_regex.py!}
        ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 17:58:59 GMT 2024
    - 27.7K bytes
    - Viewed (0)
  5. docs/de/docs/deployment/docker.md

    Es könnte sich um **Docker** direkt, **Docker Compose**, **Kubernetes**, einen **Cloud-Dienst**, usw. handeln.
    
    In den meisten (oder allen) Fällen gibt es eine einfache Option, um die Ausführung des Containers beim Hochfahren und Neustarts bei Fehlern zu ermöglichen. In Docker ist es beispielsweise die Befehlszeilenoption `--restart`.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:19:17 GMT 2024
    - 38.9K bytes
    - Viewed (0)
  6. api/go1.4.txt

    pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64
    pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr
    
    # CL 129190043 png: make the encoder configurable, Jeff R. Allen <******@****.***>
    pkg image/png, const BestCompression = -3
    pkg image/png, const BestCompression CompressionLevel
    pkg image/png, const BestSpeed = -2
    pkg image/png, const BestSpeed CompressionLevel
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  7. docs/de/docs/tutorial/index.md

    ---
    
    ## FastAPI installieren
    
    Der erste Schritt besteht aus der Installation von FastAPI.
    
    Für dieses Tutorial empfiehlt es sich, FastAPI mit allen optionalen Abhängigkeiten und Funktionen zu installieren:
    
    <div class="termy">
    
    ```console
    $ pip install "fastapi[all]"
    
    ---> 100%
    ```
    
    </div>
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Tue Jan 16 12:11:15 GMT 2024
    - 3.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.21.md

    - Kubeadm: amend the node kernel validation to treat CGROUP_PIDS, FAIR_GROUP_SCHED as required and CFS_BANDWIDTH, CGROUP_HUGETLB as optional ([#96378](https://github.com/kubernetes/kubernetes/pull/96378), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle...
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Oct 14 07:03:14 GMT 2022
    - 367.3K bytes
    - Viewed (4)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type RawSockaddrAny struct, Pad [92]int8
    pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct
    pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Alen uint8
    pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Data [46]int8
    pkg syscall (freebsd-386-cgo), type RawSockaddrDatalink struct, Family uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  10. docs/de/docs/python-types.md

    #### Neuere Python-Versionen
    
    Die Syntax, welche `typing` verwendet, ist **kompatibel** mit allen Versionen, von Python 3.6 aufwärts zu den neuesten, inklusive Python 3.9, Python 3.10, usw.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:29:25 GMT 2024
    - 19.3K bytes
    - Viewed (0)
Back to top