Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 27 for officielle (0.2 seconds)

  1. docs/fr/docs/deployment/docker.md

    Et il existe un [Docker Hub](https://hub.docker.com/) public avec des **images de conteneur officielles** pré-construites pour de nombreux outils, environnements, bases de données et applications.
    
    Par exemple, il existe une [image Python officielle](https://hub.docker.com/_/python).
    
    Et il existe beaucoup d'autres images pour différentes choses comme des bases de données, par exemple :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 32.3K bytes
    - Click Count (0)
  2. docs/fr/docs/advanced/behind-a-proxy.md

    ### Vérifier l'interface de documentation { #check-the-docs-ui }
    
    Mais voici la partie intéressante. ✨
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 17.4K bytes
    - Click Count (0)
  3. docs/fr/docs/python-types.md

    Et vous obtenez tout le support de l'éditeur avec cet objet résultant.
    
    Un exemple tiré de la documentation officielle de Pydantic :
    
    {* ../../docs_src/python_types/tutorial011_py310.py *}
    
    /// info
    
    Pour en savoir plus à propos de [Pydantic, consultez sa documentation](https://docs.pydantic.dev/).
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 12.7K bytes
    - Click Count (0)
  4. docs/fr/docs/tutorial/bigger-applications.md

    ```
    
    La deuxième version est un « import absolu » :
    
    ```Python
    from app.routers import items, users
    ```
    
    Pour en savoir plus sur les Packages et Modules Python, lisez [la documentation officielle de Python sur les modules](https://docs.python.org/3/tutorial/modules.html).
    
    ///
    
    ### Éviter les collisions de noms { #avoid-name-collisions }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 21.4K bytes
    - Click Count (0)
  5. docs/de/docs/deployment/docker.md

    Und es gibt einen öffentlichen [Docker <abbr title="Umschlagplatz">Hub</abbr>](https://hub.docker.com/) mit vorgefertigten **offiziellen Containerimages** für viele Tools, Umgebungen, Datenbanken und Anwendungen.
    
    Beispielsweise gibt es ein offizielles [Python-Image](https://hub.docker.com/_/python).
    
    Und es gibt viele andere Images für verschiedene Dinge wie Datenbanken, zum Beispiel für:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 32.4K bytes
    - Click Count (0)
  6. docs/de/docs/advanced/behind-a-proxy.md

    ### Es in der Dokumentationsoberfläche testen { #check-the-docs-ui }
    
    Jetzt folgt der spaßige Teil. ✨
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 18K bytes
    - Click Count (0)
  7. helm/minio/README.md

    does not guarantee support for any given bug, feature request, or update referencing this chart. <br/><br/> MinIO publishes a separate [MinIO Kubernetes Operator and Tenant Helm Chart](https://github.com/minio/operator/tree/master/helm) that is officially maintained and supported. MinIO strongly recommends using the MinIO Kubernetes Operator for production deployments. See [Deploy Operator With Helm](https://docs.min.io/community/minio-object-store/operations/deployments/k8s-deploy-operator-helm...
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Tue Aug 12 18:20:36 GMT 2025
    - 10.9K bytes
    - Click Count (0)
  8. docs/de/docs/python-types.md

    Und Sie erhalten volle Editor-Unterstützung für dieses Objekt.
    
    Ein Beispiel aus der offiziellen Pydantic Dokumentation:
    
    {* ../../docs_src/python_types/tutorial011_py310.py *}
    
    /// info | Info
    
    Um mehr über [Pydantic zu erfahren, schauen Sie sich dessen Dokumentation an](https://docs.pydantic.dev/).
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:58:09 GMT 2026
    - 12.6K bytes
    - Click Count (1)
  9. src/archive/zip/writer.go

    // or any other common encoding).
    func detectUTF8(s string) (valid, require bool) {
    	for i := 0; i < len(s); {
    		r, size := utf8.DecodeRuneInString(s[i:])
    		i += size
    		// Officially, ZIP uses CP-437, but many readers use the system's
    		// local character encoding. Most encoding are compatible with a large
    		// subset of CP-437, which itself is ASCII-like.
    		//
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Tue Jan 28 04:20:09 GMT 2025
    - 19.4K bytes
    - Click Count (0)
  10. CONTRIBUTING.md

    ```bash
    bazel build --config=dbg --per_file_copt=+tensorflow/core/kernels/identity_op.*@-g //tensorflow/tools/pip_package:build_pip_package
    ```
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Jan 11 04:47:59 GMT 2025
    - 15.9K bytes
    - Click Count (0)
Back to Top