Home
last modified time | relevance | path

Searched refs:linebreak (Results 1 – 25 of 52) sorted by relevance

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/structodt/
H A Drenderer.php39 public function linebreak() { function in renderer_plugin_structodt
/plugin/creole/syntax/
H A Demptyline.php58 if ( $this->getConf('linebreak') == 'Linebreak' ) {
/plugin/doi/syntax/
H A Ddoi.php149 $renderer->linebreak();
175 $renderer->linebreak();
/plugin/markdowku/
H A Dlinebreak.php28 $renderer->linebreak();
/plugin/nspages/printers/
H A DprinterLineBreak.php18 $this->renderer->linebreak();
H A Dprinter.php82 $this->renderer->linebreak();
174 $this->renderer->linebreak();
/plugin/vcard/
H A Dvcard.php42 $linebreak = "=0D=0A";
66 if ($j<count($lines)-1) $output .= $linebreak;
/plugin/strata/syntax/
H A Dinfo.php95 $R->linebreak();
/plugin/yalist/
H A Dsyntax.php260 $renderer->linebreak();
608 $renderer->linebreak();
615 $renderer->linebreak();
/plugin/csv/syntax/
H A Dtable.php125 if ($k < $cnt - 1) $renderer->linebreak();
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md84 - Each linebreak separates sentences.
87 - Sentences must be at least two words long, unless a linebreak or end-of-text.
/plugin/dokutexit/
H A Dlatex.php168 function linebreak() { function in Doku_Renderer_latex
916 $this->linebreak();
1015 $this->linebreak();
1080 $this->linebreak();
1088 $this->linebreak();
1119 $this->linebreak();
/plugin/latexport/implementation/
H A Ddecorator_tables.php84 $this->decorator->linebreak();
H A Ddecorator.php315 function linebreak() { function in decorator
317 $this->decorator->linebreak();
/plugin/latexport/_test/
H A Ddecorator_mock.php51 function linebreak() { function in DecoratorMock
/plugin/combo/renderer/
H A Danalytics.php717 public function linebreak() function in renderer_plugin_combo_analytics
720 $linebreak = $this->stats['linebreak'] ?? 0;
721 $this->stats['linebreak'] = $linebreak + 1;
/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/struct/renderer/
H A Dcsv.php193 public function linebreak() function in renderer_plugin_struct_csv
/plugin/dw2markdown/
H A Drenderer.php97 function linebreak() { function in Renderer_Plugin_dw2markdown
/plugin/dtable/
H A Dhelper.php236 public function linebreak($match, $state, $pos) { function in helper_plugin_dtable_handler
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmultiline.js19linebreak!==a.LINEBREAK.NEWLINE){return false}var m=g.linebreakWidth-k;if(h.n===0&&(r.indentshiftf…
/plugin/actionrenderer/
H A Drenderer.php105 public function linebreak() function in renderer_plugin_actionrenderer
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
H A Dmultiline.js19linebreak!==a.LINEBREAK.NEWLINE){return false}var l=b.linebreakWidth-j;if(g.n===0&&(q.indentshiftf…
/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…

123