Home
last modified time | relevance | path

Searched refs:processed_file (Results 1 – 25 of 50) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Djpp.cpp40 extern char processed_file[];
99 strcpy(processed_file, game_file); in jpp()
116 sprintf(processed_file, "%s%s.j2", temp_directory, prefix); in jpp()
119 if ((outputFile = fopen(processed_file, "w")) == NULL) { in jpp()
121 sprintf(processed_file, "%s.j2", prefix); in jpp()
122 if ((outputFile = fopen(processed_file, "w")) == NULL) { in jpp()
124 sprintf(error_buffer, CANT_OPEN_PROCESSED, processed_file); in jpp()
/dports/www/osrm-backend/osrm-backend-5.26.0/features/options/datastore/
H A Ddatastore.feature16 When I try to run "osrm-datastore --dataset-name test_dataset_42 {processed_file}"
29 When I try to run "osrm-datastore {processed_file} --dataset-name cucumber/only_metric_test"
31 When I try to run "osrm-customize --segment-speed-file {speeds_file} {processed_file}"
33 …When I try to run "osrm-datastore {processed_file} --dataset-name cucumber/only_metric_test --only…
37 When I try to run "osrm-datastore {processed_file} --help"
/dports/archivers/innoextract/innoextract-1.9/src/cli/
H A Dextract.cpp100 class processed_file : public processed_item<setup::file_entry> { class
129 const processed_file * file_;
223 const processed_file * file() const { return file_; } in file()
442 typedef boost::unordered_map<std::string, processed_file> FilesMap;
585 BOOST_FOREACH(const processed_file & other, collision.second) { in rename_collisions()
597 BOOST_FOREACH(const processed_file & other, collision.second) { in rename_collisions()
811 internal_path, processed_file(&file, path) in filter_entries()
816 processed_file & existing = insertion.first->second; in filter_entries()
1082 const processed_file & file = i.second; in process_file()
1228 const processed_file * fileinfo = output.first; in process_file()
[all …]
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dconfiguration.h28 void reset_current_options(struct filter_settings *current_settings, int *processed_file);
29 void free_current_options(struct filter_settings *current_settings, int *processed_file);
H A Dconfiguration.c143 if (processed_file != NULL) in reset_current_options()
145 total += processed_file[i]; in reset_current_options()
186 if (processed_file != NULL) in free_current_options()
4470 int processed_file[4]; in process_config_dir() local
4483 processed_file[i] = 0; in process_config_dir()
4488 (!processed_file[0] || in process_config_dir()
4556 (!processed_file[1] || in process_config_dir()
4635 (!processed_file[2] || in process_config_dir()
4698 (!processed_file[2] || in process_config_dir()
4767 (!processed_file[3] || in process_config_dir()
[all …]
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A Dtest_transformation199 my $processed_file = "$test_path/preprocessed.c";
200 system "rm -rf $processed_file";
203 my $preprocessor = "$COMPILER -I$include_path -E $srcfile > $processed_file";
207 $SRC_FILE = $processed_file;
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/sol2/
H A Dlist-headers.py81 for processed_file in processed_files:
82 process_file(processed_file)
/dports/devel/sol2/sol2-4.0.0-alpha/
H A Dlist_headers.py81 for processed_file in processed_files:
82 process_file(processed_file)
/dports/net/chrony/chrony-4.2/
H A Dconf.c318 static const char *processed_file; variable
329 processed_command, line_number, processed_file ? " in file " : "", in command_parse_error()
330 processed_file ? processed_file : ""); in command_parse_error()
339 message, line_number, processed_file ? " in file " : "", in other_parse_error()
340 processed_file ? processed_file : ""); in other_parse_error()
373 processed_command, line_number, processed_file ? " in file " : "", in check_number_of_args()
374 processed_file ? processed_file : ""); in check_number_of_args()
526 processed_file = filename; in CNF_ParseLine()
538 processed_file = NULL; in CNF_ParseLine()
734 processed_file = processed_command = NULL; in CNF_ParseLine()
/dports/net/chrony-lite/chrony-4.2/
H A Dconf.c318 static const char *processed_file; variable
329 processed_command, line_number, processed_file ? " in file " : "", in command_parse_error()
330 processed_file ? processed_file : ""); in command_parse_error()
339 message, line_number, processed_file ? " in file " : "", in other_parse_error()
340 processed_file ? processed_file : ""); in other_parse_error()
373 processed_command, line_number, processed_file ? " in file " : "", in check_number_of_args()
374 processed_file ? processed_file : ""); in check_number_of_args()
526 processed_file = filename; in CNF_ParseLine()
538 processed_file = NULL; in CNF_ParseLine()
734 processed_file = processed_command = NULL; in CNF_ParseLine()
/dports/www/osrm-backend/osrm-backend-5.26.0/features/options/contract/
H A Dedge-weight-updates-over-factor.feature25 …m-contract --edge-weight-updates-over-factor 2 --segment-speed-file {speeds_file} {processed_file}"
59 …m-contract --edge-weight-updates-over-factor 2 --segment-speed-file {speeds_file} {processed_file}"
/dports/emulators/mess/mame-mame0226/3rdparty/sol2/
H A Dsingle.py156 for processed_file in processed_files:
157 process_file(processed_file, ss)
/dports/emulators/mame/mame-mame0226/3rdparty/sol2/
H A Dsingle.py156 for processed_file in processed_files:
157 process_file(processed_file, ss)
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/video/
H A DPreview.java49 private String processed_file; field in Preview
64 processed_file = ""; in Preview()
72 return processed_file; in getProcessedFile()
176processed_file = "" + i + "/" + (previewList.size() - 1) + " - " + preview_object.getFile().getNam… in load()
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/
H A Drefactor.py331 self.processed_file(output, filename, input, write, encoding)
338 self.processed_file(str(tree)[:-1], filename,
376 self.processed_file(output, "<stdin>", input)
382 self.processed_file(str(tree), "<stdin>", input)
488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/
H A Drefactor.py331 self.processed_file(output, filename, input, write, encoding)
338 self.processed_file(str(tree)[:-1], filename,
376 self.processed_file(output, "<stdin>", input)
382 self.processed_file(str(tree), "<stdin>", input)
488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/
H A Drefactor.py331 self.processed_file(output, filename, input, write, encoding)
338 self.processed_file(str(tree)[:-1], filename,
376 self.processed_file(output, "<stdin>", input)
382 self.processed_file(str(tree), "<stdin>", input)
488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/
H A Drefactor.py350 self.processed_file(output, filename, input, write, encoding)
357 self.processed_file(unicode(tree)[:-1], filename,
395 self.processed_file(output, "<stdin>", input)
401 self.processed_file(unicode(tree), "<stdin>", input)
507 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/
H A Drefactor.py350 self.processed_file(output, filename, input, write, encoding)
357 self.processed_file(unicode(tree)[:-1], filename,
395 self.processed_file(output, "<stdin>", input)
401 self.processed_file(unicode(tree), "<stdin>", input)
507 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/
H A Drefactor.py335 self.processed_file(output, filename, input, write, encoding)
342 self.processed_file(str(tree)[:-1], filename,
380 self.processed_file(output, "<stdin>", input)
386 self.processed_file(str(tree), "<stdin>", input)
492 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/
H A Drefactor.py350 self.processed_file(output, filename, input, write, encoding)
357 self.processed_file(unicode(tree)[:-1], filename,
395 self.processed_file(output, "<stdin>", input)
401 self.processed_file(unicode(tree), "<stdin>", input)
507 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/
H A Drefactor.py331 self.processed_file(output, filename, input, write, encoding)
338 self.processed_file(str(tree)[:-1], filename,
376 self.processed_file(output, "<stdin>", input)
382 self.processed_file(str(tree), "<stdin>", input)
488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/
H A Drefactor.py350 self.processed_file(output, filename, input, write, encoding)
357 self.processed_file(unicode(tree)[:-1], filename,
395 self.processed_file(output, "<stdin>", input)
401 self.processed_file(unicode(tree), "<stdin>", input)
507 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Drefactor.py345 self.processed_file(output, filename, input, write, encoding)
352 self.processed_file(unicode(tree)[:-1], filename,
390 self.processed_file(output, "<stdin>", input)
396 self.processed_file(unicode(tree), "<stdin>", input)
502 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/
H A Drefactor.py331 self.processed_file(output, filename, input, write, encoding)
338 self.processed_file(str(tree)[:-1], filename,
376 self.processed_file(output, "<stdin>", input)
382 self.processed_file(str(tree), "<stdin>", input)
488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool

12