Searched refs:Found (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h186 bool Found(const wxString& name) const;
190 bool Found(const wxString& name, wxString *value) const;
194 bool Found(const wxString& name, long *value) const;
199 bool Found(const wxString& name, wxDateTime *value) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-idn-cmd.px16 Found me!
H A DTest-idn-headers.px20 Found me!
H A DTest-idn-meta.px21 Found me!
H A DTest-idn-robots.px20 Found me!
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp275 } else if (cmdline.Found(wxT("help"))) {
280 if ( cmdline.Found(wxT("version"))) {
286 if ( cmdline.Found(wxT("config-dir"), &ConfigDir) ) {
300 if ( !cmdline.Found(wxT("disable-fatal")) ) {
307 theLogger.SetEnabledStdoutLog(cmdline.Found(wxT("log-stdout")));
309 enable_daemon_fork = cmdline.Found(wxT("full-daemon"));
310 if ( cmdline.Found(wxT("pid-file"), &m_PidFile) ) {
314 ec_config = cmdline.Found(wxT("ec-config"));
319 if ( cmdline.Found(wxT("geometry"), &m_geometryString) ) {
341 if (cmdline.Found(wx
[all...]
H A DExternalConnector.cpp465 if (parser.Found(wxT("version"))) {
470 if (!parser.Found(wxT("config-file"), &m_configFileName)) {
475 if (parser.Found(wxT("create-config-from"), &aMuleConfigFile)) {
490 if ( !parser.Found(wxT("host"), &m_host) ) {
497 if (parser.Found(wxT("port"), &port)) {
502 if (parser.Found(wxT("password"), &pass_plain)) {
510 if (parser.Found(wxT("write-config"))) {
514 parser.Found(wxT("locale"), &m_language);
516 if (parser.Found(wxT("help"))) {
521 m_KeepQuiet = parser.Found(wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.cpp126 m_flagVerbose = cmdline.Found(wxT("v"));
127 m_flagPartHashes = cmdline.Found(wxT("p"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp591 if (parser.Found(wxT("amule-config-file"), &aMuleConfigFile)) {
616 if ( parser.Found(wxT("no-php")) ) {
620 parser.Found(wxT("template"), &m_TemplateName);
632 if (parser.Found(wxT("server-port"), &port)) {
635 if (parser.Found(wxT("enable-upnp"))) {
638 if (parser.Found(wxT("upnp-port"), &port)) {
641 if (parser.Found(wxT("enable-gzip"))) {
644 if (parser.Found(wxT("disable-gzip"))) {
648 if (parser.Found(wxT("allow-guest"))) {
651 if (parser.Found(wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs93 resolver.Found += OnServiceResolved;
108 ar.Found += OnAddressResolved;
125 hr.Found += OnHostNameResolved;
H A DAddressResolver.cs84 public event HostAddressHandler Found property in class:Avahi.AddressResolver
179 case ResolverEvent.Found:
H A DHostNameResolver.cs61 public event HostAddressHandler Found property in class:Avahi.HostNameResolver
156 case ResolverEvent.Found:
H A DServiceResolver.cs74 public event ServiceInfoHandler Found property in class:Avahi.ServiceResolver
204 case ResolverEvent.Found:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs93 resolver.Found += OnServiceResolved;
108 ar.Found += OnAddressResolved;
125 hr.Found += OnHostNameResolved;
H A DAddressResolver.cs84 public event HostAddressHandler Found property in class:Avahi.AddressResolver
179 case ResolverEvent.Found:
H A DHostNameResolver.cs61 public event HostAddressHandler Found property in class:Avahi.HostNameResolver
156 case ResolverEvent.Found:
H A DServiceResolver.cs74 public event ServiceInfoHandler Found property in class:Avahi.ServiceResolver
204 case ResolverEvent.Found:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/
H A Dtest.cpp113 m_longlist = parser.Found(_T("longlist"));
114 m_list = m_longlist || parser.Found(_T("list"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DFileView.cpp80 if (parser.Found(wxT("version"))) {
85 if (parser.Found(wxT("strings"), &strDecode)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcmdlpars.tex32 \item use {\tt Found()} to retrieve the results
227 you may access the results of parsing using one of overloaded {\tt Found()}
231 \helpref{Found}{wxcmdlineparserfoundswitch} to determine if the switch was given
232 or not, for an option or a parameter, you will call a version of {\tt Found()}
234 {\tt Found()} functions return true if the switch or option were found in the
480 \membersection{wxCmdLineParser::Found}\label{wxcmdlineparserfoundswitch}
482 \constfunc{bool}{Found}{\param{const wxString\& }{name}}
487 \membersection{wxCmdLineParser::Found}\label{wxcmdlineparserfoundstringoption}
489 \constfunc{bool}{Found}{\param{const wxString\& }{name}, \param{wxString* }{value}}
495 \membersection{wxCmdLineParser::Found}\labe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp290 flagGettext = cmdline.Found(wxT("g"));
291 flagVerbose = cmdline.Found(wxT("v"));
292 flagCPP = cmdline.Found(wxT("c"));
293 flagPython = cmdline.Found(wxT("p"));
294 flagH = flagCPP && cmdline.Found(wxT("e"));
297 if (!cmdline.Found(wxT("o"), &parOutput))
320 if (!cmdline.Found(wxT("n"), &parFuncname))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/emulator/src/
H A Demulator.cpp134 if (res == -1 || res > 0 || parser.Found(wxT("h")))
142 if (parser.Found(wxT("v")))
152 if (parser.Found(wxT("u"), & m_displayNumber))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dappcmn.cpp268 if ( parser.Found(OPTION_THEME, &themeName) )
285 if ( parser.Found(OPTION_MODE, &modeDesc) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dstartcode_armv6.S160 90: @ Found a candidate at the preceding byte
165 91: @ Found a candidate somewhere in the preceding 4 bytes
182 93: @ Found a candidate somewhere in the preceding 16 bytes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_dm.c313 unsigned short Found = 0; local
322 Found = 1;
330 Found = 1;
334 return Found;
336 return Found;

Completed in 203 milliseconds

12