Home
last modified time | relevance | path

Searched defs:szKey (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/ext/
H A DKviConfigurationFile.cpp89 void KviConfigurationFile::clearKey(const QString & szKey) in clearKey()
472 bool KviConfigurationFile::hasKey(const QString & szKey) in hasKey()
652 void KviConfigurationFile::writeEntry(const QString & szKey, const QColor & clr) in writeEntry()
715 void KviConfigurationFile::writeEntry(const QString & szKey, QFont & fnt) in writeEntry()
748 void KviConfigurationFile::writeEntry(const QString & szKey, bool bTrue) in writeEntry()
756 bool KviConfigurationFile::readBoolEntry(const QString & szKey, bool bTrue) in readBoolEntry()
769 void KviConfigurationFile::writeEntry(const QString & szKey, const QRect & rct) in writeEntry()
816 void KviConfigurationFile::writeEntry(const QString & szKey, int iValue) in writeEntry()
825 int KviConfigurationFile::readIntEntry(const QString & szKey, int iDefault) in readIntEntry()
864 void KviConfigurationFile::writeEntry(const QString & szKey, char iValue) in writeEntry()
[all …]
H A DKviConfigurationFile.h118 void writeEntry(const QString & szKey, const char * szValue) in writeEntry()
124 QString readKviCStringEntry(const QString & szKey, const KviCString & szDefault) in readKviCStringEntry()
/dports/security/beid/eid-mw-5.0.8/cardcomm/pkcs11/src/common/
H A Ddatafile.cpp294 t_Str szKey = GetNextWord(szLine); in Load() local
485 bool CDataFile::SetKeyComment(t_Str szKey, t_Str szComment, in SetKeyComment()
551 bool CDataFile::SetValueInt(t_Str szKey, t_Str szValue, in SetValueInt()
662 t_Str CDataFile::GetValue(t_Str szKey, t_Str szSection) in GetValue()
672 t_Str CDataFile::GetString(t_Str szKey, t_Str szSection) in GetString()
680 float CDataFile::GetFloat(t_Str szKey, t_Str szSection) in GetFloat()
693 int CDataFile::GetInt(t_Str szKey, t_Str szSection) in GetInt()
706 long CDataFile::GetLong(t_Str szKey, t_Str szSection) in GetLong()
719 bool CDataFile::GetBool(t_Str szKey, t_Str szSection) in GetBool()
761 bool CDataFile::DeleteKey(t_Str szKey, t_Str szFromSection) in DeleteKey()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Diniconf.cpp271 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr) const in Read() argument
299 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr, in Read()
331 bool wxIniConfig::Read(const wxString& szKey, long *pl) const in Read() argument
365 bool wxIniConfig::Write(const wxString& szKey, const wxString& WXUNUSED(szValue)) in Write()
381 bool wxIniConfig::Write(const wxString& szKey, long lValue) in Write()
401 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
428 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Diniconf.cpp271 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr) const in Read() argument
299 bool wxIniConfig::Read(const wxString& szKey, wxString *pstr, in Read()
331 bool wxIniConfig::Read(const wxString& szKey, long *pl) const in Read() argument
365 bool wxIniConfig::Write(const wxString& szKey, const wxString& WXUNUSED(szValue)) in Write()
381 bool wxIniConfig::Write(const wxString& szKey, long lValue) in Write()
401 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
428 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/emulators/tiemu3/tiemu-3.03/src/ipc/com/
H A Dregistry.cpp80 static BOOL setKeyAndValue(const char* szKey, const char* szSubkey, const char* szValue) in setKeyAndValue()
109 static BOOL setValueInKey(const char* szKey, const char* szNamedValue, const char* szValue) in setValueInKey()
148 char szKey[64]; in RegisterServer() local
186 char szKey[64]; in UnregisterServer() local
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsHash.cpp66 void KviKvsHash::unset(const QString & szKey) in unset()
71 void KviKvsHash::set(const QString & szKey, KviKvsVariant * pVal) in set()
142 KviKvsVariant * KviKvsHash::get(const QString & szKey) in get()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
395 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
395 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
395 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Diniconf.cpp277 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
302 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
353 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
372 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
395 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Diniconf.cpp276 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
303 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
342 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
359 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
391 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
416 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Diniconf.cpp276 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
303 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
342 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
359 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
391 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
416 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Diniconf.cpp273 bool wxIniConfig::DoReadString(const wxString& szKey, wxString *pstr) const in DoReadString() argument
300 bool wxIniConfig::DoReadLong(const wxString& szKey, long *pl) const in DoReadLong() argument
339 bool wxIniConfig::DoWriteString(const wxString& szKey, const wxString& szValue) in DoWriteString()
356 bool wxIniConfig::DoWriteLong(const wxString& szKey, long lValue) in DoWriteLong()
388 bool wxIniConfig::DeleteEntry(const wxString& szKey, bool bGroupIfEmptyAlso) in DeleteEntry()
413 bool wxIniConfig::DeleteGroup(const wxString& szKey) in DeleteGroup()
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Prefs.cpp124 bool XAP_PrefsScheme::setValue(const gchar * szKey, const gchar * szValue) in setValue()
148 bool XAP_PrefsScheme::setValueBool(const gchar * szKey, bool bValue) in setValueBool()
153 bool XAP_PrefsScheme::setValueInt(const gchar * szKey, const int nValue) in setValueInt()
160 bool XAP_PrefsScheme::getValue(const gchar * szKey, const gchar ** pszValue) const in getValue() argument
181 bool XAP_PrefsScheme::getValue(const char* szKey, std::string &stValue) const in getValue() argument
191 bool XAP_PrefsScheme::getValueInt(const gchar * szKey, int& nValue) const in getValueInt() argument
204 bool XAP_PrefsScheme::getValueBool(const gchar * szKey, bool * pbValue) const in getValueBool() argument
253 const char * szKey = NULL; in getNthValue() local
1397 const gchar * szKey; in savePrefsFile() local
1477 const gchar * szKey; in savePrefsFile() local
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2HashTable.cpp75 UINT_64 ReducedHashTable::Get(CCHAR_P szKey, in Get()
129 INT_64 HashTable::Get(CCHAR_P szKey, in Get()
153 UINT_32 HashTable::Put(CCHAR_P szKey, in Put()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2HashTable.cpp75 UINT_64 ReducedHashTable::Get(CCHAR_P szKey, in Get()
129 INT_64 HashTable::Get(CCHAR_P szKey, in Get()
153 UINT_32 HashTable::Put(CCHAR_P szKey, in Put()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/irc/
H A DKviAvatarCache.cpp78 QString szKey; in replace() local
98 QString szKey; in remove() local
109 QString szKey; in lookup() local
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/tree/
H A DKviKvsTreeNodeHashElement.cpp63 QString szKey; in evaluateReadOnlyInObjectScope() local
114 QString szKey; in evaluateReadWriteInObjectScope() local
/dports/print/freetype/freetype-1.3.1/contrib/ftos2/
H A Duninst.c23 char szKey[] = "TRUETYPE"; variable
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCasm.h32 const char *szKey; member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/input/mouse/
H A DMouseTranslator.cpp53 std::string szKey = pButton->ValueStr(); in TranslateCommand() local
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/
H A Dlicq.cpp393 char szKey[32]; in Init() local
523 char szKey[20]; in Init() local
785 char szKey[20]; in SaveLoadedPlugins() local
/dports/net-im/licq-jabber/licq-f271d55/licq/src/
H A Dlicq.cpp393 char szKey[32]; in Init() local
523 char szKey[20]; in Init() local
785 char szKey[20]; in SaveLoadedPlugins() local
/dports/net-im/licq-osd/licq-f271d55/licq/src/
H A Dlicq.cpp393 char szKey[32]; in Init() local
523 char szKey[20]; in Init() local
785 char szKey[20]; in SaveLoadedPlugins() local

1234567