Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for fossi (0.04 sec)

  1. src/main/resources/fess_indices/fess/it/stopwords.txt

    sarò
    sarai
    sarà
    saremo
    sarete
    saranno
    sarei
    saresti
    sarebbe
    saremmo
    sareste
    sarebbero
    ero
    eri
    era
    eravamo
    eravate
    erano
    fui
    fosti
    fu
    fummo
    foste
    furono
    fossi
    fosse
    fossimo
    fossero
    essendo
    faccio
    fai
    facciamo
    fanno
    faccia
    facciate
    facciano
    farò
    farai
    farà
    faremo
    farete
    faranno
    farei
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. src/cmd/go/internal/vcweb/fossil.go

    	h.once.Do(func() {
    		h.fossilPath, h.fossilPathErr = exec.LookPath("fossil")
    	})
    	return h.fossilPathErr == nil
    }
    
    func (h *fossilHandler) Handler(dir string, env []string, logger *log.Logger) (http.Handler, error) {
    	if !h.Available() {
    		return nil, ServerNotInstalledError{name: "fossil"}
    	}
    
    	name := filepath.Base(dir)
    	db := filepath.Join(dir, name+".fossil")
    
    	cgiPath := db + ".cgi"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 17:47:26 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/version_buildvcs_fossil.txt

    chmod 0755 $WORK/fakebin/fossil
    ! exec fossil help
    cd a
    ! go install
    stderr '^error obtaining VCS status: exit status 1\n\tUse -buildvcs=false to disable VCS stamping.$'
    rm $GOBIN/a$GOEXE
    cd ..
    env PATH=$oldpath
    rm $fslckout
    
    # Revision and commit time are tagged for repositories with commits.
    exec fossil open ../repo.fossil -f
    exec fossil add a README
    exec fossil commit -m 'initial commit'
    cd a
    go install
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 03 15:33:59 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_get_fossil.txt

    env USER=fossiluser
    env FOSSIL_HOME=$WORK/home
    
    # Attempt to get the latest version of a fossil repo.
    go get vcs-test.golang.org/fossil/hello.fossil
    ! stderr 'unexpected response from fossil info'
    grep 'vcs-test.golang.org/fossil/hello.fossil' go.mod
    
    -- go.mod --
    module x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 24 15:54:04 UTC 2023
    - 773 bytes
    - Viewed (0)
  5. src/cmd/go/testdata/vcstest/fossil/hello.txt

    handle fossil
    
    env USER=rsc
    fossil init --date-override 2017-09-22T01:15:36Z hello.fossil
    fossil open --keep hello.fossil
    
    fossil add hello.go
    fossil commit --no-prompt --nosign --date-override 2017-09-22T01:19:07Z --comment 'hello world'
    
    fossil timeline --oneline
    cmp stdout .fossil-timeline
    
    -- .fossil-timeline --
    d4c7dcdc29 hello world
    58da0d15e9 initial empty check-in
    +++ no more data (2) +++
    -- hello.go --
    package main
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:00:34 UTC 2022
    - 470 bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/govcs.txt

    stderr '^go: rsc.io/nonexist.svn/hello: GOVCS disallows using svn for public rsc.io/nonexist.svn; see ''go help vcs''$'
    
    # fossil is disallowed by default
    env GOPRIVATE=
    env GOVCS=
    ! go get rsc.io/nonexist.fossil/hello
    stderr '^go: rsc.io/nonexist.fossil/hello: GOVCS disallows using fossil for public rsc.io/nonexist.fossil; see ''go help vcs''$'
    
    # bzr is disallowed by default
    env GOPRIVATE=
    env GOVCS=
    ! go get rsc.io/nonexist.bzr/hello
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 14:41:02 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modfetch/codehost/vcs.go

    		},
    	},
    
    	"fossil": {
    		vcs: "fossil",
    		init: func(remote string) []string {
    			return []string{"fossil", "clone", "--", remote, ".fossil"}
    		},
    		fetch: []string{"fossil", "pull", "-R", ".fossil"},
    		tags: func(remote string) []string {
    			return []string{"fossil", "tag", "-R", ".fossil", "list"}
    		},
    		tagRE: re(`XXXTODO`),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:50:24 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. src/cmd/go/internal/vcweb/script.go

    	gracePeriod := 30 * time.Second // arbitrary
    
    	cmds := script.DefaultCmds()
    	cmds["at"] = scriptAt()
    	cmds["bzr"] = script.Program("bzr", interrupt, gracePeriod)
    	cmds["fossil"] = script.Program("fossil", interrupt, gracePeriod)
    	cmds["git"] = script.Program("git", interrupt, gracePeriod)
    	cmds["hg"] = script.Program("hg", interrupt, gracePeriod)
    	cmds["handle"] = scriptHandle()
    	cmds["modzip"] = scriptModzip()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 08 19:37:03 UTC 2022
    - 9K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/pt/stopwords.txt

    houverá
    houveremos
    houverão
    houveria
    houveríamos
    houveriam
    sou
    somos
    são
    era
    éramos
    eram
    fui
    foi
    fomos
    foram
    fora
    fôramos
    seja
    sejamos
    sejam
    fosse
    fôssemos
    fossem
    for
    formos
    forem
    serei
    será
    seremos
    serão
    seria
    seríamos
    seriam
    tenho
    tem
    temos
    tém
    tinha
    tínhamos
    tinham
    tive
    teve
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. src/cmd/go/internal/vcs/vcs.go

    	return strings.TrimSpace(out), nil
    }
    
    // fossilRepoName is the name go get associates with a fossil repository. In the
    // real world the file can be named anything.
    const fossilRepoName = ".fossil"
    
    // vcsFossil describes how to use Fossil (fossil-scm.org)
    var vcsFossil = &Cmd{
    	Name: "Fossil",
    	Cmd:  "fossil",
    	RootNames: []rootName{
    		{filename: ".fslckout", isDir: false},
    		{filename: "_FOSSIL_", isDir: false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
Back to top