Home
last modified time | relevance | path

Searched refs:Barcode (Results 1 – 25 of 2630) sorted by relevance

12345678910>>...106

/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/
H A DMANIFEST1 Barcode.pm
2 Barcode/Code39.pm
3 Barcode/COOP2of5.pm
4 Barcode/EAN13.pm
5 Barcode/EAN8.pm
6 Barcode/IATA2of5.pm
8 Barcode/ITF.pm
9 Barcode/Matrix2of5.pm
10 Barcode/NW7.pm
11 Barcode/QRcode.pm
[all …]
/dports/graphics/p5-GD-Barcode/GD-Barcode-1.15/sample/
H A Dsmp_ind.pl2 use GD::Barcode::EAN8;
3 use GD::Barcode::EAN13;
4 use GD::Barcode::UPCA;
5 use GD::Barcode::UPCE;
6 use GD::Barcode::NW7;
7 use GD::Barcode::Code39;
8 use GD::Barcode::ITF;
10 use GD::Barcode::Matrix2of5;
11 use GD::Barcode::IATA2of5;
12 use GD::Barcode::COOP2of5;
[all …]
H A Dsmp_all.pl2 use GD::Barcode;
8 $oGdBar = GD::Barcode->new('EAN13', '123456789012');
19 print "ERROR:", $GD::Barcode::errStr, "\n";
25 $oGdBar = GD::Barcode->new('EAN8', '1234567');
36 print "ERROR:", $GD::Barcode::errStr, "\n";
53 print "ERROR:", $GD::Barcode::errStr, "\n";
70 print "ERROR:", $GD::Barcode::errStr, "\n";
87 print "ERROR:", $GD::Barcode::errStr, "\n";
104 print "ERROR:", $GD::Barcode::errStr, "\n";
121 print "ERROR:", $GD::Barcode::errStr, "\n";
[all …]
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DBarcode.php5 class Barcode class
89 $barcode = new Barcode\Code93($code);
97 $barcode = new Barcode\Msi($code, false);
101 $barcode = new Barcode\Msi($code, true);
109 $barcode = new Barcode\Code128($code, 'A');
113 $barcode = new Barcode\Code128($code, 'B');
117 $barcode = new Barcode\Code128($code, 'C');
121 $barcode = new Barcode\Code128($code, 'A', true);
125 $barcode = new Barcode\Code128($code, 'B', true);
149 $barcode = new Barcode\S25($code, false);
[all …]
/dports/graphics/p5-Barcode-ZBar/Barcode-ZBar-0.04/
H A DZBar.xs183 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar PREFIX = zbar_
231 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Error PREFIX = zbar_
268 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Config PREFIX = zbar_config_
287 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Symbol PREFIX = zbar_symbol_
358 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Image PREFIX = zbar_image_
360 Barcode::ZBar::Image
374 Barcode::ZBar::Image
379 Barcode::ZBar::Image
462 Barcode::ZBar::Processor
655 Barcode::ZBar::Decoder
[all …]
H A Dtypemap2 Barcode::ZBar::Error T_PTROBJ
3 Barcode::ZBar::Symbol T_PTROBJ
4 Barcode::ZBar::Image T_PTROBJ
5 Barcode::ZBar::Processor T_PTROBJ
6 Barcode::ZBar::Video T_PTROBJ
7 Barcode::ZBar::Window T_PTROBJ
8 Barcode::ZBar::ImageScanner T_PTROBJ
9 Barcode::ZBar::Decoder T_PTROBJ
10 Barcode::ZBar::Scanner T_PTROBJ
/dports/graphics/zbar/zbar-0.23.90/perl/
H A DZBar.xs194 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar PREFIX = zbar_
241 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Error PREFIX = zbar_
278 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Config PREFIX = zbar_config_
297 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Modifier PREFIX = zbar_mod_
323 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Symbol PREFIX = zbar_symbol_
415 MODULE = Barcode::ZBar PACKAGE = Barcode::ZBar::Image PREFIX = zbar_image_
417 Barcode::ZBar::Image
431 Barcode::ZBar::Image
436 Barcode::ZBar::Image
733 Barcode::ZBar::Decoder
[all …]
H A Dtypemap2 Barcode::ZBar::Error T_PTROBJ
3 Barcode::ZBar::Symbol T_PTROBJ
4 Barcode::ZBar::Image T_PTROBJ
5 Barcode::ZBar::Processor T_PTROBJ
6 Barcode::ZBar::Video T_PTROBJ
7 Barcode::ZBar::Window T_PTROBJ
8 Barcode::ZBar::ImageScanner T_PTROBJ
9 Barcode::ZBar::Decoder T_PTROBJ
10 Barcode::ZBar::Scanner T_PTROBJ
/dports/graphics/zbar/zbar-0.23.90/perl/t/
H A DZBar.t10 BEGIN { use_ok('Barcode::ZBar') }
14 like(Barcode::ZBar::version(), qr<\d.\d>, 'version');
18 Barcode::ZBar::set_verbosity(16);
19 Barcode::ZBar::increase_verbosity();
54 [Barcode::ZBar::Modifier::GS1, 'GS1', 0],
55 [Barcode::ZBar::Modifier::AIM, 'AIM', 1],
61 [Barcode::ZBar::Orient::UNKNOWN, 'UNKNOWN', -1],
62 [Barcode::ZBar::Orient::UP, 'UP', 0],
63 [Barcode::ZBar::Orient::RIGHT, 'RIGHT', 1],
64 [Barcode::ZBar::Orient::DOWN, 'DOWN', 2],
[all …]
H A DDecoder.t10 BEGIN { use_ok('Barcode::ZBar') }
14 my $decoder = Barcode::ZBar::Decoder->new();
15 isa_ok($decoder, 'Barcode::ZBar::Decoder', 'decoder');
28 is($sym, Barcode::ZBar::Symbol::NONE, 'enum/enum compare');
58 is($decoder->get_color(), Barcode::ZBar::SPACE, 'reset color');
66 $decoder->set_config(Barcode::ZBar::Symbol::QRCODE,
67 Barcode::ZBar::Config::ENABLE, 0);
74 if($tmp > Barcode::ZBar::Symbol::PARTIAL) {
78 is($sym, Barcode::ZBar::Symbol::EAN13, 'EAN-13 type');
83 [Barcode::ZBar::Config::ENABLE,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/shape_detection/android/java/src/org/chromium/shape_detection/
H A DBarcodeDetectionImpl.java135 case Barcode.CODE_39: in toBarcodeFormat()
137 case Barcode.CODE_93: in toBarcodeFormat()
139 case Barcode.CODABAR: in toBarcodeFormat()
143 case Barcode.EAN_13: in toBarcodeFormat()
145 case Barcode.EAN_8: in toBarcodeFormat()
147 case Barcode.ITF: in toBarcodeFormat()
149 case Barcode.QR_CODE: in toBarcodeFormat()
151 case Barcode.UPC_A: in toBarcodeFormat()
153 case Barcode.UPC_E: in toBarcodeFormat()
155 case Barcode.PDF417: in toBarcodeFormat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/shape_detection/android/java/src/org/chromium/shape_detection/
H A DBarcodeDetectionImpl.java135 case Barcode.CODE_39: in toBarcodeFormat()
137 case Barcode.CODE_93: in toBarcodeFormat()
139 case Barcode.CODABAR: in toBarcodeFormat()
143 case Barcode.EAN_13: in toBarcodeFormat()
145 case Barcode.EAN_8: in toBarcodeFormat()
147 case Barcode.ITF: in toBarcodeFormat()
149 case Barcode.QR_CODE: in toBarcodeFormat()
151 case Barcode.UPC_A: in toBarcodeFormat()
153 case Barcode.UPC_E: in toBarcodeFormat()
155 case Barcode.PDF417: in toBarcodeFormat()
[all …]
/dports/textproc/kreport/kreport-3.2.0/src/plugins/barcode/
H A DKReportScriptBarcode.cpp27 Barcode::Barcode(KReportItemBarcode *b) in Barcode() function in Scripting::Barcode
32 Barcode::~Barcode() in ~Barcode()
36 QPointF Barcode::position() const in position()
41 void Barcode::setPosition(const QPointF& p) in setPosition()
46 QSizeF Barcode::size() const in size()
51 void Barcode::setSize(const QSizeF& s) in setSize()
56 Qt::Alignment Barcode::horizontalAlignment() const in horizontalAlignment()
66 QString Barcode::source() const in source()
71 void Barcode::setSource(const QString& s) in setSource()
76 QString Barcode::format() const in format()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/barcodegenerator/
H A Dbarcode.cpp15 Barcode::Barcode() in Barcode() function in Barcode
20 Barcode::~Barcode() = default;
22 void Barcode::languageChange() in languageChange()
40 QString Barcode::fullTrName() const in fullTrName()
45 const ScActionPlugin::AboutData* Barcode::getAboutData() const in getAboutData()
75 void Barcode::deleteAboutData(const AboutData* about) const in deleteAboutData()
81 bool Barcode::run(ScribusDoc* doc, const QString& /*target*/ ) in run()
99 Barcode* plug = new Barcode(); in barcodegenerator_getPlugin()
106 Barcode* plug = qobject_cast<Barcode*>(plugin); in barcodegenerator_freePlugin()
/dports/security/kpkpass/kpkpass-21.12.3/src/
H A Dbarcode.cpp25 Barcode::Barcode() in Barcode() function in Barcode
30 Barcode::Barcode(const QJsonObject &obj, const Pass *pass) in Barcode() function in Barcode
37 Barcode::~Barcode() = default;
39 QString Barcode::alternativeText() const in alternativeText()
47 Barcode::Format KPkPass::Barcode::format() const in format()
62 QString Barcode::message() const in message()
67 QString Barcode::messageEncoding() const in messageEncoding()
/dports/textproc/kreport/kreport-3.2.0/po/bs/
H A Dkreport_barcodeplugin_qt.po63 #| msgctxt "Barcode symbology, keep short"
71 #| msgctxt "Barcode symbology, keep short"
79 #| msgctxt "Barcode symbology, keep short"
87 #| msgctxt "Barcode symbology, keep short"
95 #| msgctxt "Barcode symbology, keep short"
103 #| msgctxt "Barcode symbology, keep short"
112 #| msgctxt "Barcode symbology, keep short"
128 #| msgid "Barcode Format"
130 msgid "Barcode Format"
142 #| msgid "Maximum Barcode Length"
[all …]
/dports/graphics/p5-Barcode-ZBar/Barcode-ZBar-0.04/t/
H A DDecoder.t10 BEGIN { use_ok('Barcode::ZBar') }
14 my $decoder = Barcode::ZBar::Decoder->new();
15 isa_ok($decoder, 'Barcode::ZBar::Decoder', 'decoder');
27 is($sym, Barcode::ZBar::Symbol::NONE, 'enum/enum compare');
57 is($decoder->get_color(), Barcode::ZBar::SPACE, 'reset color');
61 $decoder->set_config(Barcode::ZBar::Symbol::QRCODE,
62 Barcode::ZBar::Config::ENABLE, 0);
69 if($tmp > Barcode::ZBar::Symbol::PARTIAL) {
70 $sym = ($sym == Barcode::ZBar::Symbol::NONE) ? $tmp : -1;
73 is($sym, Barcode::ZBar::Symbol::EAN13, 'EAN-13 type');
[all …]
/dports/textproc/kreport/kreport-3.2.0/po/bg/
H A Dkreport_barcodeplugin_qt.po71 #| msgctxt "KoReportItemBarcode|Barcode symbology, keep short"
73 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
89 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
97 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
105 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
119 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
127 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
134 #| msgid "Barcode Format"
136 msgid "Barcode Format"
150 #| msgid "Maximum Barcode Length"
[all …]
/dports/textproc/kreport/kreport-3.2.0/po/hu/
H A Dkreport_barcodeplugin_qt.po71 #| msgctxt "KoReportItemBarcode|Barcode symbology, keep short"
73 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
89 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
97 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
105 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
122 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
130 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
137 #| msgid "Barcode Format"
139 msgid "Barcode Format"
153 #| msgid "Maximum Barcode Length"
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/src/lib/jsapi/
H A Dbarcode.cpp21 void JsApi::Barcode::setDecoder(BarcodeDecoder *decoder) in setDecoder()
26 QString JsApi::Barcode::decodePdf417(const QVariant &img) const in decodePdf417()
31 QString JsApi::Barcode::decodeAztec(const QVariant &img) const in decodeAztec()
36 QJSValue JsApi::Barcode::decodeAztecBinary(const QVariant &img) const in decodeAztecBinary()
53 QString JsApi::Barcode::decodeQR(const QVariant &img) const in decodeQR()
58 QString JsApi::Barcode::decodeDataMatrix(const QVariant &img) const in decodeDataMatrix()
63 QString JsApi::Barcode::decodeAnyBarcode(const QVariant& img) const in decodeAnyBarcode()
72 QString JsApi::Barcode::decodeBarcode(const QVariant &img, BarcodeDecoder::BarcodeTypes hints) const in decodeBarcode()
84 QVariant JsApi::Barcode::decodeEraSsbTicket(const QByteArray &s, int versionOverride) const in decodeEraSsbTicket()
/dports/graphics/pear-Image_Barcode/Image_Barcode-1.1.3/docs/
H A DChangeLog3 * Barcode/upca.php:
8 * Barcode/Code39.php:
13 * Barcode.php, Readme.txt, Barcode/int25.php :
16 * test-image-barcode.php, Barcode/Code39.php:
21 * Readme.txt, package.xml, Barcode/ean13.php, Barcode/int25.php:
28 * Barcode.php, Makefile, Readme.txt, barcode_img.php, package.xml,
29 test-image-barcode.php, Barcode/int25.php: Initial revision
/dports/graphics/pear-Image_Barcode2/Image_Barcode2-0.2.3/docs/
H A DChangeLog3 * Barcode/upca.php:
8 * Barcode/Code39.php:
13 * Barcode.php, Readme.txt, Barcode/int25.php :
16 * test-image-barcode.php, Barcode/Code39.php:
21 * Readme.txt, package.xml, Barcode/ean13.php, Barcode/int25.php:
28 * Barcode.php, Makefile, Readme.txt, barcode_img.php, package.xml,
29 test-image-barcode.php, Barcode/int25.php: Initial revision
/dports/textproc/kreport/kreport-3.2.0/po/ia/
H A Dkreport_barcodeplugin_qt.po62 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
73 #| msgctxt "Barcode symbology, keep short"
75 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
80 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
85 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
96 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
101 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
107 #| msgid "Barcode Format"
109 msgid "Barcode Format"
121 #| msgid "Maximum Barcode Length"
[all …]
/dports/textproc/kreport/kreport-3.2.0/po/et/
H A Dkreport_barcodeplugin_qt.po60 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
65 msgctxt "KReportItemBarcode|3 of 3 Extended: Barcode symbology, keep short"
70 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
75 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
80 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
91 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
96 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
102 #| msgid "Barcode Format"
104 msgid "Barcode Format"
116 #| msgid "Maximum Barcode Length"
[all …]
/dports/textproc/kreport/kreport-3.2.0/po/ug/
H A Dkreport_barcodeplugin_qt.po60 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
65 msgctxt "KReportItemBarcode|3 of 3 Extended: Barcode symbology, keep short"
70 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
75 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
80 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
91 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
96 msgctxt "KReportItemBarcode|Barcode symbology, keep short"
102 #| msgid "Barcode Format"
104 msgid "Barcode Format"
116 #| msgid "Maximum Barcode Length"
[all …]

12345678910>>...106