Home
last modified time | relevance | path

Searched refs:CommandLine (Results 1 – 25 of 8206) sorted by relevance

12345678910>>...329

/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DCommandLine.cpp17 {'b', "bbox", ARG_REQUIRED, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_bbox)},
18 {'C', "cache", ARG_OPTIONAL, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_cache)},
20 {'j', "clipjoin", ARG_NONE, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_clipjoin)},
22 {'\0', "color", ARG_NONE, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_color)},
24 {'E', "eps", ARG_NONE, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_eps)},
26 {'e', "exact", ARG_NONE, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_exact)},
37 {'h', "help", ARG_OPTIONAL, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_help)},
38 {'\0', "keep", ARG_NONE, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_keep)},
44 {'M', "mag", ARG_REQUIRED, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_mag)},
63 {'z', "zip", ARG_OPTIONAL, new OptionHandlerImpl<CommandLine>(&CommandLine::handle_zip)},
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.gdb.ref16 <CommandLine>(gdb) </CommandLine><Command>break</Command><CommandLine> main</CommandLine><br/>
37 <CommandLine>(gdb) </CommandLine><Command>info</Command><CommandLine> locals</CommandLine><br/>
45 <CommandLine>(gdb) </CommandLine><Command>ptype</Command><CommandLine> run</CommandLine><br/>
47 <CommandLine>(gdb) </CommandLine><Command>print</Command><CommandLine> run</CommandLine><br/>
49 <CommandLine>(gdb) </CommandLine><Command>set</Command><CommandLine> run = false</CommandLine><br/>
50 <CommandLine>(gdb) </CommandLine><Command>print</Command><CommandLine> run</CommandLine><br/>
54 <CommandLine>(gdb) </CommandLine><Command>ptype</Command><CommandLine> MyType</CommandLine><br/>
64 <CommandLine>(gdb) </CommandLine><Command>command</Command><CommandLine> 1</CommandLine><br/>
89 <CommandLine>(gdb) </CommandLine><Command>info</Command><CommandLine> threads</CommandLine><br/>
97 <CommandLine>(gdb) </CommandLine><Command>thread</Command><CommandLine> 2</CommandLine><br/>
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/console/src/c/cmdLine/
H A DgotoFunctions.c46 saveLastWChar = CommandLine[cursorLocation]; in sizeOfOneLineInTerm()
48 CommandLine[cursorLocation] = L'\0'; in sizeOfOneLineInTerm()
60 if (CommandLine[beginningOfLine] == L'\n') in sizeOfOneLineInTerm()
65 CommandLine += beginningOfLine; in sizeOfOneLineInTerm()
67 sizeOfLineInTerm += wcswidth(CommandLine, wcslen(CommandLine)); in sizeOfOneLineInTerm()
85 if (*cursorLocation != wcslen(CommandLine)) in gotoRight()
133 if (CommandLine != NULL) in gotoLeft()
196 if (CommandLine != NULL) in gotoLeft()
219 sizeOfCmd = wcslen(CommandLine); in endLine()
254 while (CommandLine[*cursorLocation] && !isAWideCharToJump(CommandLine[*cursorLocation])) in nextWord()
[all …]
H A DcharactersManagement.c35 sizeOfCmd = wcslen(*CommandLine); in addChar()
49 *CommandLine = realloc(*CommandLine, sizeof(wchar_t) * (sizeOfCmd + 1 + 1024)); in addChar()
55 (*CommandLine)[indexToMoveChar] = (*CommandLine)[indexToMoveChar - 1]; in addChar()
64 (*CommandLine)[sizeOfCmd] = L'\0'; in addChar()
68 if ((*CommandLine)[*cursorLocation] && (*CommandLine)[*cursorLocation] != L'\n') in addChar()
89 sizeOfCmd = wcslen(CommandLine); in rmChar()
106 CommandLine[indexToMoveChar] = CommandLine[indexToMoveChar + 1]; in rmChar()
109 CommandLine[indexToMoveChar] = L'\0'; in rmChar()
124 CommandLine[*cursorLocation] = '\0'; in deleteFromCursToEndLine()
145 …while (*cursorLocation && (CommandLine[*cursorLocation - 1] == ' ' || CommandLine[*cursorLocation … in deletePreviousWordFromCurs()
[all …]
/dports/security/keybase/client-v5.7.1/go/libcmdline/
H A Dcmdline.go36 type CommandLine struct { struct
69 func (p CommandLine) GetHome() string { argument
93 func (p CommandLine) GetDbFilename() string { argument
132 func (p CommandLine) GetProxy() string { argument
135 func (p CommandLine) GetLogFile() string { argument
138 func (p CommandLine) GetEKLogFile() string { argument
160 func (p CommandLine) GetGpgHome() string { argument
216 func (p CommandLine) GetPinentry() string { argument
243 func (p CommandLine) GetGpg() string { argument
252 func (p CommandLine) GetPidFile() string { argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Dcommand_line.cc28 CommandLine* CommandLine::current_process_commandline_ = nullptr;
160 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
163 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
168 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
173 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
178 CommandLine::CommandLine(const CommandLine& other) = default;
180 CommandLine& CommandLine::operator=(const CommandLine& other) = default;
182 CommandLine::~CommandLine() = default;
233 CommandLine* CommandLine::ForCurrentProcess() { in ForCurrentProcess()
310 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueNative()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Dcommand_line.cc30 CommandLine* CommandLine::current_process_commandline_ = nullptr;
162 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
165 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
170 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
175 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
180 CommandLine::CommandLine(const CommandLine& other) = default;
182 CommandLine& CommandLine::operator=(const CommandLine& other) = default;
184 CommandLine::~CommandLine() = default;
237 CommandLine* CommandLine::ForCurrentProcess() { in ForCurrentProcess()
314 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueNative()
[all …]
/dports/devel/gn/gn-1962/src/base/
H A Dcommand_line.cc29 CommandLine* CommandLine::current_process_commandline_ = nullptr;
162 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
165 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
170 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
175 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
180 CommandLine::CommandLine(const CommandLine& other) = default;
182 CommandLine& CommandLine::operator=(const CommandLine& other) = default;
184 CommandLine::~CommandLine() = default;
237 CommandLine* CommandLine::ForCurrentProcess() { in ForCurrentProcess()
313 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueNative()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dcommand_line.cc31 CommandLine* CommandLine::current_process_commandline_ = nullptr;
157 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
162 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
168 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
174 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
180 CommandLine::CommandLine(const CommandLine& other) = default;
182 CommandLine& CommandLine::operator=(const CommandLine& other) = default;
184 CommandLine::~CommandLine() = default;
236 CommandLine* CommandLine::ForCurrentProcess() { in ForCurrentProcess()
317 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueASCII()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dcommand_line.cc29 CommandLine* CommandLine::current_process_commandline_ = nullptr;
171 CommandLine::CommandLine(NoProgram no_program) in CommandLine() function in base::CommandLine
176 CommandLine::CommandLine(const FilePath& program) in CommandLine() function in base::CommandLine
182 CommandLine::CommandLine(int argc, const CommandLine::CharType* const* argv) in CommandLine() function in base::CommandLine
188 CommandLine::CommandLine(const StringVector& argv) in CommandLine() function in base::CommandLine
194 CommandLine::CommandLine(const CommandLine& other) = default;
196 CommandLine& CommandLine::operator=(const CommandLine& other) = default;
198 CommandLine::~CommandLine() = default;
258 CommandLine* CommandLine::ForCurrentProcess() { in ForCurrentProcess()
339 CommandLine::StringType CommandLine::GetSwitchValueNative( in GetSwitchValueASCII()
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/git.sr.ht/~sircmpwn/getopt/
H A Dcommandline.go24 var Usage = CommandLine.Usage
41 func NArg() int { return CommandLine.NArg() }
62 CommandLine.Var(value, name, usage)
68 return CommandLine.Lookup(name)
74 CommandLine.SetOutput(output)
81 CommandLine.BoolVar(p, name, value, usage)
88 return CommandLine.Bool(name, value, usage)
125 CommandLine.IntVar(p, name, value, usage)
132 return CommandLine.Int(name, value, usage)
139 CommandLine.Int64Var(p, name, value, usage)
[all …]
/dports/mail/emailrelay/emailrelay-1.9/src/main/
H A Dcommandline_simple.cpp51 std::string Main::CommandLine::switchSpec( bool ) in switchSpec()
56 Main::CommandLine::CommandLine( Main::Output & , const G::Arg & arg , const std::string & , in CommandLine() function in Main::CommandLine
86 Main::CommandLine::~CommandLine() in ~CommandLine()
91 Main::Configuration Main::CommandLine::cfg() const in cfg()
139 G::Arg::size_type Main::CommandLine::argc() const in argc()
144 bool Main::CommandLine::hasUsageErrors() const in hasUsageErrors()
149 bool Main::CommandLine::hasSemanticError() const in hasSemanticError()
154 void Main::CommandLine::showHelp( bool ) const in showHelp()
166 void Main::CommandLine::logSemanticWarnings() const in logSemanticWarnings()
174 void Main::CommandLine::showNoop( bool ) const in showNoop()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/
H A Dmain.cpp688 if (CommandLine::has("--help") || CommandLine::has("-help") || in handleCmdLineOutputModifier()
689 CommandLine::has("-h")) in handleCmdLineOutputModifier()
696 if(CommandLine::has("--version") || CommandLine::has("-v")) in handleCmdLineOutputModifier()
770 if(CommandLine::has("--screensize", &s) || CommandLine::has("-s", &s)) in handleCmdLinePreliminary()
805 if(CommandLine::has("--fullscreen") || CommandLine::has("-f")) in handleCmdLinePreliminary()
820 if(CommandLine::has("--windowed") || CommandLine::has("-w")) in handleCmdLinePreliminary()
1485 if(CommandLine::has("--track", &s) || CommandLine::has("-t", &s)) in handleCmdLine()
1541 if(CommandLine::has("--numkarts", &n) ||CommandLine::has("-k", &n)) in handleCmdLine()
1558 if(CommandLine::has("--race-now") || CommandLine::has("-R")) in handleCmdLine()
1660 CommandLine::has("-psn"); in handleCmdLine()
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/kingpin/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/shells/antibody/antibody-6.1.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/node_exporter/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dglobal.go12 HelpFlag = CommandLine.HelpFlag
14 HelpCommand = CommandLine.HelpCommand
16 VersionFlag = CommandLine.VersionFlag
21 return CommandLine.Command(name, help)
26 return CommandLine.Flag(name, help)
31 return CommandLine.Arg(name, help)
40 CommandLine.terminate(0)
47 CommandLine.Errorf(format, args...)
52 CommandLine.Fatalf(format, args...)
75 CommandLine.Usage(os.Args[1:])
[all …]

12345678910>>...329