Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 25 of 49) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.encoding.class.php21 $converter = Converter::create();
22 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
24 $converter = Converter::create();
25 $data->set_content($converter->to_utf8($data->get_content(), $this->encoding));
H A Dfilter.data.ucs2.class.php7 $converter = Converter::create();
8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
H A Dfilter.data.utf8.class.php7 $converter = Converter::create();
8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
H A Dbox.iframe.php53 $converter = Converter::create();
54 $html = $converter->to_utf8($html, $data->detect_encoding());
H A Dbox.frame.php145 $converter = Converter::create();
146 $html = $converter->to_utf8($html, $data->detect_encoding());
H A Doutput.png.class.php502 $converter = Converter::create();
512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
/plugin/batchedit/
H A Djs.cookie.js39 function init (converter) { argument
69 if (!converter.write) {
73 value = converter.write(value, key);
118 cookie = converter.read ?
119 converter.read(cookie, name) : converter(cookie, name) ||
/plugin/mediasyntax/
H A DREADME27 2012-09-20: 4 hours: converter: allow for rowspan
28 2012-09-19: 1 hour: converter: do not have empty columns right of your table
29 2012-07-25: 1 hour: issue #9: converter: treat ordered lists right
30 2012-07-24: 1 hour: issue #9: converter: treat headings right
32 2012-07-23: 1 hour: converter: do not hang on lists
33 2012-07-20: 1 hour: converter: replace ** with '''
H A Dplugin.info.txt6 desc Mediawiki syntax for Dokuwiki (comes with a converter)
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/docimporter/
H A Daction.php58 $converter = new MediaWiki2DokuWiki_MediaWiki_SyntaxConverter($myWikiContent);
59 $myWikiContent = $converter->convert();
H A D.action.php.swp16 …t);� #Remove buggy //�� $myWikiContent = $converter->convert();� $converter =…
/plugin/html2pdf/html2pdf/
H A Dinfo.txt5 desc Html to Pdf converter
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php174 $converter = new VObject\VCardConverter();
175 return $converter->convert($this, $target);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php174 $converter = new VObject\VCardConverter();
175 return $converter->convert($this, $target);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php174 $converter = new VObject\VCardConverter();
175 return $converter->convert($this, $target);
/plugin/dw2pdf/
H A Dplugin.info.txt6 desc DokuWiki to PDF converter
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php187 $converter = new VObject\VCardConverter();
189 return $converter->convert($this, $target);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php190 $converter = new VObject\VCardConverter();
191 return $converter->convert($this, $target);
/plugin/docsearch/conf/
H A Dconverter.php.dist5 # Use this file to setup the document to text converter.
/plugin/geophp/
H A Dcomposer.lock61 "converter",
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md30 $converter = new CommonMarkConverter([
35 echo $converter->convert('# Hello World!');
45 $converter = new GithubFlavoredMarkdownConverter([
50 echo $converter->convert('# Hello World!');
/plugin/txt2tags/
H A DREADME.doku109 …e adaptation from the [[plugin:markdownextra]] plugin, using a txt2tags converter instead of the m…
H A DREADME.t2t109 …aptation from the ``[[plugin:markdownextra]]`` plugin, using a txt2tags converter instead of the m…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCREDITS.txt74 * converter, spell numbers, keyboard language, Muslim prayer time,

12