Home
last modified time | relevance | path

Searched refs:linebreak (Results 26 – 50 of 52) sorted by path

123

/plugin/gemini/
H A Drenderer.php40 $this->linebreak();
51 $this->linebreak();
56 $this->linebreak();
70 $this->linebreak();
71 $this->linebreak();
87 $this->linebreak();
89 $this->linebreak();
107 $this->linebreak();
113 $this->linebreak();
124 $this->linebreak();
[all …]
/plugin/latexit/_test/
H A Drenderer.test.php148 $this->r->linebreak();
/plugin/latexit/
H A Drenderer.php482 function linebreak() { function in renderer_plugin_latexit
/plugin/latexport/_test/
H A Ddecorator_mock.php51 function linebreak() { function in DecoratorMock
/plugin/latexport/implementation/
H A Ddecorator.php315 function linebreak() { function in decorator
317 $this->decorator->linebreak();
H A Ddecorator_persister.php307 function linebreak() { function in DecoratorPersister
H A Ddecorator_tables.php84 $this->decorator->linebreak();
/plugin/markdowku/
H A Dlinebreak.php28 $renderer->linebreak();
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php74 $this->renderer->linebreak();
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md6 Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separ…
/plugin/mellelexport/
H A Drenderer.php586 …function linebreak() {call_user_func_array(array($this, '__call'), array(__FUNCTION__, func_get_ar… function in renderer_plugin_mellelexport
/plugin/nroff/
H A Drenderer.php191 function linebreak() { function in renderer_plugin_nroff
/plugin/nspages/printers/
H A Dprinter.php82 $this->renderer->linebreak();
174 $this->renderer->linebreak();
H A DprinterLineBreak.php18 $this->renderer->linebreak();
/plugin/odp/
H A Drenderer.php627 function linebreak() { function in renderer_plugin_odp
/plugin/odt/ODT/
H A DODTDocument.php528 function linebreak() { function in ODTDocument
792 $this->linebreak();
/plugin/odt/renderer/
H A Dpage.php677 function linebreak() { function in renderer_plugin_odt_page
678 $this->document->linebreak();
/plugin/prosemirror/
H A Drenderer.php522 public function linebreak() function in renderer_plugin_prosemirror
/plugin/qc/
H A Drenderer.php21 'linebreak' => 0,
136 if ($this->docArray['linebreak'] > 2) {
137 $this->docArray['err']['manybr'] = $this->docArray['linebreak'] - 2;
248 public function linebreak()
251 $this->docArray['linebreak']++;
239 public function linebreak() global() function in renderer_plugin_qc
/plugin/strata/syntax/
H A Dinfo.php95 $R->linebreak();
/plugin/struct/renderer/
H A Dcsv.php193 public function linebreak() function in renderer_plugin_struct_csv
/plugin/structodt/
H A Drenderer.php39 public function linebreak() { function in renderer_plugin_structodt
/plugin/text/
H A Drenderer.php134 function linebreak() { function in renderer_plugin_text
/plugin/vcard/
H A Dvcard.php42 $linebreak = "=0D=0A";
66 if ($j<count($lines)-1) $output .= $linebreak;
/plugin/wrap/
H A Dhelper.php242 $renderer->linebreak();

123