Home
last modified time | relevance | path

Searched refs:outputfile (Results 251 – 275 of 2297) sorted by relevance

1...<<11121314151617181920>>...92

/dports/dns/bind911/bind-9.11.37/contrib/dnsperf-2.1.0.0-1/
H A Dresperf-report21 outputfile="$id.output"
27 $resperf -P "$plotfile" "$@" >"$outputfile" 2>&1 ||
29 cat $outputfile >&2;
81 cat "$outputfile"
/dports/devel/py-odfpy/odfpy-1.4.1/odf2xml/
H A Dodf2xml45 outputfile = '-'
49 outputfile = a
73 if outputfile == '-':
76 open(outputfile,"wb").write(xml)
/dports/math/polymake/polymake-4.5/apps/common/rules/
H A Dpovray.rules79 my $outputfile = $self->graphics->title;
80 $outputfile =~ s|[ /.]|_|g;
81 if (-e "${outputfile}.tga") {
83 ++$i while (-e "${outputfile}_${i}.tga");
84 $outputfile .= "_${i}.tga";
86 $outputfile .= ".tga";
88 "$viewer +P -V $cmd_options +W$width +H$height +O$outputfile $filename; echo CREATED $outputfile"
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/scripts/
H A Dbgfx-codegen.lua302 function gen.changed(codes, outputfile)
303 local out = io.open(outputfile, "rb")
312 function gen.write(codes, outputfile)
313 local out = assert(io.open(outputfile, "wb"))
318 function gen.gen(tempfile, outputfile, indent)
319 print ("Generate", outputfile, "from", tempfile)
323 if not gen.changed(codes, outputfile) then
327 gen.write(codes, outputfile)
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/scripts/
H A Dbgfx-codegen.lua302 function gen.changed(codes, outputfile)
303 local out = io.open(outputfile, "rb")
312 function gen.write(codes, outputfile)
313 local out = assert(io.open(outputfile, "wb"))
318 function gen.gen(tempfile, outputfile, indent)
319 print ("Generate", outputfile, "from", tempfile)
323 if not gen.changed(codes, outputfile) then
327 gen.write(codes, outputfile)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_imgfile.py19 outputfile = '/tmp/deleteme'
54 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
97 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
99 os.unlink(outputfile)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_imgfile.py19 outputfile = '/tmp/deleteme'
54 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
97 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
99 os.unlink(outputfile)
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/convert/
H A Dpo2ts.py29 def convertstore(self, inputstore, outputfile, templatefile=None, context=None): argument
56 tsfile.serialize(outputfile)
59 def convertpo(inputfile, outputfile, templatefile, context): argument
65 convertor.convertstore(inputstore, outputfile, templatefile, context)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/contrib/pdb_tools/pdb_amber2nwchem/
H A Dpdb_amber2nwchem.F5 character(len=1024) :: outputfile variable
21 call pdb_readcommandlinearguments(inputfile,outputfile,ffield)
32 if (outputfile.ne."-") then
34 open(unit=lfnout,file=outputfile,err=200,form="formatted")
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_imgfile.py21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
/dports/math/py-svgmath/SVGMath-0.3.3/
H A Dmath2svg.py66 outputfile = None
73 if o in ("-o", "--output"): outputfile = a
88 if outputfile is None:
91 output = open_or_die(outputfile, "wb", "output")
115 if outputfile is not None:
/dports/converters/psiconv/psiconv-0.9.9/formats/
H A Dgenerate_ascii.sh16 outputfile=$outputdir/`basename $file|sed s,'.psi$','.ascii',`
17 echo $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file
18 $libtool --mode=execute $psiconv -c $config -o $outputfile -Tascii $file
/dports/devel/grantlee5/grantlee-5.2.0/scripts/
H A Dextract_strings_gettext.py36 outputfile = sys.stdout variable
42 ex.translate(f, outputfile)
44 outputfile.write("\n")
H A Dextract_strings_linguist.py35 outputfile = sys.stdout variable
41 ex.translate(f, outputfile)
43 outputfile.write("\n")
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A DCSMSFile.class.php215 $outputfile = $dolibarr_main_data_root."/dolibarr_sms.log";
216 $fp = fopen($outputfile, "w");
228 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
247 $outputfile = $dolibarr_main_data_root."/dolibarr_sms.log";
248 $fp = fopen($outputfile, "a+");
254 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A DCSMSFile.class.php218 $outputfile = $dolibarr_main_data_root."/dolibarr_sms.log";
219 $fp = fopen($outputfile, "w");
231 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
250 $outputfile = $dolibarr_main_data_root."/dolibarr_sms.log";
251 $fp = fopen($outputfile, "a+");
257 @chmod($outputfile, octdec($conf->global->MAIN_UMASK));
/dports/graphics/py-fiona/Fiona-1.8.20/tests/
H A Dtest_write.py16 outputfile = tmpdir.join("test.geojson")
20 str(outputfile), "w", driver="GeoJSON", schema=schema, crs=from_epsg(4326)
23 assert outputfile.exists()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/systemtests/tests/python-sd-plugin-test/python-modules/
H A Dbareos-sd-test.py53 global outputfile
54 outputfile = val
64 toFile(outputfile)
103 doc = open(outputfile, "a")
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/systemtests/tests/py2plug-sd/python-modules/
H A Dbareos-sd-test.py52 global outputfile
53 outputfile = val
63 toFile(outputfile)
102 doc = open(outputfile, "a")
/dports/sysutils/bareos-client/bareos-Release-20.0.3/systemtests/tests/py2plug-sd/python-modules/
H A Dbareos-sd-test.py52 global outputfile
53 outputfile = val
63 toFile(outputfile)
102 doc = open(outputfile, "a")
/dports/sysutils/bareos-server/bareos-Release-20.0.3/systemtests/tests/py2plug-sd/python-modules/
H A Dbareos-sd-test.py52 global outputfile
53 outputfile = val
63 toFile(outputfile)
102 doc = open(outputfile, "a")
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/systemtests/tests/python-sd-plugin-test/python-modules/
H A Dbareos-sd-test.py53 global outputfile
54 outputfile = val
64 toFile(outputfile)
103 doc = open(outputfile, "a")
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/systemtests/tests/python-sd-plugin-test/python-modules/
H A Dbareos-sd-test.py53 global outputfile
54 outputfile = val
64 toFile(outputfile)
103 doc = open(outputfile, "a")
/dports/www/bareos-webui/bareos-Release-20.0.3/systemtests/tests/py2plug-sd/python-modules/
H A Dbareos-sd-test.py52 global outputfile
53 outputfile = val
63 toFile(outputfile)
102 doc = open(outputfile, "a")
/dports/www/bareos19-webui/bareos-Release-19.2.11/systemtests/tests/python-sd-plugin-test/python-modules/
H A Dbareos-sd-test.py53 global outputfile
54 outputfile = val
64 toFile(outputfile)
103 doc = open(outputfile, "a")

1...<<11121314151617181920>>...92