zoekt: 47 files / 68 matches / 1.68ms neogrok: 20 files / 40 matches

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

15 // The 'zoekt' command supports searching over an index directory or shard.16 package main17
155 156 func main() {157 shard := flag.String("shard", "", "search in a specific shard")

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

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

github.com/sourcegraph/zoektinternal/e2e/examples/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

15 // Command zoekt-index indexes a directory of files.16 package main17
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

16 // an index generated by another program such as zoekt-indexserver.17 package main18
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

16 // repositories and supports git-specific features like branches and submodules.17 package main18
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

28 // master:default_unrestricted.xml29 package main30
122 123 func main() {124 sizeMax := flag.Int("file_limit", 128<<10, "maximum file size")

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

16 // a "pull-based" design, where it reaches out to code hosts to fetch new data.17 package main18
250 251 func main() {252 var opts Options

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

13 // Command zoekt-merge-index merges a set of index shards into a compound shard.14 package main15
144 145 func main() {146 switch subCommand := os.Args[1]; subCommand {

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

18 // 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

15 // Command zoekt-mirror-gerrit fetches all repos of a Gerrit host.16 package main17
89 90 func main() {91

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

18 // --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 // It does double duty for other "simple" web hosts.17 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 // * reindexes specified repositories19 package main20
285 286 func main() {287 opts := parseOptions()

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

15 // reaches out to the Sourcegraph instance for the list of repositories to reindex.16 package main17
1261 // determine if we need to run tmpfriend.1262 Main bool1263
1646 1647 func main() {1648 liblog := sglog.Init(sglog.Resource{

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

14 // optionally of a specific type, and clones them.15 package main16
34 35 func main() {36 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)