Searched refs:AddSwitch (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.cpp113 cmdline.AddSwitch(wxT("h"), wxT("help"), wxT("show this help message"), wxCMD_LINE_OPTION_HELP);
114 cmdline.AddSwitch(wxT("v"), wxT("verbose"), wxT("be verbose"));
115 cmdline.AddSwitch(wxT("p"), wxT("parthashes"), wxT("add part-hashes to ed2k link"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp228 cmdline.AddSwitch(wxT("v"), wxT("version"), wxT("Displays the current version number."));
229 cmdline.AddSwitch(wxT("h"), wxT("help"), wxT("Displays this information."));
232 cmdline.AddSwitch(wxT("f"), wxT("full-daemon"), wxT("Fork to background."));
234 cmdline.AddSwitch(wxT("e"), wxT("ec-config"), wxT("Configure EC (External Connections)."));
250 cmdline.AddSwitch(wxT("o"), wxT("log-stdout"), wxT("Print log messages to stdout."));
251 cmdline.AddSwitch(wxT("r"), wxT("reset-config"), wxT("Resets config to default values."));
254 cmdline.AddSwitch(wxT("s"), wxT("skip"), wxT("Skip connection dialog."));
260 cmdline.AddSwitch(wxT("d"), wxT("disable-fatal"), wxT("Do not handle fatal exception."));
262 cmdline.AddSwitch(wxT("i"), wxT("enable-stdin"), wxT("Do not disable stdin."));
H A DExternalConnector.cpp428 parser.AddSwitch(wxEmptyString, wxT("help"),
443 parser.AddSwitch(wxT("q"), wxT("quiet"),
446 parser.AddSwitch(wxT("v"), wxT("verbose"),
452 parser.AddSwitch(wxT("w"), wxT("write-config"),
458 parser.AddSwitch(wxEmptyString, wxT("version"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp530 amuleweb_parser.AddSwitch(wxT("u"), wxT("enable-upnp"),
534 amuleweb_parser.AddSwitch(wxT("U"), wxT("upnp-port"),
538 amuleweb_parser.AddSwitch(wxT("z"), wxT("enable-gzip"),
542 amuleweb_parser.AddSwitch(wxT("Z"), wxT("disable-gzip"),
554 amuleweb_parser.AddSwitch(wxT("a"), wxT("allow-guest"),
558 amuleweb_parser.AddSwitch(wxT("d"), wxT("deny-guest"),
562 amuleweb_parser.AddSwitch(wxT("L"), wxT("load-settings"),
574 amuleweb_parser.AddSwitch(wxEmptyString, wxT("no-php"),
582 amuleweb_parser.AddSwitch(wxT("N"), wxT("no-script-cache"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp72 parser.AddSwitch(wxT("h"), wxT("help"), wxT("Show help"), wxCMD_LINE_OPTION_HELP);
73 parser.AddSwitch(wxT("v"), wxT("version"), wxT("Show program version"), wxCMD_LINE_PARAM_OPTIONAL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h153 void AddSwitch(const wxString& name, const wxString& lng = wxEmptyString,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex176 combination of \helpref{AddSwitch}{wxcmdlineparseraddswitch},
425 \membersection{wxCmdLineParser::AddSwitch}\label{wxcmdlineparseraddswitch}
427 \func{void}{AddSwitch}{\param{const wxString\& }{name}, \param{const wxString\& }{lng = wxEmptyString}, \param{const wxString\& }{desc = wxEmptyString}, \param{int }{flags = 0}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp355 AddSwitch(desc->shortName, desc->longName, desc->description,
378 void wxCmdLineParser::AddSwitch(const wxString& shortName, function in class:wxCmdLineParser

Completed in 219 milliseconds