Home
last modified time | relevance | path

Searched refs:convert (Results 26 – 50 of 226) sorted by relevance

12345678910

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTd.php82 $c['border_details']['R']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
83 $c['border_details']['L']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
84 $c['border_details']['T']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
85 $c['border_details']['B']['c'] = $this->colorConverter->convert(0, $this->mpdf->PDFAXwarnings);
358 $c['padding']['L'] = $this->sizeConverter->convert($properties['PADDING-LEFT'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
361 $c['padding']['R'] = $this->sizeConverter->convert($properties['PADDING-RIGHT'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
364 $c['padding']['B'] = $this->sizeConverter->convert($properties['PADDING-BOTTOM'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
367 $c['padding']['T'] = $this->sizeConverter->convert($properties['PADDING-TOP'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
381 $c['w'] = $this->sizeConverter->convert($w, $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
386 $c['h'] = $this->sizeConverter->convert(
[all...]
H A DDotTab.php28 $objattr['outdent'] = $this->sizeConverter->convert(
35 $objattr['outdent'] = $this->sizeConverter->convert(
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
H A Dconvert.jst14 function convert(name, func, options) {
18 module.exports = convert;
/plugin/docsearch/conf/
H A Dconverter.php.dist7 # The plugin trys to convert every media document to a text file. On this
8 # progress it uses a given set of external tools to convert it.
/plugin/odt/renderer/
H A Dpagepdf.php66 $this->convert();
73 protected function convert () { function in renderer_plugin_odt_pagepdf
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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...]
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...]
/plugin/mediasyntax/
H A DREADME31 2012-07-23: 2 hours: also convert tables with no headers
34 2012-03-19: 2 hours: fix hplus and hminus in toolbar, convert italic from dokuwiki to mediawiki
51 2010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawiki syntax
/plugin/freechat/phpfreechat/misc/
H A Dpng2gif.sh6 convert $img $imgbase.gif
/plugin/emoji/emojione/
H A DClient.php261 $alt = $this->convert($unicode);
308 return $m[2].$this->convert($unicode);
356 $alt = $this->convert($unicode);
513 public function convert($unicode) function in Emojione\\Client
/plugin/jspwiki_import/
H A Daction.php32 'desc' => 'Allows to convert JspWiki syntax into DokuWiki syntax',
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToCjk.php10 public function convert($num) function in Mpdf\\Conversion\\DecToCjk
H A DDecToAlpha.php8 public function convert($valor, $toUpper = true) function in Mpdf\\Conversion\\DecToAlpha
H A DDecToOther.php21 public function convert($num, $cp, $check = true) function in Mpdf\\Conversion\\DecToOther
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php172 function convert($target) { function in Sabre\\VObject\\Component\\VCard
175 return $converter->convert($this, $target);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php172 function convert($target) { function in Sabre\\VObject\\Component\\VCard
175 return $converter->convert($this, $target);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php172 function convert($target) { function in Sabre\\VObject\\Component\\VCard
175 return $converter->convert($this, $target);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php10 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php10 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php10 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue64Test.php10 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/nroff/
H A Dinfo.txt7 desc convert sensitive subsets of dokuwikis syntax to manpages
/plugin/advanced/lang/en/config/
H A Dentities.txt3 … other strings based on a configuration file. By default this is used to convert various character…
/plugin/composer/
H A Dsyntax.php365 $convert = false; //just leave as it is
368 $convert = true; //convert content
373 if ($convert) {
/plugin/confmanager/lang/en/
H A Dsmileys.txt1 DokuWiki can convert text smileys to their graphically equivalent.

12345678910