Home
last modified time | relevance | path

Searched +defs:circle +defs:x (Results 1 – 25 of 34) sorted by relevance

12

/plugin/html2pdf/html2pdf/html2ps/
Doutput.pdflib.class.php68 function circle($x, $y, $r) { function in OutputDriverPdflib
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.fastps.class.php22 function add_link($x, $y, $w, $h, $target) {
32 function circle($x, $y, $r) { function in OutputDriverFastPS
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._interface.class.php5 function add_link($x, $y, $w, $h, $target) { }
7 function circle($x, $y, $r) { } function in OutputDriver
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.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) { function in OutputDriverFPDF
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) {
175 function _fixSizeX($x) {
240 function add_link($x, $y, $w, $h, $target) { /* N/A */ }
243 function circle($x, $y, $r) { function in OutputDriverPNG
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) { } function in OutputDriverPCL
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 …]
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js27 ovalTypes = {circle: 1, ellipse: 1}, property
261 …if (R.getRGB(params.fill).error && (res.type in {circle: 1, ellipse: 1} || Str(params.fill).charAt… property
758 R._engine.rect = function (vml, x, y, w, h, r) { argument
771 R._engine.ellipse = function (vml, x, y, rx, ry) { argument
787 R._engine.circle = function (vml, x, y, r) { argument
801 R._engine.image = function (vml, src, x, y, w, h) { argument
824 R._engine.text = function (vml, x, y, text) { argument
879 R._engine.setViewBox = function (x, y, w, h, fit) { argument
889 x -= (width - w * H) / 2 / H; field
Draphael.core.js74 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property
198 x: 0, property
221 x: nu, property
240 pipe = function (x) { argument
243 rectPath = R._rectPath = function (x, y, w, h, r) { argument
249 ellipsePath = function (x, y, rx, ry) { argument
259 circle: function (el) { method
987 function round(x) { return (x + 0.5) | 0; } argument
1025 {x: +crp[i - 2], y: +crp[i - 1]}, property
1026 {x: +crp[i], y: +crp[i + 1]}, property
[all …]
/plugin/sketchcanvas/script/
DSketchCanvas.js155 function drawPos(x, y) { argument
243 function drawParts(tool, x, y) { argument
269 function hitRect(r, x, y){ argument
749 …var m = {x: mx / scale, y: my / scale}; /// Convert to the logical coordinate system before hit te… property
843 function pointHandle(x, y){ argument
858 offset = {x:0, y:0}; property
865 offset = {x:x1, y:y1}; property
870 function drawHandle(x, y, color, circle){ argument
1404 function checkMenu(x, y) { argument
1416 function choiceMenu(x, y) { argument
[all …]
/plugin/callflow/
Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property
595 x: 0, property
617 x: nu, property
636 pipe = function (x) { argument
639 rectPath = R._rectPath = function (x, y, w, h, r) { argument
645 ellipsePath = function (x, y, rx, ry) { argument
655 circle: function (el) { method
1421 {x: +crp[i - 2], y: +crp[i - 1]}, property
1422 {x: +crp[i], y: +crp[i + 1]}, property
1423 {x: +crp[i + 2], y: +crp[i + 3]}, property
[all …]
/plugin/advrack/
Draphael.js472 elements = {circle: 1, rect: 1, path: 1, ellipse: 1, text: 1, image: 1}, property
595 x: 0, property
617 x: nu, property
636 pipe = function (x) { argument
639 rectPath = R._rectPath = function (x, y, w, h, r) { argument
645 ellipsePath = function (x, y, rx, ry) { argument
655 circle: function (el) { method
1421 {x: +crp[i - 2], y: +crp[i - 1]}, property
1422 {x: +crp[i], y: +crp[i + 1]}, property
1423 {x: +crp[i + 2], y: +crp[i + 3]}, property
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
Dsnap.svg.js3233 elproto.pattern = elproto.toPattern = function (x, y, width, height) { argument
3245 x: x, property
3275 elproto.marker = function (x, y, width, height, refX, refY) { argument
3603 x: +bb.x.toFixed(3), property
3744 matrixproto.translate = function (x, y) { argument
3758 matrixproto.scale = function (x, y, cx, cy) { argument
3774 matrixproto.rotate = function (a, x, y) { argument
3792 matrixproto.x = function (x, y) { function
3804 matrixproto.y = function (x, y) { argument
4512 "+": function (x, y) { argument
[all …]
Dsnap.svg-min.js19 …firstDefined=k,p.lastDefined=l,b=a,c=0;for(var r=0,s=h.length;s>r;r++)"zIndex"in h[r]&&(n.push(h[r… property
20 …e[a],a),e[a]}return e[a]=c,b("snap.data.set."+this.id,this,c,a),this},m.removeData=function(a){ret… argument
/plugin/sequencediagram/bower_components/raphael/
Draphael.min.js1circle:1,rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document… property
Draphael.no-deps.min.js1xports&&"object"==typeof module?module.exports=e(require("eve")):"function"==typeof define&&define… property
/plugin/flowchartjs/
Draphael.min.js1circle:1,rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document… property
/plugin/chordsheets/js/
H A Draphael.js1circle:1,rect:1,path:1,ellipse:1,text:1,image:1},s=/\{(\d+)\}/g,o="hasOwnProperty",l={doc:document… property
/plugin/amcharts/assets/amcharts/
Damcharts.js41 …:function(){var a;this.labelsSet&&(a=this.labelsSet.getBBox());a?d.VML||(a={x:a.x+this.x,y:a.y+thi… property
119 …elsSet.push(e);b.labels.push(e)}},addLabel:function(a,b,c,e,d,f,g,k,l,m){a={x:a,y:b,text:c,align:e… property
221 …his.pan&&(g=!0);g={hidden:this.isHidden,type:c,chart:this.chart,target:this,x:a,y:b,finalX:d,final… property
244 …,h=a.dragger;b=a.getDBox();var f=b.height,g=b.width;c=a.chart;var k=a.y,l=a.x,m=a.rotate;m?(b="y",… property
294 ….set&&this.set.translate(a,b)}})})();(function(){var d=window.AmCharts;d.circle=function(a,b,c,e,h… function
310 …"+Math.round(b[0])+","+Math.round(c[0]);h=[];for(l=0;l<b.length;l++)h.push({x:Number(b[l]),y:Numbe… property
311 this.path=a.path(e).attr(f);this.node=this.path.node},interpolate:function(a){var b=[];b.push({x:a[… property
312 a[a.length-2].x;b.push({x:a[a.length-1].x-c/h,y:a[a.length-1].y-e/f});b.push({x:a[a.length-1].x,y:a… property
315 a)},circle:function(a,b,c,e){var h=new d.AmDObject("circle",this);h.attr({r:c,cx:a,cy:b});this.addT… method
316 -f,k.node.style.marginTop=-f);1>c&&(c=1);1>e&&(e=1);k.attr({x:a,y:b,width:c,height:e,rx:h,ry:h,"str… property
[all …]
/plugin/achart/assets/
Dapexcharts.min.js6 …f exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?def… property
10 function(){SVG.Filter=SVG.invent({create:"filter",inherit:SVG.Parent,extend:{source:"SourceGraphic"… property
14 … i=(t=t||window.event).changedTouches&&t.changedTouches[0]||t;return this.p.x=i.clientX-(e||0),thi… property
/plugin/mermaid/
H A Dmermaid.min.js1 …,"nd","rd"],A=k%100;return"["+k+(L[(A-20)%10]||L[A]||L[0])+"]"},"ordinal")},x=o(function(k,L,A){va… property
12 `+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:o(function(){var Ie=thi… variable in o7
268 …;R<_;R++){var k=new ec(T[R]),L=new dl([k],{width:"400em",height:Et(E),viewBox:"0 0 "+l+" "+w,prese… argument
350 …e,me,nv,$3,fd,AA,C5e,F3,dd,iv,CA,Gt=N(()=>{"use strict";rd();yt();mi();pr();xi();TA();ci();IV=X,S5… property
351 …f(a===0)return r;if(a<n)n-=a;else{let s=n/a;if(s<=0)return r;if(s>=1)return{x:i.x,y:i.y};if(s>0&&s… property
446tyle("white-space","nowrap"),s.style("line-height","1.5"),s.style("max-width",r+"px"),s.style("tex… argument
447 …M ${i.x},${i.y} L ${s.x},${s.y}`}function iZ(t,e){let{labelStyles:r,nodeStyles:n}=Ye(e);e.labelSty… property
451 …0),u=Math.max(a.height+(e.padding??0),e?.height??0),h=-l/2,f=-u/2,d=f/2,p=[{x:h+d,y:f},{x:h,y:0},{… property
452 …mespace","xml:space","preserve"),u.setAttribute("dy","1em"),u.setAttribute("x","0"),r?u.setAttribu… property
458 …:i,bbox:a}=await mt(t,e,ht(e)),s=a.width+e.padding,l=a.height+e.padding,u=[{x:-3*l/6,y:0},{x:s+3*l… property
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js2240 x = x || 0; property
14265 x: radius, property
15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background property
15908 x: modSize * i, property
15971 x: this.x, property
16081 x: this.x, property
16200 x: r.x, property
16935 x: xf, property
17006 result.push({ x: self.rowSpanData[i].left, index: i}); property
17016 …result.push({ x: self.rowSpanData[self.rowSpanData.length - 1].left, index: self.rowSpanData.lengt… property
[all …]
/plugin/strata/
H A Dplotly-2.25.2.min.js8 …f exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define… argument
/plugin/c3chart/assets/
Dc3.min.js2ict";function l(t){var e=this;e.d3=window.d3?window.d3:"undefined"!=typeof require?require("d3"):v… argument
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js1 …);c.length;)c.shift()()}var n={},i={2:0};function r(t){if(n[t])return n[t].exports;var i=n[t]={i:t… class
37 /*! exports provided: clear, insertEdgeLabel, positionEdgeLabel, intersection, insertEdge */functio… property
45 …dagre-wrapper/intersect/intersect-node.js"),r=n.n(i),o=n(/*! ./intersect-circle.js */"./src/dagre-… property
65 …gre-wrapper/intersect/intersect-line.js");t.default=function(e,t,n){var r=e.x,o=e.y,s=[],a=Number.… property
73 …rc/logger.js"),r={extension:function(e,t,n){i.log.trace("Making markers for ",n),e.append("defs").…
81 …;var l=i.append("rect").style("stroke","black").style("fill","black").attr("x",-1*r/2).attr("y",-1… property
145 …d3 */"dagre-d3"),r=n.n(i);function o(e,t,n){var i=.9*(t.width+t.height),o=[{x:i/2,y:0},{x:i,y:-i/2… property
149 …seDirective",(function(){return k})),n.d(t,"lookUpDomId",(function(){return x})),n.d(t,"addVertex"… function
169 …nction(e,t,n){"use strict";n.r(t),n.d(t,"parseDirective",(function(){return x})),n.d(t,"clear",(fu… function
189 …"#983351","#609732","#AA9A39"],nodeRadius:10,nodeLabel:{width:75,height:100,x:-25,y:0}},h={},f=fun… property
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js1 …);c.length;)c.shift()()}var n={},i={2:0};function r(t){if(n[t])return n[t].exports;var i=n[t]={i:t… class
37 /*! exports provided: clear, insertEdgeLabel, positionEdgeLabel, intersection, insertEdge */functio… property
45 …dagre-wrapper/intersect/intersect-node.js"),r=n.n(i),o=n(/*! ./intersect-circle.js */"./src/dagre-… property
65 …gre-wrapper/intersect/intersect-line.js");t.default=function(e,t,n){var r=e.x,o=e.y,s=[],a=Number.… property
73 …rc/logger.js"),r={extension:function(e,t,n){i.log.trace("Making markers for ",n),e.append("defs").…
81 …;var l=i.append("rect").style("stroke","black").style("fill","black").attr("x",-1*r/2).attr("y",-1… property
145 …d3 */"dagre-d3"),r=n.n(i);function o(e,t,n){var i=.9*(t.width+t.height),o=[{x:i/2,y:0},{x:i,y:-i/2… property
149 …seDirective",(function(){return k})),n.d(t,"lookUpDomId",(function(){return x})),n.d(t,"addVertex"… function
169 …nction(e,t,n){"use strict";n.r(t),n.d(t,"parseDirective",(function(){return x})),n.d(t,"clear",(fu… function
189 …"#983351","#609732","#AA9A39"],nodeRadius:10,nodeLabel:{width:75,height:100,x:-25,y:0}},h={},f=fun… property
[all …]

12