Home
last modified time | relevance | path

Searched refs:convert (Results 51 – 75 of 226) sorted by relevance

12345678910

/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php185 public function convert($target) function in Sabre\\VObject\\Component\\VCard
189 return $converter->convert($this, $target);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php188 function convert($target) { function in Sabre\\VObject\\Component\\VCard
191 return $converter->convert($this, $target);
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js378 return _.runInContext.convert(options)(undefined);
512 result.convert = createConverter(realName, func);
546 func.convert = createConverter(key, func);
556 _.convert = convertLib;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ConvertDocumentToFragment.txt
H A DCore.Encoding.txt
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php22 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php22 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php22 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php22 $vcard = $vcard->convert(\Sabre\VObject\Document::VCARD30);
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3 DokuWiki can convert text smileys to their graphically equivalent. The default smileys images are s…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToHebrew.php10 public function convert($in, $reverse = false) function in Mpdf\\Conversion\\DecToHebrew
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php288 $tableFontSize = $this->sizeConverter->convert($this->mpdf->base_table_properties['FONT-SIZE']);
289 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $tableFontSize);
291 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
349 $table['padding']['L'] = $this->sizeConverter->convert($properties['PADDING-LEFT'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
352 $table['padding']['R'] = $this->sizeConverter->convert($properties['PADDING-RIGHT'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
355 $table['padding']['T'] = $this->sizeConverter->convert($properties['PADDING-TOP'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
358 $table['padding']['B'] = $this->sizeConverter->convert($properties['PADDING-BOTTOM'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
363 $tmp = $this->sizeConverter->convert($properties['MARGIN-TOP'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
370 $table['margin']['T'] = $this->sizeConverter->convert($properties['MARGIN-TOP'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width'], $this->mpdf->FontSize, false);
374 $table['margin']['B'] = $this->sizeConverter->convert(
[all...]
H A DSelect.php19 $mmsize = $this->sizeConverter->convert($properties['FONT-SIZE'], $this->mpdf->default_font_size / Mpdf::SCALE);
27 $this->mpdf->selectoption['COLOR'] = $this->colorConverter->convert($properties['COLOR'], $this->mpdf->PDFAXwarnings);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
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";
/plugin/acronym/
H A DREADME31 2010-10-13: 2 hours: convert tool to convert existing files from dokuwiki syntax to mediawiki syntax
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js458 return _.runInContext.convert(options)(undefined);
592 result.convert = createConverter(realName, func);
626 func.convert = createConverter(key, func);
636 _.convert = convertLib;
H A Dlodash.fp.min.js4 …w(r==i?l:Object(l))),o=o[s]}return a}function v(t){return J.runInContext.convert(t)(void 0)}functi…
6 …n||(n=s),n==e&&(n=E?D(n,1):function(){return e.apply(this,arguments)}),n.convert=A(i,e),n.placehol…
9 …;if("function"==typeof e){for(var r=Q.length;r--;)if(Q[r][0]==t)return;e.convert=A(t,e),Q.push([t,…
10 J[t[0]]=t[1]}),J.convert=v,J.placeholder=J,z(_(J),function(t){z(p.realToAlias[t]||[],function(e){J[…
/plugin/eventline/
H A Daction.php83 function convert(&$event, $param) { function in action_plugin_eventline
/plugin/confmanager/lang/en/
H A Dentities.txt1 … other strings based on a configuration file. By default this is used to convert various character…
/plugin/latex/
H A DREADME6 This plugin requires a LaTeX installation, and ImageMagick to convert
/plugin/latex-was/
H A DREADME6 This plugin requires a LaTeX installation, and ImageMagick to convert
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php132 $object = $object->convert(Document::VCARD40);
/plugin/html2pdf/html2pdf/
H A Daction.php37 function convert(&$event, $param) { function in action_plugin_html2pdf
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php116 $object = $object->convert(Document::VCARD40);
/plugin/schedule/
H A DTODO.txt28 convert -dispose previous -loop 10 -delay 20 green.png -delay 10 green-23.png green-21.png green-18…

12345678910