Home
last modified time | relevance | path

Searched refs:CmdOpt (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dcmd.go29 Func func(ir *Interp, arg string, opt CmdOpt) (string, CmdOpt)
86 func (ir *Interp) Cmd(src string) (string, CmdOpt) {
88 var opt CmdOpt
113 func (ir *Interp) cmdEnv(arg string, opt CmdOpt) (string, CmdOpt) { argument
118 func (ir *Interp) cmdHelp(arg string, opt CmdOpt) (string, CmdOpt) { argument
124 func (ir *Interp) cmdInspect(arg string, opt CmdOpt) (string, CmdOpt) { argument
134 func (ir *Interp) cmdOptions(arg string, opt CmdOpt) (string, CmdOpt) { argument
149 func (ir *Interp) cmdPackage(path string, cmdopt CmdOpt) (string, CmdOpt) { argument
166 func (ir *Interp) cmdQuit(_ string, opt CmdOpt) (string, CmdOpt) { argument
171 func (ir *Interp) cmdUnload(path string, opt CmdOpt) (string, CmdOpt) { argument
[all …]
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dcmd.go75 Func func(interp *Interp, arg string, opt base.CmdOpt) (string, base.CmdOpt)
294 var opt base.CmdOpt
320 func (ir *Interp) cmdDebug(arg string, opt base.CmdOpt) (string, base.CmdOpt) { argument
330 func (ir *Interp) cmdEnv(arg string, opt base.CmdOpt) (string, base.CmdOpt) { argument
335 func (ir *Interp) cmdHelp(arg string, opt base.CmdOpt) (string, base.CmdOpt) { argument
340 func (ir *Interp) cmdInspect(arg string, opt base.CmdOpt) (string, base.CmdOpt) { argument
350 func (ir *Interp) cmdOptions(arg string, opt base.CmdOpt) (string, base.CmdOpt) { argument
372 func (ir *Interp) cmdPackage(path string, cmdopt base.CmdOpt) (string, base.CmdOpt) { argument
388 func (ir *Interp) cmdQuit(_ string, opt base.CmdOpt) (string, base.CmdOpt) { argument
393 func (ir *Interp) cmdUnload(path string, opt base.CmdOpt) (string, base.CmdOpt) { argument
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go110 func ConvertGlobalOptions(options *gitalypb.GlobalOptions) []CmdOpt {
112 return []CmdOpt{
146 type CmdOpt func(*cmdCfg) error type
150 func WithStdin(r io.Reader) CmdOpt {
158 func WithStdout(w io.Writer) CmdOpt {
166 func WithStderr(w io.Writer) CmdOpt {
174 func WithEnv(envs ...string) CmdOpt {
182 func WithConfig(configPairs ...ConfigPair) CmdOpt {
194 func WithConfigEnv(configPairs ...ConfigPair) CmdOpt {
213 func WithGlobalOption(opts ...GlobalOption) CmdOpt {
H A Dcommand_factory.go37 New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
39 NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
41 NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
79 …ctory) New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command…
84 func (cf *ExecCommandFactory) NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command…
91 func (cf *ExecCommandFactory) NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (…
107 …tx context.Context, repo repository.GitRepo, dir string, sc Cmd, opts ...CmdOpt) (*command.Command…
147 func (cf *ExecCommandFactory) combineOpts(ctx context.Context, sc Cmd, opts []CmdOpt) (cmdCfg, erro…
H A Dhooks_options.go20 func WithDisabledHooks() CmdOpt {
30 func WithRefTxHook(ctx context.Context, repo repository.GitRepo, cfg config.Cfg) CmdOpt {
54 func WithPackObjectsHookEnv(ctx context.Context, repo *gitalypb.Repository, cfg config.Cfg) CmdOpt {
128 …ivePackHooks(ctx context.Context, cfg config.Cfg, req ReceivePackRequest, protocol string) CmdOpt {
H A Drepository.go55 Exec(ctx context.Context, cmd Cmd, opts ...CmdOpt) (*command.Command, error) argument
56 ExecAndWait(ctx context.Context, cmd Cmd, opts ...CmdOpt) error argument
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go110 func ConvertGlobalOptions(options *gitalypb.GlobalOptions) []CmdOpt {
112 return []CmdOpt{
146 type CmdOpt func(*cmdCfg) error type
150 func WithStdin(r io.Reader) CmdOpt {
158 func WithStdout(w io.Writer) CmdOpt {
166 func WithStderr(w io.Writer) CmdOpt {
174 func WithEnv(envs ...string) CmdOpt {
182 func WithConfig(configPairs ...ConfigPair) CmdOpt {
194 func WithConfigEnv(configPairs ...ConfigPair) CmdOpt {
213 func WithGlobalOption(opts ...GlobalOption) CmdOpt {
H A Dcommand_factory.go39 New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
41 NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
43 NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
81 …ctory) New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command…
86 func (cf *ExecCommandFactory) NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command…
93 func (cf *ExecCommandFactory) NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (…
109 …tx context.Context, repo repository.GitRepo, dir string, sc Cmd, opts ...CmdOpt) (*command.Command…
149 func (cf *ExecCommandFactory) combineOpts(ctx context.Context, sc Cmd, opts []CmdOpt) (cmdCfg, erro…
H A Dhooks_options.go20 func WithDisabledHooks() CmdOpt {
30 func WithRefTxHook(ctx context.Context, repo repository.GitRepo, cfg config.Cfg) CmdOpt {
54 func WithPackObjectsHookEnv(ctx context.Context, repo *gitalypb.Repository, cfg config.Cfg) CmdOpt {
122 …ivePackHooks(ctx context.Context, cfg config.Cfg, req ReceivePackRequest, protocol string) CmdOpt {
H A Drepository.go48 Exec(ctx context.Context, cmd Cmd, opts ...CmdOpt) (*command.Command, error) argument
49 ExecAndWait(ctx context.Context, cmd Cmd, opts ...CmdOpt) error argument
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go110 func ConvertGlobalOptions(options *gitalypb.GlobalOptions) []CmdOpt {
112 return []CmdOpt{
146 type CmdOpt func(*cmdCfg) error type
150 func WithStdin(r io.Reader) CmdOpt {
158 func WithStdout(w io.Writer) CmdOpt {
166 func WithStderr(w io.Writer) CmdOpt {
174 func WithEnv(envs ...string) CmdOpt {
182 func WithConfig(configPairs ...ConfigPair) CmdOpt {
194 func WithConfigEnv(configPairs ...ConfigPair) CmdOpt {
213 func WithGlobalOption(opts ...GlobalOption) CmdOpt {
H A Dcommand_factory.go37 New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
39 NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
41 NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (*command.Command, error) argument
79 …ctory) New(ctx context.Context, repo repository.GitRepo, sc Cmd, opts ...CmdOpt) (*command.Command…
84 func (cf *ExecCommandFactory) NewWithoutRepo(ctx context.Context, sc Cmd, opts ...CmdOpt) (*command…
91 func (cf *ExecCommandFactory) NewWithDir(ctx context.Context, dir string, sc Cmd, opts ...CmdOpt) (…
107 …tx context.Context, repo repository.GitRepo, dir string, sc Cmd, opts ...CmdOpt) (*command.Command…
147 func (cf *ExecCommandFactory) combineOpts(ctx context.Context, sc Cmd, opts []CmdOpt) (cmdCfg, erro…
H A Dhooks_options.go20 func WithDisabledHooks() CmdOpt {
30 func WithRefTxHook(ctx context.Context, repo repository.GitRepo, cfg config.Cfg) CmdOpt {
54 func WithPackObjectsHookEnv(ctx context.Context, repo *gitalypb.Repository, cfg config.Cfg) CmdOpt {
128 …ivePackHooks(ctx context.Context, cfg config.Cfg, req ReceivePackRequest, protocol string) CmdOpt {
H A Drepository.go55 Exec(ctx context.Context, cmd Cmd, opts ...CmdOpt) (*command.Command, error) argument
56 ExecAndWait(ctx context.Context, cmd Cmd, opts ...CmdOpt) error argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dmonitor_stdin_command.go13 …y, stdin io.Reader, stdout, stderr io.Writer, sc git.SubCmd, opts ...git.CmdOpt) (*command.Command… argument
19 cmd, err := gitCmdFactory.NewWithoutRepo(ctx, sc, append([]git.CmdOpt{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dmonitor_stdin_command.go13 …y, stdin io.Reader, stdout, stderr io.Writer, sc git.SubCmd, opts ...git.CmdOpt) (*command.Command… argument
19 cmd, err := gitCmdFactory.NewWithoutRepo(ctx, sc, append([]git.CmdOpt{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ssh/
H A Dmonitor_stdin_command.go13 …y, stdin io.Reader, stdout, stderr io.Writer, sc git.SubCmd, opts ...git.CmdOpt) (*command.Command… argument
19 cmd, err := gitCmdFactory.NewWithoutRepo(ctx, sc, append([]git.CmdOpt{
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dtesthelper_test.go30 func (e *repoExecutor) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command…
34 func (e *repoExecutor) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/catfile/
H A Dtesthelper_test.go42 func (e *repoExecutor) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command…
46 func (e *repoExecutor) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go50 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err…
56 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error {
H A Dremote.go201 CommandOptions []git.CmdOpt
246 commandOptions := []git.CmdOpt{
301 commandOptions := []git.CmdOpt{
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go50 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err…
56 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/localrepo/
H A Drepo.go52 func (repo *Repo) Exec(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) (*command.Command, err…
58 func (repo *Repo) ExecAndWait(ctx context.Context, cmd git.Cmd, opts ...git.CmdOpt) error {
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmariadb-conv.cc31 class CmdOpt class
38 CmdOpt() in CmdOpt() function in CmdOpt
59 static CmdOpt opt;
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmariadb-conv.cc31 class CmdOpt class
38 CmdOpt() in CmdOpt() function in CmdOpt
59 static CmdOpt opt;

123