Home
last modified time | relevance | path

Searched refs:recurseDir (Results 1 – 23 of 23) sorted by relevance

/dports/devel/pear-HTML_TreeMenu/HTML_TreeMenu-1.2.2/docs/
H A Dmap_fs.php9 $menu->addItem(recurseDir($map_dir));
11 function &recurseDir($path) { function
20 $addnode = &recurseDir("$path/$file");
/dports/graphics/qcomicbook/QComicBook-0.9.1/src/
H A DDirReader.cpp25 void DirReader::recurseDir(const QString &path, int curDepth) in recurseDir() function in DirReader
43 recurseDir(finf.absoluteFilePath(), curDepth+1); in recurseDir()
51 recurseDir(path, 0); in visit()
H A DDirReader.h25 void recurseDir(const QString &path, int curDepth);
/dports/graphics/okular/okular-21.12.3/generators/comicbook/
H A Ddirectory.cpp32 QStringList Directory::recurseDir(const QString &dirPath, int curDepth) const in recurseDir() function in Directory
43 fileList.append(recurseDir(info.filePath(), curDepth + 1)); in recurseDir()
53 return recurseDir(mDir, 0); in list()
H A Ddirectory.h47 QStringList recurseDir(const QString &dir, int curDepth) const;
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/diff/
H A Ddir.go24 err := recurseDir(result, []string{dir})
28 func recurseDir(result map[string]string, parents []string) error { func
42 if err := recurseDir(result, append(parents, f.Name())); err != nil {
/dports/audio/sidplay/sidplay-base-1.0.9/
H A Dsidcon.cpp48 static void recurseDir(DIR* directory, const char* path);
111 recurseDir(directory,"."); in main()
304 void recurseDir(DIR* directory, const char* path) in recurseDir() function
334 recurseDir(nextDir,newPath); in recurseDir()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/IO/HVFS/
H A DUtils.hs28 module System.IO.HVFS.Utils (recurseDir,
55 recurseDir :: HVFS a => a -> FilePath -> IO [FilePath]
56 recurseDir fs x = recurseDirStat fs x >>= return . map fst function
/dports/graphics/processing/processing-1.5.1/modes/android/examples/Topics/Advanced Data/DirectoryList/
H A DDirectoryList.pde87 recurseDir(fileList,dir);
92 void recurseDir(ArrayList a, String dir) {
100 recurseDir(a,subfiles[i].getAbsolutePath());
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Topics/Advanced Data/DirectoryList/
H A DDirectoryList.pde87 recurseDir(fileList,dir);
92 void recurseDir(ArrayList a, String dir) {
100 recurseDir(a,subfiles[i].getAbsolutePath());
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/docbuilder/includes/
H A Dutilities.php96 function recurseDir($path, &$node) { function
107 recurseDir("$path$pd$file",$anode);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Dapmtest.m146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Dapmtest.m146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/test/
H A Dapmtest.m156 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
179 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
315 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/test/
H A Dapmtest.m146 [nErr, nCases] = recurseDir(inpathtest, outpathtest, refpathtest, outfile, ...
169 function [nErrOut, nCases] = recurseDir(inpath, outpath, refpath, ... function
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/MissingH-1.4.3.0/src/System/
H A DPath.hs28 recurseDir, recurseDirStat, recursiveRemove,
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A Dfiles.c1301 static rpmRC recurseDir(FileList fl, const char * diskPath);
1444 return recurseDir(fl, diskPath); in addFile()
1560 static rpmRC recurseDir(FileList fl, const char * diskPath) in recurseDir() function