Home
last modified time | relevance | path

Searched refs:attribution (Results 1 – 25 of 169) sorted by relevance

1234567

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontent.cpp63 && 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 Dqplace.cpp363 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 Dqplace_p.h87 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 Dqplacecontent.h88 QString attribution() const;
89 void setAttribution(const QString &attribution);
H A Dqplace.h80 QString attribution() const;
81 void setAttribution(const QString &attribution);
H A Dqplacecontent_p.h95 QString attribution; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtileset.hpp21 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 Dtileset.cpp72 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 Dqmapboxgl_map_observer.cpp112 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 Dqplacesearchreplymapbox.cpp61 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 Dtst_qplaceimage.cpp141 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 Dqdeclarativeplace.cpp356 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 Dqdeclarativeplace_p.h89 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 Dmap_snapshotter.cpp102 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 DOGL-Canada-2.013 * Acknowledge the source of the Information by including any attribution statement specified by the…
14attribution statement, or if you are using Information from several information providers and mult…
H A DAAL11 These conditions require a modest attribution to <AUTHOR> (the
23 attribution information, which includes:
H A DImageMagick15 * 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…
74attribution notices contained within such NOTICE file, excluding those notices that do not pertain…
H A DNCGL-UK-2.023 …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 DOGL-UK-3.017 …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 Dvector_source_impl.cpp23 return tileset->attribution; in getAttribution()
H A Draster_source_impl.cpp29 return tileset->attribution; in getAttribution()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/licenses/
H A DImageMagick15 * 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…
74attribution notices contained within such NOTICE file, excluding those notices that do not pertain…
/OK3568_Linux_fs/u-boot/scripts/
H A Dcoreboot.sed8 # Remember to add attribution to coreboot for new files added to U-Boot.
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.63102 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 DLICENSE.129103 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

1234567