Home
last modified time | relevance | path

Searched refs:convert (Results 76 – 100 of 226) sorted by relevance

12345678910

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToRoman.php23 public function convert($number, $toUpper = true) function in Mpdf\\Conversion\\DecToRoman
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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 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);
/plugin/docimporter/
H A Daction.php59 $myWikiContent = $converter->convert();
H A DSyntaxConverter.php75 public function convert() function in MediaWiki2DokuWiki_MediaWiki_SyntaxConverter
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DREADME.md22 … [font squirell](http://www.fontsquirrel.com/tools/webfont-generator) to convert to daniel OTF fon…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php801 $data = $data->convert(VObject\Document::VCARD30);
804 $data = $data->convert(VObject\Document::VCARD40);
807 $data = $data->convert(VObject\Document::VCARD40);
/plugin/publist/
H A Dsyntax.php110 $code = $parser->convert($bibtex, $template);
/plugin/dokugitviewer/
H A DREADME12 convert "#bug24" into internal link to bug-page with correct anchor.
/plugin/sapnotelink/
H A DREADME5 convert SAP#1234 or sap#1234 direkt to https://launchpad.support.sap.com/#/notes/1234
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php879 $output = $input->convert(VObject\Document::VCARD30);
886 $output = $input->convert(VObject\Document::VCARD40);
889 $output = $input->convert(VObject\Document::VCARD40);
/plugin/publistx/
H A Dsyntax.php127 $code = $parser->convert($bibtex, $template);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc7 used in {es} JSON API and how to convert that to a PHP representation.
36 The problem is that PHP will automatically convert `"content" : {}` into
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php179 $blt = $decToAlpha->convert($this->mpdf->listcounter[$this->mpdf->listlvl]) . $this->mpdf->list_number_suffix;
184 $blt = $decToAlpha->convert($this->mpdf->listcounter[$this->mpdf->listlvl], false) . $this->mpdf->list_number_suffix;
188 $blt = $decToRoman->convert($this->mpdf->listcounter[$this->mpdf->listlvl]) . $this->mpdf->list_number_suffix;
192 $blt = $decToRoman->convert($this->mpdf->listcounter[$this->mpdf->listlvl]) . $this->mpdf->list_number_suffix;
405 $currblk['css_set_height'] = $this->sizeConverter->convert(
669 $cbti = $this->sizeConverter->convert(
849 $autopadding += $this->sizeConverter->convert(
869 $currblk['padding_right'] = $this->sizeConverter->convert(
876 $currblk['padding_left'] = $this->sizeConverter->convert(
/plugin/publistf/
H A Dsyntax.php128 $code = $parser->convert($bibtex, $template);
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-modules.js145 actions.push(file.write(path.join(fpPath, 'convert.js'), template.convert()));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst44 You can manually convert a source code into a token stream by calling the
82 You can manually convert a token stream into a node tree by calling the
/plugin/sqlite/
H A DREADME11 If both drivers are available, the admin allows to convert old sqlite2 format databases to
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DCli.php467 … throw new \Exception('You cannot convert a ' . strtolower($vObj->name) . ' to ' . $this->format);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DCli.php464 … throw new \Exception('You cannot convert a ' . strtolower($vObj->name) . ' to ' . $this->format);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php464 … throw new \Exception('You cannot convert a ' . strtolower($vObj->name) . ' to ' . $this->format);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php464 … throw new \Exception('You cannot convert a ' . strtolower($vObj->name) . ' to ' . $this->format);
/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...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DCli.php443 … throw new \Exception('You cannot convert a '.strtolower($vObj->name).' to '.$this->format);

12345678910