Home
last modified time | relevance | path

Searched refs:StyleType (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/graphics/librsvg2-rust/librsvg-2.52.8/src/
H A Dstyle.rs16 pub enum StyleType { enum
20 enum_default!(StyleType, StyleType::TextCss);
22 impl StyleType { impl
23 fn parse(value: &str) -> Result<StyleType, ValueErrorKind> { in parse() argument
31 Ok(StyleType::TextCss) in parse()
46 type_: StyleType,
50 pub fn style_type(&self) -> StyleType { in style_type() argument
59 self.type_ = StyleType::parse(value).attribute(attr)?; in set_attributes()
75 assert_eq!(StyleType::parse("text/css").unwrap(), StyleType::TextCss); in parses_style_type()
80 assert!(StyleType::parse("").is_err()); in invalid_style_type_yields_error()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DCSSEditUtils.h180 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in GetComputedCSSEquivalentToHTMLInlineStyleSet()
201 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in IsComputedCSSEquivalentToHTMLInlineStyleSet()
210 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified); in IsSpecifiedCSSEquivalentToHTMLInlineStyleSet()
233 StyleType::Computed); in HaveComputedCSSEquivalentStyles()
239 StyleType::Specified); in HaveSpecifiedCSSEquivalentStyles()
334 enum class StyleType { Specified, Computed }; enum
410 StyleType aStyleType);
413 nsAString& aValue, StyleType aStyleType);
416 StyleType aStyleType);
/dports/editors/calligra/calligra-3.2.1/filters/libodf2/
H A DKoOdfStyleBase.cpp44 Private(KoOdfStyleBase::StyleType type);
47 KoOdfStyleBase::StyleType type;
57 KoOdfStyleBase::Private::Private(KoOdfStyleBase::StyleType type) in Private()
73 KoOdfStyleBase::KoOdfStyleBase(KoOdfStyleBase::StyleType type) in KoOdfStyleBase()
84 KoOdfStyleBase::StyleType KoOdfStyleBase::type() const in type()
H A DKoOdfStyleBase.h37 enum StyleType { enum
43 explicit KoOdfStyleBase(StyleType type);
46 StyleType type() const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/
H A Dqgsmaplayerloadstyledialog.cpp60 QgsVectorLayerProperties::StyleType type = currentStyleType(); in QgsMapLayerLoadStyleDialog()
62 mFileLabel->setVisible( !vl || type != QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
63 mFileWidget->setVisible( !vl || type != QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
66 mFromDbWidget->setVisible( type == QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
75 …oriesListView->setEnabled( !vl || currentStyleType() != QgsVectorLayerProperties::StyleType::SLD ); in QgsMapLayerLoadStyleDialog()
84 …addItem( tr( "From Database (%1)" ).arg( providerName ), QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
85 …QStringLiteral( "style/lastLoadStyleTypeSelection" ) ) == QgsVectorLayerProperties::StyleType::DB ) in QgsMapLayerLoadStyleDialog()
87 …mboBox->setCurrentIndex( mStyleTypeComboBox->findData( QgsVectorLayerProperties::StyleType::DB ) ); in QgsMapLayerLoadStyleDialog()
166 QgsVectorLayerProperties::StyleType QgsMapLayerLoadStyleDialog::currentStyleType() const in currentStyleType()
168 …QgsVectorLayerProperties::StyleType type = mStyleTypeComboBox->currentData().value<QgsVectorLayerP… in currentStyleType()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/
H A Dqgsmaplayerloadstyledialog.cpp60 const QgsVectorLayerProperties::StyleType type = currentStyleType(); in QgsMapLayerLoadStyleDialog()
62 mFileLabel->setVisible( !vl || type != QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
63 mFileWidget->setVisible( !vl || type != QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
66 mFromDbWidget->setVisible( type == QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
75 …oriesListView->setEnabled( !vl || currentStyleType() != QgsVectorLayerProperties::StyleType::SLD ); in QgsMapLayerLoadStyleDialog()
84 …addItem( tr( "From Database (%1)" ).arg( providerName ), QgsVectorLayerProperties::StyleType::DB ); in QgsMapLayerLoadStyleDialog()
85 …QStringLiteral( "style/lastLoadStyleTypeSelection" ) ) == QgsVectorLayerProperties::StyleType::DB ) in QgsMapLayerLoadStyleDialog()
87 …mboBox->setCurrentIndex( mStyleTypeComboBox->findData( QgsVectorLayerProperties::StyleType::DB ) ); in QgsMapLayerLoadStyleDialog()
167 QgsVectorLayerProperties::StyleType QgsMapLayerLoadStyleDialog::currentStyleType() const in currentStyleType()
169 …QgsVectorLayerProperties::StyleType type = mStyleTypeComboBox->currentData().value<QgsVectorLayerP… in currentStyleType()
[all …]
/dports/net-im/qTox/qTox-1.17.4/test/chatlog/
H A Dtextformatter_test.cpp40 enum StyleType { enum
59 {QStringLiteral("*"), TAGS[StyleType::BOLD]},
60 {QStringLiteral("/"), TAGS[StyleType::ITALIC]},
61 {QStringLiteral("_"), TAGS[StyleType::UNDERLINE]},
62 {QStringLiteral("~"), TAGS[StyleType::STRIKE]},
63 {QStringLiteral("`"), TAGS[StyleType::CODE]},
67 {QStringLiteral("**"), TAGS[StyleType::BOLD]},
68 {QStringLiteral("//"), TAGS[StyleType::ITALIC]},
69 {QStringLiteral("__"), TAGS[StyleType::UNDERLINE]},
70 {QStringLiteral("~~"), TAGS[StyleType::STRIKE]},
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DCSSEditUtils.h63 enum StyleType { eSpecified, eComputed }; enum
177 StyleType aStyleType);
197 StyleType aStyleType);
203 StyleType aStyleType);
209 StyleType aStyleType);
230 nsAtom* aAttribute, StyleType aStyleType);
401 StyleType aStyleType);
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DCSSEditUtils.h187 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in GetComputedCSSEquivalentToHTMLInlineStyleSet()
208 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in IsComputedCSSEquivalentToHTMLInlineStyleSet()
217 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified); in IsSpecifiedCSSEquivalentToHTMLInlineStyleSet()
240 StyleType::Computed); in HaveComputedCSSEquivalentStyles()
246 StyleType::Specified); in HaveSpecifiedCSSEquivalentStyles()
350 enum class StyleType { Specified, Computed }; enum
426 StyleType aStyleType);
429 nsAString& aValue, StyleType aStyleType);
432 StyleType aStyleType);
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DCSSEditUtils.h187 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in GetComputedCSSEquivalentToHTMLInlineStyleSet()
208 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in IsComputedCSSEquivalentToHTMLInlineStyleSet()
217 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified); in IsSpecifiedCSSEquivalentToHTMLInlineStyleSet()
240 StyleType::Computed); in HaveComputedCSSEquivalentStyles()
246 StyleType::Specified); in HaveSpecifiedCSSEquivalentStyles()
350 enum class StyleType { Specified, Computed }; enum
426 StyleType aStyleType);
429 nsAString& aValue, StyleType aStyleType);
432 StyleType aStyleType);
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DCSSEditUtils.h187 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in GetComputedCSSEquivalentToHTMLInlineStyleSet()
208 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Computed); in IsComputedCSSEquivalentToHTMLInlineStyleSet()
217 aContent, aHTMLProperty, aAttribute, aValue, StyleType::Specified); in IsSpecifiedCSSEquivalentToHTMLInlineStyleSet()
240 StyleType::Computed); in HaveComputedCSSEquivalentStyles()
246 StyleType::Specified); in HaveSpecifiedCSSEquivalentStyles()
350 enum class StyleType { Specified, Computed }; enum
426 StyleType aStyleType);
429 nsAString& aValue, StyleType aStyleType);
432 StyleType aStyleType);
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsComputedDOMStyle.h82 enum class StyleType : uint8_t { enum
90 nsComputedDOMStyle(Element*, PseudoStyleType, Document*, StyleType,
98 StyleType = StyleType::All);
103 StyleType aStyleType = StyleType::All) {
168 const Element*, PseudoStyleType, mozilla::PresShell*, StyleType);
365 StyleType mStyleType;
397 mozilla::dom::Document*, nsComputedDOMStyle::StyleType,
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/rich/
H A Dtable.py22 from .style import Style, StyleType
46 header_style: StyleType = ""
49 footer_style: StyleType = ""
52 style: StyleType = ""
100 style: Optional[StyleType] = None
110 style: StyleType
169 style: StyleType = "none", argument
173 border_style: StyleType = None, argument
174 title_style: StyleType = None, argument
335 style: StyleType = None, argument
[all …]
/dports/textproc/py-rich/rich-10.16.1/rich/
H A Dtable.py23 from .style import Style, StyleType
47 header_style: StyleType = ""
50 footer_style: StyleType = ""
53 style: StyleType = ""
101 style: Optional[StyleType] = None
111 style: StyleType
170 style: StyleType = "none", argument
174 border_style: Optional[StyleType] = None, argument
175 title_style: Optional[StyleType] = None, argument
336 style: Optional[StyleType] = None, argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/animation/
H A DKeyframeEffectReadOnly.h250 template <typename StyleType>
251 void CalculateCumulativeChangeHint(StyleType* aStyleContext);
308 template <typename StyleType>
309 nsTArray<AnimationProperty> BuildProperties(StyleType* aStyle);
423 template <typename StyleType>
424 void DoSetKeyframes(nsTArray<Keyframe>&& aKeyframes, StyleType* aStyle);
426 template <typename StyleType>
427 void DoUpdateProperties(StyleType* aStyle);
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dtype.h41 } StyleType; typedef
54 StyleType
92 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
/dports/editors/calligra/calligra-3.2.1/libs/flake/svg/
H A DSvgGraphicContext.h33 enum StyleType { enum
41 StyleType fillType; ///< the current fill type
46 StyleType strokeType;///< the current stroke type
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DCSSEditUtils.h66 enum StyleType { eSpecified, eComputed }; enum
200 StyleType aStyleType);
222 StyleType aStyleType);
228 StyleType aStyleType);
235 StyleType aStyleType);
454 nsAString& aValue, StyleType aStyleType);
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dtype.h48 } StyleType; typedef
61 StyleType
92 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dtype.h48 } StyleType; typedef
61 StyleType
92 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Dtype.h48 } StyleType; typedef
61 StyleType
97 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Dtype.h48 } StyleType; typedef
61 StyleType
97 *GetTypeInfoByFamily(const char *,const StyleType,const StretchType,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsTransitionManager.h365 template <typename StyleType>
370 StyleType aOldStyle, StyleType aNewStyle);
372 template <typename StyleType>
377 CSSTransitionCollection*& aElementTransitions, StyleType aOldStyle,
378 StyleType aNewStyle, bool* aStartedAny,
/dports/graphics/krita/krita-4.4.8/libs/flake/svg/
H A DSvgGraphicContext.h34 enum StyleType { enum
45 StyleType fillType {Solid}; ///< the current fill type
50 StyleType strokeType {None};///< the current stroke type
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsComputedDOMStyle.h80 enum StyleType { enum
86 Document* aDocument, StyleType aStyleType);
92 Element* aElement, nsAtom* aPseudo, StyleType aStyleType = eAll);
95 const Element* aElement, nsAtom* aPseudo, StyleType aStyleType = eAll) {
162 StyleType aStyleType);
366 StyleType mStyleType;
395 nsComputedDOMStyle::StyleType aStyleType = nsComputedDOMStyle::eAll);

12345678910>>...16