Home
last modified time | relevance | path

Searched refs:textDecoration (Results 51 – 75 of 307) sorted by relevance

12345678910>>...13

/dports/www/dillo2/dillo-3.0.5/test/
H A Ddw_links2.cc148 styleAttrs.textDecoration = TEXT_DECORATION_UNDERLINE; in main()
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dstyle.cc64 textDecoration = TEXT_DECORATION_NONE; in initValues()
147 textDecoration == otherAttrs->textDecoration && in equals()
192 textDecoration + in hashValue()
307 textDecoration = attrs->textDecoration; in copyAttrs()
H A Dtextblock.cc949 if (style->textDecoration & core::style::TEXT_DECORATION_UNDERLINE) { in decorateText()
953 if (style->textDecoration & core::style::TEXT_DECORATION_OVERLINE) { in decorateText()
957 if (style->textDecoration & core::style::TEXT_DECORATION_LINE_THROUGH) { in decorateText()
1113 if (style->textDecoration) in drawWord0()
1185 if (style->textDecoration) in drawWord0()
1231 if (style->textDecoration) { in drawSpace()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/typed-styles/css/
H A DBaseStyle.js.flow541 textDecoration?: props.textDecoration,
542 'text-decoration'?: props.textDecoration,
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.cpp91 : textDecoration(RenderStyle::initialTextDecoration()), in StyleVisualData()
102 clip(o.clip), textDecoration(o.textDecoration), in StyleVisualData()
971 visual->textDecoration != other->visual->textDecoration || in diff()
H A Drender_style.h385 return (clip == o.clip && textDecoration == o.textDecoration &&
394 unsigned textDecoration : 4; // Text decorations defined *only* by this element. variable
1550 int textDecoration() const in textDecoration() function
1552 return visual->textDecoration; in textDecoration()
2054 SET_VAR(visual, textDecoration, v); in setTextDecoration()
/dports/textproc/R-cran-openxlsx/openxlsx/inst/doc/
H A DIntroduction.Rmd75 halign = "center", valign = "center", textDecoration = "Bold",
177 s1 <- createStyle(fontSize=14, textDecoration=c("bold", "italic"))
424 halign = "CENTER", textDecoration = "Bold",
487 boldStyle <- createStyle(textDecoration="BOLD")
/dports/textproc/R-cran-openxlsx/openxlsx/vignettes/
H A DIntroduction.Rmd75 halign = "center", valign = "center", textDecoration = "Bold",
177 s1 <- createStyle(fontSize=14, textDecoration=c("bold", "italic"))
424 halign = "CENTER", textDecoration = "Bold",
487 boldStyle <- createStyle(textDecoration="BOLD")
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/ui/react-app/src/pages/graph/
H A DCMTheme.tsx93 textDecoration: 'none',
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/
H A Ddefaults-3.0.0.css90 textDecoration: "none";
H A Ddefaults.css138 textDecoration: "none";
/dports/graphics/krita/krita-4.4.8/plugins/tools/svgtexttool/
H A DSvgTextEditor.cpp768 QString textDecoration = "inherit"; in setTextDecoration() local
771 textDecoration = "underline"; in setTextDecoration()
782 textDecoration = "line-through"; in setTextDecoration()
793 textDecoration = "overline"; in setTextDecoration()
808 …QString selectionModified = "<tspan style=\"text-decoration:" + textDecoration + ";\">" + cursor.s… in setTextDecoration()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/textClasses/
H A DTextRange.as603 // textDecoration
613 public function get textDecoration():String property in TextRange
621 public function set textDecoration(value:String):void property in TextRange
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Dinlay_hints.ts72 textDecoration: smallerHints ? ";font-size:smaller" : "none",
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/graph/
H A DCMTheme.tsx82 textDecoration: 'none',
/dports/net-mgmt/prometheus2/prometheus-2.30.3/web/ui/react-app/src/pages/graph/
H A DCMTheme.tsx82 textDecoration: 'none',
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/web/ui/react-app/src/pages/graph/
H A DCMTheme.tsx82 textDecoration: 'none',
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DFormHeading.as106 * textDecoration="start"
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Dinlay_hints.ts72 textDecoration: smallerHints ? ";font-size:smaller" : "none",
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/textClasses/
H A DTextRange.as698 // textDecoration
713 public function get textDecoration():String property in TextRange
721 public function set textDecoration(value:String):void property in TextRange
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dstyle.py180 self.textDecoration = None
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/ThemeDemos/
H A DEmotionPerfTest.tsx193 textDecoration: 'none',
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp705 static PassRefPtr<CSSValue> renderTextDecorationFlagsToCSSValue(int textDecoration, CSSPrimitiveVal… in renderTextDecorationFlagsToCSSValue() argument
708 if (textDecoration & UNDERLINE) in renderTextDecorationFlagsToCSSValue()
710 if (textDecoration & OVERLINE) in renderTextDecorationFlagsToCSSValue()
712 if (textDecoration & LINE_THROUGH) in renderTextDecorationFlagsToCSSValue()
714 if (textDecoration & BLINK) in renderTextDecorationFlagsToCSSValue()
1303 … return renderTextDecorationFlagsToCSSValue(style->textDecoration(), primitiveValueCache); in getPropertyCSSValue()
/dports/www/p5-CSS-DOM/CSS-DOM-0.17/lib/CSS/DOM/
H A DInterface.pm318 textDecoration => STR,
/dports/security/keybase/client-v5.7.1/shared/settings/logout/
H A Dindex.tsx27 ':hover .text': {textDecoration: 'underline'},

12345678910>>...13