Home
last modified time | relevance | path

Searched refs:szEntry (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/addon/
H A Dlibkviaddon.cpp658 foreach(QString szEntry, lEntries) in addon_kvs_cmd_installfiles()
660 KviFileUtils::adjustFilePath(szEntry); in addon_kvs_cmd_installfiles()
662 if(szEntry.contains("*")) in addon_kvs_cmd_installfiles()
665 int idx = szEntry.lastIndexOf(QChar(KVI_PATH_SEPARATOR_CHAR)); in addon_kvs_cmd_installfiles()
671 szFilter = szEntry; in addon_kvs_cmd_installfiles()
675 szPath = szEntry.left(idx); in addon_kvs_cmd_installfiles()
676 szFilter = szEntry.mid(idx + 1); in addon_kvs_cmd_installfiles()
701 QFileInfo inf(szEntry); in addon_kvs_cmd_installfiles()
720 lExpandedEntries.append(szEntry); in addon_kvs_cmd_installfiles()
739 g_pApp->getLocalKvircDirectory(szTargetPath, KviApplication::None, szEntry); in addon_kvs_cmd_installfiles()
[all …]
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/extra/qe4/
H A Dmru.c447 char szEntry[16]; in SaveMruInIni() local
448 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInIni()
451 WritePrivateProfileString(lpszSection,szEntry,lpTxt,lpszFile); in SaveMruInIni()
495 char szEntry[16]; in LoadMruInIni() local
497 wsprintf(szEntry,"File%lu",(DWORD)i+1); in LoadMruInIni()
498 GetPrivateProfileString(lpszSection,szEntry,"",lpTxt, in LoadMruInIni()
563 char szEntry[16]; in SaveMruInReg() local
564 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInReg()
567 RegSetValueEx(hCurKey,szEntry,0,REG_SZ,lpTxt,lstrlen(lpTxt)); in SaveMruInReg()
615 char szEntry[16]; in LoadMruInReg() local
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DMRU.CPP455 char szEntry[16]; in SaveMruInIni() local
456 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInIni()
459 WritePrivateProfileString(lpszSection,szEntry,lpTxt,lpszFile); in SaveMruInIni()
503 char szEntry[16]; in LoadMruInIni() local
505 wsprintf(szEntry,"File%lu",(DWORD)i+1); in LoadMruInIni()
506 GetPrivateProfileString(lpszSection,szEntry,"",lpTxt, in LoadMruInIni()
571 char szEntry[16]; in SaveMruInReg() local
572 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInReg()
623 char szEntry[16]; in LoadMruInReg() local
625 wsprintf(szEntry,"File%lu",(DWORD)i+1); in LoadMruInReg()
[all …]
/dports/games/gtkradiant/GPL/Q2Tools/qe4/
H A Dmru.c447 char szEntry[16]; in SaveMruInIni() local
448 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInIni()
451 WritePrivateProfileString(lpszSection,szEntry,lpTxt,lpszFile); in SaveMruInIni()
495 char szEntry[16]; in LoadMruInIni() local
497 wsprintf(szEntry,"File%lu",(DWORD)i+1); in LoadMruInIni()
498 GetPrivateProfileString(lpszSection,szEntry,"",lpTxt, in LoadMruInIni()
563 char szEntry[16]; in SaveMruInReg() local
564 wsprintf(szEntry,"File%lu",(DWORD)i+1); in SaveMruInReg()
567 RegSetValueEx(hCurKey,szEntry,0,REG_SZ,lpTxt,lstrlen(lpTxt)); in SaveMruInReg()
615 char szEntry[16]; in LoadMruInReg() local
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvilib/irc/
H A DKviIrcServerDataBase.cpp340 szEntry.remove(0, iIdx + 7); in parseMircServerRecord()
344 szHost = szEntry.left(iIdx); in parseMircServerRecord()
348 szHost = szEntry; in parseMircServerRecord()
381 QString szEntry; in importFromMircIni() local
389 szEntry = cfg.readEntry(szKey); in importFromMircIni()
390 if(!szEntry.isEmpty()) in importFromMircIni()
405 } while(!szEntry.isEmpty()); in importFromMircIni()
415 szEntry = cfg.readEntry(szKey); in importFromMircIni()
416 if(!szEntry.isEmpty()) in importFromMircIni()
426 if(szEntry == szDefaultServer) in importFromMircIni()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviInputHistory.cpp88 QString szEntry = c.readEntry(szTmp.ptr(), ""); in load() local
89 if(!szEntry.isEmpty()) in load()
90 add(szEntry); in load()
H A DKviMainWindow.cpp230 for(auto szEntry : KVI_OPTION_STRINGLIST(KviOption_stringlistModuleExtensionToolbars)) in restoreModuleExtensionToolBars() local
232 int idx = szEntry.indexOf(':'); in restoreModuleExtensionToolBars()
235 QString szMod = szEntry.left(idx); in restoreModuleExtensionToolBars()
236 szEntry.remove(0, idx + 1); in restoreModuleExtensionToolBars()
237 …g_pModuleExtensionManager->allocateExtension("toolbar", KviCString(szEntry), firstConsole(), nullp… in restoreModuleExtensionToolBars()
/dports/games/openclonk/openclonk-release-8.1-src/src/c4group/
H A DC4Update.cpp202 void SaveEntryCore(C4Group &rByGrp, const char *szEntry) in SaveEntryCore() argument
204 C4GroupEntryCore *pCore = ((C4GroupEx &)rByGrp).GetEntry(szEntry); in SaveEntryCore()
208 void SetSavedEntryCore(const char *szEntry) in SetSavedEntryCore() argument
210 C4GroupEntryCore *pCore = GetEntry(szEntry); in SetSavedEntryCore()
215 void SetNoSort(const char *szEntry) in SetNoSort() argument
217 C4GroupEntry *pEntry = GetEntry(szEntry); in SetNoSort()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drasdlg.h63 CHAR szEntry[RAS_MaxEntryName + 1]; member
75 WCHAR szEntry[RAS_MaxEntryName + 1]; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drasdlg.h63 CHAR szEntry[RAS_MaxEntryName + 1]; member
75 WCHAR szEntry[RAS_MaxEntryName + 1]; member
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/serverdb/
H A Dlibkviserverdb.cpp484 foreach(QString szEntry, *pAutoJoinChannels)
486 pArray->set(idx, new KviKvsVariant(szEntry));
823 foreach(QString szEntry, *pAutoJoinChannels)
825 pArray->set(idx, new KviKvsVariant(szEntry));
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d48 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
62 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d48 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
62 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d48 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
62 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d48 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
62 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Drasdlg.d47 CHAR[RAS_MaxEntryName + 1] szEntry = 0;
61 WCHAR[RAS_MaxEntryName + 1] szEntry = 0;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drasdlg.h126 WCHAR szEntry[RAS_MaxEntryName + 1]; member
138 CHAR szEntry[RAS_MaxEntryName + 1]; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Drasdlg.h126 WCHAR szEntry[RAS_MaxEntryName + 1]; member
138 CHAR szEntry[RAS_MaxEntryName + 1]; member
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dras.pp747 szEntry:LPWSTR;
753 szEntry:LPWSTR;
761 szEntry:LPWSTR;
767 szEntry:LPWSTR;
803 szEntry:LPCTSTR;
808 szEntry:LPCTSTR;
814 szEntry:LPCTSTR;
818 szEntry:LPCTSTR;
844 szEntry:LPCWSTR;
848 szEntry:LPCWSTR;
/dports/emulators/hugo/hugo-2.12/
H A Dakrip32.h356 char *szEntry );

123456789