Home
last modified time | relevance | path

Searched +defs:y +defs:right (Results 1 – 25 of 117) sorted by relevance

12345

/plugin/html2pdf/html2pdf/html2ps/
Doutput.fastps.l2.class.php8 function image($image, $x, $y, $scale) {
12 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
34 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
50 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
66 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
Doutput.pdflib.class.php68 function circle($x, $y, $r) {
86 function dash($x, $y) {
126 function image($image, $x, $y, $scale) {
135 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
250 function lineto($x, $y) {
254 function moveto($x, $y) {
365 function rect($x, $y, $w, $h) {
[all …]
Doutput._interface.class.php5 function add_link($x, $y, $w, $h, $target) { }
7 function circle($x, $y, $r) { }
14 function dash($x, $y) { }
21 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { }
22 function field_text($x, $y, $w, $h, $value, $field_name) { }
23 function field_password($x, $y, $w, $h, $value, $field_name) { }
25 function field_pushbutton($x, $y, $w, $h) { }
26 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { }
27 function field_pushbuttonreset($x, $y, $w, $h) { }
28 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { }
[all …]
Doutput.fastps.class.php22 function add_link($x, $y, $w, $h, $target) {
32 function circle($x, $y, $r) {
50 function dash($x, $y) {
117 function image($image, $x, $y, $scale) {
133 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
191 function lineto($x, $y) {
196 function moveto($x, $y) {
[all …]
Doutput.fpdf.class.php18 function add_link($x, $y, $w, $h, $target) {
48 function _coords2pdf(&$x, &$y) {
54 function _coords2pdf_annotation(&$x, &$y) {
64 function circle($x, $y, $r) {
80 function dash($x, $y) {
88 function field_multiline_text($x, $y, $w, $h, $value, $field_name) {
93 function field_text($x, $y, $w, $h, $value, $field_name) {
98 function field_password($x, $y, $w, $h, $value, $field_name) {
103 function field_pushbutton($x, $y, $w, $h) {
108 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) {
[all …]
Doutput.png.class.php23 function apply(&$x, &$y) {
151 function _fixCoords(&$x, &$y) {
170 function _fixSizes(&$x, &$y) {
181 function _fixSizeY($y) {
240 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
243 function circle($x, $y, $r) {
300 function dash($x, $y) { }
307 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
308 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
309 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
[all …]
Doutput.pcl.class.php245 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
247 function circle($x, $y, $r) { }
252 function dash($x, $y) { }
256 function field_multiline_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
257 function field_text($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
258 function field_password($x, $y, $w, $h, $value, $field_name) { /* N/A */ }
259 function field_pushbutton($x, $y, $w, $h) { /* N/A */ }
260 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
261 function field_pushbuttonreset($x, $y, $w, $h) { /* N/A */ }
262 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { /* N/A */ }
[all …]
Dpdf.fpdf.php278 var $y; variable in PDFRect
282 function PDFRect($x,$y,$w,$h) {
293 function right(&$handler) { function in PDFRect
1052 var $x,$y; //current position in user unit for cell positioning variable in FPDF
1093 function moveto($x, $y) {
1099 function lineto($x, $y) {
1121 function y_coord($y) {
1202 function add_field_select($x, $y, $w, $h, $name, $value, $options) {
1229 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
1266 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) {
[all …]
/plugin/panoview/
H A Dsyntax.php186 public function imageScale($image, $x, $y, $w, $h)
196 public function imageCrop($image, $x, $y, $left, $upper, $right, $lower)
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js292 var topLeft = {x: 0, y: 0, fixed: true, index: size}; property
293 var bottomRight = {x: width, y: height, fixed: true, index: size + 1}; property
299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
301 …constraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap … property
302 …constraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap … property
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5 …dingClientRect()).width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.le… property
/plugin/diagramsnet/lib/js/grapheditor/
DShapes.js11 function paintTableBackground(state, c, x, y, w, h, r) argument
132 TableShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
152 TableShape.prototype.paintForeground = function(c, x, y, w, h) argument
178 TableShape.prototype.paintTableForeground = function(c, x, y, w, h) argument
192 var rowData = [{y: (geo != null) ? geo.y + geo.height : 0, property
202 var data = {y: 0, cells: graph.model. property
303 CubeShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
389 WaypointShape.prototype.paintVertexShape = function(c, x, y, w, h) argument
410 IsoRectangleShape.prototype.redrawPath = function(path, x, y, w, h) argument
433 IsoCubeShape.prototype.redrawPath = function(path, x, y, w, h, isForeground) argument
[all …]
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php182 var $y; variable in PDFRect
186 function PDFRect($x,$y,$w,$h) {
197 function right(&$handler) { function in PDFRect
963 var $x,$y; //current position in user unit for cell positioning variable in FPDF
1004 function moveto($x, $y) {
1010 function lineto($x, $y) {
1032 function y_coord($y) {
1113 function add_field_select($x, $y, $w, $h, $name, $value, $options) {
1140 function add_field_checkbox($x, $y, $w, $h, $name, $value, $checked) {
1177 function add_field_radio($x, $y, $w, $h, $group_name, $value, $checked) {
[all …]
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js115 function y_set(st,up,x,w,y){var p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YST… argument
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,} property
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),} property
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true… property
541 s=de2.s;de={s:prev_scut(s),st:de2.st,dd:de2.dd.dd_st,ix:a_de.length-1,y:s.y,ldst:true} property
751 function rnd6(y){var iy=Math.round((y+12)/6)*6-12 argument
1044 function draw_acc(x,y,a){if(typeof a!="number"){var c,n=a[0],d=a[1] argument
1137 function nrep_out(x,y,n){y-=3 argument
2844 var textopt={align:'j',center:'c',fill:'f',justify:'j',ragged:'f',right:'r',skip:'s'} property
6871 function xy_str(x,y,str,action,w,wh){if(!wh) argument
[all …]
/plugin/diagramsnet/lib/math/extensions/
DMathMenu.js19 …{version:p,signal:d};var t=function(u){return MathJax.Localization._.apply(MathJax.Localization,[[… argument
/plugin/processing/
Dscript.js867 function PVector(x, y, z) { argument
896 set: function(v, y, z) { argument
911 add: function(v, y, z) { argument
922 sub: function(v, y, z) { argument
961 dot: function(v, y, z) { argument
1762 var imageModeCorner = function imageModeCorner(x, y, w, h, whAreSizes) { argument
1772 var imageModeCorners = function imageModeCorners(x, y, w, h, whAreSizes) { argument
1781 var imageModeCenter = function imageModeCenter(x, y, w, h, whAreSizes) { argument
2854 parsePathVertex: function(x, y) { argument
3098 p.shape = function(shape, x, y, width, height) { argument
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorRuler.java409 public void repaint(int x, int y) in repaint()
460 double right = left + clip.getWidth(); in paintComponent() local
/plugin/dirtylittlehelper/
Dscript.js99 …jQuery('#dokuwiki__content').css({'position':'','top':'','left':'','right':'','bottom':'','overflo… property
102 …jQuery('#dokuwiki__content').css({'position':'fixed','top':'10px','left':'10px','right':'10px','bo… property
259 JSINFO['dlh']['dlh_theUserposition']= {'x':200,'y':200,'position':'absolute'}; property
285 …jQuery("#dirtylittlehelper_overlay" ).css({top: ptop, right: pright, left: pleft, position:ptype,… property
/plugin/twcheckliste/theme_twCheckliste/
Dpackery.pkgd.min.js12 …tion i(e){e.prototype.option||(e.prototype.option=function(e){t.isPlainObject(e)&&(this.options=t.… argument
13 …agMove:function(){t.itemDragMove(this.element,this.position.x,this.position.y)},dragEnd:function()… property
/plugin/jirainfo/src/
Dpopper.min.js4 …typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.am… function
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dpopper.min.js4 …typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.am… function
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dpopper.min.js4 …typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.am… function
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8 …e){return e.q=!0,e}function unquote(e){return delete e.q,e}function Symbol(e){return this.nm=e,thi… argument
/plugin/statistics/js/
H A Dchart.js13 …const yt=(t,e,i)=>Math.max(Math.min(t,i),e);function vt(t){return yt(_t(2.55*t),0,255)}function Mt… argument
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dnv.d3.min.js2 …ogs={},a.dom={},a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bind||(Func… function
3y nv-axis").append("g").attr("class","nv-zeroLine").append("line"),x.append("g").attr("class","nv-… property
4y.nv-axis").call(g)),x.select(".nv-zeroLine line").attr("x1",0).attr("x2",q).attr("y1",d(0)).attr(… property
5l("g.nv-wrap.nv-lineChart").data([j]),F=E.enter().append("g").attr("class","nvd3 nv-wrap nv-lineCh… property
6 …").append("g"),L=J.select("g");if(K.append("g").attr("class","nv-x nv-axis"),K.append("g").attr("c… variable
7each(function(b){function p(a){return F(h.map(function(b){if(isNaN(a[b])||isNaN(parseFloat(a[b])))… argument
8right=void 0!==a.right?a.right:j.right,j.bottom=void 0!==a.bottom?a.bottom:j.bottom,j.left=void 0!… property

12345