Home
last modified time | relevance | path

Searched refs:page (Results 151 – 175 of 2033) sorted by last modified time

12345678910>>...82

/plugin/tgnotify/
H A Dplugin.info.txt6 desc Notify page events via Telegram
H A DCHANGELOG.rst37 * Bug: Modified page link fixed for english translation
53 * Feature: Plugin debug mode is added. May be activated at settings page.
H A DREADME.rst7 A DokuWiki plugin that notifies a Telegram channel of page edits.
/plugin/addnewpage/
H A DREADME.md7 The plugin lets users put *add new page* forms within pages, with optional namespace selection.
24 [the plugin's wiki page](https://www.dokuwiki.org/plugin:addnewpage)
36 …/www.dokuwiki.org/plugin:addnewpage#legacy_releases) in the plugin's home page for details on what…
H A Dplugin.info.txt7 desc Adds a "new page form" to any wiki page.
/plugin/gitbacked/
H A DREADME.md26 from the [Release](https://github.com/woolfg/dokuwiki-plugin-gitbacked/releases) page.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php690 if ($form['page'] == $n) {
700 if ($form['page'] == $n) {
711 if ($val['page'] == $n) {
885 'page' => $this->mpdf->page,
970 'page' => $this->mpdf->page,
1132 'page' => $this->mpdf->page,
1167 'page'
[all...]
H A DFpdiTrait.php56 $this->OrientationChanges[$this->page] = true;
69 $this->pageDim[$this->page]['w'] = $this->w;
70 $this->pageDim[$this->page]['h'] = $this->h;
96 * Draws an imported page or a template onto the page or another template.
117 * Draws an imported page onto the page.
122 * @param mixed $pageId The page id
155 * Imports a page.
157 * @param int $pageNumber The page numbe
[all...]
H A DMpdf.php320 var $docTemplateStart; // Internal flag for page (page no. -1) that docTemplate starts on
407 var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _putannots
597 var $keep_block_together; // Keep a Block from page-break-inside: avoid
737 var $page; // current page number
757 var $fhPt; // dimensions of page format in points
759 var $fh; // dimensions of page format in user unit
761 var $hPt; // current dimensions of page in points
764 var $h; // current dimensions of page i
736 var $page; // current page number global() variable in Mpdf\\Mpdf
4281 SetLink($link, $y = 0, $page = 1) global() argument
[all...]
H A DTableOfContents.php74 * @var bool Determine if the TOC should be cloned to calculate the correct page numbers
166 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
202 $this->TOCmark = $this->mpdf->page;
268 // Cannot start table of contents on an even page
269 if (($this->mpdf->mirrorMargins) && (($this->mpdf->page) % 2 == 0)) { // EVEN
277 $this->mpdf->PageNumSubstitutions[] = ['from' => $this->mpdf->page, 'reset' => $resetpagenum, 'type' => $pagenumstyle, 'suppress' => $suppress];
280 $this->m_TOC[$toc_id]['TOCmark'] = $this->mpdf->page;
289 $this->TOCmark = $this->mpdf->page;
303 * Fix the TOC page numbering problem
305 * To do this, the current class is deep cloned and then the TOC functionality run. The correct page
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php245 } // mPDF 6 (uses $p - preview of properties so blklvl can be incremented after page-break)
248 // If page-box has changed AND/OR PAGE-BREAK-BEFORE
249 // mPDF 6 (uses $p - preview of properties so blklvl can be imcremented after page-break)
255 $startpage = $this->mpdf->page;
319 // Must Add new page if changed page properties
337 $properties = $this->cssManager->MergeCSS('BLOCK', $tag, $attr); // mPDF 6 - moved to after page-break-before
338 // mPDF 6 page-break-inside:avoid
345 $this->mpdf->kt_p00 = $this->mpdf->page;
801 $currblk['initial_startpage'] = $this->mpdf->page;
[all...]
H A DFormFeed.php103 $startpage = $this->mpdf->page;
115 } // Any change in headers/footers (may need to _getHtmlHeight), or page size/orientation, @page selector, or margins - force cloneall
274 $this->tableOfContents->m_TOC[$this->toc_id]['TOCmark'] = $this->mpdf->page;
276 $this->tableOfContents->TOCmark = $this->mpdf->page;
H A DTable.php752 // 'Keep-with-table', rotated tables, page-break-inside:avoid, or columns");
898 } elseif ($this->mpdf->table_rotate) { // NB $remainingpage == $fullpage == the width of the page
900 // If can fit on remainder of page whilst respecting autsize value..
933 // If can fit on remainder of page whilst respecting autsize value..
1056 // If can fit on remainder of page whilst respecting autosize value..
1089 // If can fit on remainder of page whilst respecting autosize value..
1123 // keep-with-table: if page has advanced, print out buffer now, else done in fn. _Tablewrite()
1222 $startpage = $this->mpdf->page;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php245 $this->mpdf->pages[$this->mpdf->page] .= $s . ($ln ? "\n" : '');
H A DPageWriter.php44 $nb = $this->mpdf->page;
226 if ($val['page'] == $n) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPage.php27 * Class representing a page of a PDF document
58 * @param PdfIndirectObject $page
61 public function __construct(PdfIndirectObject $page, PdfParser $parser) argument
63 $this->pageObject = $page;
68 * Get the indirect object of this page.
78 * Get the dictionary of this page.
95 * Get a page attribute.
173 * Get a boundary of this page.
208 * Get the width and height of this page.
H A DPdfReader.php89 * Get the page count.
111 * Get a page instance.
131 'Page number "%s" out of available page range (1 - %s)',
140 $page = $this->pages[$pageNumber - 1];
142 if ($page instanceof PdfIndirectObjectReference) {
165 $page = $this->parser->getIndirectObject($page->value);
166 $dict = PdfType::resolve($page, $this->parser);
172 $page = $this->pages[$pageNumber - 1] = $readPages($kids);
178 // let's reset the pages array and read all page object
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md43 [main page of the documentation][1].
108 over browser approach – color handling, pre-print, barcodes support, headers and footers, page numbering, TOCs, etc.
H A DCHANGELOG.md21 * Fixed skipping ordered list numbering with page-break-inside: avoid (#339)
30 * Fix: First header of named page is added twice (@antman3351, #1320)
68 * Added myclabs/deepcopy dependency, fixed TOC page numbering (thanks, @jakejackson)
252 - Updated page-breaking options.
273 - hebrew, khmer, cambodian, lao, and cjk-decimal recognised as values for "list-style-type" in numbered lists and page numbering.
310 - Setting page format incorrectly set default twice and missed some options
316 - Tables - if table width specified, but narrower than minimum cell wdith, and less than page width - table will expand to
361 - Fatal error after page-break-after:always on root level block element
367 - image which forces pagebreak incorrectly positioned at top of page
387 - @page
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php70 * Draws an imported page onto the page or another template.
91 * Draws an imported page onto the page.
96 * @param mixed $pageId The page id
118 * Get the size of an imported page.
189 $page = $this->importedPages[$pageKey];
190 $this->xobjects[$xObjectId]['xobjects'][$id] = ['n' => $page['objectNumber']];
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md83 - Optimized page tree resolving
104 A simple example, that imports a single page and places this onto a new created page:
120 // add a page
124 // import page 1
126 // use the imported page and place it at point 10,10 with a width of 100 mm
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php43 * Set the page format of the current page.
52 throw new \BadMethodCallException('The page format cannot be changed when writing to a template.');
57 'Invalid page orientation "%s"! Only "P" and "L" are allowed!',
82 $this->PageInfo[$this->page]['size'] = array($this->wPt, $this->hPt);
87 * Draws a template onto the page or another template.
185 * @param float|int|null $width The width of the template. If null, the current page width is used.
186 * @param float|int|null $height The height of the template. If null, the current page height is used.
346 public function SetLink($link, $y = 0, $page = -1) argument
351 return parent::SetLink($link, $y, $page);
[all...]
H A DFpdiTrait.php206 * @return int The page count of the PDF document.
221 * Imports a page.
223 * @param int $pageNumber The page number.
224 * @param string $box The page boundary to import. Default set to PageBoundaries::CROP_BOX.
226 * @return string A unique string identifying the imported page.
260 $page = $reader->getPage($pageNumber);
262 $bbox = $page->getBoundary($box);
284 $resources = $page->getAttribute('Resources');
289 list($width, $height) = $page->getWidthAndHeight($box);
298 $rotation = $page
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dmpdf.css36 page-break-after: avoid;
/plugin/dw2pdf/
H A Daction.php166 // use page name if title is still empty
198 //page search
374 * @param string $id page id
416 if ($event->data == 'export_pdf') { //only one page is exported
438 $this->getDocumentLanguage($this->list[0]) //use language of first page
453 //note: double-sided document, starts at an odd page (first page is a right-hand side page)
480 $styles = '@page { size:auto; ' . $template['page']
[all...]

12345678910>>...82