Home
last modified time | relevance | path

Searched refs:BooleanValue (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/graphics/qgis/qgis-3.22.3/src/core/textrenderer/
H A Dqgstextcharacterformat.cpp24 …rmat::FontItalic ) ? ( format.fontItalic() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
28 …FontStrikeOut ) ? ( format.fontStrikeOut() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
29 …FontUnderline ) ? ( format.fontUnderline() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
30 …::FontOverline ) ? ( format.fontOverline() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
50 void QgsTextCharacterFormat::setStrikeOut( BooleanValue strikethrough ) in setStrikeOut()
60 void QgsTextCharacterFormat::setUnderline( BooleanValue underline ) in setUnderline()
79 if ( mItalic != QgsTextCharacterFormat::BooleanValue::NotSet ) in updateFontForFormat()
89 if ( mUnderline != BooleanValue::NotSet ) in updateFontForFormat()
91 if ( mOverline != BooleanValue::NotSet ) in updateFontForFormat()
93 if ( mStrikethrough != QgsTextCharacterFormat::BooleanValue::NotSet ) in updateFontForFormat()
[all …]
H A Dqgstextcharacterformat.h54 enum class BooleanValue enum
104 BooleanValue italic() const;
111 void setItalic( BooleanValue enabled );
119 BooleanValue strikeOut() const;
133 BooleanValue underline() const;
147 BooleanValue overline() const;
154 void setOverline( BooleanValue enabled );
173 BooleanValue mItalic = BooleanValue::NotSet;
178 BooleanValue mStrikethrough = BooleanValue::NotSet;
179 BooleanValue mUnderline = BooleanValue::NotSet;
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/textrenderer/
H A Dqgstextcharacterformat.cpp24 …rmat::FontItalic ) ? ( format.fontItalic() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
28 …FontStrikeOut ) ? ( format.fontStrikeOut() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
29 …FontUnderline ) ? ( format.fontUnderline() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
30 …::FontOverline ) ? ( format.fontOverline() ? BooleanValue::SetTrue : BooleanValue::SetFalse ) : Bo… in QgsTextCharacterFormat()
50 void QgsTextCharacterFormat::setStrikeOut( BooleanValue strikethrough ) in setStrikeOut()
60 void QgsTextCharacterFormat::setUnderline( BooleanValue underline ) in setUnderline()
79 if ( mItalic != QgsTextCharacterFormat::BooleanValue::NotSet ) in updateFontForFormat()
89 if ( mUnderline != BooleanValue::NotSet ) in updateFontForFormat()
91 if ( mOverline != BooleanValue::NotSet ) in updateFontForFormat()
93 if ( mStrikethrough != QgsTextCharacterFormat::BooleanValue::NotSet ) in updateFontForFormat()
[all …]
H A Dqgstextcharacterformat.h54 enum class BooleanValue enum
104 BooleanValue italic() const;
111 void setItalic( BooleanValue enabled );
119 BooleanValue strikeOut() const;
133 BooleanValue underline() const;
147 BooleanValue overline() const;
154 void setOverline( BooleanValue enabled );
173 BooleanValue mItalic = BooleanValue::NotSet;
178 BooleanValue mStrikethrough = BooleanValue::NotSet;
179 BooleanValue mUnderline = BooleanValue::NotSet;
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgstextcharacterformat.py44 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetTrue)
47 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.SetTrue)
50 format.setOverline(QgsTextCharacterFormat.BooleanValue.SetTrue)
62 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetTrue)
68 format.setUnderline(QgsTextCharacterFormat.BooleanValue.NotSet)
69 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.SetTrue)
75 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetFalse)
76 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.NotSet)
77 format.setOverline(QgsTextCharacterFormat.BooleanValue.SetTrue)
84 format.setOverline(QgsTextCharacterFormat.BooleanValue.NotSet)
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgstextcharacterformat.py44 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetTrue)
47 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.SetTrue)
50 format.setOverline(QgsTextCharacterFormat.BooleanValue.SetTrue)
62 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetTrue)
68 format.setUnderline(QgsTextCharacterFormat.BooleanValue.NotSet)
69 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.SetTrue)
75 format.setUnderline(QgsTextCharacterFormat.BooleanValue.SetFalse)
76 format.setStrikeOut(QgsTextCharacterFormat.BooleanValue.NotSet)
77 format.setOverline(QgsTextCharacterFormat.BooleanValue.SetTrue)
84 format.setOverline(QgsTextCharacterFormat.BooleanValue.NotSet)
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dboolean.cc34 BooleanValue::BooleanValue () in BooleanValue() function in ns3::BooleanValue
39 BooleanValue::BooleanValue (bool value) in BooleanValue() function in ns3::BooleanValue
45 BooleanValue::Set (bool value) in Set()
51 BooleanValue::Get (void) const in Get()
56 BooleanValue::operator bool () const in operator bool()
61 std::ostream & operator << (std::ostream &os, const BooleanValue &value) in operator <<()
75 BooleanValue::Copy (void) const in Copy()
79 return Create<BooleanValue> (*this); in Copy()
82 BooleanValue::SerializeToString (Ptr<const AttributeChecker> checker) const in SerializeToString()
96 BooleanValue::DeserializeFromString (std::string value, Ptr<const AttributeChecker> checker) in DeserializeFromString()
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_additions/
H A Dqgstextcharacterformat.py3 QgsTextCharacterFormat.BooleanValue.NotSet.__doc__ = "Property is not set"
4 QgsTextCharacterFormat.BooleanValue.SetTrue.__doc__ = "Property is set and ``True``"
5 QgsTextCharacterFormat.BooleanValue.SetFalse.__doc__ = "Property is set and ``False``"
6BooleanValue.__doc__ = 'Status values for boolean format properties\n\n' + '* ``NotSet``: ' + QgsT…
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_additions/
H A Dqgstextcharacterformat.py3 QgsTextCharacterFormat.BooleanValue.NotSet.__doc__ = "Property is not set"
4 QgsTextCharacterFormat.BooleanValue.SetTrue.__doc__ = "Property is set and ``True``"
5 QgsTextCharacterFormat.BooleanValue.SetFalse.__doc__ = "Property is set and ``False``"
6BooleanValue.__doc__ = 'Status values for boolean format properties\n\n' + '* ``NotSet``: ' + QgsT…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/
H A Dequals001.java24 package nsk.jdi.BooleanValue.equals;
184 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
185 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
186 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
187 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/
H A Dhashcode001.java24 package nsk.jdi.BooleanValue.hashCode;
182 BooleanValue bvTrue1 = (BooleanValue) execClass.getValue(fTrue1); in runThis()
183 BooleanValue bvTrue2 = (BooleanValue) execClass.getValue(fTrue2); in runThis()
184 BooleanValue bvFalse1 = (BooleanValue) execClass.getValue(fFalse1); in runThis()
185 BooleanValue bvFalse2 = (BooleanValue) execClass.getValue(fFalse2); in runThis()

12345678910>>...102