Home
last modified time | relevance | path

Searched refs:dir_foreach (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins-qt/
H A Dskinselector.cc111 dir_foreach (user_skin_dir, scan_skindir_func); in skinlist_update()
114 dir_foreach (path, scan_skindir_func); in skinlist_update()
120 dir_foreach (dir, scan_skindir_func); in skinlist_update()
H A Dskins_util.h44 bool dir_foreach (const char * path, DirForeachFunc func);
H A Dskins_util.cc297 dir_foreach (path, del_directory_func); in del_directory()
324 bool dir_foreach (const char * path, DirForeachFunc func) in dir_foreach() function
/dports/deskutils/ydotool/ydotool-0.1.8/Library/
H A DUtils.cpp19 void Utils::dir_foreach(const std::string &path, const std::function<int(const std::string &, struc… in dir_foreach() function in Utils
48 dir_foreach(path + "/" + std::string(ent->d_name), callback, recursive); in dir_foreach()
H A DUtils.hpp14 …static void dir_foreach(const std::string& path, const std::function<int(const std::string&, struc…
H A DTool.cpp27 Utils::dir_foreach(__path, [this](const std::string &path_base, struct dirent *ent) { in ScanPath()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/skins/
H A Dskinselector.cc124 dir_foreach (user_skin_dir, scan_skindir_func); in skinlist_update()
127 dir_foreach (path, scan_skindir_func); in skinlist_update()
133 dir_foreach (dir, scan_skindir_func); in skinlist_update()
H A Dskins_util.h44 bool dir_foreach (const char * path, DirForeachFunc func);
H A Dskins_util.cc297 dir_foreach (path, del_directory_func); in del_directory()
324 bool dir_foreach (const char * path, DirForeachFunc func) in dir_foreach() function
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dinternal.h126 bool dir_foreach(const char * path, DirForeachFunc func, void * user_data);
H A Dplugin-load.cc152 dir_foreach(path, scan_plugin_func, nullptr); in scan_plugins()
H A Dutil.cc49 bool dir_foreach(const char * path, DirForeachFunc func, void * user) in dir_foreach() function
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Recorder/
H A DRecorder.cpp342 Utils::dir_foreach("/dev/input", [&](const std::string &path_base, struct dirent *ent) { in find_all_devices()
/dports/editors/textadept/textadept_11.1.linux/docs/
H A Dchangelog.md254 * Replaced `lfs.dir_foreach()` with [`lfs.walk()`][] generator.
1053 * Fixed inability to properly halt `lfs.dir_foreach()`.
1085 `lfs.dir_foreach()`.
1388 [`io.snapopen()`][], `lfs.dir_foreach()`, and [`ui.find.FILTER`][].
1532 * Fixed '//' bug when iterating over root directory with `lfs.dir_foreach()`.
1600 * More options for `lfs.dir_foreach()`.
2170 * Added `lfs.dir_foreach()`.
/dports/editors/textadept/textadept-textadept_11.1/docs/
H A Dchangelog.md254 * Replaced `lfs.dir_foreach()` with [`lfs.walk()`][] generator.
1053 * Fixed inability to properly halt `lfs.dir_foreach()`.
1085 `lfs.dir_foreach()`.
1388 [`io.snapopen()`][], `lfs.dir_foreach()`, and [`ui.find.FILTER`][].
1532 * Fixed '//' bug when iterating over root directory with `lfs.dir_foreach()`.
1600 * More options for `lfs.dir_foreach()`.
2170 * Added `lfs.dir_foreach()`.
/dports/lang/ruby26/ruby-2.6.9/
H A Ddir.c2952 dir_foreach(int argc, VALUE *argv, VALUE io) in dir_foreach() function
3411 rb_define_singleton_method(rb_cDir, "foreach", dir_foreach, -1); in Init_Dir()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-0.60_to_1.11871 * dir.c (dir_foreach): foreach(dir open -> read loop -> closeまで)
H A DChangeLog-1.9.346637 * dir.c (Init_Dir): dir_foreach() takes variable argument.
46689 * dir.c (dir_foreach): changed for dir_open_dir.
61800 * dir.c (dir_foreach): return Enumerator if no block given.
90269 * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
91006 (each_entry): new method for replacement of dir_foreach.
91007 (foreach, foreachline, dir_foreach, chdir): obsoleted.
H A DChangeLog-1.8.017159 * dir.c (dir_foreach): now returns nil for consistency.
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Ruby/
H A DRuby-1.8.7.api1506 pathname.Pathname.dir_foreach?4(&block)