| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | declarative-location.qml | 66 Text {text: "<==== PositionSource ====>"} 67 …Text {text: "preferredPositioningMethods: " + printableMethod(positionSource.preferredPositioning… 68 …Text {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 D | places.qml | 89 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 D | routing.qml | 99 Text { text: (1 + index) + "." } 100 Text { text: hasManeuver ? modelData.maneuver.instructionText : "" } 106 Text { 113 Text {
|
| /OK3568_Linux_fs/buildroot/package/lvgl/lvgl/ |
| H A D | 0014-demos-benchmark-modify-benchmark-test-scenes.patch | 16 {.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 D | GeoTab.qml | 138 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 D | ListDelegate.qml | 71 …Text { text: title; color: "white"; width: parent.width; font.bold: true; elide: Text.ElideRight; … 72 …Text { text: datetaken; width: parent.width; elide: Text.ElideRight; color: "#cccccc"; style: Text…
|
| H A D | ImageDetails.qml | 86 … Text { font.bold: true; color: "white"; elide: Text.ElideRight; text: container.photoTitle } 87 … Text { 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 D | satelliteinfo.qml | 128 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 D | libtext-wrapi18n-perl_0.06.bb | 1 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 D | libtext-diff-perl_1.41.bb | 1 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 D | libtext-iconv-perl_1.7.bb | 3 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 D | libtext-charwidth-perl_0.04.bb | 1 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 D | automarkup.py | 106 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 D | EditorialPage.qml | 83 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 D | ReviewPage.qml | 82 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 D | license-rules.rst | 175 - 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 D | FileBrowser.qml | 132 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 D | Button.qml | 56 Text { 63 horizontalAlignment: Text.AlignLeft 64 verticalAlignment: Text.AlignVCenter
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/components/ |
| H A D | BigForecastIcon.qml | 61 Text { 81 Text { 84 wrapMode: Text.WordWrap 86 horizontalAlignment: Text.AlignRight
|
| H A D | ForecastIcon.qml | 60 Text { 62 horizontalAlignment: Text.AlignHCenter 89 Text { 91 horizontalAlignment: Text.AlignHCenter
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_editorialmodel.qml | 96 "text": "Editorial 1 Text", 101 "text": "Editorial 2 Text", 106 "text": "Editorial 3 Text", 116 "text": "Editorial 5 Text",
|
| H A D | tst_reviewmodel.qml | 96 "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 D | zglobal.h | 189 # define _(Text) gettext (Text) argument 193 # define _(Text) Text argument
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-fm-rx.rst | 43 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 D | python3-geomet_0.3.0.bb | 1 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."
|