Home
last modified time | relevance | path

Searched refs:c (Results 326 – 350 of 3932) sorted by last modified time

1...<<11121314151617181920>>...158

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php78 $c = mb_substr($s, $i, 1, $this->mpdf->mb_enc);
79 if ($c === "\n") {
101 if ($c === ' ') {
104 $l += $this->mpdf->GetCharWidthNonCore($c); // mPDF 5.3.04
175 $c = $s[$i];
176 if ($c === "\n") {
197 if ($c === ' ') {
200 $l += $this->mpdf->GetCharWidthCore($c); // mPDF 5.3.04
317 $c = mb_substr($text, $i, 1, $this->mpdf->mb_enc);
318 $w[$i] = $this->mpdf->GetStringWidth($c);
[all...]
H A DMpdf.php709 * @see https://curl.haxx.se/libcurl/c/CURLOPT_PROXY.html
718 * @see https://curl.haxx.se/libcurl/c/CURLOPT_PROXYUSERPWD.html
727 * @see https://curl.haxx.se/libcurl/c/CURLOPT_USERAGENT.html
1368 } elseif ($mode == 'c') {
1375 } elseif (substr($mode, -2) == '-c') {
3337 list($name, $c, $m, $y, $k) = preg_split("/\t/", $sc);
3338 $c = intval($c);
3342 $this->AddSpotColor($name, $c, $m, $y, $k);
3346 function AddSpotColor($name, $c,
3318 AddSpotColor($name, $c, $m, $y, $k) global() argument
3477 GetCharWidthCore($c) global() argument
3508 GetCharWidthNonCore($c, $addSubset = true) global() argument
3569 GetCharWidth($c, $addSubset = true) global() argument
26786 columnAdjustAdd($type, $k, $xadj, $yadj, $a, $b, $c = 0, $d = 0, $e = 0, $f = 0) global() argument
[all...]
H A DOtl.php438 // c. Set Kashida points (after joining occurred - medi, fina, init) but before other substitutions
589 foreach ($this->OTLdata as $eid => $c) {
591 //$c['general_category']
592 //$c['combining_class']
593 //$c['uni'] = $char;
609 // c. Initial Re-ordering (Indic / Khmer / Sinhala)
685 foreach ($this->OTLdata as $eid => $c) {
713 // c. Apply initial and basic shaping forms GSUB Lookups (one at a time)
743 foreach ($this->OTLdata as $eid => $c) {
745 //$c['general_categor
[all...]
H A DOtlDump.php543 $c = $psName[$i];
544 $oc = ord($c);
545 if ($oc > 126 || strpos(' [](){}<>/%', $c) !== false) {
546 throw new \Mpdf\Exception\FontException("psName=" . $psName . " contains invalid character " . $c . " ie U+" . ord($c));
1245 for ($c = 0; $c < $Lookupcount; $c++) {
1320 for ($c = 0; $c <
[all...]
H A DTTFontFile.php750 $c = $psName[$i];
751 $oc = ord($c);
752 if ($oc > 126 || strpos(' [](){}<>/%', $c) !== false) {
753 //throw new \Mpdf\Exception\FontException("psName=".$psName." contains invalid character ".$c." ie U+".ord(c));
1515 for ($c = 0; $c < $Lookupcount; $c++) {
1568 for ($c = 0; $c <
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php269 $c = ord($str[++$i]);
270 $pixels[] = ($c & 240) >> 4;
272 $pixels[] = $c & 15; //FIXME: undefined var
280 $c = ord($str[++$i]);
282 $pixels[] = ($j % 2 === 0 ? ($c & 240) >> 4 : $c & 15);
H A DImageProcessor.php599 for ($c = 0; $c < 256; ++$c) {
600 imagecolorallocate($imgalpha, $c, $c, $c);
1222 $c = (int) (($trns[0] * .21) + ($trns[1] * .71) + ($trns[2] * .07));
1223 $trns = [$c];
1242 $c = (int) (($r * .21) + ($g * .71) + ($b * .07));
1243 $trns = [$c];
[all...]
H A DSvg.php421 foreach ($commands as $c) {
422 if (count($c) == 3) {
423 list($tmp, $cmd, $arg) = $c;
471 $c = strtolower($m[1][$i]);
474 if ($c == 'matrix' && count($vv) == 6) {
478 } elseif ($c == 'translate' && count($vv)) {
487 } elseif ($c == 'scale' && count($vv)) {
496 } elseif ($c == 'rotate' && count($vv)) {
508 } elseif ($c == 'skewx' && count($vv)) {
511 } elseif ($c
3933 computeBezierBoundingBox($start, $c) global() argument
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php366 $c = $info[$i]['uni'];
368 if (isset($GSUBdata['pref'][$c])) {
370 } elseif (isset($GSUBdata['blwf'][$c])) {
372 } elseif (isset($GSUBdata['pstf'][$c])) {
1767 // New HarfBuzz uses /src/hb-ucdn/ucdn.c and unicodedata_db.h for full method of decomposition for all characters
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php557 $this->mpdf->cell[$k][$l]['border_details']['R'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
558 $this->mpdf->cell[$k][$l]['border_details']['L'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
559 $this->mpdf->cell[$k][$l]['border_details']['T'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
560 $this->mpdf->cell[$k][$l]['border_details']['B'] = ['s' => 0, 'w' => 0, 'c' => false, 'style' => 'none', 'dom' => 0];
815 $c = & $this->mpdf->table[$lvl - 1][$parentnid]['cells'][$parentrow][$parentcol];
817 if (isset($c['colspan']) && $c['colspan'] > 1) {
819 for ($cs = 0; $cs < $c['colspan']; $cs++) {
829 list($bt, $br, $bb, $bl) = $this->mpdf->_getBorderWidths($c['borderbin']);
831 $br = $c['border_detail
[all...]
H A DTd.php38 $c = ['a' => false,
61 $c['border'] = false;
62 $c['border_details']['R']['w'] = 0;
63 $c['border_details']['L']['w'] = 0;
64 $c['border_details']['T']['w'] = 0;
65 $c['border_details']['B']['w'] = 0;
66 $c['border_details']['mbw']['BL'] = 0;
67 $c['border_details']['mbw']['BR'] = 0;
68 $c['border_details']['mbw']['RT'] = 0;
69 $c['border_detail
[all...]
H A DTr.php78 $c = & $this->mpdf->cell[$this->mpdf->row][$this->mpdf->col];
79 if ($c) {
81 $cell = $this->mpdf->_unpackCellBorder($c['borderbin']);
83 $cell = $c;
90 $c['borderbin'] = $this->mpdf->_packCellBorder($cell);
91 unset($c['border'], $c['border_details']);
93 $c = $cell;
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt1 Copyright (c) 2010-2012, Sai Zin Di Di Zone (www.yunghkio.com/unicode|saiddzone@gmail.com), with Reserved Font Name 'Yunghkio'. Copyright (c) 2012, Google, Inc (http://code.google.com/p/googlefontdirectory/), with Reserved Font Name 'Arimo'. Copyright (c) 2012, Sun Tun, Ngwe Tun, Solveware Solution (http://code.google.com/p/tharlon-font|info@parabaik.info), with Reserved Font Name 'TharLon'.
H A DDejaVuinfo.txt1 Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
2 Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
7 Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
54 Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
H A DDhyanaOFL.txt1 Copyright (c) 2010, Vernon Adams (vern@newtypography.co.uk),
H A DJomolhari-OFL.txt1 This Font Software is Copyright (c) 2006, Christopher J Fynn
H A DKhmerOFL.txt1 Copyright (c) 2010, Danh Hong (khmertype.blogspot.com),
H A DLateef font OFL.txt1 Copyright (c) 2004-2011, SIL International (http://www.sil.org/),
/plugin/dw2pdf/
H A Dfile-pdf.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M14 9h5.5L14 3.5V9M7 2h8l6 6v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.93 10.44c.41.9.93 1.64 1.53 2.15l.41.32c-.87.16-2.07.44-3.34.93l-.11.04.5-1.04c.45-.87.78-1.66 1.01-2.4m6.48 3.81c.18-.18.27-.41.28-.66.03-.2-.02-.39-.12-.55-.29-.47-1.04-.69-2.28-.69l-1.29.07-.87-.58c-.63-.52-1.2-1.43-1.6-2.56l.04-.14c.33-1.33.64-2.94-.02-3.6a.853.853 0 0 0-.61-.24h-.24c-.37 0-.7.39-.79.77-.37 1.33-.15 2.06.22 3.27v.01c-.25.88-.57 1.9-1.08 2.93l-.96 1.8-.89.49c-1.2.75-1.77 1.59-1.88 2.12-.04.19-.02.36.05.54l.03.05.48.31.44.11c
[all...]
/plugin/dw2pdf/vendor/psr/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DLICENSE.txt103 c) If the modified program normally reads commands interactively
149 c) Accompany it with the information you received as to the offer
H A DCHANGELOG.md561 - Colors: device-cmyk(c,m,y,k) as per CSS3 spec. For consistency, device-cmyka also supported (not CSS3 spec)
/plugin/dw2pdf/vendor/composer/
H A DLICENSE2 Copyright (c) Nils Adermann, Jordi Boggiano
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DLICENSE.txt3 Copyright (c) 2020 Setasign GmbH & Co. KG, https://www.setasign.com
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php6 * @copyright Copyright (c) 2020 Setasign GmbH & Co. KG (https://www.setasign.com)
293 $c = 0;
305 $c = -$b;
325 if ($a != 1 || $b != 0 || $c != 0 || $d != 1 || $e != 0 || $f != 0) {
327 PdfNumeric::create($a), PdfNumeric::create($b), PdfNumeric::create($c),

1...<<11121314151617181920>>...158