| /plugin/statdisplay/pchart/ |
| D | GridStyle.php | 25 public function __construct($lineWidth, $mosaic = true, Color $color = null, $alpha = 100) { argument 34 $this->lineWidth = $lineWidth; 41 return $this->lineWidth; 56 private $lineWidth; variable in GridStyle
|
| D | ScaleStyle.php | 10 …public function __construct($scaleMode, Color $color, $drawTicks = true, $lineWidth = 1, $lineDotS… argument 14 $this->lineWidth = $lineWidth; 36 return $this->lineWidth; 49 private $lineWidth; variable in ScaleStyle
|
| D | ICanvas.php | 15 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument 21 $lineWidth = 1, argument 25 Color $color, $lineWidth, $lineDotSize, argument 29 Color $color, $lineWidth, $lineDotSize, argument 32 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 34 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | TestCanvas.php | 22 …function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSize, Sha… argument 30 $lineWidth = 1, argument 36 Color $color, $lineWidth, $lineDotSize, argument 42 Color $color, $lineWidth, $lineDotSize, argument 47 …function drawLine(Point $point1, Point $point2, Color $color, $lineWidth, $lineDotSize, ShadowProp… argument 51 …function drawDottedLine(Point $point1, Point $point2, $dotSize, $lineWidth, Color $color, ShadowPr… argument
|
| D | GDCanvas.php | 18 $alpha = 100, $lineWidth = 1, $lineDotSize = 0) { argument 98 $lineWidth, 104 …public function drawRectangle(Point $corner1, Point $corner2, Color $color, $lineWidth, $lineDotSi… argument 112 $lineWidth, 119 $lineWidth, 126 $lineWidth, 133 $lineWidth, 139 …wRoundedRectangle(Point $point1, Point $point2, $radius, Color $color, $lineWidth, $lineDotSize, S… argument 167 $lineWidth, 174 $lineWidth, [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Bmp.php | 194 $lineWidth = $width + (3 - ($width - 1) % 4); 203 $padCnt = $lineWidth - strlen($out) % $lineWidth; 204 if ($padCnt < $lineWidth) { 209 $padCnt = $lineWidth - strlen($out) % $lineWidth; 210 if ($padCnt < $lineWidth) { 244 $lineWidth = $w + (3 - ( ($width - 1) / 2) % 4); 253 while (count($pixels) % $lineWidth !== 0) { 258 while (count($pixels) % $lineWidth !== 0) {
|
| /plugin/captcha/ |
| D | EasySVG.php | 269 $lineWidth = 0; 281 $width = $lineWidth > $width ? $lineWidth : $width; 283 $lineWidth = 0; 287 $lineWidth += $this->font->glyphs[$letter]->horizAdvX * $fontSize + 292 $width = $lineWidth > $width ? $lineWidth : $width;
|
| /plugin/diagramsnet/lib/js/diagramly/util/ |
| D | mxJsCanvas.js | 246 this.ctx.lineWidth = value; 691 this.ctx.lineWidth = 1; 743 var lineWidth = []; 749 lineWidth[i] = this.ctx.measureText(lines[i]).width; 753 lineX[i] -= lineWidth[i]; 757 lineX[i] += lineWidth[i] / 2; 765 var maxWidth = lineWidth[0]; 770 maxWidth = Math.max(maxWidth, lineWidth[i]); 786 this.ctx.lineWidth = 1;
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 234 ctx.lineWidth = i + 1; 239 ctx.lineWidth = 1; 923 ctx.lineWidth = 1; 945 ctx.lineWidth = 1; 1838 ctx.lineWidth = width; 1923 ctx.lineWidth = 1; 2027 ctx.lineWidth = 1; 2040 ctx.lineWidth = 1; 2053 ctx.lineWidth = 1; 2073 ctx.lineWidth = 1; [all …]
|
| D | js-yaml.mjs | 2944 this.lineWidth = options['lineWidth'] || 80; 3132 // lineWidth = -1 => no limit. 3136 // STYLE_LITERAL => no lines are suitable for folding (or lineWidth is -1). 3137 // STYLE_FOLDED => a line > lineWidth and can be folded (and lineWidth != -1). 3138 function chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, argument 3146 var shouldTrackWidth = lineWidth !== -1; 3172 (i - previousLineBreak - 1 > lineWidth && 3184 (i - previousLineBreak - 1 > lineWidth && 3229 // to the lower bound min(state.lineWidth, 40). 3231 // state.lineWidth ≤ 40 + state.indent: width is fixed at the lower bound. [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxRuler.js | 146 ctx.lineWidth = 0.7; 291 ctx.lineWidth = 1; 435 ctx.lineWidth = 0.5;
|
| /plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
| D | maction.js | 19 ….mbase.prototype.em=i.SVG.em;this.ex=i.SVG.ex;this.linebreakWidth=i.SVG.lineWidth;this.cwidth=i.SV…
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 17 …=Aa(this.schema,e.styles||null),this.sortKeys=e.sortKeys||!1,this.lineWidth=e.lineWidth||80,this.n… 20 …':"'"+t+"'";var s=e.indent*Math.max(1,i),l=e.lineWidth===-1?-1:Math.max(Math.min(e.lineWidth,40),e… 32 …lineWidth=a+1,f.moveTo(pt+(de+10)*a+10,_+15),f.lineTo(pt+(de+10)*a+25,_+15),f.stroke();f.lineWidth… 36 …lineWidth=o};function ft(){}R.prototype.draw=ft,R.prototype.appendPoint=function(o,a){function c(g…
|
| /plugin/processing/ |
| D | script.js | 1098 lineWidth = 1, 6866 if (lineWidth > 0 && doStroke) { 6878 curContext.lineWidth(lineWidth); 7080 if (lineWidth > 0 && doStroke) { 7092 curContext.lineWidth(lineWidth); 7352 lineWidth = w; 7358 curContext.lineWidth = w; 7418 if (lineWidth > 0 && doStroke) { 7437 if (lineWidth > 1){ 7441 curContext.arc(x, y, lineWidth / 2, 0, PConstants.TWO_PI, false); [all …]
|
| /plugin/s5reloaded/ui/thesis/ |
| D | slides.js | 1698 ctx.lineWidth = lw; ctx.strokeStyle = col; 1879 ctx.lineWidth = 1; 2097 ctx.lineWidth = cr*0.07; 2108 ctx.lineWidth = cr*0.07; 2117 ctx.lineWidth = 1; 2298 ctx.lineWidth = lw/2; 2317 ctx.lineWidth = lw; 2332 ctx.lineWidth = lw/2;
|
| /plugin/c3chart/assets/ |
| D | js-yaml.min.js | 2 …lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.conde…
|
| /plugin/achart/assets/ |
| D | js-yaml.min.js | 2 …lineWidth=e.lineWidth||80,this.noRefs=e.noRefs||!1,this.noCompatMode=e.noCompatMode||!1,this.conde…
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 2296 pdfDoc.lineWidth(vector.lineWidth || 1); 15900 x: 0, y: 0, w: size, h: size, lineWidth: 0, color: background property 15912 lineWidth: 0, property 16430 var lineWidth = line.getWidth(); 16437 offset = width - lineWidth; 16440 offset = (width - lineWidth) / 2; 16452 var additionalSpacing = (width - lineWidth) / (line.inlines.length - 1); 16813 var lineWidth = this.layout.hLineWidth(lineIndex, this.tableNode); 16814 if (lineWidth) { 16815 var offset = lineWidth / 2; [all …]
|
| D | pdfmake.min.js | 7 …t+"> Tj"),e.addContent("ET"),e.restore()}function c(t,e){switch(e.lineWidth(t.lineWidth||1),t.dash… 9 …x:0,y:0,w:u,h:u,lineWidth:0,color:i});for(var l=0;s>l;++l)for(var c=0;s>c;++c)a[l][c]&&r.push({typ… property 10 …lineWidth:r,lineColor:"function"==typeof this.layout.hLineColor?this.layout.hLineColor(t,this.tabl… property 13 …this.addContent("Q")},closePath:function(){return this.addContent("h")},lineWidth:function(t){retu… method 15 …lineWidth-=e,c=n),t.circle(t.x-h+d,t.y+d+d/2,d),t.fill()}}(this)),o.on("sectionStart",function(t){… 16 …7,x=1,S=Math.ceil(h/(2*b))+1,k=e+a.x-1;r.rect(e+a.x,n-x,h,n+x).clip(),r.lineWidth(.24),r.moveTo(k,…
|
| /plugin/diagramsnet/lib/math/extensions/a11y/ |
| D | auto-collapse.js | 196 this.linebreakWidth = t.SVG.lineWidth, this.cwidth = t.SVG.cwidth;
|
| /plugin/statistics/js/ |
| D | chartjs-plugin-datalabels.js | 7 …lineWidth=n,t.lineJoin="miter",t.stroke()))}function b(t,e,r){var a=t.shadowBlur,o=r.stroked,n=x(r…
|
| D | chart.js | 13 …lineWidth:1,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,e)=>e.lineWidth,tickColor:(t… property
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 7308 ctx.lineWidth = this.width; 8643 ctx.lineWidth = this.selectionLineWidth; 11490 ctx.lineWidth = this.strokeWidth; 13049 ctx.lineWidth = 1 / this.borderScaleFactor; 13104 ctx.lineWidth = 1; 13648 ctx.lineWidth = this.strokeWidth; 19783 var lineWidth = this._getLineWidth(ctx, lineIndex), 19785 if (totalWidth >= lineWidth) { 19952 var lineWidth = this._getLineWidth(ctx, i), 19953 lineLeftOffset = this._getLineLeftOffset(lineWidth); [all …]
|
| D | fabric.min.js | 4 …unction(){var ctx=this.canvas.contextTop;ctx.strokeStyle=this.color;ctx.lineWidth=this.width;ctx.l… 5 …tor.ex-(left>0?0:-left),groupSelector.ey-(top>0?0:-top),aleft,atop);ctx.lineWidth=this.selectionLi… 6 …Alpha*=this.opacity},_setStrokeStyles:function(ctx){if(this.stroke){ctx.lineWidth=this.strokeWidth… 8 …lineWidth=1/this.borderScaleFactor;var wh=this._calculateCurrentDimensions(true),width=wh.x,height… 11 …lineWidth=this._getLineWidth(ctx,lineIndex),totalWidth=this.width;if(totalWidth>=lineWidth){var wo… argument 13 …lineWidth=this._getLineWidth(ctx,i),lineLeftOffset=this._getCachedLineOffset(i);if(this.textBackgr…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 15579 lineWidth: function lineWidth(w) { 16545 _this.lineWidth = (options.width - _this.columnGap * (_this.columns - 1)) / _this.columns; 16546 _this.spaceLeft = _this.lineWidth; 16567 _this.lineWidth -= indent; 16570 _this.lineWidth += indent; 16613 if (w > this.lineWidth + this.continuedX) { 16642 if (l === 0 && this.spaceLeft === this.lineWidth) { 16702 options.lineWidth = _this2.lineWidth; 16711 _this2.spaceLeft = _this2.lineWidth; 16731 while (buffer && textWidth > _this2.lineWidth) { [all …]
|