Home
last modified time | relevance | path

Searched refs:eps_file (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/eps2png/eps2png-2.905/script/
H A Deps2png76 my $eps_file;
88 foreach $eps_file ( @ARGV ) {
90 unless ( open (EPS, $eps_file) ) {
91 print STDERR ("Cannot open $eps_file [$!], skipped\n");
98 print STDERR ("Not EPS file: $eps_file, skipped\n");
165 $ps .= "($eps_file) run\n".
178 print STDERR ("No bounding box in $eps_file\n");
193 elsif ( $eps_file =~ /^(.+).epsf?$/i ) {
198 $out_file = $eps_file . ".$format";
199 $pbm_file = $eps_file . ".ppm";
[all …]
/dports/graphics/eps2png/eps2png-2.905/lib/App/
H A Deps2png.pm76 my $eps_file;
88 foreach $eps_file ( @ARGV ) {
90 unless ( open (EPS, $eps_file) ) {
91 print STDERR ("Cannot open $eps_file [$!], skipped\n");
98 print STDERR ("Not EPS file: $eps_file, skipped\n");
165 $ps .= "($eps_file) run\n".
178 print STDERR ("No bounding box in $eps_file\n");
193 elsif ( $eps_file =~ /^(.+).epsf?$/i ) {
198 $out_file = $eps_file . ".$format";
199 $pbm_file = $eps_file . ".ppm";
[all …]
/dports/cad/pcb/pcb-4.2.0/doc/
H A Deps2png52 my $eps_file;
55 foreach $eps_file ( @ARGV ) {
57 unless ( open (EPS, $eps_file) ) {
58 print STDERR ("Cannot open $eps_file [$!], skipped\n");
65 print STDERR ("Not EPS file: $eps_file, skipped\n");
127 $ps .= "($eps_file) run\n".
134 print STDERR ("No bounding box in $eps_file\n");
151 elsif ( $eps_file =~ /^(.+).epsf?$/i ) {
156 $out_file = $eps_file . ".$format";
157 $pbm_file = $eps_file . ".ppm";
[all …]
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Dr_vareas.c38 char buf[1024], eps_file[GPATH_MAX]; in read_vareas() local
178 strcpy(eps_file, data); in read_vareas()
180 strcpy(eps_file, G_gisbase()); in read_vareas()
182 strcat(eps_file, data); in read_vareas()
185 vector.layer[vec].pat = G_store(eps_file); in read_vareas()
H A Dr_plt.c125 char buf[1024], eps_file[GPATH_MAX]; in read_eps() local
162 strcpy(eps_file, data); in read_eps()
164 strcpy(eps_file, G_gisbase()); in read_eps()
166 strcat(eps_file, data); in read_eps()
169 eps = G_store(eps_file); in read_eps()
/dports/science/elk/elk-7.2.42/utilities/elk-bands/
H A Delk-bands71 eps_file=$me.eps
226 set output "$eps_file"
256 echo "- Band plot is ready in $eps_file"
/dports/math/unuran/unuran-1.8.1/doc/figures/
H A Dtexpict2img.pl86 my $eps_file = "$file_base.eps";
93 print STDERR "EPS file = $eps_file\n";
/dports/devel/sgb/sgb-20090810_1/
H A Dassign_lisa.w658 eps_file=fopen("lisa.eps","w");
659 if (!eps_file) {
663 fprintf(eps_file,"%%!PS-Adobe-3.0 EPSF-3.0\n");
671 fprintf(eps_file,"grestore\n");
686 fprintf(eps_file,"%02lx",x>255?255L:x);
687 if ((l&0x1f)==0x1f) fprintf(eps_file,"\n");
689 if (n&0x1f) fprintf(eps_file,"\n");
694 fprintf(eps_file,
698 fprintf(eps_file," .1 setlinewidth\n");
700 fprintf(eps_file," %ld %ld bx\n",@|
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/graphics/
H A DGraph2D.cpp629 char eps_file[32]; // tag with graph id (window number) in print_callback() local
630 sprintf(eps_file, "dakota_graphic_%d.eps", graph->graphId); in print_callback()
631 SciPlotPSCreate(graph->plotWidget, eps_file); in print_callback()
632 cout << "Created EPS file " << eps_file << endl; in print_callback()
/dports/audio/snd/snd-21.2/
H A Dsnd-print.c575 else file = eps_file(ss); in g_graph_to_ps()
621 else file = eps_file(ss); in g_gl_graph_to_ps()
689 static Xen g_eps_file(void) {return(C_string_to_Xen_string(eps_file(ss)));} in g_eps_file()
695 if (eps_file(ss)) free(eps_file(ss)); in g_set_eps_file()
697 return(C_string_to_Xen_string(eps_file(ss))); in g_set_eps_file()
H A Dsnd-main.c520 …if ((eps_file(ss)) && (!(mus_strcmp(eps_file(ss), DEFAULT_EPS_FILE)))) pss_sq(fd, S_eps_file, eps_… in save_options()
H A Dsnd-0.h1196 #define eps_file(ss) ss->Eps_File macro
H A Dsnd-test.rb1678 ["eps_file", eps_file(), "snd.eps"],
7006 psf = eps_file
28497 old_eps_file = eps_file
28576 if (res = eps_file) != "hiho.eps"
H A Dsnd-motif.c20525 XtSetArg(args[n], XmNvalue, eps_file(ss)); n++; in start_print_dialog()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/mesquite/
H A Didft_time_test.cpp94 const char* eps_file = 0; /* eps output file name */ variable
239 case 'p': exp_list.push_back(&eps_file); break; in main()
280 if ((vtk_file || gpt_file || eps_file) && count != 1) { in main()
410 if (eps_file) { in run()
413 MeshWriter::write_eps( &mesh, eps_file, proj, err ); in run()
415 cerr << eps_file << ": failed to write file." << endl; in run()
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dcairo.cc313 void eps_file (std::string const &content, std::vector<int> bbox, Real scale);
314 void eps_file (SCM, SCM, SCM);
888 Cairo_outputter::eps_file (std::string const &content, std::vector<int> bbox, in eps_file() function in Cairo_outputter
958 Cairo_outputter::eps_file (SCM content, SCM bbox_scm, SCM scale) in eps_file() function in Cairo_outputter
965 eps_file (ly_scm2string (content), bbox, from_scm<Real> (scale)); in eps_file()
1002 eps_file (eps_command, bbox, 1.0); in embedded_ps()
1324 eps_file (arg[1], arg[2], arg[3]); in output()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dfile-ps.c1579 FILE *eps_file; in ps_open() local
1603 eps_file = g_fopen (filename, "rb"); in ps_open()
1605 if (eps_file != NULL) in ps_open()
1609 fread (hdr, 1, sizeof(hdr), eps_file); in ps_open()
1637 fclose (eps_file); in ps_open()
/dports/biology/jalview/jalview/resources/lang/
H A DMessages.properties1111 label.eps_file = EPS file
H A DMessages_es.properties1032 label.eps_file = Fichero EPS