/plugin/html2pdf/html2pdf/html2ps/ |
H A D | filter.data.encoding.class.php | 21 $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 D | filter.data.ucs2.class.php | 7 $converter = Converter::create(); 8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
|
H A D | filter.data.utf8.class.php | 7 $converter = Converter::create(); 8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
|
H A D | box.iframe.php | 53 $converter = Converter::create(); 54 $html = $converter->to_utf8($html, $data->detect_encoding());
|
H A D | box.frame.php | 145 $converter = Converter::create(); 146 $html = $converter->to_utf8($html, $data->detect_encoding());
|
H A D | output.png.class.php | 502 $converter = Converter::create(); 512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
|
/plugin/batchedit/ |
H A D | js.cookie.js | 39 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 D | README | 27 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 D | plugin.info.txt | 6 desc Mediawiki syntax for Dokuwiki (comes with a converter)
|
/plugin/commonmark/vendor/league/commonmark/bin/ |
H A D | commonmark |
|
/plugin/docimporter/ |
H A D | action.php | 58 $converter = new MediaWiki2DokuWiki_MediaWiki_SyntaxConverter($myWikiContent); 59 $myWikiContent = $converter->convert();
|
H A D | .action.php.swp | 16 …t); #Remove buggy // $myWikiContent = $converter->convert(); $converter =…
|
/plugin/html2pdf/html2pdf/ |
H A D | info.txt | 5 desc Html to Pdf converter
|
/plugin/davcard/vendor/sabre/vobject/lib/Component/ |
H A D | VCard.php | 174 $converter = new VObject\VCardConverter(); 175 return $converter->convert($this, $target);
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
H A D | VCard.php | 174 $converter = new VObject\VCardConverter(); 175 return $converter->convert($this, $target);
|
/plugin/davcal/vendor/sabre/vobject/lib/Component/ |
H A D | VCard.php | 174 $converter = new VObject\VCardConverter(); 175 return $converter->convert($this, $target);
|
/plugin/dw2pdf/ |
H A D | plugin.info.txt | 6 desc DokuWiki to PDF converter
|
/plugin/webdav/vendor/sabre/vobject/lib/Component/ |
H A D | VCard.php | 187 $converter = new VObject\VCardConverter(); 189 return $converter->convert($this, $target);
|
/plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
H A D | VCard.php | 190 $converter = new VObject\VCardConverter(); 191 return $converter->convert($this, $target);
|
/plugin/docsearch/conf/ |
H A D | converter.php.dist | 5 # Use this file to setup the document to text converter.
|
/plugin/geophp/ |
H A D | composer.lock | 61 "converter",
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | README.md | 30 $converter = new CommonMarkConverter([ 35 echo $converter->convert('# Hello World!'); 45 $converter = new GithubFlavoredMarkdownConverter([ 50 echo $converter->convert('# Hello World!');
|
/plugin/txt2tags/ |
H A D | README.doku | 109 …e adaptation from the [[plugin:markdownextra]] plugin, using a txt2tags converter instead of the m…
|
H A D | README.t2t | 109 …aptation from the ``[[plugin:markdownextra]]`` plugin, using a txt2tags converter instead of the m…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CREDITS.txt | 74 * converter, spell numbers, keyboard language, Muslim prayer time,
|