| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0001_initial.py | 66 ('text', models.TextField()), 82 …('summary', models.TextField(default=None, help_text=b'One-line description of the layer', null=Tr… 83 ('description', models.TextField(default=None, null=True)), 125 ('message', models.TextField(null=True, blank=True)), 151 ('summary', models.TextField(blank=True)), 152 ('description', models.TextField(blank=True)), 214 ('value', models.TextField(blank=True)), 226 ('summary', models.TextField(blank=True)), 227 ('description', models.TextField(blank=True)), 255 ('helptext', models.TextField(null=True)), [all …]
|
| H A D | 0015_layer_local_source_dir.py | 17 field=models.TextField(null=True, default=None),
|
| H A D | 0018_project_specific.py | 16 field=models.TextField(),
|
| H A D | 0007_auto_20160523_1446.py | 27 … field=models.TextField(default=None, null=True, help_text='One-line description of the layer'),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/forms/ |
| H A D | RouteAddressForm.ui.qml | 117 TextField { 127 TextField { 137 TextField { 155 TextField { 165 TextField { 175 TextField {
|
| H A D | GeocodeForm.ui.qml | 111 TextField { 121 TextField { 131 TextField { 141 TextField { 151 TextField {
|
| H A D | RouteCoordinateForm.ui.qml | 115 TextField { 125 TextField { 143 TextField { 153 TextField {
|
| H A D | ReverseGeocodeForm.ui.qml | 108 TextField { 118 TextField {
|
| H A D | LocaleForm.ui.qml | 128 TextField {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/migrations/ |
| H A D | 0001_initial.py | 28 ('errmsg', models.TextField()), 29 ('traceback', models.TextField()), 56 ('value', models.TextField(blank=True)),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/forms/ |
| H A D | SearchBoundingBoxForm.ui.qml | 110 TextField { 120 TextField { 131 TextField { 141 TextField {
|
| H A D | SearchBoundingCircleForm.ui.qml | 109 TextField { 119 TextField { 130 TextField {
|
| H A D | SearchCenterForm.ui.qml | 108 TextField { 118 TextField {
|
| H A D | SearchOptionsForm.ui.qml | 113 TextField {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/ |
| H A D | models.py | 151 value = models.TextField(blank = True) 161 errmsg = models.TextField() 162 traceback = models.TextField()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 102 helptext = models.TextField() 193 builddir = models.TextField() 1160 summary = models.TextField(blank=True) 1161 description = models.TextField(blank=True) 1322 summary = models.TextField(blank=True) 1323 description = models.TextField(blank=True) 1412 helptext = models.TextField(null=True) 1455 local_source_dir = models.TextField(null=True, default=None) 1460 summary = models.TextField(help_text='One-line description of the layer', 1462 description = models.TextField(null=True, default=None) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | symbol_layer_properties.hpp | 110 struct TextField : DataDrivenLayoutProperty<std::string> { struct 271 TextField,
|
| H A D | symbol_layer.cpp | 402 return TextField::defaultValue(); in getDefaultTextField() 406 return impl().layout.get<TextField>(); in getTextField() 413 impl_->layout.get<TextField>() = value; in setTextField()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/ |
| H A D | SearchBar.qml | 85 TextField {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 83 const bool hasText = has<TextField>(layout) && has<TextFont>(layout); in SymbolLayout() 109 std::string u8string = layout.evaluate<TextField>(zoom, ft); in SymbolLayout()
|
| /OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/ |
| H A D | reference.rst | 299 …<field type="TextField" name="helptext">Toaster will run your builds using the tip of the <a href=…
|