Home
last modified time | relevance | path

Searched refs:preformatted (Results 26 – 41 of 41) sorted by path

12

/plugin/mediasyntax/
H A DREADME54 2010-08-07: 8 hours: allowed a SpecialPattern (e.g. GB) in the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to reasearch the calls object structure of the parser for this.
55 2010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEntryPattern requires a parameter $mode. Set it to 'base'.
56 2010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines of preformatted text start on the same column
64 2010-04-03: 1 hour: testcase & two adjacent preformatted lines fix
65 2010-04-02: 4 hours: single blank at beginning of line makes preformatted text
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt6 preformatted text
7 preformatted text starting one line later
12 preformatted text in a "pre" tag, line 1
33 preformatted text directly under normal text
/plugin/mellelexport/
H A Drenderer.php652 …function preformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, fun… function in renderer_plugin_mellelexport
/plugin/nroff/
H A Drenderer.php373 function preformatted($text) { function in renderer_plugin_nroff
400 $this->preformatted($text);
/plugin/odp/
H A Drenderer.php917 function preformatted($text) { function in renderer_plugin_odp
/plugin/odt/
H A DChangeLog.txt174 * renderer.php: Convert tabs in preformatted text (closes: #9)
/plugin/odt/renderer/
H A Dpage.php1009 function preformatted($text) { function in renderer_plugin_odt_page
/plugin/projects/lib/
H A Dlayout.php159 $renderer->preformatted(file_get_contents(
/plugin/prosemirror/
H A Drenderer.php329 public function preformatted($text) function in renderer_plugin_prosemirror
332 $node = new Node('preformatted');
335 $this->nodestack->drop('preformatted');
/plugin/purplenumbers/
H A Drenderer.php83 function preformatted($text, $type='code') { function in renderer_plugin_purplenumbers
157 $this->preformatted($text, $type);
/plugin/scrape/
H A Dsyntax.php119 $R->preformatted($resp);
/plugin/siteexport/renderer/
H A Dpdf.php403 public function preformatted($text) { function in renderer_plugin_siteexport_pdf
405 parent::preformatted($text);
/plugin/struct/renderer/
H A Dcsv.php223 public function preformatted($text) function in renderer_plugin_struct_csv
/plugin/text/
H A Drenderer.php365 function preformatted($text) { function in renderer_plugin_text
374 $this->preformatted($text);
/plugin/xcom/lang/en/
H A Dhowto.txt36 …- The ''Code view'' is preformatted text. It's used for simple plain text responses and complex a…
/plugin/xml/
H A Drenderer.php291 function preformatted($text) { function in renderer_plugin_xml

12