Home
last modified time | relevance | path

Searched refs:true (Results 476 – 500 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DI25.php84 $t = true; // bar
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DBarcode.php63 return new Barcode\Rm4Scc($code, $xdim, ((25.4 / $bpi) - $xdim) / $xdim, ['D' => 5, 'A' => 5, 'F' => 8, 'T' => 2], true);
73 return new Barcode\Postnet($code, $xdim, ((25.4 / $bpi) - $xdim) / $xdim, true);
85 return new Barcode\Msi($code, true, $quiet_zone_left, $quiet_zone_right);
103 return new Barcode\Code128($code, 'A', true, $quiet_zone_left, $quiet_zone_right);
106 return new Barcode\Code128($code, 'B', true, $quiet_zone_left, $quiet_zone_right);
109 return new Barcode\Code128($code, 'C', true, $quiet_zone_left, $quiet_zone_right);
115 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, false, true, $quiet_zone_left, $quiet_zone_right);
118 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, true, false, $quiet_zone_left, $quiet_zone_right);
121 return new Barcode\Code39($this->sanitizeCode($code), ($pr > 0) ? $pr : 2.5, true, true,
[all...]
H A DCache.php44 return true;
57 return true;
H A DCssManager.php340 $pageselectors = true;
347 $pageselectors = true;
461 $this->mpdf->mirrorMargins = true;
1085 $new['inset'] = true;
1464 function _set_mergedCSS(&$m, &$p, $d = true, $bd = false)
2268 $select = true;
2272 $select = true;
2276 $select = true;
H A DDirectWrite.php74 $this->mpdf->biDirectional = true;
143 $inclCursive = true;
299 $checking = true;
344 $autoset = true;
456 $this->mpdf->biDirectional = true;
493 $sz = $this->mpdf->GetStringWidth($text, true, $OTLdata, $textvar);
500 $this->mpdf->SetFont($font, $fontstyle, $szfont, true, true);
H A DForm.php114 $this->formSubmitNoValueFields = true; // Whether to include blank fields when submitting data
115 $this->formSelectDefaultOption = true; // for Select drop down box; if no option is explicitly maked as selected,
118 $this->formUseZapD = true; // Determine whether to use ZapfDingbat icons for radio/checkboxes
237 $this->mpdf->biDirectional = true;
339 $this->mpdf->MultiCell($w, $this->mpdf->FontSize * $this->textarea_lineheight, $texto, 0, '', 0, '', $blockdir, true, $objattr['OTLdata'], $objattr['rows']);
418 $this->mpdf->biDirectional = true;
524 $this->mpdf->biDirectional = true;
550 $checked = true;
602 $checked = true;
787 $this->writer->write('/NeedAppearances true');
[all...]
H A DFpdiTrait.php56 $this->OrientationChanges[$this->page] = true;
168 public function importPage($pageNumber, $box = PageBoundaries::CROP_BOX, $groupXObject = true)
333 protected function _put($s, $newLine = true)
375 $value->value = $filter->encode($string, true);
H A DGradient.php85 $trans = true;
93 $trans = true;
98 $trans = true;
130 $this->mpdf->gradients[$n]['trans'] = true;
490 $trans = true;
548 $trans = true;
579 $inside = true;
597 $this->mpdf->gradients[$n]['trans'] = true;
601 $extend = ['true', 'true']; // Thes
[all...]
H A DHyphenator.php99 $success = true;
110 '0' => true,
111 '1' => true,
112 '2' => true,
113 '3' => true,
114 '4' => true,
115 '5' => true,
116 '6' => true,
117 '7' => true,
118 '8' => true,
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php76 // If true this will not stop use of other CJK fonts if specified by font-family:
87 'allow_charset_conversion' => true,
96 'autoVietnamese' => true,
97 'autoArabic' => true,
113 'collapseBlockMargins' => true,
120 'allow_html_optional_endtags' => true,
142 // true=Forces compliance with PDFX-1a spec
149 // true=Forces compliance with PDFA-1b spec
219 /* Specifies whether to repeat the main entry for each subEntry (true suppresses this)
221 [true]
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php8 public function convert($valor, $toUpper = true)
H A DDecToOther.php21 public function convert($num, $cp, $check = true)
H A DDecToRoman.php23 public function convert($number, $toUpper = true)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/File/
H A DStreamWrapperChecker.php33 return true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php45 $this->memoryCache[$filename] = json_decode($this->load($filename), true);
H A DMetricsGenerator.php50 'sip' => ($ttf->sipset) ? true : false,
51 'smp' => ($ttf->smpset) ? true : false,
52 'BMPselected' => ($BMPonly) ? true : false,
55 'haskerninfo' => ($ttf->kerninfo) ? true : false,
56 'haskernGPOS' => ($ttf->haskernGPOS) ? true : false,
57 'hassmallcapsGSUB' => ($ttf->hassmallcapsGSUB) ? true : false,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
H A DColorTable.php43 return true;
H A DFileHeader.php71 $this->m_bGlobalClr = ($b & 0x80) ? true : false;
73 $this->m_bSorted = ($b & 0x08) ? true : false;
87 return true;
H A DGif.php67 $this->m_bLoaded = true;
68 return true;
H A DImage.php53 while (true) {
90 return true;
112 $this->m_bUser = ($b & 0x02) ? true : false;
113 $this->m_bTrans = ($b & 0x01) ? true : false;
140 return true;
H A DImageHeader.php66 $this->m_bLocalClr = ($b & 0x80) ? true : false;
67 $this->m_bInterlace = ($b & 0x40) ? true : false;
68 $this->m_bSorted = ($b & 0x20) ? true : false;
80 return true;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php142 public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false)
469 $pngalpha = true;
474 $pngalpha = true;
479 $pngalpha = true;
1427 $this->failedImages[$file] = true;
H A DImageTypeGuesser.php15 if (in_array(substr($data, 6, 4), ['JFIF', 'Exif'], true) || strpos($data, chr(255) . chr(216)) === 0) { // 0xFF 0xD8 // mpDF 5.7.2
19 if (in_array(substr($data, 0, 4), ['RIFF'], true)) {
23 if (in_array(substr($data, 0, 6), ['GIF87a', 'GIF89a'], true)) {
H A DSvg.php286 $info = $this->imageProcessor->getImage($srcpath, true, false, $orig_srcpath, $this->mpdf->interpolateImages);
610 $x1 = (stristr($x1, '%', true) + 0) / 100;
613 $x2 = (stristr($x2, '%', true) + 0) / 100;
616 $y1 = (stristr($y1, '%', true) + 0) / 100;
619 $y2 = (stristr($y2, '%', true) + 0) / 100;
671 $inside = true;
707 $inside = true;
780 $trans = true;
793 $this->mpdf->gradients[$n]['fo'] = true;
795 $this->mpdf->gradients[$n]['extend'] = ['true', 'tru
[all...]
H A DWmf.php123 $nullBrush = true;
125 $wmfdata .= $this->mpdf->SetFColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
148 $nullPen = true;
152 $wmfdata .= $this->mpdf->SetDColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
246 $endRecord = true;

1...<<11121314151617181920>>...268