Home
last modified time | relevance | path

Searched refs:TYPE_TEMPLATE (Results 1 – 14 of 14) sorted by relevance

/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfTemplate.java67 public static final int TYPE_TEMPLATE = 1; field in PdfTemplate
93 type = TYPE_TEMPLATE; in PdfTemplate()
104 type = TYPE_TEMPLATE; in PdfTemplate()
H A DPdfWriter.java1241 if (template != null && template.getType() == PdfTemplate.TYPE_TEMPLATE) { in addSharedObjectsToBody()
2792 if (template.getType() == PdfTemplate.TYPE_TEMPLATE) { in releaseTemplate()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfTemplate.java60 public static final int TYPE_TEMPLATE = 1; field in PdfTemplate
86 type = TYPE_TEMPLATE; in PdfTemplate()
97 type = TYPE_TEMPLATE; in PdfTemplate()
H A DPdfWriter.java1259 if (template != null && template.getType() == PdfTemplate.TYPE_TEMPLATE) { in addSharedObjectsToBody()
2225 if (template.getType() == PdfTemplate.TYPE_TEMPLATE) { in releaseTemplate()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/devices/
H A Dfilesystem.py17 TYPE_TEMPLATE = "template" variable in DeviceFilesystem
60 if self.type == DeviceFilesystem.TYPE_TEMPLATE:
/dports/textproc/libqxp/libqxp-0.0.0/inc/libqxp/
H A DQXPDocument.h43 TYPE_TEMPLATE, enumerator
/dports/textproc/libqxp/libqxp-0.0.0/src/lib/
H A DQXPDocument.cpp51 …if (detector.type() != QXPDocument::TYPE_DOCUMENT && detector.type() != QXPDocument::TYPE_TEMPLATE) in parse()
H A DQXP4Header.cpp82 return QXPDocument::TYPE_TEMPLATE; in getType()
H A DQXPDetector.cpp94 docType = QXPDocument::TYPE_TEMPLATE; in detect()
/dports/textproc/libqxp/libqxp-0.0.0/src/conv/raw/
H A Dqxp2raw.cpp80 if (!supported|| (type != QXPDocument::TYPE_DOCUMENT && type != QXPDocument::TYPE_TEMPLATE)) in main()
/dports/textproc/libqxp/libqxp-0.0.0/src/conv/text/
H A Dqxp2text.cpp76 if (!supported|| (type != QXPDocument::TYPE_DOCUMENT && type != QXPDocument::TYPE_TEMPLATE)) in main()
/dports/textproc/libqxp/libqxp-0.0.0/src/conv/svg/
H A Dqxp2svg.cpp77 if (!supported || (type != QXPDocument::TYPE_DOCUMENT && type != QXPDocument::TYPE_TEMPLATE)) in main()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/device/
H A Dfsdetails.py146 if fstype == DeviceFilesystem.TYPE_TEMPLATE:
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/qxp/
H A Dimportqxp.cpp348 if (!(type == libqxp::QXPDocument::TYPE_DOCUMENT || type == libqxp::QXPDocument::TYPE_TEMPLATE)) in convert()