Home
last modified time | relevance | path

Searched refs:barcode (Results 1 – 25 of 57) sorted by relevance

123

/plugin/barcodes/
H A Dsyntax.php50 $barcode = new SimpleXMLElement($match);
60 $attributes->type = strtoupper($barcode->attributes()['type']);
61 $attributes->value = strval($barcode->attributes()['value']);
62 …$attributes->img_type = $barcode->attributes()['img-type'] ? strval($barcode->attributes()['img-ty…
63 …$attributes->color = $barcode->attributes()['color'] ? Color::str2hex($barcode->attributes()['colo…
64 …$attributes->background_color = $barcode->attributes()['background-color'] ? Color::str2hex($barco…
65 …$attributes->size = preg_match('/^([0-9]+)(px)?$/', $barcode->attributes()['size'], $matches) ? in…
66 …$attributes->scale = $barcode->attributes()['scale'] ? floatval($barcode->attributes()['scale']) :…
67 …$attributes->padding = preg_match('/^([0-9]+)(px)?$/', $barcode->attributes()['padding'], $matches…
85 $barcode = new BarcodesWrapper($data->attributes);
[all …]
H A DREADME.md20 <barcode type="QRCODE" value="https://dokuwiki.org" />
25 <barcode type="DATAMATRIX" value="https://dokuwiki.org" />
37 …ptional | optional | optional | Base color of the barcode. …
38 …l | optional | optional | Background color of the barcode. Leave empty for …
40 … | *N.A.* | optional | Scale the width of the barcode. …
41 …| optional | optional | optional | Padding of the barcode in px. …
77 This DokuWiki plugin makes use of the [php-barcode](https://github.com/jucksearm/php-barcode) libra…
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md1barcode.svg)](https://packagist.org/packages/jucksearm/php-barcode) [![Stable version](https://img…
3barcode generation package inspired by [Nicola Asuni](https://github.com/tecnickcom/TCPDF). Actual…
27 composer require jucksearm/php-barcode
30 You can also edit your project's `composer.json` file to require `jucksearm/php-barcode`.
35 "jucksearm/php-barcode": "^1.0"
46 use jucksearm\barcode\Barcode;
48 Barcode::html('https://github.com/jucksearm/php-barcode', 'C128');
52 use jucksearm\barcode\Barcode;
55 ->setCode('https://github.com/jucksearm/php-barcode')
63 [See More Examples](https://github.com/jucksearm/php-barcode/examples)
[all …]
H A DDatamatrix.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\DatamatrixFactory;
H A DPDF417.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\PDF417Factory;
H A DBarcode.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\BarcodeFactory;
H A DQRcode.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\QRcodeFactory;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php10 $barcode = $this->getBarcode($code, $type, $pr, $quiet_zone_left, $quiet_zone_right);
11 return $barcode ? $barcode->getData() : false;
16 $barcode = $this->getBarcode($code, $type);
17 return $barcode ? $barcode->getChecksum() : false;
/plugin/barcodes/lib/
H A DBarcodesWrapper.php23 use jucksearm\barcode\Barcode;
24 use jucksearm\barcode\Datamatrix;
25 use jucksearm\barcode\lib\BarcodeFactory;
26 use jucksearm\barcode\lib\DatamatrixFactory;
27 use jucksearm\barcode\lib\QRcodeFactory;
28 use jucksearm\barcode\QRcode;
/plugin/barcode/api/
H A Dbarcode.inc3 * Plugin barcode: 2D-Barcode Implementation
13 if (!defined('DOKU_PLUGIN_BARCODE')) define('DOKU_PLUGIN_BARCODE', DOKU_PLUGIN . 'barcode/');
18 require_once DOKU_PLUGIN_BARCODE . 'api/' . $provider . '/barcode.inc';
30 $out = '<img src="' . $url . '" alt="barcode"';
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode2D.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Datamatrix;
6 use jucksearm\barcode\lib\PDF417;
7 use jucksearm\barcode\lib\QRcode;
H A DDatamatrixFactory.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Barcode2D;
154 $bcd = $this->barcode->getBarcodeArray();
180 $bcd = $this->barcode->getBarcodeArray();
220 $bcd = $this->barcode->getBarcodeArray();
289 $bcd = $this->barcode->getBarcodeArray();
H A DPDF417Factory.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Barcode2D;
154 $bcd = $this->barcode->getBarcodeArray();
184 $bcd = $this->barcode->getBarcodeArray();
224 $bcd = $this->barcode->getBarcodeArray();
293 $bcd = $this->barcode->getBarcodeArray();
H A DQRcodeFactory.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Barcode2D;
93 $bcd = $this->barcode->getBarcodeArray();
193 $bcd = $this->barcode->getBarcodeArray();
219 $bcd = $this->barcode->getBarcodeArray();
264 $bcd = $this->barcode->getBarcodeArray();
341 $bcd = $this->barcode->getBarcodeArray();
H A DBarcodeFactory.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Barcode1D;
179 $bcd = $this->barcode->getBarcodeArray();
226 $bcd = $this->barcode->getBarcodeArray();
312 $bcd = $this->barcode->getBarcodeArray();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php11 protected $barcode; variable in Mpdf\\Tag\\BarCode
180 $this->barcode = new \Mpdf\Barcode();
185 $arrcode = $this->barcode->getBarcodeArray($code, $objattr['btype'], '', $objattr['quiet_l'], $objattr['quiet_r']);
188 $supparrcode = $this->barcode->getBarcodeArray($objattr['bsupp_code'], 'EAN' . $objattr['bsupp'], '', $objattr['quiet_l'], $objattr['quiet_r']);
216 $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], '', $objattr['quiet_l'], $objattr['quiet_r']);
225 $arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], $objattr['pr_ratio'], $objattr['quiet_zone_left'], $objattr['quiet_zone_right']);
238 $objattr['type'] = 'barcode';
252 $e = "\xbb\xa4\xactype=barcode,objattr=" . serialize($objattr) . "\xbb\xa4\xac";
/plugin/barcode/
H A Dplugin.info.txt1 base barcode
5 name barcode -- 2D-Barcode Plugin
H A DREADME.md1 # dokuwiki-plugin-barcode
11 Layout of the barcode can be definited by CSS styles.
/plugin/qrcode/syntax/
H A Dqrcode.php187 Don't have barcode reader ? click here http://www.freewarepocketpc.net/ppc-tag-barcode.html
190 …cketpc.net/ppc-download-i-nigma-barcode-reader-v1-4.html">Download i-nigma barcode reader v1.40</a>
H A Di_nigmacode.php228 Don't have barcode reader ? click here http://www.freewarepocketpc.net/ppc-tag-barcode.html
231 …cketpc.net/ppc-download-i-nigma-barcode-reader-v1-4.html">Download i-nigma barcode reader v1.40</a>
/plugin/barcodes/vendor/jucksearm/php-barcode/examples/
H A Ddatamatrix_html.php5 use jucksearm\barcode\Datamatrix;
H A Ddatamatrix_png.php5 use jucksearm\barcode\Datamatrix;
H A Ddatamatrix_svg.php5 use jucksearm\barcode\Datamatrix;
H A Dpdf417_html.php5 use jucksearm\barcode\PDF417;
H A Dpdf417_png.php5 use jucksearm\barcode\PDF417;

123