Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for fossi (0.08 sec)

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

    4. Instale as dependências de pacote vindas do arquivo de requisitos.
    
        A opção `--no-cache-dir` diz ao `pip` para não salvar os pacotes baixados localmente, pois isso só aconteceria se `pip` fosse executado novamente para instalar os mesmos pacotes, mas esse não é o caso quando trabalhamos com contêineres.
    
        !!! note
            `--no-cache-dir` é apenas relacionado ao `pip`, não tem nada a ver com Docker ou contêineres.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 37.4K bytes
    - Viewed (0)
  2. docs/pt/docs/index.md

    ---
    
    "*Honestamente, o que você construiu parece super sólido e rebuscado. De muitas formas, eu queria que o **Hug** fosse assim - é realmente inspirador ver alguém que construiu ele.*"
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modget/get.go

    But it will use any known version control system (bzr, fossil, git, hg, svn)
    to download code from private servers, defined as those hosting packages
    matching the GOPRIVATE variable (see 'go help private'). The rationale behind
    allowing only Git and Mercurial is that these two systems have had the most
    attention to issues of being run as clients of untrusted servers. In contrast,
    Bazaar, Fossil, and Subversion have primarily been used in trusted,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    // using the named version control system, and then the path inside
    // that repository. The supported version control systems are:
    //
    //	Bazaar      .bzr
    //	Fossil      .fossil
    //	Git         .git
    //	Mercurial   .hg
    //	Subversion  .svn
    //
    // For example,
    //
    //	import "example.org/user/foo.hg"
    //
    // denotes the root directory of the Mercurial repository at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. docs/pt/docs/alternatives.md

    # Alternativas, Inspiração e Comparações
    
    O que inspirou **FastAPI**, como ele se compara a outras alternativas e o que FastAPI aprendeu delas.
    
    ## Introdução
    
    **FastAPI** não poderia existir se não fosse pelos trabalhos anteriores de outras pessoas.
    
    Houveram tantas ferramentas criadas que ajudaram a inspirar sua criação.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    			return nil
    		}
    
    		if info.IsDir() {
    			if filePath == dir {
    				// Don't skip the top-level directory.
    				return nil
    			}
    
    			// Skip VCS directories.
    			// fossil repos are regular files with arbitrary names, so we don't try
    			// to exclude them.
    			switch filepath.Base(filePath) {
    			case ".bzr", ".git", ".hg", ".svn":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  7. RELEASE.md

    Sun, Corey Wharton, critiqjo, Dalei Li, Daniel Rasmussen, Daniel Trebbien, DaríO
    Hereñú, David Eng, David Norman, David Y. Zhang, Davy Song, ddurham2, Deepak
    Subburam, Dmytro Kyrychuk, Dominic Rossi, Dominik SchlöSser, Dustin Tran,
    Eduardo Pinho, Egil Martinsson, Elliot Saba, Eric Bigelow, Erik Smistad, Evan
    Klitzke, Fabrizio Milo, Falcon Dai, Fei Gao, FloopCZ, Fung Lam, Gautam,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    fume copiously, and if the heat be great enough the Fumes will shine and become Flame. Metals in fusion do not flame for want of a copious Fume, except Spelter, which fumes copiously, and thereby flames. All flaming Bodies, as Oil, Tallow, Wax, Wood, fossil Coals, Pitch, Sulphur, by flaming waste and vanish into burning Smoke, which Smoke, if the Flame be put out, is very thick and visible, and sometimes smells strongly, but in the Flame loses its smell by burning, and according to the nature of the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. src/testdata/Isaac.Newton-Opticks.txt

    become Flame. Metals in fusion do not flame for want of a copious Fume,
    except Spelter, which fumes copiously, and thereby flames. All flaming
    Bodies, as Oil, Tallow, Wax, Wood, fossil Coals, Pitch, Sulphur, by
    flaming waste and vanish into burning Smoke, which Smoke, if the Flame
    be put out, is very thick and visible, and sometimes smells strongly,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
Back to top