Searched refs:fullpage (Results 1 – 3 of 3) sorted by relevance
/plugin/nsiconinsearch/ |
H A D | action.php | 37 public function fullpage(Doku_Event $event, $param) function in action_plugin_nsiconinsearch
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Table.php | 865 list($tableheight, $maxrowheight, $fullpage, $remainingpage, $maxfirstrowheight) = $this->mpdf->_tableHeight($this->mpdf->table[$lvl][$nid]); 870 if ($maxrowheight > $fullpage) { 895 if ($maxrowheight > $fullpage) { 896 $recalculate = $this->tbsqrt($maxrowheight / $fullpage, 1); 898 } elseif ($this->mpdf->table_rotate) { // NB $remainingpage == $fullpage == the width of the page 917 if ($tableheight > $fullpage) { 918 if (($this->mpdf->shrin_k * $this->tbsqrt($tableheight / $fullpage, 1)) <= $this->mpdf->shrink_this_table_to_fit) { 919 $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); 930 $recalculate = $this->tbsqrt($tableheight / $fullpage, 1); 1046 list($tableheight, $maxrowheight, $fullpage, [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
H A D | MetadataWriter.php | 335 if ($this->mpdf->ZoomMode === 'fullpage') {
|