/plugin/acronym/ |
H A D | README | 34 …the mid of a line, directly followed by a blank, without triggering a preformatted area. Had to re… 35 2010-07-22: 5 hours: preformatted text should work with SUSE and Ubuntu. Solution is simple: AddEnt… 36 2010-05-05: 8 hours: preformatted text directly under normal text works, and two subsequent lines o… 44 2010-04-03: 1 hour: testcase & two adjacent preformatted lines fix 45 2010-04-02: 4 hours: single blank at beginning of line makes preformatted text
|
/plugin/mediasyntax/test/ |
H A D | mediasyntax-test.txt | 6 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/mediasyntax/ |
H A D | README | 54 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/latexit/tests/dw_orig_test_files/ |
H A D | test13.txt | 2 This text is preformatted a af f s sdf sdf s s df
|
/plugin/highlightjs/ |
H A D | renderer.php | 31 function preformatted($text) { function in renderer_plugin_highlightjs
|
/plugin/allowindentation/ |
H A D | plugin.info.txt | 6 …low using an indentation in wiki text and disable rendering indented blocks as a preformatted text.
|
H A D | README.md | 4 a preformatted text.
|
/plugin/latexit/tests/my/ |
H A D | test13.latex | 8 This text is preformatted a af f s sdf sdf s s df
|
/plugin/gemini/ |
H A D | renderer.php | 136 $this->preformatted($text); 148 $this->preformatted($text); 152 public function preformatted($text) function in renderer_plugin_gemini
|
/plugin/purplenumbers/ |
H A D | renderer.php | 83 function preformatted($text, $type='code') { function in renderer_plugin_purplenumbers 157 $this->preformatted($text, $type);
|
/plugin/siteexport/renderer/ |
H A D | pdf.php | 403 public function preformatted($text) { function in renderer_plugin_siteexport_pdf 405 parent::preformatted($text);
|
/plugin/scrape/ |
H A D | syntax.php | 119 $R->preformatted($resp);
|
/plugin/text/ |
H A D | renderer.php | 365 function preformatted($text) { function in renderer_plugin_text 374 $this->preformatted($text);
|
/plugin/struct/renderer/ |
H A D | csv.php | 223 public function preformatted($text) function in renderer_plugin_struct_csv
|
/plugin/projects/lib/ |
H A D | layout.php | 159 $renderer->preformatted(file_get_contents(
|
/plugin/latexport/implementation/ |
H A D | decorator.php | 583 function preformatted($text) { function in decorator 585 $this->decorator->preformatted($text);
|
H A D | decorator_persister.php | 552 function preformatted($text) { function in DecoratorPersister
|
/plugin/eventline/ |
H A D | plain.php | 54 function preformatted($text) { function in Doku_Renderer_plain
|
/plugin/dw2markdown/ |
H A D | renderer.php | 349 function preformatted($text) { function in Renderer_Plugin_dw2markdown
|
/plugin/actionrenderer/ |
H A D | renderer.php | 303 public function preformatted($text) function in renderer_plugin_actionrenderer
|
/plugin/nroff/ |
H A D | renderer.php | 373 function preformatted($text) { function in renderer_plugin_nroff 400 $this->preformatted($text);
|
/plugin/code2/ |
H A D | syntax_plugin_code.css | 16 /* The main preformatted block containing the highlighted code.
|
/plugin/dokutexit/ |
H A D | latex.php | 304 function preformatted($text) { function in Doku_Renderer_latex 314 $this->preformatted($text); 335 $this->preformatted($text);
|
/plugin/prosemirror/ |
H A D | renderer.php | 337 public function preformatted($text) 340 $node = new Node('preformatted'); 343 $this->nodestack->drop('preformatted'); 329 public function preformatted($text) global() function in renderer_plugin_prosemirror
|
/plugin/mellelexport/ |
H A D | renderer.php | 652 …function preformatted($text) {call_user_func_array(array($this, '__call'), array(__FUNCTION__, fun… function in renderer_plugin_mellelexport
|