Home
last modified time | relevance | path

Searched refs:Pdf (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/random/
H A Drandom_uniform.h67 class Pdf<Uniform<T> >
83 Pdf(T min, T max) in Pdf() function
93 class Pdf<Uniform<bool> >
96 Pdf() {} in Pdf() function
104 struct Value<Pdf<Uniform<T> > >
110 struct Value<const Pdf<Uniform<T> > > : Value<Pdf<Uniform<T> > > {};
119 typename Value<Pdf<Uniform<T> > >::Type
135 typename Value<Pdf<Uniform<T> > >::Type
146 typename Value<Pdf<Uniform<T> > >::Type
158 typename Value<Pdf<Uniform<bool> > >::Type
[all …]
H A Drandom_beta.h89 class Pdf<Beta>
95 Pdf(double mu, double sigma, MeanStdDev const & /*tag*/) in Pdf() function
100 Pdf(double alpha, double beta, AlphaBeta const & /*tag*/) : in Pdf() function
104 Pdf(double alpha, double beta) : in Pdf() function
114 struct Value<Pdf<Beta> >
120 struct Value<const Pdf<Beta> > : Value<Pdf<Beta> > {};
128 typename Value<Pdf<Beta> >::Type
129 pickRandomNumber(TRNG & rng, Pdf<Beta> const & pdf)
131 Pdf<Uniform<double> > pdfUniform(0, 1);
H A Drandom_lognormal.h106 class Pdf<LogNormal>
109 Pdf<Normal> _normalDist;
111 Pdf(double mu, double sigma, MuSigma const &) in Pdf() function
117 Pdf(double mean, double stddev, MeanStdDev const &) in Pdf() function
124 Pdf(double mu, double sigma) in Pdf() function
136 struct Value<Pdf<LogNormal> >
142 struct Value<const Pdf<LogNormal> > : Value<Pdf<LogNormal> > {};
150 typename Value<Pdf<LogNormal> >::Type
151 pickRandomNumber(TRandomNumberGenerator & rng, Pdf<LogNormal> const & pdf)
H A Drandom_geometric.h70 class Pdf<GeometricFairCoin>
74 Pdf() { SEQAN_CHECKPOINT; } in Pdf() function
82 struct Value<Pdf<GeometricFairCoin> >
88 struct Value<const Pdf<GeometricFairCoin> > : Value<Pdf<GeometricFairCoin> > {};
96 typename Value<Pdf<GeometricFairCoin> >::Type
97 pickRandomNumber(TRNG & rng, Pdf<GeometricFairCoin> const & /*pdf*/)
108 typename Value<Pdf<GeometricFairCoin> >::Type value = 0;
H A Drandom_normal.h65 class Pdf<Normal>
81 Pdf(double mu, double sigma) in Pdf() function
93 struct Value<Pdf<Normal> >
99 struct Value<const Pdf<Normal> > : Value<Pdf<Normal> > {};
109 typename Value<Pdf<Normal> >::Type
110 pickRandomNumber(TRNG & rng, Pdf<Normal> const & pdf)
122 Pdf<Uniform<double> > pdfUniform(0, 1);
/dports/biology/seqan1/seqan-1.3.1/seqan/random/
H A Drandom_lognormal.h86 class Pdf<LogNormal>
89 Pdf<Normal> _normalDist;
109 Pdf(double mu, double sigma, MuSigma const &) in Pdf() function
115 Pdf(double mean, double stddev, MeanStdDev const &) in Pdf() function
122 Pdf(double mu, double sigma) in Pdf() function
134 struct Value<Pdf<LogNormal> >
140 struct Value<const Pdf<LogNormal> > : Value<Pdf<LogNormal> > {};
148 typename Value<Pdf<LogNormal> >::Type
149 pickRandomNumber(TRandomNumberGenerator & rng, Pdf<LogNormal> const & pdf)
H A Drandom_uniform.h64 class Pdf<Uniform<T> >
81 Pdf(T min, T max) in Pdf() function
94 struct Value<Pdf<Uniform<T> > >
100 struct Value<const Pdf<Uniform<T> > > : Value<Pdf<Uniform<T> > > {};
109 typename Value<Pdf<Uniform<T> > >::Type
110 _pickRandomNumber(TRNG & rng, Pdf<Uniform<T> > const & pdf, True const &)
125 typename Value<Pdf<Uniform<T> > >::Type
126 _pickRandomNumber(TRNG & rng, Pdf<Uniform<T> > const & pdf, False const &)
136 typename Value<Pdf<Uniform<T> > >::Type
137 pickRandomNumber(TRNG & rng, Pdf<Uniform<T> > const & pdf)
H A Drandom_geometric.h65 class Pdf<GeometricFairCoin>
75 Pdf() { SEQAN_CHECKPOINT; } in Pdf() function
83 struct Value<Pdf<GeometricFairCoin> >
89 struct Value<const Pdf<GeometricFairCoin> > : Value<Pdf<GeometricFairCoin> > {};
100 typename Value<Pdf<GeometricFairCoin> >::Type
101 pickRandomNumber(TRNG & rng, Pdf<GeometricFairCoin> const & /*pdf*/)
112 typename Value<Pdf<GeometricFairCoin> >::Type value = 0;
H A Drandom_generated_forwards.h96 template <typename TSpec> class Pdf; // "seqan-1.3.1/seqan/random/random_base.h"(71) variable
230 …pename TRNG, typename T> inline typename Value<Pdf<Uniform<T> > >::Type _pickRandomNumber(TRNG & r…
231 …pename TRNG, typename T> inline typename Value<Pdf<Uniform<T> > >::Type _pickRandomNumber(TRNG & r…
236 …mNumberGenerator> inline typename Value<Pdf<LogNormal> >::Type pickRandomNumber(TRandomNumberGener…
238 …ypename TRNG, typename T> inline typename Value<Pdf<Uniform<T> > >::Type pickRandomNumber(TRNG & r…
239 template <typename TRNG> inline typename Value<Pdf<Normal> >::Type pickRandomNumber(TRNG & rng, Pdf
240 …mplate <typename TRNG> inline typename Value<Pdf<GeometricFairCoin> >::Type pickRandomNumber(TRNG …
H A Drandom_normal.h62 class Pdf<Normal>
78 Pdf(double mu, double sigma) in Pdf() function
90 struct Value<Pdf<Normal> >
96 struct Value<const Pdf<Normal> > : Value<Pdf<Normal> > {};
107 typename Value<Pdf<Normal> >::Type
108 pickRandomNumber(TRNG & rng, Pdf<Normal> const & pdf)
120 Pdf<Uniform<double> > pdfUniform(0, 1);
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_io.py10 from pikepdf import Pdf, PdfError
18 with Pdf.open(resources / 'sandwich.pdf') as pdf:
40 pdf = Pdf.new()
46 with Pdf.open(outdir / 'sandwich.pdf') as p:
53 with Pdf.open(outdir / 'sandwich.pdf') as p:
115 pdf = Pdf.open(path)
127 pdf = Pdf.open(stream)
136 with Pdf.open(resources / 'pal.pdf') as pdf:
197 with Pdf.open(
217 pdf = Pdf.new()
[all …]
H A Dtest_pdf.py25 with Pdf.open(
44 Pdf.open(42.0)
50 Pdf.open(f.fileno())
60 Pdf.open('does_not_exist.pdf')
67 Pdf.open(target)
131 Pdf.open(stream)
148 Pdf.open(writable)
158 Pdf.open(testio)
166 pdf = Pdf.open(pdf)
173 with Pdf.open(in_) as pdf:
[all …]
H A Dtest_refcount.py11 from pikepdf import Pdf
19 pdf = Pdf.open(resources / 'congress.pdf')
30 pdf = Pdf.open(resources / 'graph.pdf')
43 pdf = Pdf.open(resources / 'graph.pdf')
56 pdf = Pdf.open(resources / 'graph.pdf')
64 pdf = Pdf.open(resources / 'graph.pdf')
71 pdf2 = Pdf.open(resources / 'fourpages.pdf')
H A Dtest_sanity.py16 from pikepdf import Name, Object, Pdf, Stream
33 pdf = Pdf.open(resources / 'graph-encrypted.pdf', password='owner')
38 pdf = Pdf.open(resources / 'graph.pdf')
43 pdf = Pdf.open(resources / 'graph.pdf')
49 pdf = Pdf.new()
109 pdf = Pdf.open(resources / 'graph.pdf')
123 src = Pdf.open(outdir / 'sandwich.pdf')
124 pdf = Pdf.open(resources / 'graph.pdf')
139 src = Pdf.open(out)
H A Dtest_pdfa.py8 from pikepdf import Pdf
38 with Pdf.open(filename) as pdf:
46 with Pdf.open(resources / 'graph.pdf') as pdf:
55 with Pdf.open(sandwich) as pdf:
65 with Pdf.open(sandwich) as pdf:
73 with Pdf.open(sandwich) as pdf:
84 with Pdf.open(sandwich) as pdf:
H A Dtest_pages.py19 Pdf,
49 outpdf = Pdf.new()
57 q = Pdf.new()
280 output_pdf = Pdf.new()
325 pdf_new = Pdf.new()
330 with Pdf.new() as out:
348 out = Pdf.new()
358 out = Pdf.new()
371 out = Pdf.new()
409 output = Pdf.new()
[all …]
/dports/audio/musescore/MuseScore-3.6.1/omr/
H A Dpdf.cpp25 int Pdf::references;
31 int Pdf::numPages() const in numPages()
40 Pdf::Pdf() in Pdf() function in Ms::Pdf
49 bool Pdf::open(const QString& path) in open()
63 Pdf::~Pdf() in ~Pdf()
74 QImage Pdf::binarization(QImage image){ in binarization()
131 QImage Pdf::page(int i) in page()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpdflib_core.cpp1373 QList<Pdf::Resource> result; in asColorSpace()
1505 …nd(Pdf::toPdf(qRound(np1.x())) + " 0 " + Pdf::toPdf(qRound(np.x())) + " " + Pdf::toPdf(qRound(np.y… in PDF_WriteType3Font()
1544 toUnicodeMap += "<" + Pdf::toAscii(tmp) + "> <" + Pdf::toAscii(glToUnicode) + ">\n"; in PDF_WriteType3Font()
1624 …PutDoc("/FontBBox [" + Pdf::toPdf(qRound(minx)) + " " + Pdf::toPdf(qRound(miny)) + " " + Pdf::toPd… in PDF_WriteType3Font()
1863 toUnicodeMap += "<" + Pdf::toAscii(tmp) + "> <" + Pdf::toAscii(tmp2) + ">\n"; in PDF_EncodeCidFont()
2011 toUnicodeMap += "<" + Pdf::toAscii(tmp) + "> <" + Pdf::toAscii(tmp2) + ">\n"; in PDF_EncodeSimpleFont()
2072 PutDoc("/Name " + Pdf::toName(fontName) + "S" + Pdf::toPdf(Fc) + "\n"); in PDF_EncodeSimpleFont()
8772 cc += Pdf::toName(ResNam + "I" + Pdf::toPdf(ResCount-1)) + " Do"; in PDF_3DAnnotation()
9431 cc += Pdf::toName(ResNam + "I" + Pdf::toPdf(ResCount-1)) + " Do"; in PDF_Annotation()
9439 cc += Pdf::toName(ResNam + "I" + Pdf::toPdf(ResCount-1)) + " Do"; in PDF_Annotation()
[all …]
H A Dpdfstructs.h22 namespace Pdf {
73 Pdf::ResourceMap XObjects;
74 Pdf::ResourceMap ImgObjects;
75 Pdf::ResourceMap FObjects;
99 struct PdfICCD : public Pdf::Resource
170 struct PdfSpotC : public Pdf::Resource
H A Dpdfwriter.cpp15 namespace Pdf namespace
577 write("/O "+Pdf::toHexString(ok)+"\n"); in setEncryption()
578 write("/U "+Pdf::toHexString(uk)+"\n"); in setEncryption()
787 write(Pdf::toPdf(StX)+"\n%%EOF\n"); in writeXrefAndTrailer()
803 write(Pdf::toName(iti.key()) + " " + Pdf::toObjRef(iti.value()) + "\n"); in write()
811 write(Pdf::toName(it2.key()) + " " + Pdf::toObjRef(it2.value()) + "\n"); in write()
819 write(Pdf::toName(it3.key()) + " " + Pdf::toObjRef(it3.value()) + "\n"); in write()
827 write(Pdf::toName(it3p.key()) + " " + Pdf::toObjRef(it3p.value()) + "\n"); in write()
835 write(Pdf::toName(it3t.key()) + " " + Pdf::toObjRef(it3t.value()) + "\n"); in write()
843 write(Pdf::toName(it4p.key()) + " " + Pdf::toObjRef(it4p.value()) + "\n"); in write()
[all …]
/dports/biology/seqan1/seqan-1.3.1/demos/tutorial/random/
H A Drandom_examples.cpp19 Pdf<Uniform<double> > uniformDouble(0, 1); in main()
21 Pdf<Uniform<int> > uniformInt(0, 42); in main()
23 Pdf<Normal> normal(0, 1); in main()
25 Pdf<LogNormal> logNormal(0, 1); in main()
29 Pdf<LogNormal> logNormal2(0, 1, MuSigma()); in main()
31 Pdf<LogNormal> logNormal3(0.1, 1, MeanStdDev()); in main()
/dports/finance/prestashop/prestashop/pdf/
H A Dsupply-order.product-tab.tpl25 {l s='Products ordered:' d='Shop.Pdf' pdf='true'}<br/>
31 <th class="product header small" width="14%">{l s='Reference' d='Shop.Pdf' pdf='true'}</th>
32 <th class="product header small" width="21%">{l s='Designation' d='Shop.Pdf' pdf='true'}</th>
33 <th class="product header small" width="5%">{l s='Qty' d='Shop.Pdf' pdf='true'}</th>
34 <th class="product header small" width="10%">{l s='Unit Price TE' d='Shop.Pdf' pdf='true'}</th>
35 …der small" width="11%">{l s='Total TE' d='Shop.Pdf' pdf='true'} <br /> {l s='Before discount' d='S…
36 <th class="product header small" width="9%">{l s='Discount Rate' d='Shop.Pdf' pdf='true'}</th>
37 …ader small" width="11%">{l s='Total TE' d='Shop.Pdf' pdf='true'} <br /> {l s='After discount' d='S…
38 <th class="product header small" width="9%">{l s='Tax rate' d='Shop.Pdf' pdf='true'}</th>
39 <th class="product header small" width="10%">{l s='Total TI' d='Shop.Pdf' pdf='true'}</th>
H A Dinvoice.product-tab.tpl33 …uct header small" width="{$layout.reference.width}%">{l s='Reference' d='Shop.Pdf' pdf='true'}</th>
34 …<th class="product header small" width="{$widthColProduct}%">{l s='Product' d='Shop.Pdf' pdf='true…
36 …oduct header small" width="{$layout.tax_code.width}%">{l s='Tax Rate' d='Shop.Pdf' pdf='true'}</th>
40 …{l s='Base price' d='Shop.Pdf' pdf='true'}{if $isTaxEnabled}<br /> {l s='(Tax excl.)' d='Shop.Pdf'…
45 …{l s='Unit Price' d='Shop.Pdf' pdf='true'}{if $isTaxEnabled}<br /> {l s='(Tax excl.)' d='Shop.Pdf'…
47 …<th class="product header small" width="{$layout.quantity.width}%">{l s='Qty' d='Shop.Pdf' pdf='tr…
49 …{l s='Total' d='Shop.Pdf' pdf='true'}{if $isTaxEnabled}<br /> {l s='(Tax excl.)' d='Shop.Pdf' pdf=…
104 …ice=$order_detail.ecotax_tax_excl}|string_format:{l s='ecotax: %s' d='Shop.Pdf' pdf='true'}}</smal…
125 …mization_infos.name|escape:'html':'UTF-8'|string_format:{l s='%s:' d='Shop.Pdf' pdf='true'}} {if (…
134 <td style="width: 70%;">{l s='image(s):' d='Shop.Pdf' pdf='true'}</td>
[all …]
H A Dsupply-order.total-tab.tpl25 {l s='Summary:' d='Shop.Pdf' pdf='true'}<br/>
30 …ss="grey" width="70%">{l s='Total TE' d='Shop.Pdf' pdf='true'} <br /> {l s='(Before discount)' d='…
36 <td class="grey" width="70%">{l s='Order Discount' d='Shop.Pdf' pdf='true'}</td>
42 …ass="grey" width="70%">{l s='Total TE' d='Shop.Pdf' pdf='true'} <br /> {l s='(After discount)' d='…
48 <td class="grey" width="70%">{l s='Tax value' d='Shop.Pdf' pdf='true'}</td>
54 <td class="grey" width="70%">{l s='Total TI' d='Shop.Pdf' pdf='true'}</td>
60 <td class="grey" width="70%">{l s='Total to pay' d='Shop.Pdf' pdf='true'}</td>
/dports/textproc/py-pikepdf/pikepdf-2.16.1/docs/topics/
H A Dpages.rst14 In [1]: from pikepdf import Pdf
16 In [2]: pdf = Pdf.open('../tests/resources/fourpages.pdf')
34 In [1]: pdf = Pdf.open('../tests/resources/fourpages.pdf')
37 ...: dst = Pdf.new()
63 In [1]: pdf = Pdf.new()
66 ...: src = Pdf.open(file)
82 In [1]: pdf = Pdf.new()
87 ...: src = Pdf.open(file)
130 In [1]: pdf = Pdf.open('../tests/resources/fourpages.pdf')
147 In [3]: graph = Pdf.open('../tests/resources/graph.pdf')
[all …]

12345678910>>...48