Home
last modified time | relevance | path

Searched refs:FlagSet (Results 1 – 25 of 13323) sorted by last modified time

12345678910>>...533

/dports/security/vuls/vuls-0.13.7/subcmds/
H A Dtui.go77 func (p *TuiCmd) SetFlags(f *flag.FlagSet) {
147 func (p *TuiCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStat…
H A Dscan.go63 func (p *ScanCmd) SetFlags(f *flag.FlagSet) {
121 func (p *ScanCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitSta…
H A Dreport.go104 func (p *ReportCmd) SetFlags(f *flag.FlagSet) {
215 func (p *ReportCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitS…
H A Dconfigtest.go49 func (p *ConfigtestCmd) SetFlags(f *flag.FlagSet) {
79 func (p *ConfigtestCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.E…
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/commands/
H A Dserver.go53 func (p *ServerCmd) SetFlags(f *flag.FlagSet) {
77 func (p *ServerCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitS…
H A Dfetchnvd.go68 func (p *FetchNvdCmd) SetFlags(f *flag.FlagSet) {
104 func (p *FetchNvdCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.Exi…
H A Dfetchjvn.go65 func (p *FetchJvnCmd) SetFlags(f *flag.FlagSet) {
101 func (p *FetchJvnCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.Exi…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dgflags_completions.cc192 typedef set<const CommandLineFlagInfo *> FlagSet; typedef
193 FlagSet perfect_match_flag;
194 FlagSet module_flags; // Found in module file
195 FlagSet package_flags; // Found in same directory as module file
196 FlagSet most_common_flags; // One of the XXX most commonly supplied flags
197 FlagSet subpackage_flags; // Found in subdirectories of package
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/third_party/gflags/src/
H A Dgflags_completions.cc192 typedef set<const CommandLineFlagInfo *> FlagSet; typedef
193 FlagSet perfect_match_flag;
194 FlagSet module_flags; // Found in module file
195 FlagSet package_flags; // Found in same directory as module file
196 FlagSet most_common_flags; // One of the XXX most commonly supplied flags
197 FlagSet subpackage_flags; // Found in subdirectories of package
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/pkg/v3/flags/
H A Durls.go64 func URLsFromFlag(fs *flag.FlagSet, urlsFlagName string) []url.URL { argument
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/tools/go/analysis/
H A Danalysis.go32 Flags flag.FlagSet
/dports/www/gitea/gitea-1.16.5/vendor/github.com/spf13/pflag/
H A Dbool.go39 func (f *FlagSet) GetBool(name string) (bool, error) {
49 func (f *FlagSet) BoolVar(p *bool, name string, value bool, usage string) {
54 func (f *FlagSet) BoolVarP(p *bool, name, shorthand string, value bool, usage string) {
73 func (f *FlagSet) Bool(name string, value bool, usage string) *bool {
78 func (f *FlagSet) BoolP(name, shorthand string, value bool, usage string) *bool {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/urfave/cli/
H A Dcommand.go181 func (c *Command) parseFlags(args Args, shellComplete bool) (*flag.FlagSet, error) {
213 func (c *Command) newFlagSet() (*flag.FlagSet, error) {
H A Dflag_duration.go70 func (f DurationFlag) Apply(set *flag.FlagSet) {
75 func (f DurationFlag) ApplyWithError(set *flag.FlagSet) error {
96 func lookupDuration(name string, set *flag.FlagSet) time.Duration { argument
H A Dflag_int64.go55 func (f Int64Flag) Apply(set *flag.FlagSet) {
60 func (f Int64Flag) ApplyWithError(set *flag.FlagSet) error {
96 func lookupInt64(name string, set *flag.FlagSet) int64 { argument
H A Dflag_string.go52 func (f StringFlag) Apply(set *flag.FlagSet) {
57 func (f StringFlag) ApplyWithError(set *flag.FlagSet) error {
88 func lookupString(name string, set *flag.FlagSet) string { argument
H A Dparse.go9 newFlagSet() (*flag.FlagSet, error)
19 func parseIter(set *flag.FlagSet, ip iterativeParser, args []string, shellComplete bool) error { argument
70 func splitShortOptions(set *flag.FlagSet, arg string) []string { argument
H A Dapp.go184 func (a *App) newFlagSet() (*flag.FlagSet, error) {
H A Dcontext.go21 flagSet *flag.FlagSet
27 func NewContext(app *App, set *flag.FlagSet, parentCtx *Context) *Context { argument
245 func lookupGlobalFlagSet(name string, ctx *Context) *flag.FlagSet {
257 func copyFlag(name string, ff *flag.Flag, set *flag.FlagSet) { argument
265 func normalizeFlags(flags []Flag, set *flag.FlagSet) error { argument
H A Dflag.go73 Apply(*flag.FlagSet) argument
106 ApplyWithError(*flag.FlagSet) error argument
109 func flagSet(name string, flags []Flag) (*flag.FlagSet, error) {
H A Dflag_bool.go69 func (f BoolFlag) Apply(set *flag.FlagSet) {
74 func (f BoolFlag) ApplyWithError(set *flag.FlagSet) error {
99 func lookupBool(name string, set *flag.FlagSet) bool { argument
H A Dflag_int.go55 func (f IntFlag) Apply(set *flag.FlagSet) {
60 func (f IntFlag) ApplyWithError(set *flag.FlagSet) error {
95 func lookupInt(name string, set *flag.FlagSet) int { argument
H A Dflag_int64_slice.go91 func (f Int64SliceFlag) Apply(set *flag.FlagSet) {
96 func (f Int64SliceFlag) ApplyWithError(set *flag.FlagSet) error {
137 func lookupInt64Slice(name string, set *flag.FlagSet) []int64 { argument
H A Dflag_int_slice.go91 func (f IntSliceFlag) Apply(set *flag.FlagSet) {
96 func (f IntSliceFlag) ApplyWithError(set *flag.FlagSet) error {
137 func lookupIntSlice(name string, set *flag.FlagSet) []int { argument
H A Dflag_string_slice.go82 func (f StringSliceFlag) Apply(set *flag.FlagSet) {
87 func (f StringSliceFlag) ApplyWithError(set *flag.FlagSet) error {
128 func lookupStringSlice(name string, set *flag.FlagSet) []string { argument

12345678910>>...533