Home
last modified time | relevance | path

Searched refs:noshade (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/dports/www/p5-HTML-StripScripts/HTML-StripScripts-1.06/t/
H A D21input_start.t29 mytest( '<hr noshade>', '<hr noshade="noshade" />', 'accept valueless attribute' );
30 mytest( '<hr noshade=1>', '<hr noshade="noshade" />', 'rewrite valueless attribute' );
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLHRElement.cpp57 bool noshade = false; in MapAttributesIntoRule() local
64 noshade = true; in MapAttributesIntoRule()
66 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
93 if (noshade) { in MapAttributesIntoRule()
110 if (noshade) { in MapAttributesIntoRule()
172 {nsGkAtoms::color}, {nsGkAtoms::noshade}, {nullptr}, in NS_IMETHODIMP_()
H A DHTMLHRElement.h48 bool NoShade() const { return GetBoolAttr(nsGkAtoms::noshade); } in NoShade()
50 SetHTMLBoolAttr(nsGkAtoms::noshade, aNoShade, aError); in SetNoShade()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLHRElement.cpp58 bool noshade = false; in MapAttributesIntoRule() local
65 noshade = true; in MapAttributesIntoRule()
67 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
94 if (noshade) { in MapAttributesIntoRule()
111 if (noshade) { in MapAttributesIntoRule()
173 {nsGkAtoms::color}, {nsGkAtoms::noshade}, {nullptr}, in NS_IMETHODIMP_()
H A DHTMLHRElement.h48 bool NoShade() const { return GetBoolAttr(nsGkAtoms::noshade); } in NoShade()
50 SetHTMLBoolAttr(nsGkAtoms::noshade, aNoShade, aError); in SetNoShade()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLHRElement.cpp57 bool noshade = false; in MapAttributesIntoRule() local
64 noshade = true; in MapAttributesIntoRule()
66 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
93 if (noshade) { in MapAttributesIntoRule()
110 if (noshade) { in MapAttributesIntoRule()
172 {nsGkAtoms::color}, {nsGkAtoms::noshade}, {nullptr}, in NS_IMETHODIMP_()
H A DHTMLHRElement.h48 bool NoShade() const { return GetBoolAttr(nsGkAtoms::noshade); } in NoShade()
50 SetHTMLBoolAttr(nsGkAtoms::noshade, aNoShade, aError); in SetNoShade()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLHRElement.cpp57 bool noshade = false; in MapAttributesIntoRule() local
64 noshade = true; in MapAttributesIntoRule()
66 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
93 if (noshade) { in MapAttributesIntoRule()
110 if (noshade) { in MapAttributesIntoRule()
172 {nsGkAtoms::color}, {nsGkAtoms::noshade}, {nullptr}, in NS_IMETHODIMP_()
H A DHTMLHRElement.h48 bool NoShade() const { return GetBoolAttr(nsGkAtoms::noshade); } in NoShade()
50 SetHTMLBoolAttr(nsGkAtoms::noshade, aNoShade, aError); in SetNoShade()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLHRElement.cpp54 bool noshade = false; in MapAttributesIntoRule() local
63 noshade = true; in MapAttributesIntoRule()
65 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
93 if (noshade) { in MapAttributesIntoRule()
112 noshade) { in MapAttributesIntoRule()
176 {&nsGkAtoms::color}, {&nsGkAtoms::noshade}, {nullptr}, in NS_IMETHODIMP_()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLHRElement.cpp31 NS_IMPL_BOOL_ATTR(HTMLHRElement, NoShade, noshade) in NS_IMPL_ISUPPORTS_INHERITED()
72 bool noshade = false; in MapAttributesIntoRule() local
81 noshade = true; in MapAttributesIntoRule()
83 noshade = !!aAttributes->GetAttr(nsGkAtoms::noshade); in MapAttributesIntoRule()
131 if (noshade) { in MapAttributesIntoRule()
146 …if ((aData->mSIDs & NS_STYLE_INHERIT_BIT(Border)) && noshade) { // if not noshade, border styles a… in MapAttributesIntoRule()
241 { &nsGkAtoms::noshade }, in NS_IMETHODIMP_()
H A DHTMLHRElement.h54 return GetBoolAttr(nsGkAtoms::noshade); in NoShade()
58 SetHTMLBoolAttr(nsGkAtoms::noshade, aNoShade, aError); in SetNoShade()
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/tests/text/sxml/
H A Dhtmlprag.scm112 `(,shtml-top-symbol (hr (@ (noshade)))))
115 `(,shtml-top-symbol (hr (@ (noshade)))))
118 `(,shtml-top-symbol (hr (@ (noshade)))))
121 `(,shtml-top-symbol (hr (@ (noshade)))))
124 `(,shtml-top-symbol (hr (@ (noshade "1")))))
127 `(,shtml-top-symbol (hr (@ (noshade "1/")))))
524 (shtml->html `(hr (@ (noshade))))
527 (shtml->html `(hr (@ (noshade #t))))
530 (shtml->html `(hr (@ (noshade "noshade"))))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DHRuleView.java62 noshade = null; in setPropertiesFromAttributes()
73 noshade = (String)eAttr.getAttribute(HTML.Attribute.NOSHADE); in setPropertiesFromAttributes()
143 if (noshade != null) { in paint()
186 if (noshade != null) { in getPreferredSpan()
312 private String noshade = null; field in HRuleView
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/install/scripts/app/conference_center/resources/templates/en/us/
H A Demail_body.tpl4 <hr noshade="noshade" size="1"/>
/dports/lang/ghc/ghc-8.10.7/libraries/xhtml/Text/XHtml/Transitional/
H A DAttributes.hs50 noshade :: HtmlAttr
51 noshade = emptyAttr "noshade" function

12345678910>>...18