Home
last modified time | relevance | path

Searched refs:argInt (Results 51 – 75 of 369) sorted by relevance

12345678910>>...15

/dports/print/tex-basic-engines/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftoppm.cc46 {"-f", argInt, &firstPage, 0,
48 {"-l", argInt, &lastPage, 0,
50 {"-r", argInt, &resolution, 0,
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
/dports/print/tex-aleph/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftoppm.cc46 {"-f", argInt, &firstPage, 0,
48 {"-l", argInt, &lastPage, 0,
50 {"-r", argInt, &resolution, 0,
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
/dports/print/tex-xetex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftoppm.cc46 {"-f", argInt, &firstPage, 0,
48 {"-l", argInt, &lastPage, 0,
50 {"-r", argInt, &resolution, 0,
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
/dports/graphics/xpdf3/xpdf-3.04/xpdf/
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
H A Dpdftohtml.cc41 {"-f", argInt, &firstPage, 0,
43 {"-l", argInt, &lastPage, 0,
45 {"-r", argInt, &resolution, 0,
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/utils/
H A Dpdftops.cc109 {"-f", argInt, &firstPage, 0,
111 {"-l", argInt, &lastPage, 0,
149 {"-paperw", argInt, &paperWidth, 0,
151 {"-paperh", argInt, &paperHeight, 0,
/dports/devel/tex-web2c/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
H A Dpdftohtml.cc41 {"-f", argInt, &firstPage, 0,
43 {"-l", argInt, &lastPage, 0,
45 {"-r", argInt, &resolution, 0,
/dports/japanese/tex-ptex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
/dports/print/tex-luatex/texlive-20150521-source/libs/xpdf/xpdf-3.04/xpdf/
H A Dpdftops.cc69 {"-f", argInt, &firstPage, 0,
71 {"-l", argInt, &lastPage, 0,
105 {"-paperw", argInt, &paperWidth, 0,
107 {"-paperh", argInt, &paperHeight, 0,
H A Dpdftohtml.cc41 {"-f", argInt, &firstPage, 0,
43 {"-l", argInt, &lastPage, 0,
45 {"-r", argInt, &resolution, 0,
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A Dpdftoppm.cc51 {"-f", argInt, &firstPage, 0,
53 {"-l", argInt, &lastPage, 0,
65 {"-rot", argInt, &rotate, 0,
H A Dpdftops.cc73 {"-f", argInt, &firstPage, 0,
75 {"-l", argInt, &lastPage, 0,
113 {"-paperw", argInt, &paperWidth, 0,
115 {"-paperh", argInt, &paperHeight, 0,
H A Dpdftohtml.cc45 {"-f", argInt, &firstPage, 0,
47 {"-l", argInt, &lastPage, 0,
51 {"-r", argInt, &resolution, 0,
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A Dpdftoppm.cc51 {"-f", argInt, &firstPage, 0,
53 {"-l", argInt, &lastPage, 0,
65 {"-rot", argInt, &rotate, 0,
H A Dpdftops.cc73 {"-f", argInt, &firstPage, 0,
75 {"-l", argInt, &lastPage, 0,
113 {"-paperw", argInt, &paperWidth, 0,
115 {"-paperh", argInt, &paperHeight, 0,
H A Dpdftohtml.cc45 {"-f", argInt, &firstPage, 0,
47 {"-l", argInt, &lastPage, 0,
51 {"-r", argInt, &resolution, 0,
/dports/devel/p5-Chooser/Chooser-2.0.0/lib/
H A DChooser.pm47 my $argInt=0; #starting at 2 as it is the next in the line
48 while(defined($argsStringSplit[$argInt])){
49 my @argsplit=split(/=/, $argsStringSplit[$argInt], 2);
58 $argInt++;
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A Dpdftops.cc141 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
142 { "-l", argInt, &lastPage, 0, "last page to print" },
155 … { "-r", argInt, &splashResolution, 0, "resolution for rasterization, in DPI (default is 300)" },
175 { "-paperw", argInt, &paperWidth, 0, "paper width, in points" },
176 … { "-paperh", argInt, &paperHeight, 0, "paper height, in points" },
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A Dpdftops.cc141 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
142 { "-l", argInt, &lastPage, 0, "last page to print" },
155 … { "-r", argInt, &splashResolution, 0, "resolution for rasterization, in DPI (default is 300)" },
175 { "-paperw", argInt, &paperWidth, 0, "paper width, in points" },
176 … { "-paperh", argInt, &paperHeight, 0, "paper height, in points" },
/dports/graphics/poppler/poppler-21.12.0/utils/
H A Dpdftops.cc141 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
142 { "-l", argInt, &lastPage, 0, "last page to print" },
155 … { "-r", argInt, &splashResolution, 0, "resolution for rasterization, in DPI (default is 300)" },
175 { "-paperw", argInt, &paperWidth, 0, "paper width, in points" },
176 … { "-paperh", argInt, &paperHeight, 0, "paper height, in points" },
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A Dpdftops.cc141 static const ArgDesc argDesc[] = { { "-f", argInt, &firstPage, 0, "first page to print" },
142 { "-l", argInt, &lastPage, 0, "last page to print" },
155 … { "-r", argInt, &splashResolution, 0, "resolution for rasterization, in DPI (default is 300)" },
175 { "-paperw", argInt, &paperWidth, 0, "paper width, in points" },
176 … { "-paperh", argInt, &paperHeight, 0, "paper height, in points" },

12345678910>>...15