Searched refs:HasValue (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp48 return key.IsOpened() && key.HasValue(str) && key.QueryValue(str, strVal);
53 return key.IsOpened() && key.HasValue(str) && key.QueryValue(str, plVal);
449 if ( !m_keyLocal.Exists() || !LocalKey().HasValue(str) ) {
526 return (m_keyLocal.Exists() && LocalKey().HasValue(strName)) ||
527 m_keyGlobal.HasValue(strName);
537 if ( m_keyLocal.Exists() && LocalKey().HasValue(strName) )
539 else if ( m_keyGlobal.HasValue(strName) )
563 if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
600 if ( m_keyLocal.Exists() && LocalKey().HasValue(path.Name()) ) {
H A Dcombo.cpp780 if ( pKey->HasValue(wxT("UserPreferencesMask")) &&
H A Dregistry.cpp461 if ( HasValue(szValueNew) ) {
741 bool wxRegKey::HasValue(const wxChar *szValue) const
H A Dutils.cpp1504 if (key.HasValue(wxT("InternetEncoding")) &&
1509 if (!key.HasValue(wxT("AliasForCharset")) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h185 bool HasValue(const wxChar *szKey) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dcmdline.cpp128 bool HasValue() const { return m_hasVal; } function in struct:wxCmdLineOption
449 if ( !opt.HasValue() )
464 if ( !opt.HasValue() )
483 if ( !opt.HasValue() )
503 if ( !opt.HasValue() )
859 if ( (opt.flags & wxCMD_LINE_OPTION_MANDATORY) && !opt.HasValue() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex188 \membersection{wxRegKey::HasValue}\label{wxregkeyhasvalue}
190 \constfunc{bool}{HasValue}{\param{const wxChar *}{szValue}}

Completed in 93 milliseconds