Searched refs:pagebreak (Results 1 – 25 of 32) sorted by relevance
12
/plugin/pagebreak/ |
H A D | plugin.info.txt | 1 base pagebreak 6 …yle="page-break-after:always;"> " into the html of the document for every <pagebreak> it encounters 7 url https://www.dokuwiki.org/plugin:pagebreak
|
H A D | syntax.php | 74 $renderer->pagebreak();
|
/plugin/odt/ODT/ |
H A D | ODTIndex.php | 146 $pagebreak = true; 149 $pagebreak = false; 151 $pagebreak = true; 153 $pagebreak = true; 308 if ( $pagebreak ) {
|
H A D | ODTDocument.php | 79 /** @var pagebreak */ 80 protected $pagebreak = false; variable in ODTDocument 535 function pagebreak() { function in ODTDocument 541 $this->pagebreak = true; 550 return $this->pagebreak; 571 return $this->pagebreak = $value;
|
/plugin/wrap/ |
H A D | print_or_pdf.less | 10 /*____________ pagebreak ____________*/
|
H A D | example.txt | 371 The following will add a pagebreak: <WRAP pagebreak /> 373 The following will add a pagebreak: <WRAP pagebreak /> 375 This has no effect on the browser screen. A [[http://reference.sitepoint.com/css/page-break-after|pagebreak]] will force a new page in printouts. 379 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP> 381 The following will try to avoid a pagebreak: <WRAP nopagebreak>much content, belonging together (like a long table)</WRAP>
|
H A D | helper.php | 232 $renderer->pagebreak ();
|
/plugin/odt/renderer/ |
H A D | book.php | 60 $this->pagebreak();
|
H A D | page.php | 681 function pagebreak() { function in renderer_plugin_odt_page 682 $this->document->pagebreak();
|
/plugin/siteexport/ |
H A D | README.md | 165 pagebreak | inserts a pagebreak after each page defined by the namespace
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | en.js | 1 …:{maximize:"Maximize",minimize:"Minimize"},newpage:{toolbar:"New Page"},pagebreak:{alt:"Page Break… class in CKEDITOR.lang.en
|
H A D | lang_array.txt | 515 "pagebreak": {
|
H A D | en.js.beautified | 511 pagebreak: {
|
H A D | en.js.unc | 5 …ze":"Maximize","minimize":"Minimize"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Br…
|
H A D | fr.js.unc | 521 "pagebreak": {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | default.css | 326 pagebreak { selector
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
H A D | CHANGELOG.md | 257 - `{PAGENO}` and `{nbpg}` can use any of the number types as in list-style e.g. set in `<pagebreak>` using pagenumstyle. 367 - image which forces pagebreak incorrectly positioned at top of page 466 Using $use_kwt ("keep-[heading]-with-table") if `<h4></h4>` before table is on 2 lines and pagebreak occurs after first line 576 - TOCpagebreakByArray() when called by function was not adding the pagebreak
|
/plugin/odt/ |
H A D | ChangeLog.txt | 64 * Added function to insert a pagebreak.
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | en.js.4.9 | 5 …ze":"Maximize","minimize":"Minimize"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Br…
|
H A D | lang_array.txt | 515 "pagebreak": {
|
H A D | en.4.9.js.beautified | 591 "pagebreak": {
|
H A D | en.js-4.9.merged | 5 …ze":"Maximize","minimize":"Minimize"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Br…
|
H A D | en.js.unc | 5 …ze":"Maximize","minimize":"Minimize"},"newpage":{"toolbar":"New Page"},"pagebreak":{"alt":"Page Br…
|
H A D | fr.js.unc | 521 "pagebreak": {
|
/plugin/ckgedit/lang/ |
H A D | en.4.9.js.beautified | 591 "pagebreak": {
|
12