Home
last modified time | relevance | path

Searched refs:y (Results 1226 – 1250 of 1365) sorted by last modified time

1...<<41424344454647484950>>...55

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.1.6.class.php22 $x, $y, $x + $w, $y - $h,
34 $x, $y, $x + $w, $y - $h,
46 $x, $y, $x + $w, $y - $h,
52 function field_pushbutton($x, $y, $w, $h) { argument
56 $x, $y, $x + $w, $y - $h,
72 $x, $y, $x + $w, $y - $h,
89 $x, $y, $x + $w, $y - $h,
106 $x, $y, $x + $w, $y - $h,
117 $x, $y, $x + $w, $y - $h,
134 $x, $y, $x + $w, $y - $h,
[all …]
H A Dpath.point.php5 var $y; variable in Point
7 function Point($x, $y) { argument
9 $this->y = $y;
13 return new Point($this->x, $this->y);
H A Dbox.note-call.class.php178 function show_footnote(&$driver, $x, $y) { argument
184 $this->_note_marker_box->moveto($x, $y);
191 $y);
195 return $y - $this->_note_content->get_full_height();
H A Doutput.fastps.class.php24 $x, $y, $x+$w, $y-$h, $this->_string($target)));
32 function circle($x, $y, $r) { argument
33 $this->moveto($x, $y);
50 function dash($x, $y) { argument
122 $this->moveto($x, $y);
138 $this->moveto($x, $y);
191 function lineto($x, $y) { argument
196 function moveto($x, $y) { argument
278 function show_xy($text, $x, $y) { argument
280 $this->moveto($x, $y);
[all …]
H A Doutput.fpdf.class.php26 $y = $anchor->y;
36 $y = $top - $this->offset;
49 $y = mm2pt($this->media->height()) - $y;
55 $y = $y - $this->offset;
80 function dash($x, $y) { argument
204 $cy = $y;
219 $cy = $y;
233 $cy = $y;
247 $cy = $y;
268 $cy = $y;
[all …]
H A Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ } argument
247 function circle($x, $y, $r) { } argument
252 function dash($x, $y) { } argument
259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ } argument
261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ } argument
263 function field_checkbox($x, $y, $w, $h, $name, $value) { /* N/A */ } argument
271 function image($image, $x, $y, $scale) {} argument
272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
276 function lineto($x, $y) { } argument
277 function moveto($x, $y) { } argument
[all …]
H A Dcss.background.position.inc.php50 function build_value($x, $y) { argument
52 CSSBackgroundPosition::build_subvalue($y));
66 $y = $matches[2];
69 $type_y = CSSBackgroundPosition::detect_type($y);
72 return CSSBackgroundPosition::build_value($x,$y);
77 return CSSBackgroundPosition::build_value($x,$y);
80 return CSSBackgroundPosition::build_value($y,$x);
H A Ddoc.anchor.class.php41 var $y; variable in Anchor
49 * @param int $y Y-coordinate of the anchor on the selected page
51 function Anchor($name, $page, $x, $y) { argument
55 $this->y = $y;
H A Dlayout.vertical.php10 function apply_clear($box, $y, &$context) { argument
22 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
34 $y = min($y, $current_float->get_bottom_margin() - $margin->top->value);
39 return $y;
H A Doutput._generic.class.php268 function rect($x, $y, $w, $h) { argument
269 $this->moveto($x, $y);
270 $this->lineto($x + $w, $y);
271 $this->lineto($x + $w, $y + $h);
272 $this->lineto($x, $y + $h);
H A Doutput.pdflib.class.php86 function dash($x, $y) { argument
157 $cy = $y;
164 $cy = $y;
203 $cy = $y;
214 $cy = $y;
225 $cy = $y;
226 while ($cy < $y + $oy) {
236 $cy = $y;
237 while ($cy < $y + $oy) {
250 function lineto($x, $y) { argument
[all …]
H A Dbox.checkbutton.php177 $y = ($this->get_top() + $this->get_bottom()) / 2;
190 $driver->moveto($x - $size, $y + $size);
191 $driver->lineto($x + $size, $y + $size);
192 $driver->lineto($x + $size, $y - $size);
193 $driver->lineto($x - $size, $y - $size);
204 $y + $size,
217 $driver->moveto($x - $check_size, $y + $check_size);
218 $driver->lineto($x + $check_size, $y - $check_size);
221 $driver->moveto($x + $check_size, $y + $check_size);
222 $driver->lineto($x - $check_size, $y - $check_size);
H A Dbox.list-item.php125 $y = $this->get_top();
129 $this->mb_image($viewport, $x, $y);
138 $this->mb_disc($viewport, $x, $y);
141 $this->mb_circle($viewport, $x, $y);
144 $this->mb_square($viewport, $x, $y);
147 $this->mb_string($viewport, $x, $y);
174 function mb_string(&$viewport, $x, $y) { argument
181 function mb_disc(&$viewport, $x, $y) { argument
191 function mb_circle(&$viewport, $x, $y) { argument
202 function mb_square(&$viewport, $x, $y) { argument
[all …]
H A Dbox.table.php421 function table_have_rowspan($x,$y) { argument
422 return $this->content[$y]->content[$x]->rowspan;
958 function table_have_colspan($x, $y) { argument
959 return $this->content[$y]->content[$x]->colspan;
1028 $y = $this->collapse_margin($parent, $context);
1033 $y = $this->apply_clear($y, $context);
1036 $parent->_current_y = $y;
H A Dflow_context.class.inc.php58 function float_left_x($x, $y) { argument
78 if ($float->get_top_margin() + EPSILON >= $y &&
79 $float->get_bottom_margin() < $y) {
96 function float_left_xy(&$parent, $width, &$x, &$y) { argument
147 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
182 function float_right_x($x, $y) { argument
202 if ($float->get_top_margin() + EPSILON >= $y &&
203 $float->get_bottom_margin() < $y) {
220 function float_right_xy(&$parent, $width, &$x, &$y) { argument
267 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
[all …]
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1 …7:"_repeat";i:0;s:9:"_position";O:18:"BackgroundPosition":4:{s:1:"x";N;s:1:"y";N;s:12:"x_percentag…
H A Dutf8.mappings.dat37y";a:19:{s:10:"iso-8859-1";s:1:"y";s:10:"iso-8859-2";s:1:"y";s:10:"iso-8859-3";s:1:"y";s:10:"iso-8…
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dcp1250.map122 !79 U+0079 y
H A Dcp1251.map122 !79 U+0079 y
H A Dcp1252.map122 !79 U+0079 y
H A Dcp1253.map122 !79 U+0079 y
H A Dcp1254.map122 !79 U+0079 y
H A Dcp1255.map122 !79 U+0079 y
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php182 var $y; variable in PDFRect
188 $this->y = $y;
1342 $y = (int)$y;
2057 if ($y==-1) {
2058 $y=$this->y;
2167 $y=$this->y;
2467 $this->y+=$h;
2491 function SetY($y) argument
2495 if($y>=0)
2496 $this->y=$y;
[all …]
/plugin/advrack/
H A Djquery.qtip.js725 at = { x: LEFT, y: TOP }; property in at
732 at = { x: LEFT, y: TOP }; property in at
844 position.top += at.y === BOTTOM ? targetHeight : at.y === CENTER ? targetHeight / 2 : 0;
850 …position.top += adjust.y + (my.y === BOTTOM ? -tooltipHeight : my.y === CENTER ? -tooltipHeight / …
953 var x = this.x, y = this.y;
954 return x === y ? x : this.precedance === Y || (this.forceY && y !== 'center') ? y+' '+x : x+' '+y;
1923 x: 0, y: 0, property in QTIP.defaults.position.adjust
2270 else if(mimic.y === 'inherit') { mimic.y = corner.y; }
2521 …!((shift.x && shift.y) || (newCorner.x === CENTER && shift.y) || (newCorner.y === CENTER && shift.…
3239 points.y = position.top;
[all …]

1...<<41424344454647484950>>...55