Home
last modified time | relevance | path

Searched refs:outputfile (Results 126 – 150 of 2297) sorted by relevance

12345678910>>...92

/dports/games/cake/cake_src/cake/
H A Dlogfile.cpp28 _getcwd(outputfile, PATH_LENGTH); in LogFile()
29 strcat(outputfile, "/"); in LogFile()
30 strcat(outputfile, OUTPUT_FILENAME); in LogFile()
33 if ((logfile = fopen(outputfile, "w"))) in LogFile()
51 if ((logfile = fopen(outputfile, "at"))) in ~LogFile()
64 if (!logfile) logfile = fopen(outputfile, "at"); in Insert()
123 logfile = fopen(outputfile, "at"); in OpenFile()
/dports/science/mbdyn/mbdyn-1.7.3/utils/
H A Dtest_strext_socket_lib_cxx.cc108 static FILE *outputfile = NULL; variable
320 outputfile = fopen(optarg, "w"); in test_init()
321 if (outputfile == NULL) { in test_init()
525 fprintf(outputfile, "REF (%u)\n", in test_run()
528 fprintf(outputfile, "REF \n"); in test_run()
531 fprintf(outputfile, "%+16.8e %+16.8e %+16.8e\n", in test_run()
538 fprintf(outputfile, " %+16.8e %+16.8e %+16.8e", in test_run()
554 fprintf(outputfile, "%+16.8e %+16.8e %+16.8e\n", in test_run()
600 fprintf(outputfile,"%+16.8e %+16.8e %+16.8e\n", in test_run()
611 fprintf(outputfile, in test_run()
[all …]
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dgraph.py93 def generate(self, outputfile=None, dotfile=None, mapfile=None): argument
107 if outputfile and outputfile.endswith(".dot"):
108 dotfile = outputfile
111 if outputfile is not None:
112 storedir, basename, target = target_info_from_filename(outputfile)
121 ppng, outputfile = tempfile.mkstemp(".png", name)
144 outputfile,
150 [self.renderer, "-T", target, dot_sourcepath, "-o", outputfile],
158 return outputfile
191 def generate(self, visitor, propshdlr, outputfile=None, mapfile=None): argument
[all …]
/dports/net/liblinphone/linphone-3.12.0/tools/python/
H A Dapixml2python.py109 def generate(apixmlfile, outputfile): argument
114 tmpfilename = outputfile.name + '.tmp'
120 outputfile.write(line)
131 if args.outputfile == None:
132 args.outputfile = open('linphone.c', 'w')
133 generate(args.apixmlfile, args.outputfile)
/dports/japanese/gawk/gawk-3.0.6/awklib/eg/prog/
H A Duniq.awk21 outputfile = "/dev/stdout"
55 outputfile = ARGV[ARGC - 1]
92 printf("%4d %s\n", count, last) > outputfile
104 print last > outputfile
112 printf("%4d %s\n", count, last) > outputfile
115 print last > outputfile
/dports/textproc/py-pypandoc/pypandoc-1.5/pypandoc/
H A D__init__.py24 outputfile=None, filters=None): argument
68 outputfile=outputfile, filters=filters)
72 outputfile=None, filters=None): argument
101 outputfile=outputfile, filters=filters)
105 outputfile=None, filters=None): argument
138 outputfile=outputfile, filters=filters)
195 def _validate_formats(format, to, outputfile): argument
243 if outputfile[-4:] != ".pdf":
258 format, to = _validate_formats(format, to, outputfile)
268 if outputfile:
[all …]
/dports/graphics/pear-Image_GraphViz/Image_GraphViz-1.3.0/Image/
H A DGraphViz.php208 $outputfile = $file . '.' . $format;
270 header('Content-Length: ' . filesize($outputfile));
274 if (readfile($outputfile) === false) {
277 @unlink($outputfile);
301 $outputfile = $file . '.' . $format;
311 $fp = fopen($outputfile, 'rb');
321 $data = fread($fp, filesize($outputfile));
323 @unlink($outputfile);
352 $oldmtime = file_exists($outputfile) ? filemtime($outputfile) : 0;
367 .' -o'.escapeshellarg($outputfile)
[all …]
/dports/sysutils/py-mqttwarn/mqttwarn-0.22.0/tests/
H A Dtest_core.py127 outputfile = '/tmp/mqttwarn-test.01'
128 if os.path.exists(outputfile):
129 os.unlink(outputfile)
138 with open(outputfile) as f:
156 outputfile = '/tmp/mqttwarn-test.02'
157 if os.path.exists(outputfile):
158 os.unlink(outputfile)
167 with io.open(outputfile, mode='rt', encoding='utf-8') as f:
/dports/www/webstone/WebStone2.5/src/
H A Dget.c91 FILE *outputfile = (FILE *)NULL; in get() local
254 if((outputfile = fopen(outputfilename, "w")) == (FILE *)NULL) in get()
256 D_PRINTF( "outputfile %d %d\n", outputfile, errno ); in get()
265 outputfile); in get()
287 if (outputfile != (FILE *)NULL && bytesread) in get()
288 fwrite(headerbuffer, 1, bytesread, outputfile); in get()
307 if (outputfile != (FILE *)NULL) in get()
308 fclose(outputfile); in get()
340 if (outputfile != (FILE *)NULL) in get()
341 fclose(outputfile); in get()
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/tools/
H A Dpocompile.py35 outputfile = mo.mofile()
61 outputfile.addunit(mounit)
62 return bytes(outputfile)
65 def convertmo(inputfile, outputfile, templatefile, includefuzzy=False): argument
75 outputfile.close()
76 with open(outputfile.name, "wb") as fh:
/dports/devel/kde-dev-scripts/kde-dev-scripts-21.12.3/
H A Dgrantlee_strings_extractor.py362 def translate(self, template_file, outputfile): argument
373 self.createOutput(template_file.name, self.translatable_strings, outputfile)
375 def createOutput(self, template_filename, translatable_strings, outputfile): argument
378outputfile.write("// i18n: file: " + template_filename + ":" + str(translatable_string.line_number…
381outputfile.write("pgettext(\"" + translatable_string.context + "\", \"" + translatable_string._str…
383outputfile.write("npgettext(\"" + translatable_string.context + "\", \"" + translatable_string._st…
386outputfile.write("ngettext(\"" + translatable_string._string + "\", \"" + translatable_string.plur…
388 outputfile.write("gettext(\"" + translatable_string._string + "\");\n")
394 outputfile = sys.stdout variable
400 ex.translate(f, outputfile)
[all …]
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dflatxml2po.py39 outputfile, argument
48 self.outputfile = outputfile
72 self.target_store.serialize(self.outputfile)
78 outputfile, argument
86 return flatxml2po(inputfile, outputfile, templatefile, root, value, key, ns).run()
H A Dhtml2po.py56 outputfile, argument
72 outputstore.serialize(outputfile)
100 outputfile, argument
118 outputstore.serialize(outputfile)
128 outputfile = super().openoutputfile(options, options.output)
129 self.outputstore.serialize(outputfile)
131 outputfile.close()
H A Dmozfunny2prop.py86 outputfile, argument
104 outputfile,
114 outputfile, argument
132 outputfile,
142 outputfile, argument
150 outputfile=outputfile,
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dxcal.lib.php32 * @param string $outputfile Output file
35 function build_calfile($format, $title, $desc, $events_array, $outputfile) argument
39 dol_syslog("xcal.lib.php::build_calfile Build cal file ".$outputfile." to format ".$format);
41 if (empty($outputfile))
48 $calfileh = fopen($outputfile, "w");
314 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
317 dol_syslog("xcal.lib.php::build_calfile Failed to open file ".$outputfile." for writing");
330 * @param string $outputfile Output file
343 if (empty($outputfile))
349 $fichier = fopen($outputfile, "w");
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dxcal.lib.php32 * @param string $outputfile Output file
35 function build_calfile($format, $title, $desc, $events_array, $outputfile) argument
39 dol_syslog("xcal.lib.php::build_calfile Build cal file ".$outputfile." to format ".$format);
41 if (empty($outputfile)) {
47 $calfileh = fopen($outputfile, "w");
285 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
288 dol_syslog("xcal.lib.php::build_calfile Failed to open file ".$outputfile." for writing");
301 * @param string $outputfile Output file
314 if (empty($outputfile)) {
319 $fichier = fopen($outputfile, "w");
[all …]
/dports/games/ivan/ivan-059/Main/Include/
H A Dtrap.h25 class outputfile; variable
41 outputfile& operator<<(outputfile&, const trapdata*);
43 outputfile& operator<<(outputfile&, const trapdata&);
50 void Save(outputfile&) const;
70 virtual void Save(outputfile&) const;
101 inline void itemtrap<base>::Save(outputfile& SaveFile) const in Save()
153 virtual void Save(outputfile&) const;
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/misc/images/
H A Dpng_to_xml.sh9 outputfile="$2"
13 <images>' > "$outputfile"
22 </image>" >> "$outputfile"
30 </zabbix_export>' >> "$outputfile"

12345678910>>...92