Home
last modified time | relevance | path

Searched refs:AnchorEnd (Results 1 – 25 of 59) sorted by relevance

123

/dports/graphics/krita/krita-4.4.8/libs/flake/text/
H A DKoSvgText.h66 AnchorEnd enumerator
250 result = anchor == AnchorEnd ? Qt::AlignRight : in calculateAlignment()
254 result = anchor == AnchorEnd ? Qt::AlignLeft : in calculateAlignment()
H A DKoSvgText.cpp101 value == "end" ? AnchorEnd : in parseTextAnchor()
170 return value == AnchorEnd ? "end" : value == AnchorMiddle ? "middle" : "start"; in writeTextAnchor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deehtml.hxx58 void AnchorEnd();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deehtml.hxx58 void AnchorEnd();
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/dlclark/regexp2/regexp2-1.4.0/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/devel/gh/cli-2.4.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go785 AnchorEnd = 0x0020 const
846 return AnchorEnd
874 if 0 != (anchors & AnchorEnd) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/dlclark/regexp2/regexp2-1.1.6/syntax/
H A Dprefix.go795 AnchorEnd = 0x0020 const
856 return AnchorEnd
884 if 0 != (anchors & AnchorEnd) {
/dports/editors/calligra/calligra-3.2.1/plugins/artistictextshape/
H A DArtisticTextShape.h45 enum TextAnchor { AnchorStart, AnchorMiddle, AnchorEnd }; enumerator
H A DArtisticTextShape.cpp257 else if( m_textAnchor == AnchorEnd ) in createOutline()
523 else if( m_textAnchor == AnchorEnd ) in setTextAnchor()
531 else if( m_textAnchor == AnchorEnd ) in setTextAnchor()
1019 } else if (textAnchor() == ArtisticTextShape::AnchorEnd) { in saveSvg()
1245 setTextAnchor(ArtisticTextShape::AnchorEnd); in loadSvg()
/dports/graphics/krita/krita-4.4.8/plugins/flake/artistictextshape/
H A DArtisticTextShape.h45 enum TextAnchor { AnchorStart, AnchorMiddle, AnchorEnd }; enumerator
H A DArtisticTextShape.cpp279 } else if (m_textAnchor == AnchorEnd) { in createOutline()
548 } else if (m_textAnchor == AnchorEnd) { in setTextAnchor()
557 } else if (m_textAnchor == AnchorEnd) { in setTextAnchor()
1072 } else if (textAnchor() == ArtisticTextShape::AnchorEnd) { in saveSvg()
1311 setTextAnchor(ArtisticTextShape::AnchorEnd); in loadSvg()
/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/src/
H A Dexp.h121 inline const RegEx& AnchorEnd() { in AnchorEnd() function
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/yaml-cpp/yaml-cpp/src/
H A Dexp.h128 inline const RegEx& AnchorEnd() { in AnchorEnd() function
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/yaml-cpp/src/
H A Dexp.h128 inline const RegEx& AnchorEnd() { in AnchorEnd() function

123