Home
last modified time | relevance | path

Searched refs:strDir (Results 1 – 25 of 111) sorted by relevance

12345

/dports/games/holotz-castle/holotz-castle-1.3.14-src/src/
H A DHCTheme.cpp85 char strDir[5]; in LoadFloors() local
86 memset(strDir, 0, sizeof(strDir)); in LoadFloors()
129 memset(strDir, 0, sizeof(strDir)); in LoadContFloors()
201 memset(strDir, 0, sizeof(strDir)); in LoadBreaks()
250 memset(strDir, 0, sizeof(strDir)); in LoadBars()
292 memset(strDir, 0, sizeof(strDir)); in LoadLadders()
342 memset(strDir, 0, sizeof(strDir)); in LoadObjects()
390 memset(strDir, 0, sizeof(strDir)); in LoadRopes()
454 memset(strDir, 0, sizeof(strDir)); in LoadChar()
531 memset(strDir, 0, sizeof(strDir)); in LoadDialogs()
[all …]
/dports/security/keepass/KeePass-2.49-Source/Translation/TrlUtil/App/Configuration/
H A DTceConfig.cs50 private static string GetFilePath(out string strDir) in GetFilePath() argument
52 strDir = UrlUtil.EnsureTerminatingSeparator(Environment.GetFolderPath( in GetFilePath()
56 return (UrlUtil.EnsureTerminatingSeparator(strDir, false) + in GetFilePath()
64 string strDir; in Load()
65 string strFile = GetFilePath(out strDir); in Load()
87 string strDir; in Save()
88 string strFile = GetFilePath(out strDir); in Save()
90 if(!Directory.Exists(strDir)) in Save()
91 Directory.CreateDirectory(strDir); in Save()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msdos/
H A Dutilsdos.cpp139 strDir.clear(); in wxGetHomeDir()
144 strDir << szHome; in wxGetHomeDir()
149 strDir << szHome; in wxGetHomeDir()
158 strDir.clear(); in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
168 strDir = szHome; in wxGetHomeDir()
171 if ( strDir.empty() ) in wxGetHomeDir()
179 strDir = szHome; in wxGetHomeDir()
185 if ( !strDir.empty() ) in wxGetHomeDir()
189 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msdos/
H A Dutilsdos.cpp129 strDir.clear(); in wxGetHomeDir()
134 strDir << szHome; in wxGetHomeDir()
139 strDir << szHome; in wxGetHomeDir()
148 strDir.clear(); in wxGetHomeDir()
151 if ( strDir.empty() ) in wxGetHomeDir()
158 strDir = szHome; in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
169 strDir = szHome; in wxGetHomeDir()
175 if ( !strDir.empty() ) in wxGetHomeDir()
179 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msdos/
H A Dutilsdos.cpp129 strDir.clear(); in wxGetHomeDir()
134 strDir << szHome; in wxGetHomeDir()
139 strDir << szHome; in wxGetHomeDir()
148 strDir.clear(); in wxGetHomeDir()
151 if ( strDir.empty() ) in wxGetHomeDir()
158 strDir = szHome; in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
169 strDir = szHome; in wxGetHomeDir()
175 if ( !strDir.empty() ) in wxGetHomeDir()
179 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msdos/
H A Dutilsdos.cpp129 strDir.clear(); in wxGetHomeDir()
134 strDir << szHome; in wxGetHomeDir()
139 strDir << szHome; in wxGetHomeDir()
148 strDir.clear(); in wxGetHomeDir()
151 if ( strDir.empty() ) in wxGetHomeDir()
158 strDir = szHome; in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
169 strDir = szHome; in wxGetHomeDir()
175 if ( !strDir.empty() ) in wxGetHomeDir()
179 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msdos/
H A Dutilsdos.cpp129 strDir.clear(); in wxGetHomeDir()
134 strDir << szHome; in wxGetHomeDir()
139 strDir << szHome; in wxGetHomeDir()
148 strDir.clear(); in wxGetHomeDir()
151 if ( strDir.empty() ) in wxGetHomeDir()
158 strDir = szHome; in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
169 strDir = szHome; in wxGetHomeDir()
175 if ( !strDir.empty() ) in wxGetHomeDir()
179 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msdos/
H A Dutilsdos.cpp139 strDir.clear(); in wxGetHomeDir()
144 strDir << szHome; in wxGetHomeDir()
149 strDir << szHome; in wxGetHomeDir()
158 strDir.clear(); in wxGetHomeDir()
161 if ( strDir.empty() ) in wxGetHomeDir()
168 strDir = szHome; in wxGetHomeDir()
171 if ( strDir.empty() ) in wxGetHomeDir()
179 strDir = szHome; in wxGetHomeDir()
185 if ( !strDir.empty() ) in wxGetHomeDir()
189 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/utils/wxCas/src/
H A Dwxcascte.cpp126 wxString strDir;
137 strDir = wxCFStringRef(cfString).AsString(wxLocale::GetSystemEncoding())
140 strDir = wxMacCFStringHolder(cfString).AsString(wxLocale::GetSystemEncoding())
152 if (!SHGetPathFromIDList(pidl, wxStringBuffer(strDir, MAX_PATH))) {
153 strDir = wxEmptyString;
155 strDir = strDir + wxFileName::GetPathSeparator() + wxT("aMule");
170 strDir = wxFileName::GetHomeDir() + wxFileName::GetPathSeparator() + wxT(".aMule");
174 return strDir;
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/wxCas/src/
H A Dwxcascte.cpp126 wxString strDir; in GetDefaultAmulesigPath() local
137 strDir = wxCFStringRef(cfString).AsString(wxLocale::GetSystemEncoding()) in GetDefaultAmulesigPath()
140 strDir = wxMacCFStringHolder(cfString).AsString(wxLocale::GetSystemEncoding()) in GetDefaultAmulesigPath()
152 if (!SHGetPathFromIDList(pidl, wxStringBuffer(strDir, MAX_PATH))) { in GetDefaultAmulesigPath()
153 strDir = wxEmptyString; in GetDefaultAmulesigPath()
155 strDir = strDir + wxFileName::GetPathSeparator() + wxT("aMule"); in GetDefaultAmulesigPath()
170 strDir = wxFileName::GetHomeDir() + wxFileName::GetPathSeparator() + wxT(".aMule"); in GetDefaultAmulesigPath()
174 return strDir; in GetDefaultAmulesigPath()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Ddirdlg.cpp220 wxString strDir; in BrowseCallbackProc() local
222 wxStringBuffer(strDir, MAX_PATH)) ) in BrowseCallbackProc()
230 if ( strDir.length() > maxChars ) in BrowseCallbackProc()
232 strDir = strDir.Right(maxChars); in BrowseCallbackProc()
233 strDir = wxString(wxT("...")) + strDir; in BrowseCallbackProc()
237 0, (LPARAM)strDir.c_str()); in BrowseCallbackProc()
H A Dutils.cpp395 strDir = wxT("."); in wxGetHomeDir()
398 strDir = szHome; in wxGetHomeDir()
402 strDir << wxT('/'); in wxGetHomeDir()
411 strDir = wxT("\\"); in wxGetHomeDir()
413 strDir.clear(); in wxGetHomeDir()
421 strDir = szHome; in wxGetHomeDir()
445 if ( strDir.empty() ) in wxGetHomeDir()
452 strDir = szHome; in wxGetHomeDir()
455 if ( !strDir.empty() ) in wxGetHomeDir()
459 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Ddirdlg.cpp220 wxString strDir; in BrowseCallbackProc() local
222 wxStringBuffer(strDir, MAX_PATH)) ) in BrowseCallbackProc()
230 if ( strDir.length() > maxChars ) in BrowseCallbackProc()
232 strDir = strDir.Right(maxChars); in BrowseCallbackProc()
233 strDir = wxString(wxT("...")) + strDir; in BrowseCallbackProc()
237 0, (LPARAM)strDir.c_str()); in BrowseCallbackProc()
H A Dutils.cpp395 strDir = wxT("."); in wxGetHomeDir()
398 strDir = szHome; in wxGetHomeDir()
402 strDir << wxT('/'); in wxGetHomeDir()
411 strDir = wxT("\\"); in wxGetHomeDir()
413 strDir.clear(); in wxGetHomeDir()
421 strDir = szHome; in wxGetHomeDir()
445 if ( strDir.empty() ) in wxGetHomeDir()
452 strDir = szHome; in wxGetHomeDir()
455 if ( !strDir.empty() ) in wxGetHomeDir()
459 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Ddirdlg.cpp220 wxString strDir; in BrowseCallbackProc() local
222 wxStringBuffer(strDir, MAX_PATH)) ) in BrowseCallbackProc()
230 if ( strDir.length() > maxChars ) in BrowseCallbackProc()
232 strDir = strDir.Right(maxChars); in BrowseCallbackProc()
233 strDir = wxString(wxT("...")) + strDir; in BrowseCallbackProc()
237 0, (LPARAM)strDir.c_str()); in BrowseCallbackProc()
H A Dutils.cpp395 strDir = wxT("."); in wxGetHomeDir()
398 strDir = szHome; in wxGetHomeDir()
402 strDir << wxT('/'); in wxGetHomeDir()
411 strDir = wxT("\\"); in wxGetHomeDir()
413 strDir.clear(); in wxGetHomeDir()
421 strDir = szHome; in wxGetHomeDir()
445 if ( strDir.empty() ) in wxGetHomeDir()
452 strDir = szHome; in wxGetHomeDir()
455 if ( !strDir.empty() ) in wxGetHomeDir()
459 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Ddirdlg.cpp220 wxString strDir; in BrowseCallbackProc() local
222 wxStringBuffer(strDir, MAX_PATH)) ) in BrowseCallbackProc()
230 if ( strDir.length() > maxChars ) in BrowseCallbackProc()
232 strDir = strDir.Right(maxChars); in BrowseCallbackProc()
233 strDir = wxString(wxT("...")) + strDir; in BrowseCallbackProc()
237 0, (LPARAM)strDir.c_str()); in BrowseCallbackProc()
H A Dutils.cpp395 strDir = wxT("."); in wxGetHomeDir()
398 strDir = szHome; in wxGetHomeDir()
402 strDir << wxT('/'); in wxGetHomeDir()
411 strDir = wxT("\\"); in wxGetHomeDir()
413 strDir.clear(); in wxGetHomeDir()
421 strDir = szHome; in wxGetHomeDir()
445 if ( strDir.empty() ) in wxGetHomeDir()
452 strDir = szHome; in wxGetHomeDir()
455 if ( !strDir.empty() ) in wxGetHomeDir()
459 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/
H A DWinFavorites10.cs142 ExportEntry(pe, strDir, pxi); in ExportGroup()
153 string strSub = (UrlUtil.EnsureTerminatingSeparator(strDir, false) + in ExportGroup()
161 private static void ExportEntry(PwEntry pe, string strDir, PwExportInfo pxi) in ExportEntry() argument
193 string strFileBase = (UrlUtil.EnsureTerminatingSeparator(strDir, in ExportEntry()
203 if(!Directory.Exists(strDir)) in ExportEntry()
205 try { Directory.CreateDirectory(strDir); } in ExportEntry()
211 WaitForDirCommit(strDir, true); in ExportEntry()
244 private static void WaitForDirCommit(string strDir, bool bRequireExists) in WaitForDirCommit() argument
248 bool bExists = Directory.Exists(strDir); in WaitForDirCommit()
262 List<string> lUrlFiles = UrlUtil.GetFilePaths(strDir, "*.url", in DeletePreviousExport()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DED2KLinkParser.cpp56 string strDir; in GetLinksFilePath() local
57 strDir.assign(buffer); in GetLinksFilePath()
58 return strDir; in GetLinksFilePath()
61 string strDir = configDir; in GetLinksFilePath()
62 if (strDir.at(strDir.length() - 1) != '/') { in GetLinksFilePath()
63 strDir += '/'; in GetLinksFilePath()
65 return strDir + "ED2KLinks"; in GetLinksFilePath()
72 std::string strDir; in GetLinksFilePath() local
90 std::string strDir; in GetLinksFilePath() local
99 strDir.assign(buffer); in GetLinksFilePath()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DED2KLinkParser.cpp56 string strDir; in GetLinksFilePath() local
57 strDir.assign(buffer); in GetLinksFilePath()
58 return strDir; in GetLinksFilePath()
61 string strDir = configDir; in GetLinksFilePath()
62 if (strDir.at(strDir.length() - 1) != '/') { in GetLinksFilePath()
63 strDir += '/'; in GetLinksFilePath()
65 return strDir + "ED2KLinks"; in GetLinksFilePath()
72 std::string strDir; in GetLinksFilePath() local
90 std::string strDir; in GetLinksFilePath() local
99 strDir.assign(buffer); in GetLinksFilePath()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/Archive/
H A DXspArchive.cs54 string strDir = UrlUtil.EnsureTerminatingSeparator( in CreateFile()
56 strDir = strDir.Substring(0, strDir.Length - 1); in CreateFile()
57 strDir = UrlUtil.EnsureTerminatingSeparator( in CreateFile()
58 UrlUtil.MakeAbsolutePath(strExe, strDir), false); in CreateFile()
60 CreateFilePriv(strFile, strDir); in CreateFile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DDirectoryHistory.cpp43 std::string strDir = preparePath(strDirectory); in SetSelectedItem() local
46 HistoryMap::iterator iter = m_vecHistory.find(strDir); in SetSelectedItem()
55 item.m_strDirectory = strDir; in SetSelectedItem()
56 m_vecHistory[strDir] = item; in SetSelectedItem()
148 std::string strDir = strDirectory; in preparePath() local
150 StringUtils::ToLower(strDir); in preparePath()
152 URIUtils::RemoveSlashAtEnd(strDir); in preparePath()
154 return strDir; in preparePath()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/utils/
H A DScreenshot.cpp92 std::string strDir = screenshotSetting->GetValue(); in TakeScreenshot() local
93 if (strDir.empty()) in TakeScreenshot()
98 strDir = screenshotSetting->GetValue(); in TakeScreenshot()
101 URIUtils::RemoveSlashAtEnd(strDir); in TakeScreenshot()
103 if (!strDir.empty()) in TakeScreenshot()
105 …std::string file = CUtil::GetNextFilename(URIUtils::AddFileToFolder(strDir, "screenshot%05d.png"),… in TakeScreenshot()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dutils.cpp329 wxString& strDir = *pstr; in wxGetHomeDir() local
337 strDir = wxT("."); in wxGetHomeDir()
340 strDir = szHome; in wxGetHomeDir()
344 strDir << wxT('/'); in wxGetHomeDir()
357 strDir.clear(); in wxGetHomeDir()
365 strDir = szHome; in wxGetHomeDir()
389 if ( strDir.empty() ) in wxGetHomeDir()
396 strDir = szHome; in wxGetHomeDir()
399 if ( !strDir.empty() ) in wxGetHomeDir()
403 strDir = wxExpandEnvVars(strDir); in wxGetHomeDir()
[all …]

12345