Home
last modified time | relevance | path

Searched refs:GetPathSeparator (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dwrapdaisy.cpp59 wxFileName::GetPathSeparator(); in WrapDaisy()
109 wxFileName::GetPathSeparator() + in run()
401 epubScript += wxFileName::GetPathSeparator(); in run()
403 epubScript += wxFileName::GetPathSeparator(); in run()
462 rtfScript += wxFileName::GetPathSeparator(); in run()
464 rtfScript += wxFileName::GetPathSeparator(); in run()
466 rtfScript += wxFileName::GetPathSeparator(); in run()
653 folder + wxFileName::GetPathSeparator() + in run()
660 taggerScript += wxFileName::GetPathSeparator(); in run()
662 taggerScript += wxFileName::GetPathSeparator(); in run()
[all …]
/dports/games/springlobby/springlobby-0.180/src/updater/
H A Dupdater.cpp41 wxString sep = wxFileName::GetPathSeparator(); in StartUpdate()
103 …athOnly( wxStandardPaths::Get().GetExecutablePath() ) + wxFileName::GetPathSeparator() + _T("local… in UpdateLocale()
104 wxString origin = tempdir + _T("locale") + wxFileName::GetPathSeparator() ; in UpdateLocale()
123 …wxRenameFile( backupfile, m_currentexe.AfterLast( wxFileName::GetPathSeparator() ) ); //restore … in UpdateExe()
138 … base = wxPathOnly( wxStandardPaths::Get().GetExecutablePath() ) + wxFileName::GetPathSeparator() ; in PostMinGW44()
141 bool success = CopyDirWithFilebackupRename( newdir + wxFileName::GetPathSeparator(), base ); in PostMinGW44()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sample/app/objmgr/
H A Dfile_db_engine.cpp81 CFile file(m_DBPath + CDirEntry::GetPathSeparator() + "ChandedIds"); in BEGIN_SCOPE()
96 CDir dir(m_DBPath + CDirEntry::GetPathSeparator() + blobid); in CreateBlob()
106 CDir dir(m_DBPath + CDirEntry::GetPathSeparator() + blobid); in HasBlob()
123 fname = m_DBPath + CDirEntry::GetPathSeparator() + blobid in x_GetCmdFileName()
124 + CDirEntry::GetPathSeparator() + fname; in x_GetCmdFileName()
150 CDir dir(m_DBPath + CDirEntry::GetPathSeparator() + blob_id); in GetCommands()
165 string fname = dir.GetPath() + CDirEntry::GetPathSeparator() + name; in GetCommands()
227 string fname = m_DBPath + CDirEntry::GetPathSeparator() + "ChandedIds"; in CommitTransaction()
/dports/net/opennx/opennx-0.16/
H A DwatchReaderApp.cpp87 wxFileName::GetPathSeparator() + wxT(".kde") + in IMPLEMENT_CLASS()
88 wxFileName::GetPathSeparator() + wxT("share") + in IMPLEMENT_CLASS()
89 wxFileName::GetPathSeparator() + wxT("config") + in IMPLEMENT_CLASS()
90 wxFileName::GetPathSeparator() + wxT("kdeglobals")); in IMPLEMENT_CLASS()
190 m_cLocale.AddCatalogLookupPathPrefix(tmp + wxFileName::GetPathSeparator() in OnInit()
191 + wxT("share") + wxFileName::GetPathSeparator() + wxT("locale")); in OnInit()
254 tmp << wxFileName::GetPathSeparator() << wxT("Message.app"); in OnInit()
H A DKeyDialog.cpp204 keyDir = ::wxGetHomeDir() + wxFileName::GetPathSeparator() + wxT(".ssh"); in OnButtonImportClick()
227 fn << wxFileName::GetPathSeparator() << wxT("share") in OnDEFAULTClick()
228 << wxFileName::GetPathSeparator() << wxT("keys") in OnDEFAULTClick()
229 << wxFileName::GetPathSeparator() << wxT("server.id_dsa.key"); in OnDEFAULTClick()
H A DwatchUsbIpApp.cpp181 wxFileName::GetPathSeparator() + wxT(".kde") + in watchUsbIpApp()
182 wxFileName::GetPathSeparator() + wxT("share") + in watchUsbIpApp()
183 wxFileName::GetPathSeparator() + wxT("config") + in watchUsbIpApp()
184 wxFileName::GetPathSeparator() + wxT("kdeglobals")); in watchUsbIpApp()
272 m_cLocale.AddCatalogLookupPathPrefix(tmp + wxFileName::GetPathSeparator() in OnInit()
273 + wxT("share") + wxFileName::GetPathSeparator() + wxT("locale")); in OnInit()
294 wxString optionalRsc = tmp + wxFileName::GetPathSeparator() + wxT("share") in OnInit()
295 + wxFileName::GetPathSeparator() + wxT("opennx.rsc"); in OnInit()
H A DopennxApp.cpp175 wxFileName::GetPathSeparator() + wxT(".kde") + in opennxApp()
176 wxFileName::GetPathSeparator() + wxT("share") + in opennxApp()
177 wxFileName::GetPathSeparator() + wxT("config") + in opennxApp()
178 wxFileName::GetPathSeparator() + wxT("kdeglobals")); in opennxApp()
409 tmp = ::wxGetHomeDir() + wxFileName::GetPathSeparator() + wxT(".nx"); in setUserDir()
538 wxString sep = wxFileName::GetPathSeparator(); in preInit()
566 wxString sep = wxFileName::GetPathSeparator(); in preInit()
572 m_cLocale.AddCatalogLookupPathPrefix(tmp + wxFileName::GetPathSeparator() in preInit()
655 ldpath += tmp + wxFileName::GetPathSeparator() + archlib; in preInit()
1055 + wxFileName::GetPathSeparator() + wxT("opennx.rsc"); in realInit()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/api/
H A Dwinmask_filter.cpp404 path += CFile::GetPathSeparator() + NStr::IntToString(taxid) in WindowMaskerTaxidToDb()
405 + CFile::GetPathSeparator(); in WindowMaskerTaxidToDb()
436 oss << wmpath << CFile::GetPathSeparator() << "*" in s_OldGetTaxIdWithWindowMaskerSupport()
437 << CFile::GetPathSeparator() << "*.*" in s_OldGetTaxIdWithWindowMaskerSupport()
438 << CFile::GetPathSeparator() << s_WINDOW_MASKER_STAT_FILE_NAME; in s_OldGetTaxIdWithWindowMaskerSupport()
447 const size_t pos = path->find(CFile::GetPathSeparator()); in s_OldGetTaxIdWithWindowMaskerSupport()
459 oss << wmpath << CFile::GetPathSeparator() << "*" in GetTaxIdWithWindowMaskerSupport()
460 << CFile::GetPathSeparator() << s_WINDOW_MASKER_STAT_FILE_NAME; in GetTaxIdWithWindowMaskerSupport()
469 const size_t pos = path->find(CFile::GetPathSeparator()); in GetTaxIdWithWindowMaskerSupport()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/api/
H A Dwinmask_filter.cpp404 path += CFile::GetPathSeparator() + NStr::IntToString(taxid) in WindowMaskerTaxidToDb()
405 + CFile::GetPathSeparator(); in WindowMaskerTaxidToDb()
436 oss << wmpath << CFile::GetPathSeparator() << "*" in s_OldGetTaxIdWithWindowMaskerSupport()
437 << CFile::GetPathSeparator() << "*.*" in s_OldGetTaxIdWithWindowMaskerSupport()
438 << CFile::GetPathSeparator() << s_WINDOW_MASKER_STAT_FILE_NAME; in s_OldGetTaxIdWithWindowMaskerSupport()
447 const size_t pos = path->find(CFile::GetPathSeparator()); in s_OldGetTaxIdWithWindowMaskerSupport()
459 oss << wmpath << CFile::GetPathSeparator() << "*" in GetTaxIdWithWindowMaskerSupport()
460 << CFile::GetPathSeparator() << s_WINDOW_MASKER_STAT_FILE_NAME; in GetTaxIdWithWindowMaskerSupport()
469 const size_t pos = path->find(CFile::GetPathSeparator()); in GetTaxIdWithWindowMaskerSupport()
/dports/games/springlobby/springlobby-0.180/src/utils/
H A Dstringserializer.cpp23 wxTextFile file( basedir + wxFileName::GetPathSeparator() + filename ); in VectorFromFile()
53 wxTextFile file( basedir + wxFileName::GetPathSeparator() + filename ); in VectorToFile()
75 wxTextFile file( basedir + wxFileName::GetPathSeparator() + filename ); in FromFile()
93 wxTextFile file( basedir + wxFileName::GetPathSeparator() + filename ); in ToFile()
H A Dplatform.cpp111 return wxStandardPathsBase::Get().GetExecutablePath().BeforeLast( wxFileName::GetPathSeparator() ); in GetExecutableFolder()
133 wxString sep = wxFileName::GetPathSeparator(); in CopyDir()
177 wxString sep = wxFileName::GetPathSeparator(); in CopyDirWithFilebackupRename()
360 subdir += wxFileName::GetPathSeparator(); in AppendAppName()
383 const wxString path = GetConfigfileDir() + wxFileName::GetPathSeparator() + _T("engine.cfg"); in GetCustomizedEngineConfigFilePath()
393 …wxCopyFile( uikeyslocation, currentDatadir + wxFileName::GetPathSeparator() + _T("uikeys.txt"), fa… in CopyUikeys()
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DAutocomplete.h135 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnFile()
144 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnDir()
171 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnFile()
205 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnDir()
224 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnFile()
258 newItem.Replace(wxFileName::GetPathSeparator(),"/"); in OnDir()
H A DAutocomplete.cpp335 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateDemoFiles()
346 partial = maximaDir + wxFileName::GetPathSeparator() + partial; in UpdateDemoFiles()
347 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateDemoFiles()
378 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateGeneralFiles()
389 partial = maximaDir + wxFileName::GetPathSeparator() + partial; in UpdateGeneralFiles()
390 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateGeneralFiles()
419 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateLoadFiles()
430 partial = maximaDir + wxFileName::GetPathSeparator() + partial; in UpdateLoadFiles()
431 partial.Replace(wxFileName::GetPathSeparator(), "/"); in UpdateLoadFiles()
/dports/net-p2p/amule/aMule-2.3.3/src/utils/wxCas/src/
H A Dwxcascte.cpp138 + wxFileName::GetPathSeparator() + wxT("aMule");
141 + wxFileName::GetPathSeparator() + wxT("aMule");
155 strDir = strDir + wxFileName::GetPathSeparator() + wxT("aMule");
170 strDir = wxFileName::GetHomeDir() + wxFileName::GetPathSeparator() + wxT(".aMule");
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/utils/wxCas/src/
H A Dwxcascte.cpp138 + wxFileName::GetPathSeparator() + wxT("aMule"); in GetDefaultAmulesigPath()
141 + wxFileName::GetPathSeparator() + wxT("aMule"); in GetDefaultAmulesigPath()
155 strDir = strDir + wxFileName::GetPathSeparator() + wxT("aMule"); in GetDefaultAmulesigPath()
170 strDir = wxFileName::GetHomeDir() + wxFileName::GetPathSeparator() + wxT(".aMule"); in GetDefaultAmulesigPath()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/codesnippets/
H A DFileImport.h21 volume += wxFileName::GetVolumeSeparator()+wxFileName::GetPathSeparator(); in FileImportTraverser()
27 newDirectory += wxFileName::GetPathSeparator(); in FileImportTraverser()
71 wxString destName = wxFileName(m_destDir + wxFileName::GetPathSeparator() + in ConvertToDestinationPath()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dsystemdirsappend.cpp91 bin_dir.Replace( wxFileName::GetPathSeparator( wxPATH_UNIX ), in SystemDirsAppend()
92 wxFileName::GetPathSeparator( wxPATH_WIN ) ); in SystemDirsAppend()
141 if( fn.GetPath().AfterLast( fn.GetPathSeparator() ) == wxT( "bin" ) ) in SystemDirsAppend()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/common/
H A DSystemUtils.cpp32 const char* GetPathSeparator() { in GetPathSeparator() function
57 const char* GetPathSeparator() { in GetPathSeparator() function
115 size_t lastPathSepLoc = exePath.find_last_of(GetPathSeparator()); in GetExecutableDirectory()
/dports/games/wxlauncher/wxLauncher-release-0.10.0/code/apis/
H A DPlatformProfileManagerShared.cpp46 cmdLineString += wxFileName::GetPathSeparator(); in PushCmdlineFSO()
51 wxFileName tcCfgFile(tcPath + wxFileName::GetPathSeparator()); in PushCmdlineFSO()
96 cmdLineString += wxFileName::GetPathSeparator(); in PushCmdlineFSO()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/base_wx/
H A DRunStitchPanel.cpp106 pathToPTO.Append(wxFileName::GetPathSeparator()); in StitchProject()
175 if(tempDir.Last()!=wxFileName::GetPathSeparator()) in StitchProject()
176 tempDir.Append(wxFileName::GetPathSeparator()); in StitchProject()
267 pathToPTO.Append(wxFileName::GetPathSeparator()); in DetectProject()
290 if (tempDir.Last() != wxFileName::GetPathSeparator()) in DetectProject()
292 tempDir.Append(wxFileName::GetPathSeparator()); in DetectProject()
/dports/games/springlobby/springlobby-0.180/src/
H A Dcrashreport.cpp110 wxString dir = sett().GetCurrentUsedDataDir() + wxFileName::GetPathSeparator(); in AddVFSFile()
118 …thOnly( wxFileName::CreateTempFileName(_T("dummy")) ) + wxFileName::GetPathSeparator() + _T("setti… in SpringDebugReport()
160 …wxString script_file = sett().GetCurrentUsedDataDir() + wxFileName::GetPathSeparator() + _T("scrip… in GenerateReport()
169 wxString report_fn = ( wxGetCwd() + wxFileName::GetPathSeparator() + _T("stacktrace.txt") ); in GenerateReport()
/dports/games/springlobby/springlobby-0.180/src/helper/
H A DwxTranslationHelper.cpp83 …ame() + wxFileName::GetPathSeparator() + filename + wxFileName::GetPathSeparator() + _T("LC_MESSAG… in GetInstalledLanguages()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/common/
H A DSystemUtils.cpp34 const char* GetPathSeparator() { in GetPathSeparator() function
59 const char* GetPathSeparator() { in GetPathSeparator() function
122 size_t lastPathSepLoc = exePath.find_last_of(GetPathSeparator()); in GetExecutableDirectory()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECFileConfig.h41 if (wxStrchr(filename, wxFileName::GetPathSeparator()) == NULL) { in FinalizeFilename()
44 if ((filename.GetChar(0) == '~') && (filename.GetChar(1) == wxFileName::GetPathSeparator())) { in FinalizeFilename()
/dports/net-p2p/amule/aMule-2.3.3/src/libs/ec/cpp/
H A DECFileConfig.h41 if (wxStrchr(filename, wxFileName::GetPathSeparator()) == NULL) {
44 if ((filename.GetChar(0) == '~') && (filename.GetChar(1) == wxFileName::GetPathSeparator())) {

12345678910>>...16