Home
last modified time | relevance | path

Searched refs:createStyle (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/textproc/R-cran-openxlsx/openxlsx/inst/extdata/
H A Dstack_style_testing.R13 addStyle(wb, sheet = 1, style = createStyle(fgFill = "yellow", textDecoration = "bold"), rows = 1:2…
20 addStyle(wb, sheet = 1, style = createStyle(fgFill = "blue"), rows = 5, cols = 1:5, gridExpand = T…
49 addStyle(wb, 2, createStyle(halign = "center", border = "TopBottomLeftRight"), 1:5, 1:5, gridExpand…
50 addStyle(wb, 2, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
55 addStyle(wb, 3, createStyle(halign = "center", border = "TopBottomLeftRight"), 1:5, 1:5, gridExpand…
56 addStyle(wb, 3, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
102 addStyle(wb, sheet = 1, style = createStyle(border = "topbottomleftright"), rows = 1:4, cols = c(3,…
113 addStyle(wb, 2, createStyle(halign = "center", border = "TopBottomLeftRight"), 1:5, 1:5, gridExpand…
114 addStyle(wb, 2, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
119 addStyle(wb, 3, createStyle(halign = "center", border = "TopBottomLeftRight"), 1:5, 1:5, gridExpand…
[all …]
H A Dconditional_formatting_testing.R14 negStyle <- createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
15 posStyle <- createStyle(fontColour = "#006100", bgFill = "#C6EFCE")
76 …(wb, "Duplicates", cols = 1, rows = 1:10, type = "duplicates", style = createStyle(textDecoration …
/dports/textproc/R-cran-openxlsx/openxlsx/inst/doc/
H A DFormatting.Rmd104 sty <- createStyle(numFmt = "yyyy/mm/dd")
107 sty <- createStyle(numFmt = "yyyy/mmm/dd")
113 sty <- createStyle(numFmt = "ddddd")
122 sty <- createStyle(numFmt = "mm/dd/yy")
175 sty <- createStyle(numFmt = "hh:mm:ss")
287 s <- createStyle(numFmt = "0.0")
290 s <- createStyle(numFmt = "0.00")
293 s <- createStyle(numFmt = "0.000")
296 s <- createStyle(numFmt = "#,##0")
299 s <- createStyle(numFmt = "#,##0.00")
[all …]
/dports/textproc/R-cran-openxlsx/openxlsx/vignettes/
H A DFormatting.Rmd104 sty <- createStyle(numFmt = "yyyy/mm/dd")
107 sty <- createStyle(numFmt = "yyyy/mmm/dd")
113 sty <- createStyle(numFmt = "ddddd")
122 sty <- createStyle(numFmt = "mm/dd/yy")
175 sty <- createStyle(numFmt = "hh:mm:ss")
287 s <- createStyle(numFmt = "0.0")
290 s <- createStyle(numFmt = "0.00")
293 s <- createStyle(numFmt = "0.000")
296 s <- createStyle(numFmt = "#,##0")
299 s <- createStyle(numFmt = "#,##0.00")
[all …]
/dports/textproc/R-cran-openxlsx/openxlsx/R/
H A Dconditional_formatting.R439 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
454 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
470 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
492 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
514 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
536 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
556 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
571 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
605 createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
H A DhelperFunctions.R139 hyperlinkstyle <- createStyle(textDecoration = "underline")
157 "style" = createStyle(numFmt = "date"),
172 "style" = createStyle(numFmt = "LONGDATE"),
187 "style" = createStyle(numFmt = "CURRENCY"),
201 "style" = createStyle(numFmt = "ACCOUNTING"),
215 "style" = createStyle(numFmt = "percentage"),
229 "style" = createStyle(numFmt = "scientific"),
243 "style" = createStyle(numFmt = "3"),
257 "style" = createStyle(numFmt = getOption("openxlsx.numFmt", "0")),
/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DconditionalFormatting.Rd30 \item{style}{A style to apply to those cells that satisfy the rule. Default is createStyle(fontColo…
45 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
70 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
76 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
82 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
88 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
100 \item{style is a Style object. See \code{\link[=createStyle]{createStyle()}}}
128 negStyle <- createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
129 posStyle <- createStyle(fontColour = "#006100", bgFill = "#C6EFCE")
309 \code{\link[=createStyle]{createStyle()}}
H A DaddStyle.Rd14 \item{style}{A style object returned from createStyle()}
41 headerStyle <- createStyle(
47 bodyStyle <- createStyle(border = "TopBottom", borderColour = "#4F81BD")
55 \code{\link[=createStyle]{createStyle()}}
H A DconditionalFormat.Rd28 …{A style to apply to those cells that satisfy the rule. A Style object returned from createStyle()}
40 Default style given by: createStyle(fontColour = "#9C0006", bgFill = "#FFC7CE")
43 \code{\link[=createStyle]{createStyle()}}
H A DcreateComment.Rd21 …of style objects the same length as comment vector. See \code{\link[=createStyle]{createStyle()}}.}
38 s1 <- createStyle(fontSize = 12, fontColour = "red", textDecoration = c("BOLD"))
39 s2 <- createStyle(fontSize = 9, fontColour = "black")
H A DcreateStyle.Rd3 \name{createStyle}
4 \alias{createStyle}
7 createStyle(
147 style <- createStyle(
153 style <- createStyle(
162 createStyle(border = "TopBottomRight", borderColour = "red")
165 createStyle(border = "TopBottomLeft", borderColour = c("red", "yellow", "green"))
H A DwriteComment.Rd34 s1 <- createStyle(fontSize = 12, fontColour = "red", textDecoration = c("BOLD"))
35 s2 <- createStyle(fontSize = 9, fontColour = "black")
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwgui/
H A Djournalbooks.cpp166 … BookTypesetter::Style* header = typesetter->createStyle ("", MyGUI::Colour (0.60f, 0.00f, 0.00f)); in createEmptyJournalBook()
167 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createEmptyJournalBook()
180 … BookTypesetter::Style* header = typesetter->createStyle ("", MyGUI::Colour (0.60f, 0.00f, 0.00f)); in createJournalBook()
181 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createJournalBook()
192 … BookTypesetter::Style* header = typesetter->createStyle ("", MyGUI::Colour (0.60f, 0.00f, 0.00f)); in createTopicBook()
193 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createTopicBook()
208 … BookTypesetter::Style* header = typesetter->createStyle ("", MyGUI::Colour (0.60f, 0.00f, 0.00f)); in createQuestBook()
209 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createQuestBook()
239 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createLatinJournalIndex()
268 BookTypesetter::Style* body = typesetter->createStyle ("", MyGUI::Colour::Black); in createCyrillicJournalIndex()
/dports/textproc/R-cran-openxlsx/openxlsx/tests/testthat/
H A Dtest-write_read_equality.R64 addStyle(wb, 1, style = createStyle(numFmt = "DATE"), rows = 2:11, cols = 1, gridExpand = TRUE)
67 sty <- createStyle(numFmt = "yyyy/mm/dd")
70 sty <- createStyle(numFmt = "yyyy/mmm/dd")
73 sty <- createStyle(numFmt = "yy / mmmm / dd")
76 sty <- createStyle(numFmt = "ddddd")
79 sty <- createStyle(numFmt = "yyyy-mmm-dd")
82 sty <- createStyle(numFmt = "mm/ dd yyyy")
85 sty <- createStyle(numFmt = "mm/dd/yy")
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/python/
H A Dcreate_plot_with_styles.py21 style = doc.createStyle()
26 style = doc.createStyle()
30 style = doc.createStyle()
/dports/biology/libsedml/libSEDML-2.0.26/examples/python/
H A Dcreate_plot_with_styles.py21 style = doc.createStyle()
26 style = doc.createStyle()
30 style = doc.createStyle()
/dports/textproc/p5-OpenOffice-OODoc/OpenOffice-OODoc-2.125/OODoc/
H A DDocument.pm55 return $self->createStyle($stylename, %opt);
78 return $self->createStyle($stylename, %opt);
101 $style = $self->createStyle
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenrcstyle.cpp39 GtkStyle* RCStyle::createStyle( GtkRcStyle* rc_style ) in createStyle() function in Oxygen::RCStyle
85 rcStyleClass->create_style = createStyle; in classInit()
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/common/
H A DNewWindowIcon.tsx20 import { createStyle } from '../Theme';
22 export const getStyles = createStyle(() => {
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/
H A DGraphTicks.tsx17 import { createStyle } from '../../Theme';
19 const getStyles = createStyle(() => {
H A DTickLabels.tsx19 import { createStyle } from '../../Theme';
22 const getStyles = createStyle(() => {
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DThemesManager.cpp183 Style* ThemesManager::createStyle(const QString &name) in createStyle() function in Otter::ThemesManager
190 style = integration->createStyle(name); in createStyle()
276 …QApplication::setStyle(createStyle(SettingsManager::getOption(SettingsManager::Interface_WidgetSty… in eventFilter()
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TraceTimelineViewer/SpanDetail/
H A DTextList.tsx19 import { createStyle } from '../../Theme';
21 const getStyles = createStyle(() => {
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TraceTimelineViewer/TimelineHeaderRow/
H A DTimelineCollapser.tsx18 import { createStyle } from '../../Theme';
20 const getStyles = createStyle(() => {
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TraceTimelineViewer/
H A DTimelineRow.tsx18 import { createStyle } from '../Theme';
21 const getStyles = createStyle(() => {

1234567