Home
last modified time | relevance | path

Searched refs:customStyle (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DRStudioThemedFrame.java46 String customStyle, in RStudioThemedFrame() argument
52 customStyle, in RStudioThemedFrame()
61 String customStyle, in RStudioThemedFrame() argument
70 customStyle, in RStudioThemedFrame()
81 String customStyle, in RStudioThemedFrame() argument
88 customStyle_ = customStyle; in RStudioThemedFrame()
120 if (customStyle == null) in addThemesStyle()
121 customStyle = ""; in addThemesStyle()
123 customStyle += RES.styles().getText(); in addThemesStyle()
125 style.setInnerHTML(customStyle); in addThemesStyle()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/quickgui/plugin/editor/
H A Dqgsquicktextedit.qml46 font.pixelSize: customStyle.fields.fontPixelSize
47 color: customStyle.fields.fontColor
66 …border.color: textField.activeFocus ? customStyle.fields.activeColor : customStyle.fields.normalCo…
68 color: customStyle.fields.backgroundColor
69 radius: customStyle.fields.cornerRadius
80 topPadding: customStyle.fields.height * 0.25
81 bottomPadding: customStyle.fields.height * 0.25
85 font.pixelSize: customStyle.fields.fontPixelSize
87 color: customStyle.fields.fontColor
92 color: customStyle.fields.backgroundColor
[all …]
H A Dqgsquickrange.qml35 height: customStyle.fields.height
46 border.color: customStyle.fields.normalColor
48 color: customStyle.fields.backgroundColor
49 radius: customStyle.fields.cornerRadius
75 border.color: customStyle.fields.normalColor
78 radius: customStyle.fields.cornerRadius
117 color: customStyle.fields.fontColor
118 selectionColor: customStyle.fields.fontColor
146 font.pixelSize: customStyle.fields.fontPixelSize
147 color: customStyle.fields.fontColor
[all …]
H A Dqgsquickcheckbox.qml49 height: customStyle.fields.height
50 color: customStyle.fields.backgroundColor
51 radius: customStyle.fields.cornerRadius
56 font.pixelSize: customStyle.fields.fontPixelSize
57 color: customStyle.fields.fontColor
67 height: customStyle.fields.height/2
82 color: checkBox.checked ? customStyle.fields.fontColor : "#ffffff"
83 … border.color: checkBox.checked ? customStyle.fields.fontColor : customStyle.fields.normalColor
91 … border.color: checkBox.checked ? customStyle.fields.fontColor : customStyle.fields.normalColor
H A Dqgsquickexternalresource.qml59 property var cameraIcon: customStyle.icons.camera
60 property var deleteIcon: customStyle.icons.remove
64 property var backIcon: customStyle.icons.back
65 property real iconSize: customStyle.fields.height
139 height: customStyle.fields.height * 3
171 color: customStyle.fields.backgroundColor
172 radius: customStyle.fields.cornerRadius
241 color: customStyle.fields.attentionColor
266 fontColor: customStyle.fields.fontColor
290 fontColor: customStyle.fields.fontColor
[all …]
H A Dqgsquickdatetime.qml57 property var rowHeight: customStyle.fields.height * 0.75
63 Layout.minimumHeight: customStyle.fields.height
70 font.pixelSize: customStyle.fields.fontPixelSize
71 color: customStyle.fields.fontColor
76 radius: customStyle.fields.cornerRadius
78 … border.color: popup.opened ? customStyle.fields.activeColor : customStyle.fields.normalColor
80 color: customStyle.fields.backgroundColor
139 source: customStyle.icons.today
158 color: customStyle.fields.fontColor
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_style.go10 func parseStyle(customStyle string) (yaml.Style, error) {
11 if customStyle == "tagged" {
13 } else if customStyle == "double" {
15 } else if customStyle == "single" {
17 } else if customStyle == "literal" {
19 } else if customStyle == "folded" {
21 } else if customStyle == "flow" {
23 } else if customStyle != "" {
24 return 0, fmt.Errorf("Unknown style %v", customStyle)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdSenseHost/
H A DAdUnit.php57 public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle) argument
59 $this->customStyle = $customStyle;
66 return $this->customStyle;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdSenseHost/
H A DAdUnit.php57 public function setCustomStyle(Google_Service_AdSenseHost_AdStyle $customStyle) argument
59 $this->customStyle = $customStyle;
66 return $this->customStyle;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdSense/
H A DAdUnit.php60 public function setCustomStyle(Google_Service_AdSense_AdStyle $customStyle) argument
62 $this->customStyle = $customStyle;
69 return $this->customStyle;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/ci_variable_list/components/
H A Dci_variable_table.vue18 customStyle: { width: '70px' },
25 customStyle: { width: '40%' },
30 customStyle: { width: '40%' },
35 customStyle: { width: '100px' },
40 customStyle: { width: '100px' },
45 customStyle: { width: '20%' },
51 customStyle: { width: '35px' },
103 <col v-for="field in scope.fields" :key="field.key" :style="field.customStyle" />
/dports/x11-toolkits/tk87/tk8.7a5/tests/ttk/
H A Dradiobutton.test56 ttk::style configure customStyle.TRadiobutton
57 ttk::radiobutton .w -style customStyle.TRadiobutton
61 } -result {customStyle.TRadiobutton customStyle.TRadiobutton TRadiobutton}
H A Dscale.test45 ttk::style configure customStyle.Vertical.TScale
46 ttk::scale .w -orient vertical -style customStyle.Vertical.TScale
50 } -result {customStyle.Vertical.TScale Vertical.customStyle.Vertical.TScale TScale}
H A Dcheckbutton.test81 ttk::style configure customStyle.TCheckbutton
82 ttk::checkbutton .w -style customStyle.TCheckbutton
86 } -result {customStyle.TCheckbutton customStyle.TCheckbutton TCheckbutton}
/dports/textproc/highlight/highlight-4.1/src/include/
H A Delementstyle.h69 customStyle = other.getCustomStyle(); in ElementStyle()
80 customStyle = other.getCustomStyle();
130 std::string customStyle; variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@nteract/presentational-components/src/syntax-highlighter/
H A Dindex.tsx13 const customStyle = {
36 customStyle={customStyle}
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/ui/render/
H A DLayerRenderer.java110 BasicStyle customStyle = layer.getGeometryStyle().copy(); in renderCustomFill()
113 customStyle.setLineColor(clr); in renderCustomFill()
117 customStyle.setFillColor(clr); in renderCustomFill()
120 Style st = new LayerStyle(customStyle, layer.getLayerStyle().getDecoratorStyle()); in renderCustomFill()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dpangogenerator.cpp55 string customStyle(elem.getCustomStyle()); in getAttributes() local
57 if (!customStyle.empty()) { in getAttributes()
61 s << customStyle; in getAttributes()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs112 , customStyle :: Maybe Style function
121 , customStyle = customStyle a <|> customStyle b function
197 sty = maybe (attrStyle a) SetTo (customStyle c)
207 isNothing (customStyle c)
369 , serializeCustomStyle (cs <> ["style"]) <$> customStyle c
409 , customStyle = case attrStyle a of function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs112 , customStyle :: Maybe Style function
121 , customStyle = customStyle a <|> customStyle b function
197 sty = maybe (attrStyle a) SetTo (customStyle c)
207 isNothing (customStyle c)
369 , serializeCustomStyle (cs <> ["style"]) <$> customStyle c
409 , customStyle = case attrStyle a of function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/brick-0.62/src/Brick/
H A DThemes.hs112 , customStyle :: Maybe Style function
121 , customStyle = customStyle a <|> customStyle b function
197 sty = maybe (attrStyle a) SetTo (customStyle c)
207 isNothing (customStyle c)
369 , serializeCustomStyle (cs <> ["style"]) <$> customStyle c
409 , customStyle = case attrStyle a of function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/brick-0.55/src/Brick/
H A DThemes.hs111 , customStyle :: Maybe Style function
120 , customStyle = customStyle a <|> customStyle b function
196 sty = maybe (attrStyle a) SetTo (customStyle c)
206 isNothing (customStyle c)
367 , serializeCustomStyle (cs <> ["style"]) <$> customStyle c
407 , customStyle = case attrStyle a of function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/beautifier/clangformat/
H A Dclangformatsettings.h53 QString customStyle() const;
54 void setCustomStyle(const QString &customStyle);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/beautifier/artisticstyle/
H A Dartisticstylesettings.h67 QString customStyle() const;
68 void setCustomStyle(const QString &customStyle);
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/beautifier/uncrustify/
H A Duncrustifysettings.h51 QString customStyle() const;
52 void setCustomStyle(const QString &customStyle);

12345