Home
last modified time | relevance | path

Searched defs:checkPDF (Results 1 – 6 of 6) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A DcheckDocument.h48 …enum CheckMode { checkNULL, checkPDF, checkEPS, checkPrint, checkPrintPreview, checkOutputPreviewP… enumerator
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFVTTestCase.java166 private void checkPDF(ByteArrayOutputStream out) throws IOException { in checkPDF() method in PDFVTTestCase
H A DPDFLinearizationTestCase.java97 private void checkPDF(byte[] data) throws IOException { in checkPDF() method in PDFLinearizationTestCase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/
H A DGraphicFormatDetector.cxx560 bool GraphicFormatDetector::checkPDF() in checkPDF() function in vcl::GraphicFormatDetector
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/
H A DGraphicFormatDetector.cxx803 bool GraphicFormatDetector::checkPDF() in checkPDF() function in vcl::GraphicFormatDetector
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/statistics/distribution/
H A DAbstractDistributionTest.java69 public void checkPDF(Distribution d, String key, double err) { in checkPDF() method in AbstractDistributionTest