zoekt: 52 files / 73 matches / 1.95ms neogrok: 20 files / 40 matches

github.com/sourcegraph/zoektcmd/zoekt/main.go 2 matches | Go | №1

14 15 package main16
150 151 func main() {152 shard := flag.String("shard", "", "search in a specific shard")

github.com/sourcegraph/zoektcmd/zoekt-test/main.go 2 matches | Go | №2

15 // zoekt-test compares the search engine results with raw substring search16 package main17
203 204 func main() {205 repo := flag.String("repo", "", "repository to search")

github.com/sourcegraph/zoektbuild/testdata/example.cc 1 match | C++ | №3

63 64 int main(int argc, char **argv) { // LF_PROCEDURE65 const int X = 7; // LF_MODIFIER

github.com/sourcegraph/zoektcmd/zoekt-index/main.go 2 matches | Go | №4

14 15 package main16
60 61 func main() {62 cpuProfile := flag.String("cpu_profile", "", "write cpu profile to file")

github.com/sourcegraph/zoektcmd/zoekt-webserver/main.go 2 matches | Go | №5

17 18 package main19
135 136 func main() {137 logDir := flag.String("log_dir", "", "log to this directory rather than stderr.")

github.com/sourcegraph/zoektcmd/zoekt-git-index/main.go 2 matches | Go | №6

14 15 package main16
144 145 func main() {146 exitStatus := run()

github.com/sourcegraph/zoektcmd/zoekt-git-clone/main.go 2 matches | Go | №7

18 // point the --token option to it.19 package main20
33 34 func main() {35 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoektcmd/zoekt-repo-index/main.go 2 matches | Go | №8

27 // master:default_unrestricted.xml28 package main29
121 122 func main() {123 sizeMax := flag.Int("file_limit", 128<<10, "maximum file size")

github.com/sourcegraph/zoektcmd/zoekt-indexserver/main.go 2 matches | Go | №9

19 20 package main21
253 254 func main() {255 var opts Options

github.com/sourcegraph/zoektcmd/zoekt-merge-index/main.go 2 matches | Go | №10

1 package main2
131 132 func main() {133 switch subCommand := os.Args[1]; subCommand {

github.com/sourcegraph/zoektcmd/zoekt-mirror-gitea/main.go 2 matches | Go | №11

18 // file, and point the --token option to it.19 package main20
50 51 func main() {52 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoektcmd/zoekt-mirror-gerrit/main.go 2 matches | Go | №12

16 17 package main18
90 91 func main() {92

github.com/sourcegraph/zoektcmd/zoekt-mirror-github/main.go 2 matches | Go | №13

18 // point the --token option to it.19 package main20
54 55 func main() {56 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoektcmd/zoekt-mirror-gitlab/main.go 2 matches | Go | №14

23 // password <personal access token>24 package main25
40 41 func main() {42 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoektcmd/zoekt-archive-index/main.go 2 matches | Go | №15

7 // zoekt-archive-index -branch master https://github.com/gorilla/mux/commit/b57cb1605fd11ba2ecfa7f68992b4b9cc791934d8 package main9
19 20 func main() {21 var (

github.com/sourcegraph/zoektcmd/zoekt-mirror-gitiles/main.go 2 matches | Go | №16

16 // duty for other "simple" web hosts17 package main18
37 38 func main() {39 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoektcmd/zoekt-dynamic-indexserver/main.go 2 matches | Go | №17

18 19 package main20
285 286 func main() {287 opts := parseOptions()

github.com/sourcegraph/zoektcmd/zoekt-sourcegraph-indexserver/main.go 3 matches | Go | №18

2 // repositories on sourcegraph3 package main4
1228 // determine if we need to run tmpfriend.1229 Main bool1230
1613 1614 func main() {1615 liblog := sglog.Init(sglog.Resource{

github.com/sourcegraph/zoektcmd/zoekt-mirror-bitbucket-server/main.go 2 matches | Go | №19

15 // existing repos.16 package main17
35 36 func main() {37 dest := flag.String("dest", "", "destination directory")

github.com/sourcegraph/zoekttestdata/repo/main.go 2 matches | Go | №20

1 package main2
9 10 func main() {11 fmt.Println(message, num)