/plugin/gemini/ |
H A D | renderer.php | 40 $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 D | renderer.php | 39 public function linebreak() { function in renderer_plugin_structodt
|
/plugin/creole/syntax/ |
H A D | emptyline.php | 58 if ( $this->getConf('linebreak') == 'Linebreak' ) {
|
/plugin/doi/syntax/ |
H A D | doi.php | 149 $renderer->linebreak(); 175 $renderer->linebreak();
|
/plugin/markdowku/ |
H A D | linebreak.php | 28 $renderer->linebreak();
|
/plugin/nspages/printers/ |
H A D | printerLineBreak.php | 18 $this->renderer->linebreak();
|
H A D | printer.php | 82 $this->renderer->linebreak(); 174 $this->renderer->linebreak();
|
/plugin/vcard/ |
H A D | vcard.php | 42 $linebreak = "=0D=0A"; 66 if ($j<count($lines)-1) $output .= $linebreak;
|
/plugin/strata/syntax/ |
H A D | info.php | 95 $R->linebreak();
|
/plugin/yalist/ |
H A D | syntax.php | 260 $renderer->linebreak(); 608 $renderer->linebreak(); 615 $renderer->linebreak();
|
/plugin/csv/syntax/ |
H A D | table.php | 125 if ($k < $cnt - 1) $renderer->linebreak();
|
/plugin/aichat/vendor/vanderlee/php-sentence/ |
H A D | README.md | 84 - Each linebreak separates sentences. 87 - Sentences must be at least two words long, unless a linebreak or end-of-text.
|
/plugin/dokutexit/ |
H A D | latex.php | 168 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 D | decorator_tables.php | 84 $this->decorator->linebreak();
|
H A D | decorator.php | 315 function linebreak() { function in decorator 317 $this->decorator->linebreak();
|
/plugin/latexport/_test/ |
H A D | decorator_mock.php | 51 function linebreak() { function in DecoratorMock
|
/plugin/combo/renderer/ |
H A D | analytics.php | 717 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 D | renderer.php | 21 '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 D | csv.php | 193 public function linebreak() function in renderer_plugin_struct_csv
|
/plugin/dw2markdown/ |
H A D | renderer.php | 97 function linebreak() { function in Renderer_Plugin_dw2markdown
|
/plugin/dtable/ |
H A D | helper.php | 232 public function linebreak($match, $state, $pos) { 236 public function linebreak($match, $state, $pos) { global() function in helper_plugin_dtable_handler
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
H A D | multiline.js | 19 …linebreak!==a.LINEBREAK.NEWLINE){return false}var m=g.linebreakWidth-k;if(h.n===0&&(r.indentshiftf…
|
/plugin/actionrenderer/ |
H A D | renderer.php | 105 public function linebreak() function in renderer_plugin_actionrenderer
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | multiline.js | 19 …linebreak!==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 D | github-sample.md | 6 Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separ…
|