Home
last modified time | relevance | path

Searched refs:Serve (Results 1 – 25 of 6454) sorted by relevance

12345678910>>...259

/dports/net/rclone/rclone-1.57.0/docs/content/commands/
H A Drclone_serve.md3 description: "Serve a remote over a protocol."
10 Serve a remote over a protocol.
37 * [rclone serve dlna](/commands/rclone_serve_dlna/) - Serve remote:path over DLNA
38 * [rclone serve docker](/commands/rclone_serve_docker/) - Serve any remote on docker's volume plug…
39 * [rclone serve ftp](/commands/rclone_serve_ftp/) - Serve remote:path over FTP.
40 * [rclone serve http](/commands/rclone_serve_http/) - Serve the remote over HTTP.
41 * [rclone serve restic](/commands/rclone_serve_restic/) - Serve the remote for restic's REST API.
42 * [rclone serve sftp](/commands/rclone_serve_sftp/) - Serve the remote over SFTP.
43 * [rclone serve webdav](/commands/rclone_serve_webdav/) - Serve remote:path over webdav.
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go24 type Serve struct { struct
35 func (s *Serve) Name() string { return "serve" } argument
36 func (s *Serve) Usage() string { return "" } argument
37 func (s *Serve) ShortHelp() string { argument
40 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
52 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
62 s.app.debug.Serve(ctx)
83 func (s *Serve) forward() error { argument
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go22 type Serve struct { struct
33 func (s *Serve) Name() string { return "serve" } argument
34 func (s *Serve) Usage() string { return "" } argument
35 func (s *Serve) ShortHelp() string { argument
38 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
50 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
62 s.app.debug.Serve(ctx)
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go23 type Serve struct { struct
34 func (s *Serve) Name() string { return "serve" } argument
35 func (s *Serve) Usage() string { return "" } argument
36 func (s *Serve) ShortHelp() string { argument
39 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
51 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
63 s.app.debug.Serve(ctx)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
59 func (s *Serve) remoteArgs(network, address string) []string { argument
77 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
92 di.Serve(ctx, s.Debug)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
59 func (s *Serve) remoteArgs(network, address string) []string { argument
77 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
92 di.Serve(ctx, s.Debug)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
59 func (s *Serve) remoteArgs(network, address string) []string { argument
77 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
92 di.Serve(ctx, s.Debug)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
59 func (s *Serve) remoteArgs(network, address string) []string { argument
77 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
92 di.Serve(ctx, s.Debug)
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go24 type Serve struct { struct
36 func (s *Serve) Name() string { return "serve" } argument
37 func (s *Serve) Usage() string { return "" } argument
38 func (s *Serve) ShortHelp() string { argument
41 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
53 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
65 s.app.debug.Serve(ctx)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
61 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
76 di.Serve(ctx, s.Debug)
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go27 type Serve struct { struct
43 func (s *Serve) Name() string { return "serve" } argument
44 func (s *Serve) Usage() string { return "" } argument
45 func (s *Serve) ShortHelp() string { argument
48 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
60 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
75 di.Serve(ctx)
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
61 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
76 di.Serve(ctx, s.Debug)
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
61 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
76 di.Serve(ctx, s.Debug)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
61 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
76 di.Serve(ctx, s.Debug)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
44 func (s *Serve) Name() string { return "serve" } argument
45 func (s *Serve) Usage() string { return "" } argument
46 func (s *Serve) ShortHelp() string { argument
49 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
61 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
76 di.Serve(ctx, s.Debug)
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
39 func (s *Serve) Name() string { return "serve" } argument
40 func (s *Serve) Usage() string { return "" } argument
41 func (s *Serve) ShortHelp() string { argument
44 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
56 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
75 debug.Serve(ctx, s.Debug)
98 func (s *Serve) forward() error { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go28 type Serve struct { struct
39 func (s *Serve) Name() string { return "serve" } argument
40 func (s *Serve) Usage() string { return "" } argument
41 func (s *Serve) ShortHelp() string { argument
44 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
56 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
75 debug.Serve(ctx, s.Debug)
98 func (s *Serve) forward() error { argument
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cmd/
H A Dserve.go29 type Serve struct { struct
45 func (s *Serve) Name() string { return "serve" } argument
46 func (s *Serve) Usage() string { return "" } argument
47 func (s *Serve) ShortHelp() string { argument
50 func (s *Serve) DetailedHelp(f *flag.FlagSet) { argument
62 func (s *Serve) Run(ctx context.Context, args ...string) error { argument
77 di.Serve(ctx)

12345678910>>...259