Home
last modified time | relevance | path

Searched defs:StyleBlock (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.h32 struct StyleBlock { struct
33 StyleBlock() : fRange(EMPTY_RANGE), fStyle() { } in StyleBlock() function
34 StyleBlock(size_t start, size_t end, const TStyle& style) : fRange(start, end), fStyle(style) {} in StyleBlock() function
35 StyleBlock(TextRange textRange, const TStyle& style) : fRange(textRange), fStyle(style) {} in StyleBlock() argument
36 void add(TextRange tail) { in add()
40 TextRange fRange;
41 TStyle fStyle;
/dports/devel/gh/cli-2.4.0/vendor/github.com/charmbracelet/glamour/ansi/
H A Dstyle.go66 type StyleBlock struct { struct
67 StylePrimitive
68 Indent *uint `json:"indent,omitempty"`
69 IndentToken *string `json:"indent_token,omitempty"`
70 Margin *uint `json:"margin,omitempty"`
75 StyleBlock anonMember
82 StyleBlock anonMember
88 StyleBlock anonMember
138 func cascadeStyles(toBlock bool, s ...StyleBlock) StyleBlock {
147 func cascadeStyle(parent StyleBlock, child StyleBlock, toBlock bool) StyleBlock {
H A Dmargin.go19 func NewMarginWriter(ctx RenderContext, w io.Writer, rules StyleBlock) *MarginWriter {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/charmbracelet/glamour/ansi/
H A Dstyle.go66 type StyleBlock struct { struct
67 StylePrimitive
68 Indent *uint `json:"indent,omitempty"`
69 IndentToken *string `json:"indent_token,omitempty"`
70 Margin *uint `json:"margin,omitempty"`
75 StyleBlock anonMember
82 StyleBlock anonMember
88 StyleBlock anonMember
138 func cascadeStyles(toBlock bool, s ...StyleBlock) StyleBlock {
147 func cascadeStyle(parent StyleBlock, child StyleBlock, toBlock bool) StyleBlock {
H A Dmargin.go19 func NewMarginWriter(ctx RenderContext, w io.Writer, rules StyleBlock) *MarginWriter {
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/charmbracelet/glamour/ansi/
H A Dstyle.go70 type StyleBlock struct { struct
71 StylePrimitive
72 Indent *uint `json:"indent,omitempty"`
73 IndentToken *string `json:"indent_token,omitempty"`
74 Margin *uint `json:"margin,omitempty"`
79 StyleBlock anonMember
86 StyleBlock anonMember
92 StyleBlock anonMember
142 func cascadeStyles(toBlock bool, s ...StyleBlock) StyleBlock {
151 func cascadeStyle(parent StyleBlock, child StyleBlock, toBlock bool) StyleBlock {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DStyleBlock.cs34 sealed class StyleBlock : Control class
51 public StyleBlock (string stylePrefix) in StyleBlock() method in System.Web.UI.WebControls.StyleBlock
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/
H A DConfigFragment.h169 struct StyleBlock { struct
174 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/web-sys-0.3.42/webidls/enabled/
H A DSVGFETurbulenceElement.webidl21 const unsigned short SVG_STITCHTYPE_UNKNOWN = 0;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DConfigFragment.h236 struct StyleBlock { struct
241 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/
H A DConfigFragment.h236 struct StyleBlock { struct
241 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigFragment.h239 struct StyleBlock { struct
244 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h239 struct StyleBlock { struct
244 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/
H A DConfigFragment.h239 struct StyleBlock { struct
244 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigFragment.h239 struct StyleBlock { struct
244 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/
H A DConfigFragment.h239 struct StyleBlock { struct
244 std::vector<Located<std::string>> FullyQualifiedNamespaces;
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Dwebvtt.py238 class StyleBlock(HeaderBlock): class
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DMenuRendererStandards.cs582 internal class StyleBlock : Control { class