| /plugin/html2pdf/html2pdf/html2ps/ |
| 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));
|
| D | filter.data.utf8.class.php | 7 $converter = Converter::create(); 8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
|
| D | filter.data.ucs2.class.php | 7 $converter = Converter::create(); 8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
|
| D | box.iframe.php | 53 $converter = Converter::create(); 54 $html = $converter->to_utf8($html, $data->detect_encoding());
|
| D | box.frame.php | 145 $converter = Converter::create(); 146 $html = $converter->to_utf8($html, $data->detect_encoding());
|
| D | output.png.class.php | 502 $converter = Converter::create(); 512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
|
| /plugin/commonmark/ |
| H A D | DWtest.php | 185 $converter = new CommonMarkConverter(); variable 186 echo $converter->convert($test); 191 $converter = new CommonMarkConverter(); variable 192 echo $converter->convert($test);
|
| /plugin/batchedit/ |
| 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/ |
| 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 '''
|
| D | plugin.info.txt | 6 desc Mediawiki syntax for Dokuwiki (comes with a converter)
|
| /plugin/docimporter/ |
| D | action.php | 58 $converter = new MediaWiki2DokuWiki_MediaWiki_SyntaxConverter($myWikiContent); 59 $myWikiContent = $converter->convert();
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Length.php | 152 $converter = new HTMLPurifier_UnitConverter(); 153 $l = $converter->convert($l, $this->unit);
|
| /plugin/davcard/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 174 $converter = new VObject\VCardConverter(); 175 return $converter->convert($this, $target);
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/Component/ |
| 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/html2pdf/html2pdf/ |
| D | info.txt | 5 desc Html to Pdf converter
|
| /plugin/dw2pdf/ |
| D | plugin.info.txt | 6 desc DokuWiki to PDF converter
|
| /plugin/zwidoku/ |
| H A D | Html2Text.php | 356 $this->converter($text); 370 protected function converter(&$text) function in Html2Text\\Html2Text 526 $this->converter($body);
|
| /plugin/webdav/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 187 $converter = new VObject\VCardConverter(); 189 return $converter->convert($this, $target);
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Component/ |
| D | VCard.php | 190 $converter = new VObject\VCardConverter(); 191 return $converter->convert($this, $target);
|
| /plugin/docsearch/conf/ |
| D | converter.php.dist | 5 # Use this file to setup the document to text converter.
|
| /plugin/geophp/ |
| D | composer.lock | 61 "converter",
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.cjs | 3680 …Opal.add_stubs('include,attr_reader,attr_accessor,==,document,to_s,[],merge,raise,converter,attrib… 3728 $def(self, '$converter', function $$converter() { 3731 return self.document.$converter() 4142 …iter,attr_accessor,==,===,level,file,lineno,playback_attributes,convert,converter,join,map,to_s,pa… 4214 return self.$converter().$convert(self); 5054 Opal.modules["asciidoctor/converter/composite"] = function(Opal) {/* Generated by Opal 1.7.3 */ 5083 …$send((self.converters = converters), 'each', [], function $$1(converter){var self = $$1.$$s == nu… 5086 if (converter == null) converter = nil; 5087 if ($truthy(converter['$respond_to?']("composed"))) { 5088 return converter.$composed(self) [all …]
|
| /plugin/txt2tags/ |
| D | README.doku | 109 …e adaptation from the [[plugin:markdownextra]] plugin, using a txt2tags converter instead of the m…
|
| D | README.t2t | 109 …aptation from the ``[[plugin:markdownextra]]`` plugin, using a txt2tags converter instead of the m…
|