Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 34 of 34 for cuadro (0.18 sec)

  1. docs/pt/docs/deployment/docker.md

    ### Contêineres com Múltiplos Processos e Casos Especiais
    
    Claro, existem **casos especiais** em que você pode querer ter um **contêiner** com um **gerenciador de processos Gunicorn** iniciando vários **processos trabalhadores Uvicorn** dentro.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 37.4K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    	// #include <png.h>
    	import "C"
    
    Alternatively, CPPFLAGS and LDFLAGS may be obtained via the pkg-config tool
    using a '#cgo pkg-config:' directive followed by the package names.
    For example:
    
    	// #cgo pkg-config: png cairo
    	// #include <png.h>
    	import "C"
    
    The default pkg-config tool may be changed by setting the PKG_CONFIG environment variable.
    
    For security reasons, only a limited set of flags are allowed, notably -D, -U, -I, and -l.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.22.md

    - go.etcd.io/etcd: dd1b699
    - go.mongodb.org/mongo-driver: v1.1.2
    - gopkg.in/cheggaaa/pb.v1: v1.0.25
    - gopkg.in/fsnotify.v1: v1.4.7
    - gopkg.in/mcuadros/go-syslog.v2: v2.2.1
    - gopkg.in/resty.v1: v1.12.0
    - k8s.io/heapster: v1.2.0-beta.1
    
    
    
    # v1.22.0-rc.0
    
    
    ## Downloads for v1.22.0-rc.0
    
    ### Source Code
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Tue Dec 13 12:43:45 GMT 2022
    - 454.1K bytes
    - Viewed (1)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    com.fm
    edu.fm
    net.fm
    org.fm
    fm
    
    // fo : https://en.wikipedia.org/wiki/.fo
    fo
    
    // fr : http://www.afnic.fr/
    // domaines descriptifs : https://www.afnic.fr/medias/documents/Cadre_legal/Afnic_Naming_Policy_12122016_VEN.pdf
    fr
    asso.fr
    com.fr
    gouv.fr
    nom.fr
    prd.fr
    tm.fr
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top