Home
last modified time | relevance | path

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

123

/plugin/barcodes/
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…
68 …$attributes->logo = $barcode->attributes()['logo'] ? strval($barcode->attributes()['logo']) : null;
[all …]
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. …
78 This DokuWiki plugin makes use of the [php-barcode](https://github.com/jucksearm/php-barcode) libra…
/plugin/barcodes/vendor/jucksearm/php-barcode/
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/tree/master/examples)
[all …]
DPDF417.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\PDF417Factory;
DDatamatrix.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\DatamatrixFactory;
DQRcode.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\QRcodeFactory;
DBarcode.php3 namespace jucksearm\barcode;
5 use jucksearm\barcode\lib\BarcodeFactory;
/plugin/barcodes/lib/
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/
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/dw2pdf/vendor/mpdf/mpdf/src/
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/vendor/jucksearm/php-barcode/lib/
DBarcode2D.php3 namespace jucksearm\barcode\lib;
5 use jucksearm\barcode\lib\Datamatrix;
6 use jucksearm\barcode\lib\PDF417;
7 use jucksearm\barcode\lib\QRcode;
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();
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();
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();
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/
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'], $obj…
188 …$supparrcode = $this->barcode->getBarcodeArray($objattr['bsupp_code'], 'EAN' . $objattr['bsupp'], …
216 …$arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], '', $objattr['quie…
225 …$arrcode = $this->barcode->getBarcodeArray($objattr['code'], $objattr['btype'], $objattr['pr_ratio…
/plugin/barcode/
Dplugin.info.txt1 base barcode
5 name barcode -- 2D-Barcode Plugin
DREADME.md1 # dokuwiki-plugin-barcode
11 Layout of the barcode can be definited by CSS styles.
/plugin/qrcode/syntax/
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>
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/
Dqrcode_png.php5 use jucksearm\barcode\QRcode;
Dqrcode_svg.php5 use jucksearm\barcode\QRcode;
Ddatamatrix_svg.php5 use jucksearm\barcode\Datamatrix;
Dpdf417_svg.php5 use jucksearm\barcode\PDF417;
Dpdf417_png.php5 use jucksearm\barcode\PDF417;

123