Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 273) sorted by relevance

1234567891011

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Ddeclarative-location.qml66 Text {text: "<==== PositionSource ====>"}
67Text {text: "preferredPositioningMethods: " + printableMethod(positionSource.preferredPositioning…
68Text {text: "supportedPositioningMethods: " + printableMethod(positionSource.supportedPositioning…
69 Text {text: "nmeaSource: " + positionSource.nmeaSource}
70 Text {text: "updateInterval: " + positionSource.updateInterval}
71 Text {text: "active: " + positionSource.active}
72 Text {text: "<==== Position ====>"}
73 Text {text: "latitude: " + positionSource.position.coordinate.latitude}
74 Text {text: "longitude: " + positionSource.position.coordinate.longitude}
75 Text {text: "altitude: " + positionSource.position.coordinate.altitude}
[all …]
H A Dplaces.qml89 delegate: Text { text: category.name }
96 delegate: Text {
156 delegate: Text { text: suggestion }
176 Text {
179 wrapMode: Text.WordWrap
183 Text {
186 wrapMode: Text.WordWrap
198 Text {
204 Text {
209 Text {
[all …]
H A Drouting.qml99 Text { text: (1 + index) + "." }
100 Text { text: hasManeuver ? modelData.maneuver.instructionText : "" }
106 Text {
113 Text {
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0014-demos-benchmark-modify-benchmark-test-scenes.patch16 {.name = "Text medium", .weight = 30, .create_cb = txt_medium_cb},
17 {.name = "Text large", .weight = 20, .create_cb = txt_large_cb},
20 {.name = "Text small compressed", .weight = 3, .create_cb = txt_small_compr_cb},
21 {.name = "Text medium compressed", .weight = 5, .create_cb = txt_medium_compr_cb},
22 {.name = "Text large compressed", .weight = 10, .create_cb = txt_large_compr_cb},
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/
H A DGeoTab.qml138 Text {color: "white"; font.bold: true
139 text: "Lat:"; style: Text.Raised; styleColor: "black"
141 Text {id: latitudeValue; color: "white"; font.bold: true
142 … text: positionSource.position.coordinate.latitude; style: Text.Raised; styleColor: "black";
144 Text {color: "white"; font.bold: true
145 text: "Lon:"; style: Text.Raised; styleColor: "black"
147 Text {id: longitudeValue; color: "white"; font.bold: true
148 … text: positionSource.position.coordinate.longitude; style: Text.Raised; styleColor: "black"
157 Text {id: sourceText; color: "white"; font.bold: true;
159 …text: "Source: " + printableMethod(positionSource.supportedPositioningMethods); style: Text.Raised…
[all …]
H A DListDelegate.qml71Text { text: title; color: "white"; width: parent.width; font.bold: true; elide: Text.ElideRight; …
72Text { text: datetaken; width: parent.width; elide: Text.ElideRight; color: "#cccccc"; style: Text
H A DImageDetails.qml86Text { font.bold: true; color: "white"; elide: Text.ElideRight; text: container.photoTitle }
87Text { color: "white"; elide: Text.ElideRight; text: "<b>Published:</b> " + container.photoDate }
127 Text {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/satelliteinfo/
H A Dsatelliteinfo.qml128 Text {
136 Text {
141 Text {
160 Text { //need this for sizing
167 Text {
210 Text {
216 Text {
229 Text {
243 Text {
256 Text {
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtext/
H A Dlibtext-wrapi18n-perl_0.06.bb1 SUMMARY = "Text::WrapI18N - Line wrapping module with support for multibyte, \
4 DESCRIPTION = "This module intends to be a better Text::Wrap module. This module is \
14 HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/"
19 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz"
24 S = "${WORKDIR}/Text-WrapI18N-${PV}"
H A Dlibtext-diff-perl_1.41.bb1 SUMMARY = "Text::Diff - Perform diffs on files and record sets"
9 HOMEPAGE = "http://search.cpan.org/~ovid/Text-Diff/"
14 SRC_URI = "${CPAN_MIRROR}/authors/id/O/OV/OVID/Text-Diff-${PV}.tar.gz"
18 S = "${WORKDIR}/Text-Diff-${PV}"
H A Dlibtext-iconv-perl_1.7.bb3 The Text::Iconv module provides a Perl interface to the iconv() \
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MP/MPIOTR/Text-Iconv-${PV}.tar.gz"
20 S = "${WORKDIR}/Text-Iconv-${PV}"
24 FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Text/Iconv/.debug/"
H A Dlibtext-charwidth-perl_0.04.bb1 SUMMARY = "Text::CharWidth - Get number of occupied columns of a string on terminal."
13 HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/"
18 SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-CharWidth-${PV}.tar.gz"
23 S = "${WORKDIR}/Text-CharWidth-${PV}"
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dautomarkup.py106 repl.append(nodes.Text(t[done:m.start()]))
116 repl.append(nodes.Text(t[done:]))
132 target_text = nodes.Text(match.group(0))
183 target_text = nodes.Text(match.group(0))
240 return nodes.Text(match.group(0))
253 for node in para.traverse(nodes.Text):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DEditorialPage.qml83 wrapMode: Text.WordWrap
84 textFormat: Text.RichText
91 wrapMode: Text.WordWrap
92 textFormat: Text.RichText
110 wrapMode: Text.WordWrap
111 textFormat: Text.RichText
H A DReviewPage.qml82 wrapMode: Text.WordWrap
99 wrapMode: Text.WordWrap
101 textFormat: Text.RichText
119 wrapMode: Text.WordWrap
120 textFormat: Text.RichText
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst175 - License-Text:
192 License-Text:
204 License-Text:
244 License-Text:
291 - Exception-Text:
307 Exception-Text:
322 Exception-Text:
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml132 Text {
134 anchors.fill: parent; verticalAlignment: Text.AlignVCenter
139 elide: Text.ElideRight
267 horizontalAlign: Text.AlignHCenter
308 Text {
313 … elide: Text.ElideLeft; horizontalAlignment: Text.AlignLeft; verticalAlignment: Text.AlignVCenter
H A DButton.qml56 Text {
63 horizontalAlignment: Text.AlignLeft
64 verticalAlignment: Text.AlignVCenter
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/components/
H A DBigForecastIcon.qml61 Text {
81 Text {
84 wrapMode: Text.WordWrap
86 horizontalAlignment: Text.AlignRight
H A DForecastIcon.qml60 Text {
62 horizontalAlignment: Text.AlignHCenter
89 Text {
91 horizontalAlignment: Text.AlignHCenter
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_editorialmodel.qml96 "text": "Editorial 1 Text",
101 "text": "Editorial 2 Text",
106 "text": "Editorial 3 Text",
116 "text": "Editorial 5 Text",
H A Dtst_reviewmodel.qml96 "text": "Park View Review 1 Text",
104 "text": "Park View Review 2 Text",
112 "text": "Park View Review 3 Text",
128 "text": "Park View Review 5 Text",
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h189 # define _(Text) gettext (Text) argument
193 # define _(Text) Text argument
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-rx.rst43 Gets the Radio Text info. It is a textual description of what is
44 being broadcasted. RDS Radio Text can be applied when broadcaster
47 ``V4L2_CID_RDS_RX_PS_NAME``. The encoding for Radio Text strings is
49 Radio Text strings depends on which RDS Block is being used to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-geomet_0.3.0.bb1 SUMMARY = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa."
2 DESCRIPTION = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa."

1234567891011