Searched refs:file_to_process (Results 1 – 7 of 7) sorted by relevance
/dports/sysutils/titlefix/titlefix-0.5.3/ |
H A D | titlefix | 80 my $file_to_process = "file_to_rename"; 89 $file_to_process = "mp3_file_to_rename_and_tag"; 95 $file_to_process = "mp3_file_to_tag"; 101 $file_to_process = "file_to_rename"; 374 usage: $progname [-t] [$file_to_process | -h | -l | -a] ...
|
/dports/multimedia/elementary-videos/videos-2.7.3/src/ |
H A D | Utils.vala | 39 public static void recurse_over_dir (File file_to_process, FuncOverDir func) { 40 if (file_to_process.query_file_type (0) == FileType.DIRECTORY) { 42 …var files = file_to_process.enumerate_children (FileAttribute.STANDARD_NAME + "," + FileAttribute.… 45 … var file = GLib.File.new_for_uri (file_to_process.get_uri () + "/" + info.get_name ()); 52 func (file_to_process);
|
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/tools/ |
H A D | symbolstore.py | 495 def Process(self, file_to_process): argument 497 if self.ShouldProcess(os.path.abspath(file_to_process)): 498 self.ProcessFile(file_to_process)
|
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/tools/ |
H A D | symbolstore.py | 532 def Process(self, file_to_process, count_ctors=False): argument 534 if self.ShouldProcess(os.path.abspath(file_to_process)): 535 self.ProcessFile(file_to_process, count_ctors=count_ctors)
|
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/tools/ |
H A D | symbolstore.py | 530 def Process(self, file_to_process, count_ctors=False): argument 532 if self.ShouldProcess(os.path.abspath(file_to_process)): 533 self.ProcessFile(file_to_process, count_ctors=count_ctors)
|
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/tools/ |
H A D | symbolstore.py | 530 def Process(self, file_to_process, count_ctors=False): argument 532 if self.ShouldProcess(os.path.abspath(file_to_process)): 533 self.ProcessFile(file_to_process, count_ctors=count_ctors)
|
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/tools/ |
H A D | symbolstore.py | 520 def Process(self, file_to_process, count_ctors=False): argument 522 if self.ShouldProcess(os.path.abspath(file_to_process)): 523 self.ProcessFile(file_to_process, count_ctors=count_ctors)
|