Home
last modified time | relevance | path

Searched refs:gs_cmd (Results 1 – 22 of 22) sorted by relevance

/dports/math/R/R-4.1.2/src/library/tools/man/
H A Dfind_gs_cmd.Rd19 find_gs_cmd(gs_cmd = "")
22 \item{gs_cmd}{The name, full or partial path of a GhostScript executable.}
29 first from argument \code{gs_cmd} then from the environment variable
34 \code{gs_cmd} then from the environment variables \env{R_GSCMD} and
H A DcompactPDF.Rd19 gs_cmd = Sys.getenv("R_GSCMD", ""),
31 \item{gs_cmd}{Character string giving the path to the GhostScript
51 included with the CRAN macOS distribution of \R. If \code{gs_cmd}
54 \code{gs_quality != "none"} and \code{gs_cmd} is \code{""}, an attempt
57 \command{qpdf} and/or \command{gs_cmd} are run on all PDF files found,
/dports/math/libRmath/R-4.1.1/src/library/tools/man/
H A Dfind_gs_cmd.Rd19 find_gs_cmd(gs_cmd = "")
22 \item{gs_cmd}{The name, full or partial path of a GhostScript executable.}
29 first from argument \code{gs_cmd} then from the environment variable
34 \code{gs_cmd} then from the environment variables \env{R_GSCMD} and
H A DcompactPDF.Rd19 gs_cmd = Sys.getenv("R_GSCMD", ""),
31 \item{gs_cmd}{Character string giving the path to the GhostScript
51 included with the CRAN macOS distribution of \R. If \code{gs_cmd}
54 \code{gs_quality != "none"} and \code{gs_cmd} is \code{""}, an attempt
57 \command{qpdf} and/or \command{gs_cmd} are run on all PDF files found,
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/thumbpdf/
H A Dthumbpdf.pl666 my $gs_cmd = <<"GS_CMD_END";
683 $gs_cmd =~ s/^[^\r\n]+[\r\n]+//;
684 print GSCNF $gs_cmd;
703 chomp($gs_cmd);
704 $gs_cmd =~ s/\n/ /mg;
705 print "> $gs_cmd\n" if $::opt_verbose;
724 open(KID, "$gs_cmd|") or die "$Error Cannot open Ghostscript ($!)!\n";
768 $capture = `$gs_cmd`;
/dports/print/pstotext/pstotext-1.9/
H A Dpstotxtd.c433 char gs_cmd[2*MAXPATHLEN]; in do_it() local
504 sprintf(gs_cmd, "%s @%s %s %s", gscommand, gsargtemp, in do_it()
513 …sprintf(gs_cmd, "%s -r72 -dNODISPLAY -dFIXEDMEDIA -dDELAYBIND -dWRITESYSTEMDICT %s -dNOPAUSE %s %s… in do_it()
528 fputs(gs_cmd, stdout); in do_it()
533 if (system(gs_cmd)) { in do_it()
534 fprintf(stderr,"\nCan't run (errno=%d):\n %s\n", errno, gs_cmd); in do_it()
541 gs = popen(gs_cmd, "r"); in do_it()
H A Dmain.c51 static const char *gs_cmd = "gs"; variable
335 gs_cmd = argv[i]; in main()
/dports/math/R/R-4.1.2/src/library/tools/R/
H A Dadmin.R1038 gs_cmd = Sys.getenv("R_GSCMD", ""), argument
1059 use_gs <- if(gs_quality != "none") nzchar(gs_cmd <- find_gs_cmd(gs_cmd)) else FALSE
1070 res <- system2(gs_cmd,
1101 find_gs_cmd <- function(gs_cmd = "") argument
1103 if(!nzchar(gs_cmd)) {
1107 gs_cmd <- Sys.which(gsexe)
1108 if (!nzchar(gs_cmd)) gs_cmd <- Sys.which("gswin64c")
1109 if (!nzchar(gs_cmd)) gs_cmd <- Sys.which("gswin32c")
1110 gs_cmd
1112 } else Sys.which(gs_cmd)
H A Dbuild.R420 gs_cmd <- find_gs_cmd() functionVar
423 gs_cmd <- ""
430 gs_cmd = gs_cmd, gs_quality = gs_quality)
H A Dcheck.R2893 gs_cmd <- find_gs_cmd() functionVar
2894 if (nzchar(gs_cmd)) {
2895 res <- compactPDF(td, gs_cmd = gs_cmd, gs_quality = "ebook")
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A Dadmin.R1038 gs_cmd = Sys.getenv("R_GSCMD", ""), argument
1059 use_gs <- if(gs_quality != "none") nzchar(gs_cmd <- find_gs_cmd(gs_cmd)) else FALSE
1070 res <- system2(gs_cmd,
1101 find_gs_cmd <- function(gs_cmd = "") argument
1103 if(!nzchar(gs_cmd)) {
1107 gs_cmd <- Sys.which(gsexe)
1108 if (!nzchar(gs_cmd)) gs_cmd <- Sys.which("gswin64c")
1109 if (!nzchar(gs_cmd)) gs_cmd <- Sys.which("gswin32c")
1110 gs_cmd
1112 } else Sys.which(gs_cmd)
H A Dbuild.R420 gs_cmd <- find_gs_cmd() functionVar
423 gs_cmd <- ""
430 gs_cmd = gs_cmd, gs_quality = gs_quality)
H A Dcheck.R2892 gs_cmd <- find_gs_cmd() functionVar
2893 if (nzchar(gs_cmd)) {
2894 res <- compactPDF(td, gs_cmd = gs_cmd, gs_quality = "ebook")
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/tests/
H A Dexport_pngtest.py21 gs_cmd = [ variable
85 convert_cmd = gs_cmd + ["-sOutputFile=\"" + pngfile + "\"", exportfile]
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/tests/
H A Dexport_pngtest.py21 gs_cmd = [ variable
85 convert_cmd = gs_cmd + ["-sOutputFile=\"" + pngfile + "\"", exportfile]
/dports/math/R/R-4.1.2/src/library/utils/R/
H A DSweave.R534 gs_cmd <- tools::find_gs_cmd(Sys.getenv("R_GSCMD", "")) functionVar
537 gs_cmd <- ""
544 gs_cmd = gs_cmd,
/dports/math/libRmath/R-4.1.1/src/library/utils/R/
H A DSweave.R534 gs_cmd <- tools::find_gs_cmd(Sys.getenv("R_GSCMD", "")) functionVar
537 gs_cmd <- ""
544 gs_cmd = gs_cmd,
/dports/www/fusionpbx/fusionpbx-4.4.1/app/fax/
H A Dfax_send.php128 function gs_cmd($args) { function
378 …$cmd = gs_cmd("-q -sDEVICE=tiffg3 -r".$gs_r." -g".$gs_g." -dNOPAUSE -sOutputFile=".correct_path($f…
597 …$cmd = gs_cmd("-q -sDEVICE=tiffg3 -r".$gs_r." -g".$gs_g." -dNOPAUSE -sOutputFile=".correct_path($f…
637 $cmd = gs_cmd('-q -sDEVICE=tiffg3 -r'.$gs_r.' -g'.$gs_g.' -dNOPAUSE -sOutputFile='.
/dports/math/octave/octave-6.4.0/scripts/plot/util/private/
H A D__ghostscript__.m31 function [gs_cmd, cleanup_cmd] = __ghostscript__ (varargin)
193 gs_cmd = cmd; variable
/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dcairo.c1378 char gs_cmd[256]; in write_scale_position_and_run_gs() local
1389 sprintf(gs_cmd, in write_scale_position_and_run_gs()
1411 gsapi_run_string(instance, gs_cmd, 0, &exit_code); in write_scale_position_and_run_gs()
/dports/print/texlive-base/texlive-20150521-source/texk/dviljk/
H A Ddvi2xx.c3994 const char *gs_cmd; in DoSpecial() local
4079 if ( (gs_cmd = getenv("GS_PATH")) == NULL ) in DoSpecial()
4080 gs_cmd = "rungs.exe"; in DoSpecial()
4082 gs_cmd = "gs"; in DoSpecial()
4084 if ( strlen(cmd_format)-10 + strlen(gs_cmd) + strlen(printer) + in DoSpecial()
4094 gs_cmd, printer, pcl_file, scale_file, include_file); in DoSpecial()
/dports/math/octave/octave-6.4.0/scripts/plot/util/
H A Dprint.m905 gs_cmd = __ghostscript__ ("binary", opts.ghostscript.binary, variable
909 cmd = sprintf ("%s %s & %s", gs_cmd, filein, cmd);