Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 226) sorted by last modified time

12345678910

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1115 * Bugfix: ImageMagick not used if `which convert` points
1139 * Bugfix: Check `which convert` failing with error
1249 convert old-style cache names to the current (and
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default121 $PHPTHUMB_CONFIG['imagemagick_path'] = 'C:/ImageMagick/convert.exe';
123 …// *nix: set absolute pathname to "convert", or leave as null if "convert" is in the path (locatio…
124 //$PHPTHUMB_CONFIG['imagemagick_path'] = '/usr/local/bin/convert';
/plugin/sqlite/
H A DREADME11 If both drivers are available, the admin allows to convert old sqlite2 format databases to
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3803 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/confmanager/lang/en/
H A Dentities.txt1 … other strings based on a configuration file. By default this is used to convert various character…
H A Dsmileys.txt1 DokuWiki can convert text smileys to their graphically equivalent.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js57227 var convert = mapToArray;
57231 convert || (convert = setToArray);
57247 … var result = equalArrays(convert(object), convert(other), equalFunc, customizer, bitmask, stack);
59506 var convert = mapToArray;
59510 convert || (convert = setToArray);
59526 … var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs7622 /* TODO: convert to BIFF8 font struct */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php39 public function convert($color, array &$PDFAXwarnings = []) function in Mpdf\\Color\\ColorConverter
356 * @param string $hexString The hexadecimal string to convert
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php8 public function convert($valor, $toUpper = true) function in Mpdf\\Conversion\\DecToAlpha
H A DDecToCjk.php10 public function convert($num) function in Mpdf\\Conversion\\DecToCjk
H A DDecToHebrew.php10 public function convert($in, $reverse = false) function in Mpdf\\Conversion\\DecToHebrew
H A DDecToOther.php21 public function convert($num, $cp, $check = true) function in Mpdf\\Conversion\\DecToOther
H A DDecToRoman.php23 public function convert($number, $toUpper = true) function in Mpdf\\Conversion\\DecToRoman
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php556 elseif (is_array($this->colorConverter->convert($prop[0], $this->mpdf->PDFAXwarnings))) {
880 $newprop['SIZE']['W'] = $this->sizeConverter->convert($prop[0]);
881 $newprop['SIZE']['H'] = $this->sizeConverter->convert($prop[0]);
883 $newprop['SIZE']['W'] = $this->sizeConverter->convert($prop[0]);
884 $newprop['SIZE']['H'] = $this->sizeConverter->convert($prop[1]);
893 $newprop['SHEET-SIZE'] = [$this->sizeConverter->convert($prop[0]), $this->sizeConverter->convert($prop[1])];
1090 $new['x'] = $this->sizeConverter->convert(trim($p[0]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1093 $new['y'] = $this->sizeConverter->convert(trim($p[1]), $this->mpdf->blk[$this->mpdf->blklvl - 1]['inner_width'], $this->mpdf->FontSize, false);
1097 $new['blur'] = $this->sizeConverter->convert(tri
[all...]
H A DDirectWrite.php482 $width = $this->sizeConverter->convert($width, $this->mpdf->pgwidth);
505 $fc = $this->colorConverter->convert($fill, $this->mpdf->PDFAXwarnings);
506 $tc = $this->colorConverter->convert($color, $this->mpdf->PDFAXwarnings);
H A DForm.php194 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
222 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
249 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
250 $this->mpdf->SetTColor($this->colorConverter->convert(127, $this->mpdf->PDFAXwarnings));
252 $this->mpdf->SetFColor($this->colorConverter->convert(225, $this->mpdf->PDFAXwarnings));
253 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
255 $this->mpdf->SetFColor($this->colorConverter->convert(250, $this->mpdf->PDFAXwarnings));
256 $this->mpdf->SetTColor($this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings));
259 $this->mpdf->SetFColor($this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings));
260 $this->mpdf->SetTColor($this->colorConverter->convert(
[all...]
H A DGradient.php179 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
186 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
513 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
642 $check = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
679 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
687 $tmp = $this->sizeConverter->convert($m[1], $this->mpdf->w, $this->mpdf->FontSize, false);
728 $col = $this->colorConverter->convert($el[0], $this->mpdf->PDFAXwarnings);
730 $col = $this->colorConverter->convert(255, $this->mpdf->PDFAXwarnings);
768 $checkCol = $this->colorConverter->convert($first[0], $this->mpdf->PDFAXwarnings);
804 $tmp = $this->sizeConverter->convert(
[all...]
H A DMpdf.php1116 $this->defTextColor = $this->TextColor = $this->SetTColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1117 $this->defDrawColor = $this->DrawColor = $this->SetDColor($this->colorConverter->convert(0, $this->PDFAXwarnings), true);
1118 $this->defFillColor = $this->FillColor = $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings), true);
1482 $mmsize = $this->sizeConverter->convert($this->defaultCSS['BODY']['FONT-SIZE']);
1495 $this->SetFColor($this->colorConverter->convert(255, $this->PDFAXwarnings));
2171 $bsw = $this->sizeConverter->convert($bsw, $maxwidth, $this->FontSize);
2174 $bsh = $this->sizeConverter->convert($bsh, $maxwidth, $this->FontSize);
2219 $x_pos = $this->sizeConverter->convert($x_pos, $maxwidth, $this->FontSize);
2222 $y_pos = $this->sizeConverter->convert($y_pos, $maxwidth, $this->FontSize);
3431 $col = $this->colorConverter->convert(
[all...]
H A DSizeConverter.php50 public function convert($size = 5, $maxsize = 0, $fontsize = false, $usefontsize = true) function in Mpdf\\SizeConverter
H A DTableOfContents.php675 $this->m_TOC[$toc_id]['TOC_margin_right'] = $this->sizeConverter->convert($attr['TOC-MARGIN-RIGHT'], $this->mpdf->w, $this->mpdf->FontSize, false);
678 $this->m_TOC[$toc_id]['TOC_margin_left'] = $this->sizeConverter->convert($attr['TOC-MARGIN-LEFT'], $this->mpdf->w, $this->mpdf->FontSize, false);
681 $this->m_TOC[$toc_id]['TOC_margin_top'] = $this->sizeConverter->convert($attr['TOC-MARGIN-TOP'], $this->mpdf->w, $this->mpdf->FontSize, false);
684 $this->m_TOC[$toc_id]['TOC_margin_bottom'] = $this->sizeConverter->convert($attr['TOC-MARGIN-BOTTOM'], $this->mpdf->w, $this->mpdf->FontSize, false);
687 $this->m_TOC[$toc_id]['TOC_margin_header'] = $this->sizeConverter->convert($attr['TOC-MARGIN-HEADER'], $this->mpdf->w, $this->mpdf->FontSize, false);
690 $this->m_TOC[$toc_id]['TOC_margin_footer'] = $this->sizeConverter->convert($attr['TOC-MARGIN-FOOTER'], $this->mpdf->w, $this->mpdf->FontSize, false);
787 $this->TOC_margin_right = $this->sizeConverter->convert($attr['TOC-MARGIN-RIGHT'], $this->mpdf->w, $this->mpdf->FontSize, false);
790 $this->TOC_margin_left = $this->sizeConverter->convert($attr['TOC-MARGIN-LEFT'], $this->mpdf->w, $this->mpdf->FontSize, false);
793 $this->TOC_margin_top = $this->sizeConverter->convert($attr['TOC-MARGIN-TOP'], $this->mpdf->w, $this->mpdf->FontSize, false);
796 $this->TOC_margin_bottom = $this->sizeConverter->convert(
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php146 var $kp; // convert pixels to PDF units
218 $this->kp = 72 / $mpdf->img_dpi; // constant To convert pixels to pts/PDF units
219 $this->kf = 1; // constant To convert font size if re-mapped
268 $w = $this->sizeConverter->convert($wset, $this->svg_info['w'] * (25.4 / $this->mpdf->dpi), $this->mpdf->FontSize, false);
269 $h = $this->sizeConverter->convert($hset, $this->svg_info['h'] * (25.4 / $this->mpdf->dpi), $this->mpdf->FontSize, false);
1055 $svg_w = $this->sizeConverter->convert($attribs['width']); // mm (interprets numbers as pixels)
1058 $svg_h = $this->sizeConverter->convert($attribs['height']); // mm
1370 $col = $this->colorConverter->convert($critere_style['color'], $this->mpdf->PDFAXwarnings);
1382 $col = $this->colorConverter->convert($critere_style['fill'], $this->mpdf->PDFAXwarnings);
1411 $col = $this->colorConverter->convert(
[all...]
H A DWmf.php88 // convert width from twips to user unit
125 $wmfdata .= $this->mpdf->SetFColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";
152 $wmfdata .= $this->mpdf->SetDColor($this->colorConverter->convert('rgb(' . $obj['r'] . ',' . $obj['g'] . ',' . $obj['b'] . ')', $this->mpdf->PDFAXwarnings), true) . "\n";

12345678910