Home
last modified time | relevance | path

Searched refs:borderStyle (Results 1 – 25 of 868) sorted by relevance

12345678910>>...35

/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A DborderFunctions.R45 borderStyle, argument
69 sTop$borderTop <- borderStyle
75 sTop$borderLeft <- borderStyle
95 sTop$borderTop <- borderStyle
359 borderStyle, argument
402 sTop$borderTop <- borderStyle
413 sTop$borderTop <- borderStyle
443 borderStyle, argument
559 borderStyle, argument
572 sTop$borderTop <- borderStyle
[all …]
H A DwriteData.R172 borderStyle = openxlsx_getOp("borderStyle", "thin"), argument
200 borderStyle <- borderStyle %||% "thin"
232 borderStyle <- validateBorderStyle(borderStyle)[[1]]
395 borderStyle = borderStyle
405 borderStyle = borderStyle
415 borderStyle = borderStyle
425 borderStyle = borderStyle
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_pdfbase_pdfform.py59 …tooltip='Field cb1E',checked=True,x=72,y=72+4*36,buttonStyle='diamond',borderStyle='bevelled', bor…
61 …,tooltip='Field cb1H',checked=True,x=72,y=72+6*36,buttonStyle='check', borderStyle='underlined',bo…
62 …,tooltip='Field cb1G',checked=True,x=72,y=72+7*36,buttonStyle='check', borderStyle='dashed',border…
63 …,tooltip='Field cb1I',checked=True,x=72,y=72+8*36,buttonStyle='check', borderStyle='inset',borderW…
74 …='tf1A',tooltip='Field tf1A',value='Hello World',x=144*2+36,y=72+0*36, borderStyle='inset', border…
76 …='tf1C',tooltip='Field tf1C',value='Hello World',x=144*2+36,y=72+3*36, borderStyle='inset', border…
88 …,tooltip='Field cb2G',checked=True,x=72,y=72+7*36,buttonStyle='check', borderStyle='dashed',border…
89 …,tooltip='Field cb2I',checked=True,x=72,y=72+8*36,buttonStyle='check', borderStyle='inset',borderW…
100 …='tf2A',tooltip='Field tf2A',value='Hello World',x=144*2+36,y=72+0*36, borderStyle='inset', border…
139 …af.choice(name='CH%d'%i,value=value,x=x,y=y, width=72+bW, height=20+bW, borderStyle=BS[i%5], borde…
[all …]
/dports/textproc/kreport/kreport-3.2.0/src/items/label/
H A DKReportLabelPlugin.cpp88 KReportLineStyle borderStyle(label.borderStyle()); in loadElement() local
90 borderStyle.setPenStyle(KReportUtils::penStyle(s, borderStyle.penStyle())); in loadElement()
91 borderStyle.setColor(KReportUtils::attr( in loadElement()
92 lineStyleDom, QLatin1String("report:line-color"), borderStyle.color())); in loadElement()
94 borderStyle.setWeight(KReportUtils::attr( in loadElement()
95 lineStyleDom, QLatin1String("report:line-weight"), borderStyle.weight())); in loadElement()
96 label.setBorderStyle(borderStyle); in loadElement()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/table/
H A DRtfBorderGroup.java99 public RtfBorderGroup(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in RtfBorderGroup() argument
102 addBorder(bordersToAdd, borderStyle, borderWidth, borderColor); in RtfBorderGroup()
149 …private void setBorder(int borderPosition, int borderStyle, float borderWidth, Color borderColor) { in setBorder() argument
150 …border = new RtfBorder(this.document, this.borderType, borderPosition, borderStyle, borderWidth, b… in setBorder()
162 public void addBorder(int bordersToAdd, int borderStyle, float borderWidth, Color borderColor) { in addBorder() argument
164 setBorder(RtfBorder.LEFT_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
167 setBorder(RtfBorder.TOP_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
170 setBorder(RtfBorder.RIGHT_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
173 setBorder(RtfBorder.BOTTOM_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
176 setBorder(RtfBorder.VERTICAL_BORDER, borderStyle, borderWidth, borderColor); in addBorder()
[all …]
H A DRtfBorder.java371 private int borderStyle = BORDER_NONE; field in RtfBorder
392 this.borderStyle = border.getBorderStyle(); in RtfBorder()
407 …protected RtfBorder(RtfDocument doc, int borderType, int borderPosition, int borderStyle, float bo… in RtfBorder() argument
411 this.borderStyle = borderStyle; in RtfBorder()
414 this.borderStyle = BORDER_NONE; in RtfBorder()
428 … if(this.borderStyle == BORDER_NONE || this.borderPosition == NO_BORDER || this.borderWidth == 0) { in writeContent()
493 switch(this.borderStyle) { in writeBorderStyle()
546 return borderStyle; in getBorderStyle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/helpers/
H A DCSSSWTHelpers.java91 String borderStyle = border.getStyle(); in createBorderPaintListener() local
93 gc.setLineStyle(getLineStyle(borderStyle)); in createBorderPaintListener()
98 gc.setLineStyle(getLineStyle(borderStyle)); in createBorderPaintListener()
103 gc.setLineStyle(getLineStyle(borderStyle)); in createBorderPaintListener()
108 gc.setLineStyle(getLineStyle(borderStyle)); in createBorderPaintListener()
117 public static int getLineStyle(String borderStyle) {
118 borderStyle = borderStyle != null ? borderStyle : "";
120 switch (borderStyle) {
/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoBorder.cpp1014 BorderStyle borderStyle; in parseAndSetBorder() local
1140 && borderStyle(LeftBorder) == borderStyle(RightBorder) in saveOdf()
1141 && borderStyle(TopBorder) == borderStyle(BottomBorder) in saveOdf()
1142 && borderStyle(TopBorder) == borderStyle(LeftBorder) in saveOdf()
1143 … && (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave)) { in saveOdf()
1146 if (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave) in saveOdf()
1148 … if (borderStyle(RightBorder) == BorderDouble || borderStyle(RightBorder) == BorderDoubleWave) in saveOdf()
1150 if (borderStyle(TopBorder) == BorderDouble || borderStyle(TopBorder) == BorderDoubleWave) in saveOdf()
1152 … if (borderStyle(BottomBorder) == BorderDouble || borderStyle(BottomBorder) == BorderDoubleWave) in saveOdf()
1157 … if (borderStyle(TlbrBorder) == BorderDouble || borderStyle(TlbrBorder) == BorderDoubleWave) { in saveOdf()
[all …]
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/
H A Ddefaults.css25 borderStyle: "inset";
147 borderStyle: "solid";
244 borderStyle: "none";
283 borderStyle: "none";
328 borderStyle: "none";
394 borderStyle: "none";
486 borderStyle: "none";
606 borderStyle: "none";
657 borderStyle: "none";
675 borderStyle: "none";
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoBorder.cpp1012 BorderStyle borderStyle; in parseAndSetBorder() local
1138 && borderStyle(LeftBorder) == borderStyle(RightBorder) in saveOdf()
1139 && borderStyle(TopBorder) == borderStyle(BottomBorder) in saveOdf()
1140 && borderStyle(TopBorder) == borderStyle(LeftBorder) in saveOdf()
1141 … && (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave)) { in saveOdf()
1144 if (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave) in saveOdf()
1146 … if (borderStyle(RightBorder) == BorderDouble || borderStyle(RightBorder) == BorderDoubleWave) in saveOdf()
1148 if (borderStyle(TopBorder) == BorderDouble || borderStyle(TopBorder) == BorderDoubleWave) in saveOdf()
1150 … if (borderStyle(BottomBorder) == BorderDouble || borderStyle(BottomBorder) == BorderDoubleWave) in saveOdf()
1155 … if (borderStyle(TlbrBorder) == BorderDouble || borderStyle(TlbrBorder) == BorderDoubleWave) { in saveOdf()
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoBorder.cpp1013 BorderStyle borderStyle; in parseAndSetBorder() local
1139 && borderStyle(LeftBorder) == borderStyle(RightBorder) in saveOdf()
1140 && borderStyle(TopBorder) == borderStyle(BottomBorder) in saveOdf()
1141 && borderStyle(TopBorder) == borderStyle(LeftBorder) in saveOdf()
1142 … && (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave)) { in saveOdf()
1145 if (borderStyle(LeftBorder) == BorderDouble || borderStyle(LeftBorder) == BorderDoubleWave) in saveOdf()
1147 … if (borderStyle(RightBorder) == BorderDouble || borderStyle(RightBorder) == BorderDoubleWave) in saveOdf()
1149 if (borderStyle(TopBorder) == BorderDouble || borderStyle(TopBorder) == BorderDoubleWave) in saveOdf()
1151 … if (borderStyle(BottomBorder) == BorderDouble || borderStyle(BottomBorder) == BorderDoubleWave) in saveOdf()
1156 … if (borderStyle(TlbrBorder) == BorderDouble || borderStyle(TlbrBorder) == BorderDoubleWave) { in saveOdf()
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/pdfbase/
H A Dacroform.py75 if borderStyle=='dashed':
215 borderStyle='solid', argument
402 borderStyle='solid', argument
434 borderStyle=borderStyle,
486 borderStyle='solid', argument
537 borderStyle=borderStyle,
608 borderStyle='solid', argument
840 borderStyle=borderStyle,
920 borderStyle=borderStyle,
967 borderStyle=borderStyle,
[all …]
/dports/www/p5-CSS-DOM/CSS-DOM-0.17/t/
H A Dproperty-parser.t310 $s->borderStyle('none');
314 $s->borderStyle('hidden none');
318 $s->borderStyle('dotted hidden none');
319 is $s->borderStyle, 'dotted hidden none',
359 $s->borderStyle('none outset inset ridge');
364 $s->borderStyle('none none outset inset');
369 $s->borderStyle('none none none outset');
370 is $s->borderStyle, 'none none none outset',
375 $s->borderStyle('');
378 $s->borderStyle('inset');
[all …]
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dbox.go34 borderStyle tcell.Style
69 borderStyle: tcell.StyleDefault.Foreground(Styles.BorderColor),
262 b.borderStyle = b.borderStyle.Foreground(color)
271 b.borderStyle = b.borderStyle.Attributes(attr)
277 _, _, attr := b.borderStyle.Decompose()
283 color, _, _ := b.borderStyle.Decompose()
364 screen.SetContent(x, b.y, horizontal, nil, b.borderStyle)
368 screen.SetContent(b.x, y, vertical, nil, b.borderStyle)
369 screen.SetContent(b.x+b.width-1, y, vertical, nil, b.borderStyle)
371 screen.SetContent(b.x, b.y, topLeft, nil, b.borderStyle)
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/HangoutsChat/
H A DGoogleAppsCardV1ImageComponent.php38 …ublic function setBorderStyle(Google_Service_HangoutsChat_GoogleAppsCardV1BorderStyle $borderStyle) argument
40 $this->borderStyle = $borderStyle;
47 return $this->borderStyle;
H A DGoogleAppsCardV1Grid.php33 …ublic function setBorderStyle(Google_Service_HangoutsChat_GoogleAppsCardV1BorderStyle $borderStyle) argument
35 $this->borderStyle = $borderStyle;
42 return $this->borderStyle;
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/skins/halo/
H A DToolTipBorder.as77 var borderStyle:String = getStyle("borderStyle");
78 switch (borderStyle)
116 * If borderStyle may have changed, clear the cached border metrics.
120 if (styleProp == "borderStyle" ||
138 var borderStyle:String = getStyle("borderStyle");
151 switch (borderStyle)
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/skins/halo/
H A DToolTipBorder.as87 var borderStyle:String = getStyle("borderStyle");
88 switch (borderStyle)
126 * If borderStyle may have changed, clear the cached border metrics.
132 if (styleProp == "borderStyle" ||
148 var borderStyle:String = getStyle("borderStyle");
159 switch (borderStyle)
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/Style/
H A DCellBorder.php31 $borderStyle = $border->getBorderStyle();
33 if (is_string($borderStyle) && array_key_exists($borderStyle, self::$styleMap)) {
34 return self::$styleMap[$borderStyle];
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfBorderDictionary.java78 public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes) { in PdfBorderDictionary() argument
80 switch (borderStyle) { in PdfBorderDictionary()
103 public PdfBorderDictionary(float borderWidth, int borderStyle) { in PdfBorderDictionary() argument
104 this(borderWidth, borderStyle, null); in PdfBorderDictionary()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfBorderDictionary.java74 public PdfBorderDictionary(float borderWidth, int borderStyle, PdfDashPattern dashes) { in PdfBorderDictionary() argument
76 switch (borderStyle) { in PdfBorderDictionary()
99 public PdfBorderDictionary(float borderWidth, int borderStyle) { in PdfBorderDictionary() argument
100 this(borderWidth, borderStyle, null); in PdfBorderDictionary()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DTextStyle.java122 public int borderStyle; field in TextStyle
199 borderStyle = style.borderStyle; in TextStyle()
236 if (borderStyle != style.borderStyle) return false; in equals()
285 if (borderStyle != style.borderStyle) return false; in isAdherentBorder()
376 if (borderStyle != SWT.NONE) { in toString()
379 switch (borderStyle) { in toString()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DTextStyle.java122 public int borderStyle; field in TextStyle
199 borderStyle = style.borderStyle; in TextStyle()
236 if (borderStyle != style.borderStyle) return false; in equals()
285 if (borderStyle != style.borderStyle) return false; in isAdherentBorder()
376 if (borderStyle != SWT.NONE) { in toString()
379 switch (borderStyle) { in toString()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/haloclassic/src/haloclassic/
H A DToolTipBorder.as64 var borderStyle:String = getStyle("borderStyle");
65 switch (borderStyle)
111 var borderStyle:String = getStyle("borderStyle");
119 switch (borderStyle)
266 * If borderStyle may have changed, clear the cached border metrics.
270 if (styleProp == "borderStyle" ||
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/themes/Institutional/
H A DInstitutional.css44 borderStyle: "none";
57 borderStyle: "applicationControlBar";
78 borderStyle: "default";
122 borderStyle: "solid";
153 borderStyle: "default";

12345678910>>...35