Home
last modified time | relevance | path

Searched refs:OptionArgs (Results 1 – 14 of 14) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go34 OptionArgs() ([]string, error) methodSpec
50 func (cp ConfigPair) OptionArgs() ([]string, error) { func
77 return f.OptionArgs()
81 func (f Flag) OptionArgs() ([]string, error) { func
98 return vf.OptionArgs()
102 func (vf ValueFlag) OptionArgs() ([]string, error) { func
H A Dstaticargs.go10 func (sa StaticOption) OptionArgs() ([]string, error) { return []string{sa.value}, nil } func
H A Dcommand_description.go328 args, err := o.OptionArgs()
H A Dcommand_options_test.go57 args, err := tt.option.OptionArgs()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go34 OptionArgs() ([]string, error) methodSpec
50 func (cp ConfigPair) OptionArgs() ([]string, error) { func
77 return f.OptionArgs()
81 func (f Flag) OptionArgs() ([]string, error) { func
98 return vf.OptionArgs()
102 func (vf ValueFlag) OptionArgs() ([]string, error) { func
H A Dstaticargs.go10 func (sa StaticOption) OptionArgs() ([]string, error) { return []string{sa.value}, nil } func
H A Dcommand_description.go300 args, err := o.OptionArgs()
H A Dcommand_options_test.go57 args, err := tt.option.OptionArgs()
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/git/
H A Dcommand_options.go34 OptionArgs() ([]string, error) methodSpec
50 func (cp ConfigPair) OptionArgs() ([]string, error) { func
77 return f.OptionArgs()
81 func (f Flag) OptionArgs() ([]string, error) { func
98 return vf.OptionArgs()
102 func (vf ValueFlag) OptionArgs() ([]string, error) { func
H A Dstaticargs.go10 func (sa StaticOption) OptionArgs() ([]string, error) { return []string{sa.value}, nil } func
H A Dcommand_description.go328 args, err := o.OptionArgs()
H A Dcommand_options_test.go57 args, err := tt.option.OptionArgs()
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dgetopt_pp.h35 typedef std::vector<std::string> OptionArgs; typedef
45 OptionArgs args;
99 virtual Result _assign(const OptionArgs& args,
137 virtual _Option::Result _assign(const OptionArgs& args, in _assign()
163 virtual _Option::Result _assign(const OptionArgs& args, in _assign()
167 OptionArgs::const_iterator it = args.begin(); in _assign()
423 const OptionArgs& args() const { in args()
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/ref/
H A Drefname.go97 args, err := o.OptionArgs()