Searched refs:HasEntry (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/fileconf/
H A Dfileconftest.cpp68 CPPUNIT_TEST( HasEntry );
85 void HasEntry();
234 void FileConfigTestCase::HasEntry() function in class:FileConfigTestCase
239 CPPUNIT_ASSERT( !fc.HasEntry(_T("root")) );
240 CPPUNIT_ASSERT( fc.HasEntry(_T("root/entry")) );
241 CPPUNIT_ASSERT( fc.HasEntry(_T("/root/entry")) );
242 CPPUNIT_ASSERT( fc.HasEntry(_T("root/group1/subgroup/subentry")) );
243 CPPUNIT_ASSERT( !fc.HasEntry(_T("")) );
244 CPPUNIT_ASSERT( !fc.HasEntry(_T("root/group1")) );
245 CPPUNIT_ASSERT( !fc.HasEntry(_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp149 bool wxPrefConfig::HasEntry(const wxString& key) const function in class:wxPrefConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h67 virtual bool HasEntry(const wxString& strName) const;
H A Dregconf.h60 virtual bool HasEntry(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h51 virtual bool HasEntry(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dconfbase.h144 virtual bool HasEntry(const wxString& strName) const = 0;
147 { return HasGroup(strName) || HasEntry(strName); }
153 return HasEntry(name) ? Type_String : Type_Unknown;
H A Dfileconf.h156 virtual bool HasEntry(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp520 bool wxRegConfig::HasEntry(const wxString& key) const function in class:wxRegConfig
653 if ( !HasEntry(oldName) )
657 if ( HasEntry(newName) )
H A Diniconf.cpp249 bool wxIniConfig::HasEntry(const wxString& WXUNUSED(strName)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h62 virtual bool HasEntry(const wxString& strName) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp244 bool wxIniConfig::HasEntry(const wxString& WXUNUSED(strName)) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp1303 if (cfg->HasEntry(wxT("/eMule/ExecOnCompletion"))) {
1310 if (cfg->HasEntry(wxT("/eMule/ExecOnCompletionCommand"))) {
1328 if (cfg->HasEntry(wxT("/eMule/UDPDisable"))) {
1336 if (cfg->HasEntry(wxT("/SkinGUIOptions/UseSkinFiles"))) {
H A DStatistics.cpp325 if (cfg->HasEntry(wxT("/Statistics/TotalUploadedBytes"))) {
330 if (cfg->HasEntry(wxT("/Statistics/TotalDownloadedBytes"))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconfig.tex247 \helpref{HasEntry}{wxconfigbasehasentry}\\
617 \membersection{wxConfigBase::HasEntry}\label{wxconfigbasehasentry}
619 \constfunc{bool}{HasEntry}{\param{wxString\& }{strName}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp899 bool wxFileConfig::HasEntry(const wxString& entry) const function in class:wxFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp807 wxPrintf(fileconf.HasEntry(testEntry) ? _T("ERROR\n") : _T("ok\n"));

Completed in 109 milliseconds