Home
last modified time | relevance | path

Searched refs:startpage (Results 1 – 12 of 12) sorted by relevance

/plugin/autostartpage/
Dplugin.info.txt5 name Automatic startpage plugin
/plugin/foldablelist/
DREADME.md111 people like to put "important stuff" on startpage and the department i work in is not different.
112 Things considered "important" get written on startpage, usually as lists (upcoming meetings, change…
115 Our startpage has grown to a length of 4 screen-pages by now because of that, so sooner
/plugin/404manager/
DREADME.md98 * We have one startpage : namespace1:namespace2:start
102 …* The score for the startpage is : 13 = 5 (because namespace1 is present in the asked page) + 5 (b…
104 In this case, the startpage is the redirect page because it have a highest score (13 against 9)
111 …* first start page : namespace1:namespace2:start (Score 5 = 2 for namespace1 + 3 for the startpage)
112 * second start page : namespace1:start (Score 5 = 2 for namespace1 + 3 for the startpage)
/plugin/whennotfound/
DREADME.md5 * "startpage": If the non-existent page is a namespace (folder) and an index page exists within, r…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DFormFeed.php103 $startpage = $this->mpdf->page;
282 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
DBlockTag.php255 $startpage = $this->mpdf->page;
326 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
1311 $startpage = $this->mpdf->page;
1329 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
DTable.php1222 $startpage = $this->mpdf->page;
1240 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
/plugin/indexmenu/
DCREDITS63 add ''hsort'' for sorting [[config:startpage]] pages to top of listing
/plugin/minimap/
DREADME.md84 …* or the value of the [startpage configuration](https://www.dokuwiki.org/config:startpage) (by def…
/plugin/indexmenu/scripts/
Dcontextmenu.js110 …[LANG.plugins.indexmenu.startpage, 'IndexmenuContextmenu.getid(index.config.urlbase,id+index.confi…
/plugin/gitbacked/
DCHANGELOG.md140 - Issues linked on startpage, motivate people to contribute
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php2855 function _postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl) argument
2875 if (($this->page - $startpage) % 2) {