Home
last modified time | relevance | path

Searched refs:data (Results 426 – 450 of 5080) sorted by last modified time

1...<<11121314151617181920>>...204

/plugin/adhocmathml/
H A Dmsup.php19 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmtable.php19 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmtd.php36 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
39 $attr = $helper->getAttributes($data);
H A Dmtext.php21 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmtr.php19 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmunder.php35 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dmunderover.php35 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
H A Dsemantics.php32 function renderODTElementOpen($renderer, $HTMLelement, $data) { argument
/plugin/gitbacked/action/
H A Deditcommit.php137 $mediaPath = $event->data['path'];
138 $mediaName = $event->data['name'];
152 $mediaPath = $event->data[1];
153 $mediaName = $event->data[2];
167 $rev = $event->data[3];
175 $pagePath = $event->data[0][0];
176 $pageName = $event->data[2];
177 $pageContent = $event->data[0][1];
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md305 // $copy->title will contain the data returned by the callback, e.g. 'The title (copy)'
/plugin/dw2pdf/syntax/
H A Dpagesetting.php58 * Handler to prepare matched data for the rendering process
64 * @return bool|array Return an array with all data you want to use in render, false don't add an instruction
76 * @param array $data data created by handler()
79 public function render($mode, Doku_Renderer $renderer, $data)
82 $orientation = strtolower(substr($data[0], 6, -2));
77 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php13 * Class for handling ASCII base-85 encoded data
22 * @param string $data The input string
26 public function decode($data) argument
32 $data = \preg_replace('/\s/', '', $data);
34 $l = \strlen($data);
38 $ch = \ord($data[$k]) & 0xff;
41 if ($k === 0 && $ch === 60 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 126) {
46 if ($ch === 126 && isset($data[
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php11 protected $data; variable in Mpdf\\Barcode\\AbstractBarcode
18 return $this->data;
28 return isset($this->data[$key]) ? $this->data[$key] : null;
H A DCodabar.php20 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
21 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
22 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
23 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
24 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
88 $this->data = $bararray;
H A DCode11.php20 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
21 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
22 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
23 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
24 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
130 $this->data = $bararray;
H A DCode128.php23 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
24 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
25 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
26 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
27 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
300 $this->data = $bararray;
H A DCode39.php21 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
22 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
23 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
24 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
25 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
138 $this->data = $bararray;
H A DCode93.php19 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
20 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
21 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
22 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
23 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
159 $this->data = $bararray;
H A DEanExt.php26 $this->data['lightmL'] = $leftMargin; // LEFT light margin = x X-dim (http://www.gs1uk.org)
27 $this->data['lightmR'] = $rightMargin; // RIGHT light margin = x X-dim (http://www.gs1uk.org)
28 $this->data['nom-X'] = $xDim; // Nominal value for X-dim in mm (http://www.gs1uk.org)
29 $this->data['nom-H'] = $barHeight; // Nominal bar height in mm incl. numerals (http://www.gs1uk.org)
30 $this->data['sepM'] = $separatorMargin; // SEPARATION margin = x X-dim (http://web.archive.org/web/19990501035133/http://www.uc-council.org/d36-d.htm)
106 $this->data = $this->binseqToArray($seq, $bararray);
H A DEanUpc.php26 $this->data['lightmL'] = $leftMargin; // LEFT light margin = x X-dim (http://www.gs1uk.org)
27 $this->data['lightmR'] = $rightMargin; // RIGHT light margin = x X-dim (http://www.gs1uk.org)
28 $this->data['nom-X'] = $xDim; // Nominal value for X-dim in mm (http://www.gs1uk.org)
29 $this->data['nom-H'] = $barHeight; // Nominal bar height in mm incl. numerals (http://www.gs1uk.org)
260 $this->data = $bararray;
H A DI25.php8 * Contains digits (0 to 9) and encodes the data in the width of both bars and spaces.
23 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
24 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
25 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 10); // LEFT light margin = x X-dim (spec.)
26 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 10); // RIGHT light margin = x X-dim (spec.)
27 $this->data['lightTB'] = $topBottomMargin; // TOP/BOTTOM light margin = x X-dim (non-spec.)
102 $this->data = $bararray;
H A DImb.php51 $this->data['nom-X'] = $xDim;
52 $this->data['nom-H'] = 3.68; // Nominal value for Height of Full bar in mm (spec.)
56 $this->data['quietL'] = 3.175; // LEFT Quiet margin = mm (spec.)
57 $this->data['quietR'] = 3.175; // RIGHT Quiet margin = mm (spec.)
58 $this->data['quietTB'] = 0.711; // TOP/BOTTOM Quiet margin = mm (spec.)
139 // convert binary data to codewords
141 $data = $this->hexToDec($binaryCode102bit);
142 $codewords[0] = bcmod($data, 636) * 2;
143 $data = bcdiv($data, 63
[all...]
H A DMsi.php7 * Contains digits (0 to 9) and encodes the data only in the width of bars.
20 $this->data['nom-X'] = 0.381; // Nominal value for X-dim (bar width) in mm (2 X min. spec.)
21 $this->data['nom-H'] = 10; // Nominal value for Height of Full bar in mm (non-spec.)
22 $this->data['lightmL'] = ($quiet_zone_left !== null ? $quiet_zone_left : 12); // LEFT light margin = x X-dim (spec.)
23 $this->data['lightmR'] = ($quiet_zone_right !== null ? $quiet_zone_right : 12); // RIGHT light margin = x X-dim (spec.)
24 $this->data['lightTB'] = 0; // TOP/BOTTOM light margin = x X-dim (non-spec.)
87 $this->data = $this->binseqToArray($seq, $bararray);
H A DPostnet.php22 $this->data['nom-X'] = $xDim;
23 $this->data['nom-H'] = 3.175; // Nominal value for Height of Full bar in mm (spec.)
24 $this->data['quietL'] = 3.175; // LEFT Quiet margin = mm (?spec.)
25 $this->data['quietR'] = 3.175; // RIGHT Quiet margin = mm (?spec.)
26 $this->data['quietTB'] = 1.016; // TOP/BOTTOM Quiet margin = mm (?spec.)
113 $this->data = $bararray;
H A DRm4Scc.php19 $this->data['nom-X'] = $xDim;
20 $this->data['nom-H'] = 5.0; // Nominal value for Height of Full bar in mm (spec.)
21 $this->data['quietL'] = 2; // LEFT Quiet margin = mm (spec.)
22 $this->data['quietR'] = 2; // RIGHT Quiet margin = mm (spec.)
23 $this->data['quietTB'] = 2; // TOP/BOTTOM Quiet margin = mm (spec?)
188 $this->data = $bararray;

1...<<11121314151617181920>>...204