Home
last modified time | relevance | path

Searched refs:fullpage (Results 1 – 3 of 3) sorted by relevance

/plugin/nsiconinsearch/
H A Daction.php37 public function fullpage(Doku_Event $event, $param) function in action_plugin_nsiconinsearch
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php865 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 DMetadataWriter.php335 if ($this->mpdf->ZoomMode === 'fullpage') {