Home
last modified time | relevance | path

Searched refs:openw (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/test/resources/org/apache/commons/math3/distribution/
H A Dgamma-distribution.mac38 out : openw("gamma-distribution-shape-1.csv");
44 out : openw("gamma-distribution-shape-8.csv");
50 out : openw("gamma-distribution-shape-10.csv");
56 out : openw("gamma-distribution-shape-100.csv");
62 out : openw("gamma-distribution-shape-142.csv");
68 out : openw("gamma-distribution-shape-1000.csv");
/dports/science/py-pymol/pymol-open-source-2.4.0/
H A Dcreate_shadertext.py28 class openw(object): class
63 outputheader = openw(outputheader)
64 outputfile = openw(outputfile)
132 with openw(os.path.join(outputdir, 'PyMOLBuildInfo.h')) as out:
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/
H A Dmake_test_delvarrnew.pro6 openw,lunw,/get,'test_delvarrnew.pro'
18 printf,lunw," openw,lunw,/get,'delvarrnew.pro'"
27 printf,lunw," openw,lunw,/get,'rnewtest.pro'"
H A Dtest_delvarrnew.pro3 openw,lunw,/get,'delvarrnew.pro'
21 openw,lunw,/get,'rnewtest.pro'
/dports/devel/p5-Path-Tiny/Path-Tiny-0.120/t/
H A Dinput_output.t331 subtest "openw -> openr" => sub {
334 my $fh = $file->openw;
335 ok( ( print {$fh} _lines ), "openw & print" );
344 subtest "openw -> openr (open hint)" => sub {
349 my $fh = $file->openw;
350 ok( ( print {$fh} _utf8_lines ), "openw & print" );
360 subtest "openw -> openr (UTF-8)" => sub {
374 subtest "openw -> openr (raw)" => sub {
378 ok( ( print {$fh} _lines ), "openw & print" );
391 my $fh = $file->openw;
[all …]
/dports/science/healpix/Healpix_3.50/src/idl/zzz_external/astron/
H A Dtextopen.pro119 ; keywords for openw
160 1: if isatty then openw, !TEXTUNIT, filepath(/TERMINAL), /MORE, _extra=openw_keywords
162 2: if isatty then openw, !TEXTUNIT, filepath(/TERMINAL) , _extra=openw_keywords
166 openw, !TEXTUNIT, oname, _extra=openw_keywords
171 4: openw, !TEXTUNIT, 'laser.tmp', _extra=openw_keywords
174 openw,!TEXTUNIT,filename, _extra=openw_keywords
181 openw, !TEXTUNIT, oname, /append, _extra=openw_keywords
187 0: openw,!TEXTUNIT, strtrim(PROGRAM,2) + '.tmp',/DELETE, _extra=openw_keywords
/dports/devel/p5-Module-Refresh/Module-Refresh-0.17/t/
H A Dclear_symtable.t14 dir($dir)->file('Foo.pm')->openw->print(<<'PM');
29 dir($dir)->file('Foo.pm')->openw->print(<<'PM');
/dports/devel/p5-Forest/Forest-0.10/t/
H A D031_Tree_Writer_to_disk.t30 my $fh = $file->openw;
58 my $fh = $file->openw;
/dports/devel/p5-Module-Setup/Module-Setup-0.09/t/010_core/
H A Dtest_util.t16 setup_dir->subdir('foo')->file('setup')->openw->close;
17 target_dir->subdir('foo')->file('target')->openw->close;
/dports/devel/p5-Moose/Moose-2.2201/benchmarks/
H A Dlotsa-classes.pl56 my $all_fh = $lib->file('All.pm')->openw;
59 my $fh = $lib->file($class_name . '.pm')->openw;
/dports/biology/graphlan/nsegata-graphlan-66ec7cfce81e/pyphlan/
H A Dmerg_ctxt.py44 openw = bz2.BZ2File if args['out_ctxt'].endswith(".bz2") else open variable
45 with (openw(args['out_ctxt'],"w") if args['out_ctxt'] else sys.stdout) as out:
H A Dutils.py9 def openw( fn ): function
/dports/biology/graphlan/nsegata-pyphlan-eae40ebc0030/
H A Dmerg_ctxt.py44 openw = bz2.BZ2File if args['out_ctxt'].endswith(".bz2") else open variable
45 with (openw(args['out_ctxt'],"w") if args['out_ctxt'] else sys.stdout) as out:
H A Dutils.py9 def openw( fn ): function
/dports/devel/p5-Module-Install-Repository/Module-Install-Repository-0.06/inc/Path/Class/
H A DFile.pm62 sub openw { $_[0]->open('w') or die "Can't write $_[0]: $!" } subroutine
70 $self->openw;
/dports/devel/p5-File-Assets/File-Assets-0.064/lib/File/Assets/Filter/
H A DMinifier.pm43 $file->openw->print("$output\n");
92 my $file_io = $file->openw or die $!;
/dports/devel/p5-Module-Setup/Module-Setup-0.09/lib/Module/Setup/
H A DDevel.pm42 my $fh = $base_dir->template->path->file('testfile.txt')->openw;
104 my $fh = $distribute->target_path->file('t', 'all.t')->openw;
/dports/games/dungeon/dungeon-3.2_1/
H A DNOBJS.C203 if (prsvec_1.prsa != vindex_1.openw || prsvec_1.prso != oindex_1.egg) {
249 if (prsvec_1.prsa != vindex_1.openw && prsvec_1.prsa != vindex_1.mungw) {
638 if (prsvec_1.prsa != vindex_1.openw && prsvec_1.prsa != vindex_1.closew) {
679 if (prsvec_1.prsa != vindex_1.openw) {
806 if (prsvec_1.prsa != vindex_1.openw && prsvec_1.prsa != vindex_1.closew) {
887 if (prsvec_1.prsa != vindex_1.movew && prsvec_1.prsa != vindex_1.openw) {
/dports/devel/loccount/loccount-dc8279ab2e49ba60db121a47c15dc4ef8b543352/tests/
H A Dperl-filewrite14 my $file_handle = $file->openw();
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dfuse_ui.t123 my $a_string_fhw = $fused->child('a_string')->openw;
140 my $a_boolean_fhw = $fused->child('a_boolean')->openw;
145 $a_boolean_fhw = $fused->child('a_boolean')->openw;
/dports/devel/p5-Path-Class/Path-Class-0.37/lib/Path/Class/
H A DFile.pm71 sub openw { $_[0]->open('w') or croak "Can't write to $_[0]: $!" } subroutine
79 $self->openw;
/dports/devel/p5-String-Diff/String-Diff-0.07/tools/
H A Dgen_pp_test.pl15 my $fh = $t->file($new_name)->openw;
/dports/devel/p5-Data-Model/Data-Model-0.00008/tools/
H A Dgenerate_test_driver-memcached.pl40 my $fh = $file->openw;
/dports/math/maxima/maxima-5.43.2/share/numericalio/
H A Drtest_numericalio.mac313 (s : openw (sconcat (maxima_tempdir, "/tmp-lisp-array.data")),
332 (s : openw (sconcat (maxima_tempdir, "/tmp-maxima-array.data")),
349 (s : openw (sconcat (maxima_tempdir, "/tmp-matrix.data")),
365 (s : openw (sconcat (maxima_tempdir, "/tmp-list.data")),
381 (s : openw (sconcat (maxima_tempdir, "/tmp-nested-list.data")),
397 (s : openw (sconcat (maxima_tempdir, "/tmp-hashed-array.data")),
/dports/science/gnudatalanguage/gdl-1.0.1/testsuite/file_etc/
H A Dtest_file_t_delete.pro3 ; make compatible with windows, use openw and file_mkdir.
62 for k=0,2 do begin & openw,lu,allfiles[k],/get & free_lun, lu & endfor
116 for jj=0, 5 do begin & openw,lu,tdir2[ii]+fnames[jj],/get & free_lun, lu & endfor &$

12345678