Home
last modified time | relevance | path

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

123

/plugin/html2pdf/html2pdf/html2ps/
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));
Dfilter.data.utf8.class.php7 $converter = Converter::create();
8 $data->set_content($converter->to_utf8($data->get_content(), $encoding));
Dfilter.data.ucs2.class.php7 $converter = Converter::create();
8 $data->set_content($converter->to_ucs2($data->get_content(), $encoding));
Dbox.iframe.php53 $converter = Converter::create();
54 $html = $converter->to_utf8($html, $data->detect_encoding());
Dbox.frame.php145 $converter = Converter::create();
146 $html = $converter->to_utf8($html, $data->detect_encoding());
Doutput.png.class.php502 $converter = Converter::create();
512 $utf8_string = $converter->to_utf8($text, $font['encoding']);
/plugin/commonmark/
H A DDWtest.php185 $converter = new CommonMarkConverter(); variable
186 echo $converter->convert($test);
191 $converter = new CommonMarkConverter(); variable
192 echo $converter->convert($test);
/plugin/batchedit/
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/
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 '''
Dplugin.info.txt6 desc Mediawiki syntax for Dokuwiki (comes with a converter)
/plugin/docimporter/
Daction.php58 $converter = new MediaWiki2DokuWiki_MediaWiki_SyntaxConverter($myWikiContent);
59 $myWikiContent = $converter->convert();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DLength.php152 $converter = new HTMLPurifier_UnitConverter();
153 $l = $converter->convert($l, $this->unit);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
DVCard.php174 $converter = new VObject\VCardConverter();
175 return $converter->convert($this, $target);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
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/html2pdf/html2pdf/
Dinfo.txt5 desc Html to Pdf converter
/plugin/dw2pdf/
Dplugin.info.txt6 desc DokuWiki to PDF converter
/plugin/zwidoku/
H A DHtml2Text.php356 $this->converter($text);
370 protected function converter(&$text) function in Html2Text\\Html2Text
526 $this->converter($body);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
DVCard.php187 $converter = new VObject\VCardConverter();
189 return $converter->convert($this, $target);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
DVCard.php190 $converter = new VObject\VCardConverter();
191 return $converter->convert($this, $target);
/plugin/docsearch/conf/
Dconverter.php.dist5 # Use this file to setup the document to text converter.
/plugin/geophp/
Dcomposer.lock61 "converter",
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs3680 …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/
DREADME.doku109 …e adaptation from the [[plugin:markdownextra]] plugin, using a txt2tags converter instead of the m…
DREADME.t2t109 …aptation from the ``[[plugin:markdownextra]]`` plugin, using a txt2tags converter instead of the m…

123