Home
last modified time | relevance | path

Searched refs:pba (Results 1 – 2 of 2) sorted by relevance

/plugin/textile2/
H A DclassTextile.php341 function pba($in, $element = "") // "parse block attributes" function in Textile
432 $tatts = $this->pba($matches[1], 'table');
436 $ratts = $this->pba($rmtch[1], 'tr');
445 $catts = $this->pba($cmtch[1], 'td');
479 $atts = $this->pba($atts);
590 $atts = $this->pba($atts);
702 $atts = $this->pba($atts);
738 $atts = $this->pba($atts);
813 $atts = $this->pba($atts);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2053 function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = [])
2055 // pba is background positioning area (from CSS background-origin) may not always be set [x,y,w,h]
2059 if (isset($pba['w'])) {
2060 $cw = $pba['w'];
2062 if (isset($pba['h'])) {
2063 $ch = $pba['h'];
2036 _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, $repy, $pba = [], $size = []) global() argument