Home
last modified time | relevance | path

Searched refs:y_pos (Results 1 – 8 of 8) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php76 $y_pos = $this->mpdf->patterns[$i]['y_pos'];
78 if (false !== strpos($y_pos, '%')) {
79 $y_pos = (float) $y_pos;
80 $y_pos /= 100;
83 $y_pos = ($bpa['h'] * $y_pos) - ($orig_h / Mpdf::SCALE * $y_pos);
85 $y_pos
[all...]
/plugin/orphanmedia/
H A Dsyntax.php775 $y_pos=strpos($page, "pages");
776 $t1 = substr($page, $y_pos);
/plugin/orphanmedia2/
H A Dsyntax.php776 $y_pos=strpos($page, "pages");
777 $t1 = substr($page, $y_pos);
/plugin/rater/
H A Dsyntax.php884 $y_pos = stripos($page_filepath, $savedir."/pages");
885 $t1 = substr($page_filepath, $y_pos);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php2213 $y_pos = 0;
2217 $y_pos = $ppos[1];
2221 if (!stristr($y_pos, '%')) {
2222 $y_pos = $this->sizeConverter->convert($y_pos, $maxwidth, $this->FontSize);
2235 return ['image_id' => $image_id, 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $x_pos, 'y_pos' => $y_pos, 'x_repeat' => $x_repeat, 'y_repeat' => $y_repeat, 'resize' => $resize, 'opacity' => $opacity, 'itype' => $sizesarray['itype'], 'origin' => $origin, 'size' => $size];
2286 $this->patterns[$n] = ['x' => $clx, 'y' => $cly, 'w' => $clw, 'h' => $clh, 'pgh' => $this->h, 'image_id' => $this->bodyBackgroundImage['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $this->bodyBackgroundImage['x_pos'], 'y_pos' => $this->bodyBackgroundImage['y_pos'], 'x_repeat' => $x_repeat, 'y_repeat' => $y_repeat, 'itype' => $this->bodyBackgroundImage['itype']];
2414 $this->patterns[$n] = ['x' => $pb['x'], 'y' => $pb['y'], 'w' => $pb['w'], 'h' => $pb['h'], 'pgh' => $this->h, 'image_id' => $pb['image_id'], 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $pb['x_pos'], 'y_pos'
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13y_pos:0,scroll_size:this.config.scroll_size+1,x_inner:0,y_inner:0},e=i(this),r=n(this);if(r){var a… property in t.exports.t
H A Ddhtmlxgantt.js.map1y_pos","x_inner","y_inner","scrollVer","scrollHor","horState","visible","verState","addTaskLayer",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11761 y_pos: 0, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f10e00.createLayoutFacade.result
11785 result.y_pos = verState.position || 0;
11792 …return { x:state.x_pos, y:state.y_pos, inner_width:state.x, inner_height:state.y, width: state.x_i…