Home
last modified time | relevance | path

Searched refs:BulletStyle (Results 1 – 25 of 57) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DBulletedListTest.cs141 b.BulletStyle = BulletStyle.Numbered; in BulletedList_AssignToDefaultProperties()
143 b.BulletStyle = BulletStyle.LowerAlpha; in BulletedList_AssignToDefaultProperties()
145 b.BulletStyle = BulletStyle.CustomImage; in BulletedList_AssignToDefaultProperties()
147 b.BulletStyle = BulletStyle.Square; in BulletedList_AssignToDefaultProperties()
184 b.BulletStyle = BulletStyle.Square; in BulletedList_BulletStyle_Render()
188 b.BulletStyle = BulletStyle.Circle; in BulletedList_BulletStyle_Render()
190 b.BulletStyle = BulletStyle.Disc; in BulletedList_BulletStyle_Render()
194 b.BulletStyle = BulletStyle.Numbered; in BulletedList_BulletStyle_Render()
200 b.BulletStyle = BulletStyle.NotSet; in BulletedList_BulletStyle_Render()
240 b.BulletStyle = BulletStyle.Numbered; in BulletedList_FirstBulletNumber_Render()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DBulletedList.cs68 switch (BulletStyle) { in AddAttributesToRender()
69 case BulletStyle.NotSet: in AddAttributesToRender()
72 case BulletStyle.Numbered: in AddAttributesToRender()
97 case BulletStyle.Disc: in AddAttributesToRender()
101 case BulletStyle.Circle: in AddAttributesToRender()
105 case BulletStyle.Square: in AddAttributesToRender()
253 public virtual BulletStyle BulletStyle { property in System.Web.UI.WebControls.BulletedList
284 switch (BulletStyle) {
292 case BulletStyle.NotSet:
293 case BulletStyle.Disc:
[all …]
H A DBulletStyle.cs33 public enum BulletStyle enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DBulletedList.cs69 DefaultValue(BulletStyle.NotSet),
72 public virtual BulletStyle BulletStyle { property in System.Web.UI.WebControls.BulletedList
75 return((o == null) ? BulletStyle.NotSet : (BulletStyle)o);
78 if (value < BulletStyle.NotSet || value > BulletStyle.CustomImage) {
235 switch (BulletStyle) {
246 case BulletStyle.Disc:
319 switch (BulletStyle) { in AddAttributesToRender()
320 case BulletStyle.NotSet: in AddAttributesToRender()
342 case BulletStyle.Disc: in AddAttributesToRender()
345 case BulletStyle.Circle: in AddAttributesToRender()
[all …]
H A DBulletMode.cs15 public enum BulletStyle { enum
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_textctrl.py68 ta.BulletStyle
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DKEY1Parser.cpp206 struct BulletStyle struct
208 BulletStyle() in BulletStyle() function
231 BulletStyle m_bulletStyle;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs441 pub type BulletStyle = i32; typedef
442 pub const BulletStyle_None: BulletStyle = 0i32;
443 pub const BulletStyle_HollowRoundBullet: BulletStyle = 1i32;
444 pub const BulletStyle_FilledRoundBullet: BulletStyle = 2i32;
445 pub const BulletStyle_HollowSquareBullet: BulletStyle = 3i32;
446 pub const BulletStyle_FilledSquareBullet: BulletStyle = 4i32;
447 pub const BulletStyle_DashBullet: BulletStyle = 5i32;
448 pub const BulletStyle_Other: BulletStyle = -1i32;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/locales/en-US/chrome/messenger/messengercompose/
H A Deditor.properties103 BulletStyle=Bullet Style key
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/locales/en-US/chrome/editor/
H A Deditor.properties103 BulletStyle=Bullet Style key
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_win.cc4603 BulletStyle AXPlatformNodeWin::ComputeUIABulletStyle() const { in ComputeUIABulletStyle()
4620 return BulletStyle::BulletStyle_None; in ComputeUIABulletStyle()
4622 return BulletStyle::BulletStyle_HollowRoundBullet; in ComputeUIABulletStyle()
4624 return BulletStyle::BulletStyle_FilledRoundBullet; in ComputeUIABulletStyle()
4626 return BulletStyle::BulletStyle_Other; in ComputeUIABulletStyle()
4629 return BulletStyle::BulletStyle_None; in ComputeUIABulletStyle()
4631 return BulletStyle::BulletStyle_FilledSquareBullet; in ComputeUIABulletStyle()
H A Dax_platform_node_win.h1314 BulletStyle ComputeUIABulletStyle() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_win.cc4772 BulletStyle AXPlatformNodeWin::ComputeUIABulletStyle() const { in ComputeUIABulletStyle()
4789 return BulletStyle::BulletStyle_None; in ComputeUIABulletStyle()
4791 return BulletStyle::BulletStyle_HollowRoundBullet; in ComputeUIABulletStyle()
4793 return BulletStyle::BulletStyle_FilledRoundBullet; in ComputeUIABulletStyle()
4795 return BulletStyle::BulletStyle_Other; in ComputeUIABulletStyle()
4798 return BulletStyle::BulletStyle_None; in ComputeUIABulletStyle()
4800 return BulletStyle::BulletStyle_FilledSquareBullet; in ComputeUIABulletStyle()
H A Dax_platform_node_win.h1370 BulletStyle ComputeUIABulletStyle() const;
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go456 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
2819 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go456 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
2826 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go396 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3112 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go394 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3110 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/www/gohugo/hugo-0.91.2/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go456 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
2826 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go386 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
2743 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go394 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3110 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go391 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3107 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go456 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
2826 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/api/google-api-go-client-0.7.0/slides/v1/
H A Dslides-gen.go391 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3107 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
/dports/misc/concourse/concourse-6.7.2/vendor/google.golang.org/api/slides/v1/
H A Dslides-gen.go391 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member
3107 BulletStyle *TextStyle `json:"bulletStyle,omitempty"` member

123