Home
last modified time | relevance | path

Searched refs:PATHSEPSTRING (Results 76 – 100 of 108) sorted by relevance

12345

/dports/x11-fm/xfe/xfe-1.44/src/
H A DXFilePackage.cpp752 xdgdatahome = homedir + PATHSEPSTRING DATAPATH; in main()
757 xdgconfighome = homedir + PATHSEPSTRING CONFIGPATH; in main()
H A DFileList.cpp273 trashfileslocation = xdgdatahome + PATHSEPSTRING TRASHFILESPATH; in FXIMPLEMENT()
274 trashinfolocation = xdgdatahome + PATHSEPSTRING TRASHINFOPATH; in FXIMPLEMENT()
723 … FXString trashtarget = FXPath::directory(target)+PATHSEPSTRING+FXPath::name(trashpathname); in onDNDDrop()
743 … FXString trashinfopathname = trashinfolocation+PATHSEPSTRING+FXPath::name(source)+".trashinfo"; in onDNDDrop()
778 … FXString trashtarget = FXPath::directory(target)+PATHSEPSTRING+FXPath::name(trashpathname); in onDNDDrop()
4665 dirname += PATHSEPSTRING; in listItems()
4721 … (dirname != trashfileslocation+PATHSEPSTRING)))) in listItems()
4832 … FXString trashinfopathname = trashinfolocation+PATHSEPSTRING+trashbasename+".trashinfo"; in listItems()
H A Dfoxhacks.cpp531 dirname = xdgconfighome + PATHSEPSTRING XFECONFIGPATH; in read()
552 if (parseFile(dirname+PATHSEPSTRING DESKTOP, false)) in readFromDir()
554 FXString nn = dirname+PATHSEPSTRING DESKTOP; in readFromDir()
561 if (parseFile(dirname+PATHSEPSTRING+applicationkey + "rc", mark)) in readFromDir()
586 pathname = xdgconfighome + PATHSEPSTRING XFECONFIGPATH; in write()
605 pathname.append(PATHSEPSTRING+applicationkey+"rc"); in write()
H A DFileDialog.cpp953 dirpath += PATHSEPSTRING; in onCmdNewDir()
1016 pathname += PATHSEPSTRING; in onCmdNewFile()
H A DArchInputDialog.cpp132 input->setText(path + PATHSEPSTRING + archname); in onCmdBrowsePath()
H A DXFileExplorer.cpp1199 trashfileslocation = xdgdatahome + PATHSEPSTRING TRASHFILESPATH; in FXIMPLEMENT()
1200 trashinfolocation = xdgdatahome + PATHSEPSTRING TRASHINFOPATH; in FXIMPLEMENT()
2243 FXString configlocation = xdgconfighome + PATHSEPSTRING XFECONFIGPATH; in create()
2244 FXString configpath = configlocation + PATHSEPSTRING XFECONFIGNAME; in create()
2248 FXString oldconfigpath = homedir + PATHSEPSTRING ".xfe"; in create()
/dports/irc/dxirc/dxirc-1.40.0/fox/dialogs/
H A Dlogviewer.cpp449 FXFile::remove(getItemPathname(m_itemOnRight)+PATHSEPSTRING+files[i]); in onDelete()
695 return pathname.prepend(m_logPath+PATHSEPSTRING); in getItemPathname()
1505 if (!ISPATHSEP(path[path.length() - 1])) path += PATHSEPSTRING; in listChannelChildItems()
1678 if (!ISPATHSEP(path[path.length() - 1])) path += PATHSEPSTRING; in listNetworkChildItems()
1775 if (!ISPATHSEP(path[path.length() - 1])) path += PATHSEPSTRING; in listRootChildItems()
H A Dconfigdialog.cpp167 …lse dialog.setFilename((FXString)DXIRC_DATADIR+PATHSEPSTRING+"icons"+PATHSEPSTRING+"smileys"+PATHS… in onPath()
539 …oloadPath = dxutils::instance().localeToUtf8(FXSystem::getHomeDirectory()+PATHSEPSTRING+"scripts"); in createGeneralTab()
541 …preferences.m_autoloadPath = FXSystem::getHomeDirectory()+PATHSEPSTRING+".dxirc"+PATHSEPSTRING+"sc… in createGeneralTab()
1239 …ng) dialog.setFilename((FXString)DXIRC_DATADIR+PATHSEPSTRING+"icons"+PATHSEPSTRING+"smileys"+PATHS… in onImportSmiley()
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A Dfxdefs.h35 #define PATHSEPSTRING "\\" macro
41 #define PATHSEPSTRING "/" macro
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A Ddxirc.cpp77 …unlink(FXString(FXSystem::getTempDirectory()+PATHSEPSTRING+"dxirc-"+FXSystem::currentUserName()).t… in dxunlink()
95 FXString path = FXSystem::getTempDirectory()+PATHSEPSTRING+"dxirc-"+FXSystem::currentUserName(); in IsInstanceRunningAlready()
2372 dcc.path = m_preferences.m_dccPath+PATHSEPSTRING+ev->param3; in onIrcDccIn()
2400 dialog.setFilename(m_preferences.m_dccPath+PATHSEPSTRING+ev->param3); in onIrcDccIn()
2568 dcc.path = m_preferences.m_dccPath+PATHSEPSTRING+ev->param2; in onIrcDccToken()
2594 dialog.setFilename(m_preferences.m_dccPath+PATHSEPSTRING+ev->param2); in onIrcDccToken()
3542 if (!ISPATHSEP(pathname[pathname.length() - 1])) pathname += PATHSEPSTRING; in autoloadScripts()
4604 if(!FXStat::exists(path+PATHSEPSTRING+name)) return path+PATHSEPSTRING+name; in getUniqueName()
4605 else return path+PATHSEPSTRING+name+"-"+FXSystem::time("%Y%m%d%H%M%S", FXSystem::now()); in getUniqueName()
4609 …if(!FXStat::exists(path+PATHSEPSTRING+name+"."+extension)) return path+PATHSEPSTRING+name+"."+exte… in getUniqueName()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXPath.cpp113 return PATHSEPSTRING; in root()
793 return FXPath::simplify(file.left(2)+PATHSEPSTRING+file.right(file.length()-2)); in absolute()
924 result.append(".." PATHSEPSTRING); in relative()
1106 return PATHSEPSTRING; in upLevel()
H A DFXDirList.cpp928 …if(!item) item=list=(FXDirItem*)appendItem(NULL,PATHSEPSTRING,harddiskicon,harddiskicon,NULL,notif… in listRootItems()
940 if(associations) item->assoc=associations->findDirBinding(PATHSEPSTRING); in listRootItems()
1000 if(!ISPATHSEP(pathname.tail())) pathname+=PATHSEPSTRING; in listChildItems()
H A DFXDirBox.cpp117 setDirectory(PATHSEPSTRING); in FXIMPLEMENT()
H A DFXFileList.cpp208 …,FXint y,FXint w,FXint h):FXIconList(p,tgt,sel,opts,x,y,w,h),directory(PATHSEPSTRING),pattern("*"){ in FXFileList()
1367 if(!ISPATHSEP(pathname.tail())) pathname+=PATHSEPSTRING; in listItems()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXDirList.cpp928 …if(!item) item=list=(FXDirItem*)appendItem(NULL,PATHSEPSTRING,harddiskicon,harddiskicon,NULL,notif… in listRootItems()
940 if(associations) item->assoc=associations->findDirBinding(PATHSEPSTRING); in listRootItems()
1000 if(!ISPATHSEP(pathname.tail())) pathname+=PATHSEPSTRING; in listChildItems()
H A DFXDirBox.cpp117 setDirectory(PATHSEPSTRING); in FXIMPLEMENT()
H A DFXFileList.cpp208 …,FXint y,FXint w,FXint h):FXIconList(p,tgt,sel,opts,x,y,w,h),directory(PATHSEPSTRING),pattern("*"){ in FXFileList()
1367 if(!ISPATHSEP(pathname.tail())) pathname+=PATHSEPSTRING; in listItems()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dtoolmgr.cpp600 FXString oldprefix=oldpath+PATHSEPSTRING; in RenameItem()
601 FXString newprefix=newpath+PATHSEPSTRING; in RenameItem()
H A Dshmenu.cpp323 if(!ISPATHSEP(pathname[pathname.length()-1])) { pathname.append(PATHSEPSTRING); }
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMCoverCache.cpp206 filename = GMApp::instance()->getCacheDirectory()+PATHSEPSTRING+name+".cache"; in GMCoverCache()
H A DGMFilename.cpp467 input = FXPath::name(dir) + PATHSEPSTRING + input; in parse()
/dports/x11-toolkits/fox17/fox-1.7.77/controlpanel/
H A DControlPanel.cpp1135 path.append(PATHSEPSTRING); in setApplicationAndVendor()
1144 path.append(vn+PATHSEPSTRING+an+FXRegistry::ext); in setApplicationAndVendor()
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/
H A Dap_output_thread.cpp413 …FXString plugin_name = ap_get_environment("GOGGLESMM_PLUGIN_PATH",AP_PLUGIN_PATH) + PATHSEPSTRING in load_plugin()
/dports/x11-toolkits/fox16/fox-1.6.57/tests/
H A Dgroupbox.cpp513 FXString dir=FXFileDialog::getOpenDirectory(this,"Open directory",PATHSEPSTRING); in onCmdFileDlgDirectory()
/dports/x11-toolkits/fox14/fox-1.4.35/tests/
H A Dgroupbox.cpp513 FXString dir=FXFileDialog::getOpenDirectory(this,"Open directory",PATHSEPSTRING); in onCmdFileDlgDirectory()

12345