Home
last modified time | relevance | path

Searched refs:get_file_list (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/dports/devel/stxxl/stxxl-1.4.1/misc/
H A Danalyze-include-dependencies.pl82 sub get_file_list($;@) subroutine
182 @cxxheaders = get_file_list($cxxheaderpath);
184 push @cxxbwheaders, get_file_list($cxxheaderpath, "backward/*");
185 @cxxextheaders = get_file_list($cxxheaderpath, 'ext/*');
186 @cxxbitsheaders = get_file_list($cxxheaderpath, 'bits/*');
187 @cxxtargetheaders = get_file_list("$cxxheaderpath/$cxxtarget", '*', 'bits/*');
189 @gcctargetheaders = get_file_list($gcctargetheaderpath, '*.h', 'bits/*.h');
192 @mcstlheaders = get_file_list($mcstlpath);
193 @mcstlmetaheaders = get_file_list($mcstlpath, 'meta/*');
194 @mcstlbitsheaders = get_file_list($mcstlpath, 'bits/*');
[all …]
/dports/print/py-fonttools/fonttools-4.28.2/Tests/varLib/
H A Dinterpolate_layout_test.py42 def get_file_list(folder, suffix, prefix=''): member in InterpolateLayoutTest
114 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
138 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
178 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
207 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
241 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
276 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
305 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
339 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
374 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
[all …]
H A Dinterpolatable_test.py43 def get_file_list(folder, suffix, prefix=''): member in InterpolatableTest
78 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
82 ttf_paths = self.get_file_list(self.tempdir, suffix)
91 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
95 otf_paths = self.get_file_list(self.tempdir, suffix)
H A Dmutator_test.py40 def get_file_list(folder, suffix, prefix=''): member in MutatorTest
99 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily-')
123 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'Mutator_Getvar')
145 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'Mutator_IUP')
166 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestCFF2VF')
H A DvarLib_test.py65 def get_file_list(folder, suffix, prefix=''): member in BuildTest
128 ttx_paths = self.get_file_list(ttx_dir, '.ttx', font_name + '-')
351 for path in self.get_file_list(ttx_dir, '.ttx', 'TestCFF2_'):
374 for path in self.get_file_list(ttx_dir, '.ttx', 'TestCFF2_'):
397 for path in self.get_file_list(ttx_dir, '.ttx', 'MasterSet_Kanji-'):
420 for path in self.get_file_list(ttx_dir, '.ttx', 'master_vpal_test_'):
446 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily-')
488 for path in self.get_file_list(ttx_dir, '.ttx', 'TestFamily-'):
513 for path in self.get_file_list(ttx_dir, '.ttx', 'TestFamily-'):
664 for path in self.get_file_list(ttx_dir, '.ttx', 'TestVVAR'):
[all …]
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/varLib/
H A Dinterpolate_layout_test.py44 def get_file_list(folder, suffix, prefix=''): member in InterpolateLayoutTest
117 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
141 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
181 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
210 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
244 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
279 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
308 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
342 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
377 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
[all …]
H A Dinterpolatable_test.py45 def get_file_list(folder, suffix, prefix=''): member in InterpolatableTest
80 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
84 ttf_paths = self.get_file_list(self.tempdir, suffix)
93 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
97 otf_paths = self.get_file_list(self.tempdir, suffix)
H A Dmutator_test.py42 def get_file_list(folder, suffix, prefix=''): member in MutatorTest
102 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily-')
126 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'Mutator_Getvar')
148 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'Mutator_IUP')
169 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestCFF2VF')
H A DvarLib_test.py55 def get_file_list(folder, suffix, prefix=''): member in BuildTest
118 ttx_paths = self.get_file_list(ttx_dir, '.ttx', font_name + '-')
238 for path in self.get_file_list(ttx_dir, '.ttx', 'TestNonMarkingCFF2_'):
260 for path in self.get_file_list(ttx_dir, '.ttx', 'TestCFF2_'):
282 for path in self.get_file_list(ttx_dir, '.ttx', 'MasterSet_Kanji-'):
304 for path in self.get_file_list(ttx_dir, '.ttx', 'master_vpal_test_'):
330 ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily-')
372 for path in self.get_file_list(ttx_dir, '.ttx', 'TestFamily-'):
396 for path in self.get_file_list(ttx_dir, '.ttx', 'TestFamily-'):
525 for path in self.get_file_list(ttx_dir, '.ttx', 'TestVVAR'):
/dports/science/py-libpysal/libpysal-4.5.1/libpysal/examples/
H A Dbuiltin.py51 def get_file_list(self) -> list: member in LocalExample
57 file_list = self.get_file_list()
68 description = [f for f in self.get_file_list() if "README.md" in f][0]
74 description = [f for f in self.get_file_list() if "README.md" in f][0]
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Utility/
H A Dcommon.py34 def get_file_list(path, extension=None): function
47 color_files = get_file_list(path_color, ".jpg") + \
48 get_file_list(path_color, ".png")
49 depth_files = get_file_list(path_depth, ".png")
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Utility/
H A Dcommon.py34 def get_file_list(path, extension=None): function
47 color_files = get_file_list(path_color, ".jpg") + \
48 get_file_list(path_color, ".png")
49 depth_files = get_file_list(path_depth, ".png")
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/browser/webkit/network/
H A Dfilescheme.py32 def get_file_list(basedir, all_files, filterfunc): function
107 files = get_file_list(path, all_files, os.path.isfile)
108 directories = get_file_list(path, all_files, os.path.isdir)
/dports/deskutils/p5-Goo/Goo-0.09/lib/Goo/
H A DFileUtilities.pm60 my @files = get_file_list($directory);
80 return map { $_ =~ s!^.*/!! } get_file_list($directory);
90 sub get_file_list { subroutine
/dports/www/moodle310/moodle/admin/tool/monitor/classes/
H A Deventlist.php57 $files = self::get_file_list($directory);
105 foreach (self::get_file_list($plugindirectory) as $eventname => $notused) {
137 protected static function get_file_list($directory) { function in tool_monitor\\eventlist
/dports/www/moodle311/moodle/admin/tool/monitor/classes/
H A Deventlist.php57 $files = self::get_file_list($directory);
105 foreach (self::get_file_list($plugindirectory) as $eventname => $notused) {
137 protected static function get_file_list($directory) { function in tool_monitor\\eventlist
/dports/www/moodle39/moodle/admin/tool/monitor/classes/
H A Deventlist.php57 $files = self::get_file_list($directory);
105 foreach (self::get_file_list($plugindirectory) as $eventname => $notused) {
137 protected static function get_file_list($directory) { function in tool_monitor\\eventlist
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dcolor_map_optimization.py19 depth_image_path = get_file_list(
21 color_image_path = get_file_list(
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Advanced/
H A Dcolor_map_optimization.py19 depth_image_path = get_file_list(
21 color_image_path = get_file_list(
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/Misc/
H A Dsampling.py24 depth_image_path = get_file_list(
26 color_image_path = get_file_list(
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Tutorial/Misc/
H A Dsampling.py24 depth_image_path = get_file_list(
26 color_image_path = get_file_list(
/dports/www/moodle39/moodle/report/eventlist/classes/
H A Dlist_generator.php66 $files = self::get_file_list($directory);
149 private static function get_file_list($directory) { function in report_eventlist_list_generator
194 foreach (self::get_file_list($plugindirectory) as $eventname => $notused) {
/dports/www/fswiki/wiki3_6_2/plugin/attach/
H A DFiles.pm59 foreach my $file (&get_file_list($wiki,$pagename)){
92 sub get_file_list { subroutine
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DGetFileList.cmake3 # get_file_list(<listvar> <file path> [<additional file paths>...])
22 function(get_file_list _var) function
/dports/graphics/open3d/Open3D-0.2/src/Python/Tutorial/ReconstructionSystem/
H A Dtest_visualize_pose_graph.py15 pose_graph_paths = get_file_list(folder_posegraph, ".json")
32 ply_file_names = get_file_list(args.path_dataset + folder_fragment, ".ply")

12345678910>>...17