Home
last modified time | relevance | path

Searched refs:borderWidth (Results 1 – 25 of 84) sorted by relevance

1234

/plugin/statistics/inc/pchart/
H A DBackgroundStyle.php28 public function __construct(Color $backgroundColor, $stripe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDotSize = 0) { argument
33 $this->borderWidth = $borderWidth;
66 return $this->borderWidth;
81 private $borderWidth; variable in BackgroundStyle
/plugin/statdisplay/pchart/
H A DBackgroundStyle.php30 …ipe = false, Color $gradientStartColor = null, $gradientDecay = null, $borderWidth = 1, $borderDot… argument
35 $this->borderWidth = $borderWidth;
68 return $this->borderWidth;
83 private $borderWidth; variable in BackgroundStyle
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java331 int borderWidth = 1; in record() local
338 if (rr.x>=borderWidth) { in record()
342 borderFrames[0].setSize(borderWidth, rr.height+borderWidth*2); in record()
343 borderFrames[0].setLocation(rr.x-borderWidth, rr.y-borderWidth); in record()
349 if (rr.x+rr.width<dim.width-borderWidth) { in record()
353 borderFrames[1].setSize(borderWidth, rr.height+borderWidth*2); in record()
360 if (rr.y>=borderWidth) { in record()
364 borderFrames[2].setSize(rr.width, borderWidth); in record()
365 borderFrames[2].setLocation(rr.x, rr.y-borderWidth); in record()
371 if (rr.y+rr.height<dim.height-borderWidth) { in record()
[all …]
/plugin/pgn4web/pgn4web/
H A Danalysis.css49 …left: 115px; /* 30px boardTable.paddingLeft + 376px boardTable.width - 3px boardTable.borderWidth
56 margin-top: 222px; /* 210 header + 3 boardTable.borderWidth + 9 filling */
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js660 table.style.borderWidth = '0px';
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js660 table.style.borderWidth = '0px';
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt71 borderWidth=borderWidth
H A Ddia_ru.txt71 borderWidth=Толщина границы
H A Ddia_bg.txt71 borderWidth=Ширина на рамката
H A Ddia_el.txt71 borderWidth=Πλάτος Περιγράμματος
H A Ddia_zh.txt71 borderWidth=边框宽度
H A Ddia_uk.txt71 borderWidth=Ширина межі
H A Ddia_fa.txt71 borderWidth=‫عرض مرز‬
H A Ddia_ja.txt71 borderWidth=枠線の太さ
H A Ddia_he.txt71 borderWidth=‫רוחב גבול‬
H A Ddia_ko.txt71 borderWidth=테두리 너비
H A Ddia_th.txt71 borderWidth=ความกว้างเส้นขอบ
H A Ddia_zh-tw.txt71 borderWidth=邊框寬度
H A Ddia_ar.txt71 borderWidth=‫عرض الحد‬
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js13 iframe.style.borderWidth = '0px';
2069 ldiv.style.borderWidth = '1px 0px 0px 0px';
2330 ldiv.style.borderWidth = '0px 0px 1px 0px';
H A DFormat.js462 label.style.borderWidth = '0px 0px 1px 1px';
1733 panel.style.borderWidth = '0px';
2184 stylePanel.style.borderWidth = '0px';
3085 stylePanel.style.borderWidth = '0px';
5415 perimeterPanel.style.borderWidth = '0px';
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js19685 container.style.borderWidth = 0;
20337 var borderWidth = data.borderStyle.width;
20339 square.setAttribute('x', borderWidth / 2);
20340 square.setAttribute('y', borderWidth / 2);
20341 square.setAttribute('width', width - borderWidth);
20343 square.setAttribute('stroke-width', borderWidth);
20378 var borderWidth = data.borderStyle.width;
20384 circle.setAttribute('stroke-width', borderWidth);
20434 var borderWidth = data.borderStyle.width;
20437 polyline.setAttribute('stroke-width', borderWidth);
[all …]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1709 lay.style.borderWidth = '2px';
2280 lay.style.borderWidth = '2px';
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …,o.style.padding="1px 2px 3px 4px",o.style.borderStyle="solid",o.style.borderWidth="1px 2px 3px 4p…

1234