Home
last modified time | relevance | path

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

/plugin/foldablelist/
H A DREADME.md56 people like to put "important stuff" on startpage and the department i work in is not different.
57 Things considered "important" get written on startpage, usually as lists (upcoming meetings, change…
60 Our startpage has grown to a length of 4 screen-pages by now because of that, so sooner
/plugin/autostartpage/
H A Dplugin.info.txt5 name Automatic startpage plugin
/plugin/404manager/
H A 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/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DFormFeed.php103 $startpage = $this->mpdf->page;
282 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
H A DBlockTag.php255 $startpage = $this->mpdf->page;
326 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
802 $currblk['startpage'] = $this->mpdf->page; // mPDF 6
1164 'startpage' => $this->mpdf->blk[$this->mpdf->blklvl]['startpage'],
1166 'startpos' => $this->mpdf->blk[$this->mpdf->blklvl]['startpage'] * 1000 + $this->mpdf->blk[$this->mpdf->blklvl]['float_start_y'],
1176 $this->mpdf->page = $this->mpdf->blk[$this->mpdf->blklvl]['startpage'];
1199 'startpage' => $this->mpdf->blk[$this->mpdf->blklvl]['startpage'],
1201 'startpos' => $this->mpdf->blk[$this->mpdf->blklvl]['startpage'] * 100
[all...]
H A DTable.php1222 $startpage = $this->mpdf->page;
1240 $this->mpdf->_postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl);
/plugin/indexmenu/
H A DCREDITS63 add ''hsort'' for sorting [[config:startpage]] pages to top of listing
/plugin/minimap/
H A DREADME.md84 …* or the value of the [startpage configuration](https://www.dokuwiki.org/config:startpage) (by def…
/plugin/indexmenu/scripts/
H A Dcontextmenu.js110 [LANG.plugins.indexmenu.startpage, 'IndexmenuContextmenu.getid(index.config.urlbase,id+index.config.sepchar+"start")+"do=edit"', LANG.plugins.indexmenu.startpagetooltip],
/plugin/gitbacked/
H A DCHANGELOG.md94 - Issues linked on startpage, motivate people to contribute
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2855 function _postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl)
2873 $this->blk[$b]['startpage'] = 0;
2875 if (($this->page - $startpage) % 2) {
2939 $this->blk[$this->blklvl]['startpage'] ++;
3108 if (isset($this->blk[$this->blklvl]['startpage'])) {
3109 $this->blk[$this->blklvl]['startpage'] ++;
3111 $this->blk[$this->blklvl]['startpage'] = 1;
6677 $this->blk[$this->blklvl]['startpage'] = $this->page;
7056 if (isset($this->blk[$this->blklvl]['css_set_height']) && $this->blk[$this->blklvl]['css_set_height'] && $this->blk[$this->blklvl]['startpage'] == $this->page) {
8489 $this->blk[$this->blklvl]['startpage']
2838 _postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $save_blklvl) global() argument
[all...]