Home
last modified time | relevance | path

Searched defs:CommandLine (Results 1 – 25 of 2431) sorted by relevance

12345678910>>...98

/dports/security/keybase/client-v5.7.1/go/libcmdline/
H A Dcmdline.go36 type CommandLine struct { struct
37 app *cli.App
38 ctx *cli.Context
39 cmd Command
47 defaultCmd string
69 func (p CommandLine) GetHome() string {
132 func (p CommandLine) GetProxy() string {
135 func (p CommandLine) GetLogFile() string {
160 func (p CommandLine) GetGpgHome() string {
243 func (p CommandLine) GetGpg() string {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli.go41 Host string
42 Port int
43 Database string
44 Ssl bool
45 RetentionPolicy string
46 ClientVersion string
51 ShowVersion bool
52 Import bool
53 Chunked bool
54 ChunkSize int
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli.go42 Host string
43 Port int
44 PathPrefix string
45 Database string
47 Ssl bool
48 RetentionPolicy string
54 ShowVersion bool
55 Import bool
56 Chunked bool
57 ChunkSize int
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli.go41 Host string
42 Port int
43 Database string
45 Ssl bool
46 RetentionPolicy string
47 ClientVersion string
52 ShowVersion bool
53 Import bool
54 Chunked bool
55 ChunkSize int
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx/cli/
H A Dcli.go45 Host string
46 Port int
47 PathPrefix string
48 Database string
50 Ssl bool
51 RetentionPolicy string
57 ShowVersion bool
58 Import bool
59 Chunked bool
60 ChunkSize int
[all …]
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamares/utils/
H A DCommandList.h28 struct CommandLine : public QPair< QString, std::chrono::seconds > struct
33 CommandLine() in CommandLine() function
38 CommandLine( const QString& s ) in CommandLine() argument
43 CommandLine( const QString& s, std::chrono::seconds t ) in CommandLine() function
56 using CommandList_t = QList< CommandLine >; argument
/dports/security/keybase/client-v5.7.1/go/client/
H A Dcommands_devel.go16 func getBuildSpecificCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
38 func getBuildSpecificChatCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
47 func getBuildSpecificTeamCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
51 func getBuildSpecificAccountCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comm…
59 func getBuildSpecificWalletCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comma…
67 func getBuildSpecificLogCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
71 func getBuildSpecificFSCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
H A Dcommands_production.go16 func getBuildSpecificCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
20 func getBuildSpecificChatCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
24 func getBuildSpecificTeamCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command…
28 func getBuildSpecificAccountCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comm…
32 func getBuildSpecificWalletCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Comma…
36 func getBuildSpecificLogCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
40 func getBuildSpecificFSCommands(cl *libcmdline.CommandLine, g *libkb.GlobalContext) []cli.Command {
H A Dfork_server.go34 func AutoForkServer(g *libkb.GlobalContext, cl libkb.CommandLine) (bool, error) {
38 func spawnServer(g *libkb.GlobalContext, cl libkb.CommandLine, forkType keybase1.ForkType) (pid int…
85 func ForkServer(g *libkb.GlobalContext, cl libkb.CommandLine, forkType keybase1.ForkType) (bool, er…
133 func makeServerCommandLine(g *libkb.GlobalContext, cl libkb.CommandLine,
/dports/x11/polybar/polybar-3.5.7/tests/unit_tests/components/
H A Dcommand_line.cpp7 class CommandLine : public ::testing::Test { class
30 TEST_F(CommandLine, hasShort) { in TEST_F() argument
46 TEST_F(CommandLine, hasLong) { in TEST_F() argument
67 TEST_F(CommandLine, compare) { in TEST_F() argument
76 TEST_F(CommandLine, get) { in TEST_F() argument
85 TEST_F(CommandLine, missingValue) { in TEST_F() argument
97 TEST_F(CommandLine, invalidValue) { in TEST_F() argument
106 TEST_F(CommandLine, unrecognized) { in TEST_F() argument
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/cmdLine/
H A DgotoFunctions.c37 static int sizeOfOneLineInTerm(wchar_t * CommandLine, unsigned int cursorLocation) in sizeOfOneLineInTerm()
74 int gotoRight(wchar_t * CommandLine, unsigned int *cursorLocation) in gotoRight()
123 int gotoLeft(wchar_t * CommandLine, unsigned int *cursorLocation) in gotoLeft()
204 int begLine(wchar_t * CommandLine, unsigned int *cursorLocation) in begLine()
215 int endLine(wchar_t * CommandLine, unsigned int *cursorLocation) in endLine()
251 int nextWord(wchar_t * CommandLine, unsigned int *cursorLocation) in nextWord()
267 int previousWord(wchar_t * CommandLine, unsigned int *cursorLocation) in previousWord()
H A DcharactersManagement.c29 int addChar(wchar_t ** CommandLine, int key, unsigned int *cursorLocation) in addChar()
83 int rmChar(wchar_t * CommandLine, int key, unsigned int *cursorLocation) in rmChar()
121 int deleteFromCursToEndLine(wchar_t * CommandLine, unsigned int *cursorLocation) in deleteFromCursToEndLine()
133 int deleteFromCursToBeginningLine(wchar_t * CommandLine, unsigned int *cursorLocation) in deleteFromCursToBeginningLine()
142 int deletePreviousWordFromCurs(wchar_t * CommandLine, unsigned int *cursorLocation) in deletePreviousWordFromCurs()
/dports/graphics/embree/embree-3.13.2/tutorials/common/tutorial/
H A Dbenchmark.cpp23 struct CommandLine struct
25 typedef std::unordered_set<std::unique_ptr<std::string>> StringPool;
26 typedef std::unordered_set<std::unique_ptr<std::vector<char*>>> CommandLinePool;
28 static StringPool string_pool;
29 static CommandLinePool command_line_pool;
31 CommandLine() : cl(nullptr) { } in CommandLine() function
33 CommandLine(int argc, char** argv) : cl(nullptr) in CommandLine() argument
43 void add(std::vector<std::string> const& args) in add()
51 int argc() { return cl->size(); } in argc()
52 char** argv() { return cl->data(); } in argv()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/runner/
H A DglcTestRunnerMain.cpp36 struct CommandLine struct
38 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine() function
48 static bool parseCommandLine(CommandLine& cmdLine, int argc, const char* const* argv) in parseCommandLine() argument
/dports/games/scummvm/scummvm-2.5.1/backends/platform/3ds/
H A Dmain.cpp33 struct CommandLine { struct
37 CommandLine(int argc, char** argv): argumentCount(argc), argumentsValue(argv) {} in CommandLine() function
/dports/biology/sra-tools/sra-tools-2.11.0/tools2/shared/include/
H A Dutility.hpp94 struct CommandLine { struct
95 std::vector<std::string> program, argument;
97 CommandLine() {} in CommandLine() function
98 CommandLine(int const argc, char const *const *const argv) in CommandLine() argument
102 auto arguments() const -> decltype(argument.size()) { return argument.size(); } in arguments()
103 CommandLine dropFirst() const { in dropFirst()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/commands/
H A Dcreate.go138 func cmdCreateInner(c CommandLine, api libmachine.API) error {
293 func cmdCreateOuter(c CommandLine, api libmachine.API) error {
346 func getDriverOpts(c CommandLine, mcnflags []mcnflag.Flag) drivers.DriverOptions {
458 func tlsPath(c CommandLine, flag string, defaultName string) string {
/dports/sysutils/docker-machine/machine-0.16.2/commands/
H A Dcreate.go136 func cmdCreateInner(c CommandLine, api libmachine.API) error {
291 func cmdCreateOuter(c CommandLine, api libmachine.API) error {
343 func getDriverOpts(c CommandLine, mcnflags []mcnflag.Flag) drivers.DriverOptions {
455 func tlsPath(c CommandLine, flag string, defaultName string) string {
/dports/audio/musicpd/mpd-0.23.6/test/
H A DRunChromaprint.cxx44 struct CommandLine { struct
63 static CommandLine argument
H A Drun_convert.cxx49 struct CommandLine { struct
67 static CommandLine argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/executor/tools/
H A DxeMergeTestLogs.cpp49 struct CommandLine struct
51 CommandLine (void) in CommandLine() argument
56 vector<string> srcFilenames;
57 string dstFilename;
58 deUint32 flags;
/dports/devel/goprotobuf/protobuf-1.1.0/src/google.golang.org/genproto/googleapis/devtools/resultstore/v2/
H A Dinvocation.pb.go295 type CommandLine struct { struct
306 XXX_NoUnkeyedLiteral struct{} `json:"-"`
307 XXX_unrecognized []byte `json:"-"`
308 XXX_sizecache int32 `json:"-"`
313 func (*CommandLine) ProtoMessage() {}
326 func (m *CommandLine) XXX_Size() int {
329 func (m *CommandLine) XXX_DiscardUnknown() {
335 func (m *CommandLine) GetLabel() string {
342 func (m *CommandLine) GetTool() string {
349 func (m *CommandLine) GetArgs() []string {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/google.golang.org/genproto/googleapis/devtools/resultstore/v2/
H A Dinvocation.pb.go295 type CommandLine struct { struct
306 XXX_NoUnkeyedLiteral struct{} `json:"-"`
307 XXX_unrecognized []byte `json:"-"`
308 XXX_sizecache int32 `json:"-"`
313 func (*CommandLine) ProtoMessage() {}
326 func (m *CommandLine) XXX_Size() int {
329 func (m *CommandLine) XXX_DiscardUnknown() {
335 func (m *CommandLine) GetLabel() string {
342 func (m *CommandLine) GetTool() string {
349 func (m *CommandLine) GetArgs() []string {
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/google.golang.org/genproto/go-genproto-c66870c02cf8/googleapis/devtools/resultstore/v2/
H A Dinvocation.pb.go295 type CommandLine struct { struct
306 XXX_NoUnkeyedLiteral struct{} `json:"-"`
307 XXX_unrecognized []byte `json:"-"`
308 XXX_sizecache int32 `json:"-"`
313 func (*CommandLine) ProtoMessage() {}
326 func (m *CommandLine) XXX_Size() int {
329 func (m *CommandLine) XXX_DiscardUnknown() {
335 func (m *CommandLine) GetLabel() string {
342 func (m *CommandLine) GetTool() string {
349 func (m *CommandLine) GetArgs() []string {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/genproto/googleapis/devtools/resultstore/v2/
H A Dinvocation.pb.go295 type CommandLine struct { struct
306 XXX_NoUnkeyedLiteral struct{} `json:"-"`
307 XXX_unrecognized []byte `json:"-"`
308 XXX_sizecache int32 `json:"-"`
313 func (*CommandLine) ProtoMessage() {}
326 func (m *CommandLine) XXX_Size() int {
329 func (m *CommandLine) XXX_DiscardUnknown() {
335 func (m *CommandLine) GetLabel() string {
342 func (m *CommandLine) GetTool() string {
349 func (m *CommandLine) GetArgs() []string {
[all …]

12345678910>>...98