Home
last modified time | relevance | path

Searched refs:UPCA (Results 1 – 25 of 100) sorted by relevance

1234

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DBarcodeFormat.h49 UPCA = (1 << 14), ///< UPC-A (1D) enumerator
52 …Codabar | Code39 | Code93 | Code128 | EAN8 | EAN13 | ITF | DataBar | DataBarExpanded | UPCA | UPCE,
71 UPC_A [[deprecated]] = UPCA,
H A DGTIN.cpp163 if (!(BarcodeFormat::EAN13 | BarcodeFormat::UPCA | BarcodeFormat::UPCE).testFlag(result.format())) in EanAddOn()
H A DMultiFormatWriter.cpp74 case BarcodeFormat::UPCA: return exec0(OneD::UPCAWriter()); in encode()
H A DBarcodeFormat.cpp54 {BarcodeFormat::UPCA, "UPC-A"},
/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/sample/
H A Dsmp_ind.pl4 use GD::Barcode::UPCA;
53 $oGdBar = GD::Barcode::UPCA->new('12345678901');
63 $oGdBar = GD::Barcode::UPCA->new('12345678901132');
64 print "ERROR:", $GD::Barcode::UPCA::errStr, "\n";
/dports/graphics/barcode/barcode-0.98/
H A Dean.c445 enum {UPCA, UPCE, EAN13, EAN8, ISBN} encoding = ISBN; in Barcode_ean_encode() enumerator
503 encoding = UPCA; in Barcode_ean_encode()
521 if (encoding == UPCA) { /* add the leading 0 (not printed) */ in Barcode_ean_encode()
533 if (encoding == UPCA || encoding == EAN13 || encoding == ISBN) { in Barcode_ean_encode()
534 if (!(encoding == UPCA && len0 == 12) && in Barcode_ean_encode()
546 } else if (encoding == UPCA) in Barcode_ean_encode()
567 if (encoding == UPCA && i==1) { in Barcode_ean_encode()
592 if (encoding == UPCA && i==12) { in Barcode_ean_encode()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/barcode/
H A D__init__.py48 …from reportlab.graphics.barcode.eanbc import Ean13BarcodeWidget, Ean8BarcodeWidget, UPCA, Ean5Barc…
65 UPCA,
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/
H A DODMultiUPCEANReader.cpp35 _canReturnUPCA = _hints.formats().empty() || _hints.hasFormat(BarcodeFormat::UPCA); in MultiUPCEANReader()
293 if (!(((_hints.hasFormat(BarcodeFormat::EAN13 | BarcodeFormat::UPCA)) && EAN13(res, begin)) || in decodePattern()
306 res.format = BarcodeFormat::UPCA; in decodePattern()
H A DODReader.cpp48 …if (formats.testFlags(BarcodeFormat::EAN13 | BarcodeFormat::UPCA | BarcodeFormat::EAN8 | BarcodeFo… in Reader()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBarcodeEAN.java463 case UPCA: in getBarcodeSize()
538 case UPCA: in placeBarcode()
555 case UPCA: in placeBarcode()
616 case UPCA: in placeBarcode()
680 case UPCA: in createAwtImage()
H A DBarcode.java67 public static final int UPCA = 3; field in Barcode
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/test/blackbox/
H A DTestWriterMain.cpp58 {BarcodeFormat::UPCA, 11}, in main()
/dports/graphics/zbar/zbar-0.23.90/java/net/sourceforge/zbar/
H A DSymbol.java45 public static final int UPCA = 12; field in Symbol
/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/Barcode/
H A DUPCA.pm1 package GD::Barcode::UPCA;
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/example/
H A DZXingQtReader.h55 UPCA = (1 << 14), ///< UPC-A (1D) enumerator
58 …Codabar | Code39 | Code93 | Code128 | EAN8 | EAN13 | ITF | DataBar | DataBarExpanded | UPCA | UPCE,
H A DZXingReader.cpp159 if ((BarcodeFormat::EAN13 | BarcodeFormat::EAN8 | BarcodeFormat::UPCA | BarcodeFormat::UPCE) in main()
/dports/graphics/barcode/barcode-0.98/bookland/
H A Dbookland.py425 class UPCA(UPC): class
651 class EAN13(UPCA):
655 UPCA.__init__(self,arg)
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/wrappers/android/zxingcpp/src/main/cpp/
H A DBarcodeReader.cpp46 case BarcodeFormat::UPCA: return "UPC_A"; in JavaBarcodeFormatName()
/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/
H A DMANIFEST185 Barcode/UPCA.pm
211 sample/UPCA.png
/dports/print/limereport/LimeReport-1.5.35/limereport/items/
H A Dlrbarcodeitem.h81 UPCA =34, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A Dcfx_barcode_unittest.cpp168 #define MAYBE_UPCA UPCA
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A Dcfx_barcode_unittest.cpp175 #define MAYBE_UPCA UPCA
/dports/finance/electrum/Electrum-4.1.5/electrum/qrreader/
H A Dzbar.py100 UPCA = 12 variable in ZbarSymbolType
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/wrappers/python/
H A Dzxing.cpp118 .value("UPCA", BarcodeFormat::UPCA) in PYBIND11_MODULE()
/dports/graphics/p5-Barcode-ZBar/Barcode-ZBar-0.04/ZBar/
H A DSymbol.pod113 =item UPCA

1234