Home
last modified time | relevance | path

Searched refs:isTopDirectory (Results 1 – 25 of 33) sorted by relevance

12

/dports/x11-toolkits/fox16/fox-1.6.57/include/
H A DFXPath.h102 bool FXAPI isTopDirectory(const FXString& file);
/dports/math/reduce/Reduce-svn5758-src/csl/fox/include/
H A DFXPath.h102 bool FXAPI isTopDirectory(const FXString& file);
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXPath.h138 extern FXAPI FXbool isTopDirectory(const FXString& file);
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXPath.h138 extern FXAPI FXbool isTopDirectory(const FXString& file);
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMLocalSource.cpp158 FXbool istop=FXPath::isTopDirectory(path); in listTracks()
H A DGMScanner.cpp673 while(!FXPath::isTopDirectory(path)){ in filter_path()
/dports/x11-toolkits/fox14/fox-1.4.35/include/
H A DFXFile.h160 FXbool FXAPI isTopDirectory(const FXString& file);
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFileList.cpp556 …sender->handle(this,FXFile::isTopDirectory(directory)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMM… in onUpdDirectoryUp()
1003 while(!FXFile::isTopDirectory(path) && !(FXFile::isShare(path) || FXFile::isDirectory(path))){ in setDirectory()
1167 istop=FXFile::isTopDirectory(directory); in listItems()
1391 istop=FXFile::isTopDirectory(directory); in listItems()
H A DFXFileSelector.cpp402 while(!FXFile::isTopDirectory(dir) && !FXFile::isDirectory(dir)){ in onCmdAccept()
438 …sender->handle(this,FXFile::isTopDirectory(dir)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMMAND,ID… in onUpdDirectoryUp()
H A DFXDirList.cpp1304 while(!FXFile::isTopDirectory(path) && !FXFile::isDirectory(path)){ in listChildItems()
1331 while(!FXFile::isTopDirectory(path) && !FXFile::exists(path)){ in listChildItems()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXPath.cpp521 if(!base.empty() && !FXPath::isTopDirectory(base)){ in relative()
658 bool FXPath::isTopDirectory(const FXString& file){ in relative() function in FX::FXPath
H A DFXFileList.cpp573 …sender->handle(this,FXPath::isTopDirectory(directory)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMM… in onUpdDirectoryUp()
985 while(!FXPath::isTopDirectory(path) && !(FXPath::isShare(path) || FXStat::isDirectory(path))){ in setDirectory()
1157 istop=FXPath::isTopDirectory(directory); in listItems()
H A DFXDirList.cpp1147 while(!FXPath::isTopDirectory(path) && !FXStat::isDirectory(path)){ in setDirectory()
1174 while(!FXPath::isTopDirectory(path) && !FXStat::exists(path)){ in setCurrentFile()
H A DFXFileSelector.cpp428 while(!FXPath::isTopDirectory(dir) && !FXStat::isDirectory(dir)){ in onCmdAccept()
463 …sender->handle(this,allowNavigation() && !FXPath::isTopDirectory(getDirectory()) ? FXSEL(SEL_COMMA… in onUpdDirectoryUp()
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXPath.cpp521 if(!base.empty() && !FXPath::isTopDirectory(base)){ in relative()
658 bool FXPath::isTopDirectory(const FXString& file){ in relative() function in FX::FXPath
H A DFXFileList.cpp573 …sender->handle(this,FXPath::isTopDirectory(directory)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMM… in onUpdDirectoryUp()
985 while(!FXPath::isTopDirectory(path) && !(FXPath::isShare(path) || FXStat::isDirectory(path))){ in setDirectory()
1157 istop=FXPath::isTopDirectory(directory); in listItems()
H A DFXDirList.cpp1147 while(!FXPath::isTopDirectory(path) && !FXStat::isDirectory(path)){ in setDirectory()
1174 while(!FXPath::isTopDirectory(path) && !FXStat::exists(path)){ in setCurrentFile()
H A DFXFileSelector.cpp428 while(!FXPath::isTopDirectory(dir) && !FXStat::isDirectory(dir)){ in onCmdAccept()
463 …sender->handle(this,allowNavigation() && !FXPath::isTopDirectory(getDirectory()) ? FXSEL(SEL_COMMA… in onUpdDirectoryUp()
/dports/editors/fxite/fxite-FXITE-0_92/src/
H A Dfiler.cpp325 if (FXPath::isTopDirectory(getDirectory())) { in setDirectory()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXPath.cpp1114 FXbool FXPath::isTopDirectory(const FXString& file){ in isTopDirectory() function in FX::FXPath
1164 while(!FXPath::isTopDirectory(result) && !FXStat::exists(result)){ in validPath()
H A DFXFileList.cpp1065 …sender->handle(this,FXPath::isTopDirectory(directory)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMM… in onUpdDirectoryUp()
1347 istop=FXPath::isTopDirectory(directory); in listItems()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXPath.cpp1123 FXbool FXPath::isTopDirectory(const FXString& file){ in isTopDirectory() function in FX::FXPath
1173 while(!FXPath::isTopDirectory(result) && !FXStat::exists(result)){ in validPath()
H A DFXFileList.cpp1065 …sender->handle(this,FXPath::isTopDirectory(directory)?FXSEL(SEL_COMMAND,ID_DISABLE):FXSEL(SEL_COMM… in onUpdDirectoryUp()
1347 istop=FXPath::isTopDirectory(directory); in listItems()
/dports/x11-fm/xfe/xfe-1.44/src/
H A DDirList.cpp2225 while (!FXPath::isTopDirectory(path) && !::isDirectory(path)) in setDirectory()
2264 while (!FXPath::isTopDirectory(path) && !existFile(path)) in setCurrentFile()
H A DFileDialog.cpp581 while (!FXPath::isTopDirectory(dir) && !::isDirectory(dir)) in onCmdAccept()
623 if (FXPath::isTopDirectory(list->getDirectory())) in onUpdDirUp()

12