Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 25 of 11462) sorted by relevance

12345678910>>...459

/dports/games/spring/spring_98.0/rts/ExternalAI/
H A DAISCommands.cpp33 struct SLoadUnitsUnitCommand* cmd = (struct SLoadUnitsUnitCommand*) sCommandData; in freeSUnitCommand() local
39 struct SMoveUnitCommand* cmd = static_cast<struct SMoveUnitCommand*>(sCommandData); in freeSUnitCommand() local
51 struct SFightUnitCommand* cmd = static_cast<struct SFightUnitCommand*>(sCommandData); in freeSUnitCommand() local
1222 SBuildUnitCommand* cmd = static_cast<SBuildUnitCommand*>(sUnitCommandData); in newCommand() local
1234 SStopUnitCommand* cmd = static_cast<SStopUnitCommand*>(sUnitCommandData); in newCommand() local
1241 SWaitUnitCommand* cmd = static_cast<SWaitUnitCommand*>(sUnitCommandData); in newCommand() local
1279 SMoveUnitCommand* cmd = static_cast<SMoveUnitCommand*>(sUnitCommandData); in newCommand() local
1297 SFightUnitCommand* cmd = static_cast<SFightUnitCommand*>(sUnitCommandData); in newCommand() local
1324 SGuardUnitCommand* cmd = static_cast<SGuardUnitCommand*>(sUnitCommandData); in newCommand() local
1478 SCloakUnitCommand* cmd = static_cast<SCloakUnitCommand*>(sUnitCommandData); in newCommand() local
[all …]
/dports/ports-mgmt/octopkg/octopkg-0.3.1/src/
H A Dterminal.cpp122 QString cmd; in openTerminal() local
132 QString cmd = ctn_XTERM + in openTerminal() local
184 QString cmd; in openTerminal() local
194 QString cmd = ctn_XTERM + in openTerminal() local
222 QString cmd; in openRootTerminal() local
288 QString cmd; in openRootTerminal() local
360 QString cmd = in runCommandInTerminal() local
371 QString cmd; in runCommandInTerminal() local
423 QString cmd = in runCommandInTerminal() local
433 QString cmd; in runCommandInTerminal() local
[all …]
/dports/games/sarien/sarien-0.7.0/src/core/
H A Dop_cmd.c171 cmd(call) { in cmd() function
188 cmd(call_f) { in cmd() function
261 cmd(draw) { in cmd() function
284 cmd(erase) { in cmd() function
378 cmd(block) { in cmd() function
387 cmd(unblock) { in cmd() function
470 cmd(wander) { in cmd() function
487 cmd(pause) { in cmd() function
563 cmd(status) { in cmd() function
567 cmd(quit) { in cmd() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/micromatch/
H A DREADME.md119 ### From minimatch
133 ### From multimatch
509 ### options.bash
558 ### options.format
736 ### Extglobs
750 ### Braces
780 ### Regex groups
811 ### Backslashes
963 ### Contributors
985 ### Author
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/micromatch/
H A DREADME.md119 ### From minimatch
133 ### From multimatch
509 ### options.bash
558 ### options.format
736 ### Extglobs
750 ### Braces
780 ### Regex groups
811 ### Backslashes
963 ### Contributors
985 ### Author
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/del/node_modules/micromatch/
H A DREADME.md119 ### From minimatch
133 ### From multimatch
509 ### options.bash
558 ### options.format
736 ### Extglobs
750 ### Braces
780 ### Regex groups
811 ### Backslashes
963 ### Contributors
985 ### Author
[all …]
/dports/sysutils/consul/consul-1.10.3/command/connect/envoy/
H A Denvoy.go33 type cmd struct { struct
34 UI cli.Ui
35 flags *flag.FlagSet
36 http *flags.HTTPFlags
37 help string
38 client *api.Client
56 register bool
61 exposeServers bool
62 omitDeprecatedTags bool
64 gatewaySvcName string
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy.go33 type cmd struct { struct
34 UI cli.Ui
35 flags *flag.FlagSet
36 http *flags.HTTPFlags
37 help string
38 client *api.Client
56 register bool
61 exposeServers bool
62 omitDeprecatedTags bool
64 gatewaySvcName string
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy.go33 type cmd struct { struct
34 UI cli.Ui
35 flags *flag.FlagSet
36 http *flags.HTTPFlags
37 help string
38 client *api.Client
56 register bool
61 exposeServers bool
62 omitDeprecatedTags bool
64 gatewaySvcName string
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy.go39 type cmd struct { struct
40 UI cli.Ui
41 flags *flag.FlagSet
42 http *flags.HTTPFlags
43 help string
44 client *api.Client
47 meshGateway bool
60 register bool
65 exposeServers bool
67 gatewaySvcName string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/connect/envoy/
H A Denvoy.go42 type cmd struct { struct
43 UI cli.Ui
44 flags *flag.FlagSet
45 http *flags.HTTPFlags
46 help string
47 client *api.Client
50 meshGateway bool
56 bootstrap bool
57 disableCentralConfig bool
62 register bool
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DCommands.cpp96 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local
101 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local
106 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands() local
121 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); in FreeCommands() local
126 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in FreeCommands() local
152 SetViewportCmd* cmd = commands->NextCommand<SetViewportCmd>(); in FreeCommands() local
162 SetBlendColorCmd* cmd = commands->NextCommand<SetBlendColorCmd>(); in FreeCommands() local
167 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); in FreeCommands() local
254 auto* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in SkipCommand() local
270 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); in SkipCommand() local
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go39 type cmd struct { struct
40 UI cli.Ui
43 help string
52 logLevel string
53 cfgFile string
54 proxyID string
55 sidecarFor string
56 pprofAddr string
57 service string
58 serviceAddr string
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/connect/proxy/
H A Dproxy.go39 type cmd struct { struct
40 UI cli.Ui
43 help string
52 logLevel string
53 cfgFile string
54 proxyID string
55 sidecarFor string
56 pprofAddr string
57 service string
58 serviceAddr string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go38 type cmd struct { struct
39 UI cli.Ui
42 help string
50 logLevel string
51 logJSON bool
52 cfgFile string
53 proxyID string
54 sidecarFor string
55 pprofAddr string
56 service string
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/command/connect/proxy/
H A Dproxy.go39 type cmd struct { struct
40 UI cli.Ui
43 help string
52 logLevel string
53 cfgFile string
54 proxyID string
55 sidecarFor string
56 pprofAddr string
57 service string
58 serviceAddr string
[all …]
/dports/sysutils/consul/consul-1.10.3/command/acl/token/update/
H A Dtoken_update.go21 type cmd struct { struct
22 UI cli.Ui
23 flags *flag.FlagSet
24 http *flags.HTTPFlags
25 help string
35 mergePolicies bool
36 mergeRoles bool
37 mergeServiceIdents bool
38 mergeNodeIdents bool
39 showMeta bool
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/token/update/
H A Dtoken_update.go21 type cmd struct { struct
22 UI cli.Ui
23 flags *flag.FlagSet
24 http *flags.HTTPFlags
25 help string
35 mergePolicies bool
36 mergeRoles bool
37 mergeServiceIdents bool
38 mergeNodeIdents bool
39 showMeta bool
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/token/update/
H A Dtoken_update.go21 type cmd struct { struct
22 UI cli.Ui
23 flags *flag.FlagSet
24 http *flags.HTTPFlags
25 help string
35 mergePolicies bool
36 mergeRoles bool
37 mergeServiceIdents bool
38 mergeNodeIdents bool
39 showMeta bool
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/token/update/
H A Dtoken_update.go21 type cmd struct { struct
22 UI cli.Ui
23 flags *flag.FlagSet
24 http *flags.HTTPFlags
25 help string
35 mergePolicies bool
36 mergeRoles bool
37 mergeServiceIdents bool
38 mergeNodeIdents bool
39 showMeta bool
[all …]
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DScriptParser_command.cpp32 int ScriptParser::zenkakkoCommand(const pstring& cmd) in zenkakkoCommand()
116 int ScriptParser::timeCommand(const pstring& cmd) in timeCommand()
141 int ScriptParser::tanCommand(const pstring& cmd) in tanCommand()
149 int ScriptParser::subCommand(const pstring& cmd) in subCommand()
187 int ScriptParser::skipCommand(const pstring& cmd) in skipCommand()
202 int ScriptParser::sinCommand(const pstring& cmd) in sinCommand()
300 int ScriptParser::roffCommand(const pstring& cmd) in roffCommand()
416 int ScriptParser::nsaCommand(const pstring& cmd) in nsaCommand()
466 int ScriptParser::mulCommand(const pstring& cmd) in mulCommand()
474 int ScriptParser::movCommand(const pstring& cmd) in movCommand()
[all …]
/dports/sysutils/consul/consul-1.10.3/command/debug/
H A Ddebug.go68 type cmd struct { struct
69 UI cli.Ui
70 flags *flag.FlagSet
72 help string
79 output string
80 archive bool
81 capture []string
82 client *api.Client
85 validateTiming bool
87 index *debugIndex
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go68 type cmd struct { struct
69 UI cli.Ui
70 flags *flag.FlagSet
72 help string
79 output string
80 archive bool
81 capture []string
82 client *api.Client
85 validateTiming bool
87 index *debugIndex
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/debug/
H A Ddebug.go68 type cmd struct { struct
69 UI cli.Ui
70 flags *flag.FlagSet
72 help string
79 output string
80 archive bool
81 capture []string
82 client *api.Client
85 validateTiming bool
87 index *debugIndex
[all …]
/dports/sysutils/consul/consul-1.10.3/command/acl/authmethod/create/
H A Dauthmethod_create.go24 type cmd struct { struct
25 UI cli.Ui
26 flags *flag.FlagSet
28 help string
30 authMethodType string
31 name string
32 displayName string
42 showMeta bool
43 format string
45 testStdin io.Reader
[all …]

12345678910>>...459