Home
last modified time | relevance | path

Searched refs:HRule (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/security/yapet/yapet-2.3/libyacurs/include/
H A Dhrule.h37 class HRule : public Rule {
44 HRule();
45 HRule& operator=(const HRule&) = delete;
46 HRule& operator=(HRule&&) = delete;
47 HRule(const HRule&) = delete;
48 HRule(HRule&&) = delete;
50 virtual ~HRule();
H A Ddialog.h50 HRule* _hrule;
/dports/security/yapet/yapet-2.3/libyacurs/src/
H A Dhrule.cc41 HRule::HRule() : Rule() {} in HRule() function in HRule
43 HRule::~HRule() {} in ~HRule()
45 void HRule::size_available(const Size& s) { in size_available()
51 Size HRule::size_hint() const { return Size(1, 0); } in size_hint()
53 void HRule::refresh(bool immediate) { in refresh()
H A Ddialog.cc139 _hrule(new HRule), in Dialog()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/controls/
H A DHRule.as73 [IconFile("HRule.png")]
76 * The HRule control creates a single horizontal line.
80 * <p>The HRule control has the following default properties:</p>
88 …* <td>The default width is 100 pixels, default height is 2 pixels. By default, the HRule
106 * <p>The <code>&lt;mx:HRule&gt;</code> tag inherits all of the tag attributes
110 * &lt;mx:HRule
122 public class HRule extends UIComponent class
146 public function HRule() method in HRule
H A DVRule.as80 * <p>The HRule control has the following default properties:</p>
120 * @see mx.controls.HRule
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/controls/
H A DHRule.as88 [IconFile("HRule.png")]
93 * The HRule control creates a single horizontal line.
97 * <p>The HRule control has the following default properties:</p>
105 …* <td>The default width is 100 pixels, default height is 2 pixels. By default, the HRule
123 * <p>The <code>&lt;mx:HRule&gt;</code> tag inherits all of the tag attributes
127 * &lt;mx:HRule
144 public class HRule extends UIComponent class
173 public function HRule() method in HRule
H A DVRule.as97 * <p>The HRule control has the following default properties:</p>
137 * @see mx.controls.HRule
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/air/ApplicationUpdater/src/ApplicationUpdaterDialogs/components/
H A DApplicationUpdaterHRule.as14 import mx.controls.HRule;
16 public class ApplicationUpdaterHRule extends HRule
/dports/devel/dasm/dasm-2.20.14.1/docs/sources/
H A Dtitlepage.tex20 %\HRule \\[0.4cm]
22 %\HRule \\[0.5cm]
/dports/security/yapet/yapet-2.3/libyacurs/tests/ui-non-interactive/
H A Dhrule1.cc101 YACURS::HRule* hrule = new YACURS::HRule(); in main()
/dports/devel/ptlib/ptlib-2.10.11/samples/xmlrpcsrvr/
H A Dmain.cxx108 << PHTML::HRule() in Initialise()
115 << PHTML::HRule() in Initialise()
/dports/graphics/py-glooey/glooey-0.3.3/tests/themes/kenney/
H A Ddemo_hrule.py10 hrule = kenney.HRule()
/dports/graphics/py-glooey/glooey-0.3.3/tests/themes/golden/
H A Ddemo_hrule.py10 hrule = golden.HRule()
/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/telegram/
H A Dhtml.go35 func (options *customHTML) HRule(out *bytes.Buffer) { func
/dports/devel/elm-format/elm-format-0.8.3/markdown/Cheapskate/
H A DTypes.hs20 | HRule constructor
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DTypes.hs27 | HRule constructor
H A DHtml.hs47 renderBlock (HRule) = H.hr
/dports/net-im/matterhorn/matterhorn-50200.13.0/test/
H A DRichText_QCA.hs25 , return HRule
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cheapskate-0.1.1.2/Cheapskate/
H A DTypes.hs27 | HRule constructor
H A DHtml.hs47 renderBlock (HRule) = H.hr
/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DRichText.hs98 | HRule constructor
316 thematicBreak = singleB HRule
397 rewriteBlockPermalinks _ b@HRule = b
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dhtml.h312 class HRule : public ImageElement {
314 HRule(const char * image = NULL, const char * attr = NULL);
315 virtual ~HRule() {} in ~HRule()
/dports/devel/ptlib/ptlib-2.10.11/src/ptclib/
H A Dhttpsvc.cxx264 << PHTML::HRule(); in GetPageGraphic()
614 << PHTML::HRule() in LoadText()
628 << PHTML::HRule() in LoadText()
639 << PHTML::HRule() in LoadText()
677 << PHTML::HRule() in LoadText()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/doc/hashdb_um/
H A Dstructure.tex150 \newcommand{\HRule}{\rule{\linewidth}{0.5mm}}

123456789