Searched +full:orientation +(+path:plugin +path:dw2pdf) -(+path:plugin +path:dw2pdf +path:lang) (Results 1 – 18 of 18) sorted by relevance
| /plugin/dw2pdf/syntax/ |
| D | pagesetting.php | 8 * For marking changes in page orientation. 82 $orientation = strtolower(substr($data[0], 6, -2)); 83 $renderer->doc .= "<div class='dw2pdf-$orientation'></div>" . DOKU_LF;
|
| D | exportlink.php | 6 * For marking changes in page orientation.
|
| /plugin/dw2pdf/ |
| D | DokuPDF.class.php | 23 * @param string $orientation 29 …public function __construct($pagesize = 'A4', $orientation = 'portrait', $fontsize = 11, $docLang … argument 40 if ($orientation == 'landscape') {
|
| D | action.php | 326 . $this->getExportConfig('orientation') 436 $this->getExportConfig('orientation'), 968 …$this->exportConfig['orientation'] = $INPUT->str('orientation', $this->getConf('orientation'), tru…
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/ |
| D | FpdfTplTrait.php | 46 * @param string $orientation "L" for landscape, "P" for portrait. 49 public function setPageFormat($size, $orientation) argument 55 if (!\in_array($orientation, ['P', 'L'], true)) { 57 'Invalid page orientation "%s"! Only "P" and "L" are allowed!', 58 $orientation 64 if ($orientation != $this->CurOrientation 68 // New size or orientation 69 if ($orientation === 'P') { 79 $this->CurOrientation = $orientation; 123 $this->setPageFormat($newSize, $newSize['orientation']); [all …]
|
| D | FpdiTrait.php | 422 $this->setPageFormat($newSize, $newSize['orientation']); 449 …ray|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P) 476 'orientation' => $width > $height ? 'L' : 'P'
|
| D | Fpdi.php | 79 …ray|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P)
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | FormFeed.php | 85 …if (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION']) === 'L' || strtoupper($attr['… 87 …} elseif (isset($attr['ORIENTATION']) && (strtoupper($attr['ORIENTATION']) === 'P' || strtoupper($… 115 …} // Any change in headers/footers (may need to _getHtmlHeight), or page size/orientation, @page s…
|
| D | Img.php | 293 } elseif (isset($properties['IMAGE-ORIENTATION'])) { 294 $image_orientation = $properties['IMAGE-ORIENTATION'];
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | FpdiTrait.php | 49 protected function setPageFormat($format, $orientation) argument 52 $orientation = 'P'; 53 $this->_setPageSize([$format['width'], $format['height']], $orientation); 55 if ($orientation != $this->DefOrientation) { 64 $this->CurOrientation = $orientation; 281 …ray|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P)
|
| D | TableOfContents.php | 123 $orientation = '', 621 if (isset($attr['TOC-ORIENTATION']) && $attr['TOC-ORIENTATION']) { 622 $toc_orientation = $attr['TOC-ORIENTATION']; 657 if (isset($attr['TOC-ORIENTATION']) && $attr['TOC-ORIENTATION']) { 658 $this->m_TOC[$toc_id]['TOCorientation'] = $attr['TOC-ORIENTATION']; 769 if (isset($attr['TOC-ORIENTATION']) && $attr['TOC-ORIENTATION']) { 770 $this->TOCorientation = $attr['TOC-ORIENTATION'];
|
| D | Mpdf.php | 407 …var $pageDim; // Keep track of page wxh for orientation changes - set in _beginpage, used in _puta… 752 var $DefOrientation; // default orientation 753 var $CurOrientation; // current orientation 754 var $OrientationChanges; // array indicating orientation changes 1047 $orientation 1281 $this->_setPageSize($format, $orientation); 1282 $this->DefOrientation = $orientation; 1608 'orientation' => 'P', 1632 function _setPageSize($format, &$orientation) argument 1643 $orientation = $m[2]; [all …]
|
| D | CssManager.php | 987 } elseif ($k === 'IMAGE-ORIENTATION') { 1007 $newprop['IMAGE-ORIENTATION'] = $angle;
|
| /plugin/dw2pdf/conf/ |
| D | default.php | 4 $conf['orientation'] = 'portrait';
|
| D | metadata.php | 4 $meta['orientation'] = array('multichoice', '_choices' => array('portrait', 'landscape'));
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/ |
| D | Fpdi.php | 80 …ray|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P)
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/ |
| D | Fpdi.php | 126 …ray|bool An array with following keys: width, height, 0 (=width), 1 (=height), orientation (L or P)
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ |
| D | CHANGELOG.md | 70 * Added support for orientation config key
|