| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacecontent.cpp | 63 && attribution == other->attribution; in compare() 245 QString QPlaceContent::attribution() const in attribution() function in QPlaceContent 248 return d->attribution; in attribution() 254 void QPlaceContent::setAttribution(const QString &attribution) in setAttribution() argument 257 d->attribution = attribution; in setAttribution()
|
| H A D | qplace.cpp | 363 QString QPlace::attribution() const in attribution() function in QPlace 365 return d_ptr->attribution(); in attribution() 371 void QPlace::setAttribution(const QString &attribution) in setAttribution() argument 373 d_ptr->setAttribution(attribution); in setAttribution() 620 && attribution() == other.attribution() in operator ==() 639 && attribution().isEmpty() in isEmpty() 749 QString QPlacePrivateDefault::attribution() const in attribution() function in QPlacePrivateDefault 754 void QPlacePrivateDefault::setAttribution(const QString &attribution) in setAttribution() argument 756 m_attribution = attribution; in setAttribution()
|
| H A D | qplace_p.h | 87 virtual QString attribution() const = 0; 88 virtual void setAttribution(const QString &attribution) = 0; 134 virtual QString attribution() const override; 135 virtual void setAttribution(const QString &attribution) override;
|
| H A D | qplacecontent.h | 88 QString attribution() const; 89 void setAttribution(const QString &attribution);
|
| H A D | qplace.h | 80 QString attribution() const; 81 void setAttribution(const QString &attribution);
|
| H A D | qplacecontent_p.h | 95 QString attribution; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | tileset.hpp | 21 std::string attribution; member in mbgl::Tileset 35 attribution(std::move(attribution_)), 43 return std::tie(lhs.tiles, lhs.zoomRange, lhs.attribution, lhs.scheme, lhs.bounds) in operator ==() 44 == std::tie(rhs.tiles, rhs.zoomRange, rhs.attribution, rhs.scheme, rhs.bounds); in operator ==()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | tileset.cpp | 72 optional<std::string> attribution = toString(*attributionValue); in operator ()() local 73 if (!attribution) { in operator ()() 77 result.attribution = std::move(*attribution); in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl_map_observer.cpp | 112 std::string attribution; in onSourceChanged() local 115 if (source->getAttribution() && (attribution.size() < source->getAttribution()->size())) in onSourceChanged() 116 attribution = *source->getAttribution(); in onSourceChanged() 118 emit copyrightsChanged(QString::fromStdString(attribution)); in onSourceChanged()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacesearchreplymapbox.cpp | 61 QPlaceResult parsePlaceResult(const QJsonObject &response, const QString &attribution) in parsePlaceResult() argument 65 place.setAttribution(attribution); in parsePlaceResult() 179 const QString attribution = document.object().value(QStringLiteral("attribution")).toString(); in onReplyFinished() local 186 QPlaceResult placeResult = parsePlaceResult(feature.toObject(), attribution); in onReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceimage/ |
| H A D | tst_qplaceimage.cpp | 141 QVERIFY(image.attribution().isEmpty()); in attributionTest() 143 QCOMPARE(image.attribution(), QStringLiteral("Brought to you by acme")); in attributionTest() 145 QVERIFY(image.attribution().isEmpty()); in attributionTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativeplace.cpp | 356 if (previous.attribution() != m_src.attribution()) { in setPlace() 581 void QDeclarativePlace::setAttribution(const QString &attribution) in setAttribution() argument 583 if (m_src.attribution() != attribution) { in setAttribution() 584 m_src.setAttribution(attribution); in setAttribution() 589 QString QDeclarativePlace::attribution() const in attribution() function in QDeclarativePlace 591 return m_src.attribution(); in attribution()
|
| H A D | qdeclarativeplace_p.h | 89 Q_PROPERTY(QString attribution READ attribution WRITE setAttribution NOTIFY attributionChanged) 156 QString attribution() const; 157 void setAttribution(const QString &attribution);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/ |
| H A D | map_snapshotter.cpp | 102 auto attribution = source->getAttribution(); in snapshot() local 103 if (attribution) { in snapshot() 104 attributions.push_back(*attribution); in snapshot()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | OGL-Canada-2.0 | 13 * Acknowledge the source of the Information by including any attribution statement specified by the… 14 …attribution statement, or if you are using Information from several information providers and mult…
|
| H A D | AAL | 11 These conditions require a modest attribution to <AUTHOR> (the 23 attribution information, which includes:
|
| H A D | ImageMagick | 15 * redistribute any piece of ImageMagick-originated software without proper attribution; 22 …* provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagi… 73 …ative Works that You distribute, all copyright, patent, trademark, and attribution notices from th… 74 …attribution notices contained within such NOTICE file, excluding those notices that do not pertain…
|
| H A D | NCGL-UK-2.0 | 23 …acknowledge the source of the Information by including any attribution statement specified by the … 25 If the Information Provider does not provide a specific attribution statement, you must use the fol… 28 …you may include a URI or hyperlink to a resource that contains the required attribution statements.
|
| H A D | OGL-UK-3.0 | 17 …ormation in your product or application by including or linking to any attribution statement speci… 18 …If the Information Provider does not provide a specific attribution statement, you must use the fo… 22 …you may include a URI or hyperlink to a resource that contains the required attribution statements.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | vector_source_impl.cpp | 23 return tileset->attribution; in getAttribution()
|
| H A D | raster_source_impl.cpp | 29 return tileset->attribution; in getAttribution()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/ |
| H A D | ImageMagick | 15 * redistribute any piece of ImageMagick-originated software without proper attribution; 22 …* provide clear attribution to ImageMagick Studio LLC for any distributions that include ImageMagi… 73 …ative Works that You distribute, all copyright, patent, trademark, and attribution notices from th… 74 …attribution notices contained within such NOTICE file, excluding those notices that do not pertain…
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | coreboot.sed | 8 # Remember to add attribution to coreboot for new files added to U-Boot.
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.63 | 102 attribution notices from the Source form of the Work, 108 include a readable copy of the attribution notices contained 117 do not modify the License. You may add Your own attribution 120 that such additional attribution notices cannot be construed
|
| H A D | LICENSE.129 | 103 attribution notices from the Source form of the Work, 109 include a readable copy of the attribution notices contained 118 do not modify the License. You may add Your own attribution 121 that such additional attribution notices cannot be construed
|