Searched refs:y_pos (Results 1 – 9 of 9) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/ |
| D | BackgroundWriter.php | 76 $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 = ($h * $y_pos) - ($orig_h / Mpdf::SCALE * $y_pos); 96 $adj_y = (($pgh - $y_pos - $bpa['y']) * Mpdf::SCALE) - $orig_h; 98 $adj_y = (($pgh - $y_pos - $y) * Mpdf::SCALE) - $orig_h;
|
| /plugin/improg/ |
| D | syntax.php | 204 $y_pos = stripos($page_filepath, $savedir."/pages"); 205 $t1 = substr($page_filepath, $y_pos);
|
| /plugin/orphanmedia2/ |
| D | syntax.php | 776 $y_pos=strpos($page, "pages"); 777 $t1 = substr($page, $y_pos);
|
| /plugin/orphanmedia/ |
| D | syntax.php | 775 $y_pos=strpos($page, "pages"); 776 $t1 = substr($page, $y_pos);
|
| /plugin/rater/ |
| D | syntax.php | 884 $y_pos = stripos($page_filepath, $savedir."/pages"); 885 $t1 = substr($page_filepath, $y_pos);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 2213 $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 … 'orig_w' => $orig_w, 'orig_h' => $orig_h, 'x_pos' => $x_pos, 'y_pos' => $y_pos, 'x_repeat' => $x_… 2514 $y_pos = $pb['y_pos']; 2516 if (stristr($y_pos, '%')) { 2517 $y_pos = (float) $y_pos; 2518 $y_pos /= 100; 2519 $y_pos = ($pb['bpa']['h'] * $y_pos) - ($ih * $y_pos); [all …]
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ |
| D | dhtmlxgantt.js | 13 …y_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
|
| D | dhtmlxgantt.js.map | 1 …y_pos","x_inner","y_inner","scrollVer","scrollHor","horState","visible","verState","addTaskLayer",…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
| D | dhtmlxgantt.js | 11761 y_pos: 0, property 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…
|