Home
last modified time | relevance | path

Searched refs:cobra (Results 1 – 25 of 5068) sorted by relevance

12345678910>>...203

/dports/games/torcs/torcs-1.3.7/data/cars/models/kc-cobra/
H A Dkc-cobra-lod1.acc7 texture "kc-cobra.rgb" base
8 texture "kc-cobra.rgb" tiled
9 texture "kc-cobra.rgb" skids
107 texture "kc-cobra.rgb" base
108 texture "kc-cobra.rgb" tiled
109 texture "kc-cobra.rgb" skids
127 texture "kc-cobra.rgb" base
128 texture "kc-cobra.rgb" tiled
147 texture "kc-cobra.rgb" base
168 texture "kc-cobra.rgb" base
[all …]
H A Dkc-cobra-lod2.acc7 texture "kc-cobra.rgb" base
8 texture "kc-cobra.rgb" tiled
9 texture "kc-cobra.rgb" skids
80 texture "kc-cobra.rgb" base
81 texture "kc-cobra.rgb" tiled
82 texture "kc-cobra.rgb" skids
98 texture "kc-cobra.rgb" base
99 texture "kc-cobra.rgb" tiled
100 texture "kc-cobra.rgb" skids
116 texture "kc-cobra.rgb" base
[all …]
H A Dkc-cobra-lod3.acc7 texture "kc-cobra.rgb" base
8 texture "kc-cobra.rgb" tiled
9 texture "kc-cobra.rgb" skids
65 texture "kc-cobra.rgb" base
66 texture "kc-cobra.rgb" tiled
67 texture "kc-cobra.rgb" skids
83 texture "kc-cobra.rgb" base
84 texture "kc-cobra.rgb" tiled
85 texture "kc-cobra.rgb" skids
113 texture "kc-cobra.rgb" base
[all …]
/dports/sysutils/hcloud/cli-1.21.0/internal/cmd/cmpl/
H A Dsuggestions.go16 func SuggestCandidates(cs ...string) func(*cobra.Command, []string, string) ([]string, cobra.ShellC…
28 ) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
42 cf func(*cobra.Command, []string) []string,
43 ) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
44 …return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirect…
47 return cs, cobra.ShellCompDirectiveDefault
64 func SuggestNothing() func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
65 return func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
80 vfs ...func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective),
81 ) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {
[all …]
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/anthonynsimon/bild/bild-0.13.0/cmd/
H A Deffect.go10 func grayscale() *cobra.Command {
11 var cmd = &cobra.Command{
15 Args: cobra.ExactArgs(2),
29 func sepia() *cobra.Command {
30 var cmd = &cobra.Command{
48 var cmd = &cobra.Command{
67 var cmd = &cobra.Command{
85 var cmd = &cobra.Command{
105 var cmd = &cobra.Command{
128 var cmd = &cobra.Command{
[all …]
H A Dadjust.go11 func brightness() *cobra.Command {
14 var cmd = &cobra.Command{
17 Args: cobra.ExactArgs(2),
36 var cmd = &cobra.Command{
39 Args: cobra.ExactArgs(2),
55 func gamma() *cobra.Command {
58 var cmd = &cobra.Command{
61 Args: cobra.ExactArgs(2),
77 func hue() *cobra.Command {
80 var cmd = &cobra.Command{
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/joystick/
H A Dcobra.c31 struct cobra { struct
96 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_poll() local
126 struct cobra *cobra = input_get_drvdata(dev); in cobra_open() local
134 struct cobra *cobra = input_get_drvdata(dev); in cobra_close() local
141 struct cobra *cobra; in cobra_connect() local
147 cobra = kzalloc(sizeof(struct cobra), GFP_KERNEL); in cobra_connect()
148 if (!cobra) in cobra_connect()
186 snprintf(cobra->phys[i], sizeof(cobra->phys[i]), in cobra_connect()
221 kfree(cobra); in cobra_connect()
227 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_disconnect() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/joystick/
H A Dcobra.c31 struct cobra { struct
96 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_poll() local
126 struct cobra *cobra = input_get_drvdata(dev); in cobra_open() local
134 struct cobra *cobra = input_get_drvdata(dev); in cobra_close() local
141 struct cobra *cobra; in cobra_connect() local
147 cobra = kzalloc(sizeof(struct cobra), GFP_KERNEL); in cobra_connect()
148 if (!cobra) in cobra_connect()
186 snprintf(cobra->phys[i], sizeof(cobra->phys[i]), in cobra_connect()
221 kfree(cobra); in cobra_connect()
227 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_disconnect() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/joystick/
H A Dcobra.c31 struct cobra { struct
96 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_poll() local
126 struct cobra *cobra = input_get_drvdata(dev); in cobra_open() local
134 struct cobra *cobra = input_get_drvdata(dev); in cobra_close() local
141 struct cobra *cobra; in cobra_connect() local
147 cobra = kzalloc(sizeof(struct cobra), GFP_KERNEL); in cobra_connect()
148 if (!cobra) in cobra_connect()
186 snprintf(cobra->phys[i], sizeof(cobra->phys[i]), in cobra_connect()
221 kfree(cobra); in cobra_connect()
227 struct cobra *cobra = gameport_get_drvdata(gameport); in cobra_disconnect() local
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/
H A Dcompletion.go40 …return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirect…
47 return comps, cobra.ShellCompDirectiveNoFileComp
55 …return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirect…
66 return comps, cobra.ShellCompDirectiveNoFileComp
73 …return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirect…
78 return comps, cobra.ShellCompDirectiveNoFileComp
86 …return func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirect…
99 func ContextCompletionFunc(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.S…
103 return nil, cobra.ShellCompDirectiveNoFileComp
108 func ClusterCompletionFunc(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.S…
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/
H A Dcobra.go21 func setupCommonRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobr…
60 func SetupRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobra.Comm…
95 cmd *cobra.Command
167 func VisitAll(root *cobra.Command, fn func(*cobra.Command)) {
183 var helpCommand = &cobra.Command{
240 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
241 cmds := []*cobra.Command{}
280 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
281 cmds := []*cobra.Command{}
296 func invalidPlugins(cmd *cobra.Command) []*cobra.Command {
[all …]
H A Dcobra_test.go14 root := &cobra.Command{Use: "root"}
15 sub1 := &cobra.Command{Use: "sub1"}
16 sub1sub1 := &cobra.Command{Use: "sub1sub1"}
17 sub1sub2 := &cobra.Command{Use: "sub1sub2"}
18 sub2 := &cobra.Command{Use: "sub2"}
49 cmd := &cobra.Command{
63 root := &cobra.Command{Use: "root"}
64 sub1 := &cobra.Command{Use: "sub1"}
67 sub2 := &cobra.Command{Use: "sub2"}
78 …assert.DeepEqual(t, invalidPlugins(root), []*cobra.Command{sub1}, cmpopts.IgnoreUnexported(cobra.C…
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/
H A Dcobra.go21 func setupCommonRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobr…
60 func SetupRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobra.Comm…
95 cmd *cobra.Command
167 func VisitAll(root *cobra.Command, fn func(*cobra.Command)) {
183 var helpCommand = &cobra.Command{
240 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
241 cmds := []*cobra.Command{}
280 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
281 cmds := []*cobra.Command{}
296 func invalidPlugins(cmd *cobra.Command) []*cobra.Command {
[all …]
H A Dcobra_test.go14 root := &cobra.Command{Use: "root"}
15 sub1 := &cobra.Command{Use: "sub1"}
16 sub1sub1 := &cobra.Command{Use: "sub1sub1"}
17 sub1sub2 := &cobra.Command{Use: "sub1sub2"}
18 sub2 := &cobra.Command{Use: "sub2"}
49 cmd := &cobra.Command{
63 root := &cobra.Command{Use: "root"}
64 sub1 := &cobra.Command{Use: "sub1"}
67 sub2 := &cobra.Command{Use: "sub2"}
78 …assert.DeepEqual(t, invalidPlugins(root), []*cobra.Command{sub1}, cmpopts.IgnoreUnexported(cobra.C…
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/cli/
H A Dcobra.go21 func setupCommonRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobr…
60 func SetupRootCommand(rootCmd *cobra.Command) (*cliflags.ClientOptions, *pflag.FlagSet, *cobra.Comm…
95 cmd *cobra.Command
167 func VisitAll(root *cobra.Command, fn func(*cobra.Command)) {
183 var helpCommand = &cobra.Command{
240 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
241 cmds := []*cobra.Command{}
280 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
281 cmds := []*cobra.Command{}
296 func invalidPlugins(cmd *cobra.Command) []*cobra.Command {
[all …]
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/root/
H A Dtemplates.go72 func enterpriseSubCommands(cmd *cobra.Command) []*cobra.Command {
73 return []*cobra.Command{}
76 func hasEnterpriseSubCommands(cmd *cobra.Command) bool {
80 func hasOperationalSubCommands(cmd *cobra.Command) bool {
84 func hasManagementSubCommands(cmd *cobra.Command) bool {
88 func operationalSubCommands(cmd *cobra.Command) []*cobra.Command {
89 cmds := []*cobra.Command{}
98 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
99 cmds := []*cobra.Command{}
108 func wrappedInheritedFlagUsages(cmd *cobra.Command) string {
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/cli/
H A Dcobra.go14 func SetupRootCommand(rootCmd *cobra.Command) {
15 cobra.AddTemplateFunc("hasSubCommands", hasSubCommands)
32 func FlagErrorFunc(cmd *cobra.Command, err error) error {
47 var helpCommand = &cobra.Command{
52 RunE: func(c *cobra.Command, args []string) error {
64 func hasSubCommands(cmd *cobra.Command) bool {
72 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
73 cmds := []*cobra.Command{}
82 func wrappedFlagUsages(cmd *cobra.Command) string {
90 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/cli/
H A Dcobra.go14 func SetupRootCommand(rootCmd *cobra.Command) {
15 cobra.AddTemplateFunc("hasSubCommands", hasSubCommands)
32 func FlagErrorFunc(cmd *cobra.Command, err error) error {
47 var helpCommand = &cobra.Command{
52 RunE: func(c *cobra.Command, args []string) error {
64 func hasSubCommands(cmd *cobra.Command) bool {
72 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
73 cmds := []*cobra.Command{}
82 func wrappedFlagUsages(cmd *cobra.Command) string {
90 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/
H A Dcobra.go14 func SetupRootCommand(rootCmd *cobra.Command) {
15 cobra.AddTemplateFunc("hasSubCommands", hasSubCommands)
34 func FlagErrorFunc(cmd *cobra.Command, err error) error {
49 var helpCommand = &cobra.Command{
54 RunE: func(c *cobra.Command, args []string) error {
66 func hasSubCommands(cmd *cobra.Command) bool {
74 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
75 cmds := []*cobra.Command{}
84 func wrappedFlagUsages(cmd *cobra.Command) string {
92 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/cli/
H A Dcobra.go12 func SetupRootCommand(rootCmd *cobra.Command) {
13 cobra.AddTemplateFunc("hasSubCommands", hasSubCommands)
29 func FlagErrorFunc(cmd *cobra.Command, err error) error {
44 var helpCommand = &cobra.Command{
49 RunE: func(c *cobra.Command, args []string) error {
61 func hasSubCommands(cmd *cobra.Command) bool {
65 func hasManagementSubCommands(cmd *cobra.Command) bool {
69 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
70 cmds := []*cobra.Command{}
79 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/cli-runtime/pkg/genericclioptions/
H A Dcommand_headers_test.go25 var kubectlCmd = &cobra.Command{Use: "kubectl"}
26 var applyCmd = &cobra.Command{Use: "apply"}
27 var createCmd = &cobra.Command{Use: "create"}
28 var secretCmd = &cobra.Command{Use: "secret"}
29 var genericCmd = &cobra.Command{Use: "generic"}
30 var authCmd = &cobra.Command{Use: "auth"}
31 var reconcileCmd = &cobra.Command{Use: "reconcile"}
37 commands []*cobra.Command
42 commands: []*cobra.Command{kubectlCmd},
94 func buildCommandChain(commands []*cobra.Command) *cobra.Command {
[all …]
/dports/net/storj/storj-1.45.3/cmd/storj-sim/
H A Dmain.go50 rootCmd := &cobra.Command{
79 networkCmd := &cobra.Command{
85 &cobra.Command{
91 }, &cobra.Command{
97 }, &cobra.Command{
103 }, &cobra.Command{
110 }, &cobra.Command{
119 toolCmd := &cobra.Command{
125 func() *cobra.Command {
126 cmd := &cobra.Command{
[all …]
/dports/devel/etcd31/etcd-3.1.20/etcdctl/ctlv3/command/
H A Drole_command.go30 func NewRoleCommand() *cobra.Command {
31 ac := &cobra.Command{
46 func newRoleAddCommand() *cobra.Command {
47 return &cobra.Command{
55 return &cobra.Command{
62 func newRoleGetCommand() *cobra.Command {
63 return &cobra.Command{
70 func newRoleListCommand() *cobra.Command {
71 return &cobra.Command{
79 cmd := &cobra.Command{
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/cmd/
H A Dstatus.go90 var statusCmd = &cobra.Command{
104 var statusSubcommands = []*cobra.Command{
105 &cobra.Command{
113 &cobra.Command{
120 &cobra.Command{
127 &cobra.Command{
134 &cobra.Command{
142 &cobra.Command{
150 &cobra.Command{
158 &cobra.Command{
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/cli/
H A Dcobra.go12 func SetupRootCommand(rootCmd *cobra.Command) {
13 cobra.AddTemplateFunc("hasSubCommands", hasSubCommands)
17 cobra.AddTemplateFunc("wrappedFlagUsages", wrappedFlagUsages)
30 func FlagErrorFunc(cmd *cobra.Command, err error) error {
45 func hasSubCommands(cmd *cobra.Command) bool {
49 func hasManagementSubCommands(cmd *cobra.Command) bool {
53 func operationSubCommands(cmd *cobra.Command) []*cobra.Command {
54 var cmds []*cobra.Command
63 func wrappedFlagUsages(cmd *cobra.Command) string {
71 func managementSubCommands(cmd *cobra.Command) []*cobra.Command {
[all …]

12345678910>>...203