Home
last modified time | relevance | path

Searched refs:textDecoration (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/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…
17 addStyle(wb, sheet = 1, style = createStyle(fgFill = "red", textDecoration = "italic"), rows = 1, …
23 addStyle(wb, sheet = 1, style = createStyle(border = "topbottomleftright", textDecoration = "underl…
50 addStyle(wb, 2, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
56 addStyle(wb, 3, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
87 addStyle(wb, sheet = 1, style = createStyle(fgFill = "red", textDecoration = "italic"), rows = c(2…
90 addStyle(wb, sheet = 1, style = createStyle(fgFill = "yellow", textDecoration = "bold"), rows = c(1…
95 addStyle(wb, sheet = 1, style = createStyle(border = "topbottomleftright", textDecoration = "underl…
114 addStyle(wb, 2, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
120 addStyle(wb, 3, createStyle(textDecoration = "bold", fgFill = "salmon"), 2:4, 2:4,gridExpand = F, s…
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Document/
H A DGoogleCloudDocumentaiV1beta2DocumentStyle.php29 public $textDecoration; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta2DocumentStyle
96 public function setTextDecoration($textDecoration) argument
98 $this->textDecoration = $textDecoration;
102 return $this->textDecoration;
H A DGoogleCloudDocumentaiV1beta3DocumentStyle.php29 public $textDecoration; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta3DocumentStyle
96 public function setTextDecoration($textDecoration) argument
98 $this->textDecoration = $textDecoration;
102 return $this->textDecoration;
H A DGoogleCloudDocumentaiV1DocumentStyle.php29 public $textDecoration; variable in Google_Service_Document_GoogleCloudDocumentaiV1DocumentStyle
96 public function setTextDecoration($textDecoration) argument
98 $this->textDecoration = $textDecoration;
102 return $this->textDecoration;
H A DGoogleCloudDocumentaiV1beta1DocumentStyle.php29 public $textDecoration; variable in Google_Service_Document_GoogleCloudDocumentaiV1beta1DocumentStyle
96 public function setTextDecoration($textDecoration) argument
98 $this->textDecoration = $textDecoration;
102 return $this->textDecoration;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DHyperLinkStyle.cs128 string textDecoration = String.Empty; in FillStyleAttributes()
130 textDecoration = "underline"; in FillStyleAttributes()
133 textDecoration += " overline"; in FillStyleAttributes()
136 textDecoration += " line-through"; in FillStyleAttributes()
138 if (textDecoration.Length > 0) { in FillStyleAttributes()
139 attributes.Add(HtmlTextWriterStyle.TextDecoration, textDecoration); in FillStyleAttributes()
H A DStyle.cs608 string textDecoration = String.Empty; in FillStyleAttributes()
610 textDecoration = "underline"; in FillStyleAttributes()
613 textDecoration += " overline"; in FillStyleAttributes()
616 textDecoration += " line-through"; in FillStyleAttributes()
618 if (textDecoration.Length > 0) { in FillStyleAttributes()
619 attributes.Add(HtmlTextWriterStyle.TextDecoration, textDecoration); in FillStyleAttributes()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D225_ImagickDraw_setTextDecoration_basic.phpt16 $textDecoration = 2;
18 function setTextDecoration($strokeColor, $fillColor, $backgroundColor, $textDecoration) {
27 $draw->setTextDecoration($textDecoration);
39 setTextDecoration($strokeColor, $fillColor, $backgroundColor, $textDecoration) ;
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D225_ImagickDraw_setTextDecoration_basic.phpt16 $textDecoration = 2;
18 function setTextDecoration($strokeColor, $fillColor, $backgroundColor, $textDecoration) {
27 $draw->setTextDecoration($textDecoration);
39 setTextDecoration($strokeColor, $fillColor, $backgroundColor, $textDecoration) ;
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/module/codemirror-promql/src/app/
H A Dtheme.ts22 textDecoration: 'line-through',
26 textDecoration: 'underline',
30 textDecoration: 'underline',
102 textDecoration: 'none',
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStyleVisualData.cpp31 , textDecoration(RenderStyle::initialTextDecoration()) in StyleVisualData()
44 , textDecoration(o.textDecoration) in StyleVisualData()
H A DStyleVisualData.h44 textDecoration == o.textDecoration &&
51 unsigned textDecoration : 4; // Text decorations defined *only* by this element. variable
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/formats/
H A DTextDecoration.as14 * Defines values for the <code>textDecoration</code> property
22 * @see TextLayoutFormat#textDecoration
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/flow/
H A DAbstractPageNumberCitation.java67 private CommonTextDecoration textDecoration; field in AbstractPageNumberCitation
109 textDecoration = pList.getTextDecorationProps(); in bind()
154 return textDecoration; in getTextDecoration()
H A DPageNumber.java64 private CommonTextDecoration textDecoration; field in PageNumber
105 textDecoration = pList.getTextDecorationProps(); in bind()
156 return textDecoration; in getTextDecoration()
H A DCharacter.java66 private CommonTextDecoration textDecoration; field in Character
114 textDecoration = pList.getTextDecorationProps(); in bind()
197 return textDecoration; in getTextDecoration()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp812 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration); in reconcileTextDecorationProperties() local
814 ASSERT(!textDecorationsInEffect || !textDecoration); in reconcileTextDecorationProperties()
818 textDecoration = textDecorationsInEffect; in reconcileTextDecorationProperties()
822 if (textDecoration && !textDecoration->isValueList()) in reconcileTextDecorationProperties()
887 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(CSSPropertyTextDecoration); in extractTextStyles() local
888 if (textDecoration && textDecoration->isValueList()) { in extractTextStyles()
892 … RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy(); in extractTextStyles()
935 RefPtr<CSSValue> textDecoration = style->getPropertyCSSValue(propertID); in diffTextDecorations() local
936 …if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration-… in diffTextDecorations()
939 … RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy(); in diffTextDecorations()
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dtext.native.tsx144 const textDecoration = meta.isLink ? {textDecorationLine: 'underline'} : {}
148 ...textDecoration,
155 const textDecoration = meta.isLink && negative ? {textDecorationLine: 'underline'} : {}
160 ...textDecoration,
H A Dtext.desktop.tsx106 const textDecoration = meta.isLink && negative ? {textDecoration: 'underline'} : null
115 ...textDecoration,
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextnodeengine.cpp205 TextDecoration textDecoration = textDecorations.at(i); in addTextDecorations() local
208 QRectF &rect = textDecoration.rect; in addTextDecorations()
216 m_lines.append(textDecoration); in addTextDecorations()
281 TextDecoration textDecoration(currentSelectionState, decorationRect, lastColor); in processCurrentLine() local
283 pendingUnderlines.append(textDecoration); in processCurrentLine()
286 pendingOverlines.append(textDecoration); in processCurrentLine()
289 pendingStrikeOuts.append(textDecoration); in processCurrentLine()
811 const TextDecoration &textDecoration = m_lines.at(i); in addToSceneGraph() local
813 QColor color = textDecoration.selectionState == Selected in addToSceneGraph()
815 : textDecoration.color; in addToSceneGraph()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextnodeengine.cpp205 TextDecoration textDecoration = textDecorations.at(i); in addTextDecorations() local
208 QRectF &rect = textDecoration.rect; in addTextDecorations()
216 m_lines.append(textDecoration); in addTextDecorations()
281 TextDecoration textDecoration(currentSelectionState, decorationRect, lastColor); in processCurrentLine() local
283 pendingUnderlines.append(textDecoration); in processCurrentLine()
286 pendingOverlines.append(textDecoration); in processCurrentLine()
289 pendingStrikeOuts.append(textDecoration); in processCurrentLine()
811 const TextDecoration &textDecoration = m_lines.at(i); in addToSceneGraph() local
813 QColor color = textDecoration.selectionState == Selected in addToSceneGraph()
815 : textDecoration.color; in addToSceneGraph()
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdaterDialogs/assets/
H A Dstyles.css73 textDecoration: "none";
191 textDecoration: "none";
332 textDecoration: "none";
428 textDecoration: "none";
534 textDecoration: "none";
691 textDecoration: "none";
789 textDecoration: "none";
879 textDecoration: "none";
966 textDecoration: "none";
1063 textDecoration: "none";
[all …]
H A Dstyles4.css75 textDecoration: "none";
193 textDecoration: "none";
334 textDecoration: "none";
430 textDecoration: "none";
536 textDecoration: "none";
693 textDecoration: "none";
791 textDecoration: "none";
881 textDecoration: "none";
968 textDecoration: "none";
1065 textDecoration: "none";
[all …]
/dports/textproc/R-cran-openxlsx/openxlsx/man/
H A DcreateStyle.Rd19 textDecoration = NULL,
112 \item{textDecoration}{Text styling.
149 textDecoration = "bold", halign = "left", fgFill = "#1A33CC", border = "TopBottomLeftRight"
155 textDecoration = c("bold", "italic", "underline"),
/dports/editors/web-mode/web-mode-15.1/issues/
H A D0523.jsx3 <a href={this.props.href} style={{textDecoration: 'none'}}>

12345678910>>...13