Home
last modified time | relevance | path

Searched refs:mAnnotations (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/akonadi/akonadi-21.12.3/src/core/attributes/
H A Dentityannotationsattribute.cpp16 : mAnnotations(annotations) in EntityAnnotationsAttribute()
22 mAnnotations = annotations; in setAnnotations()
27 return mAnnotations; in annotations()
32 mAnnotations.insert(key, value.toUtf8()); in insert()
37 return QString::fromUtf8(mAnnotations.value(key).data()); in value()
42 return mAnnotations.contains(key); in contains()
53 return new EntityAnnotationsAttribute(mAnnotations); in clone()
60 for (auto it = mAnnotations.cbegin(), e = mAnnotations.cend(); it != e; ++it) { in serialized()
73 mAnnotations.clear(); in deserialize()
91 mAnnotations[key] = value; in deserialize()
[all …]
H A Dentityannotationsattribute.h49 QMap<QByteArray, QByteArray> mAnnotations;
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommonakonadi/collectionpage/attributes/
H A Dcollectionannotationsattribute.cpp18 : mAnnotations(annotations) in CollectionAnnotationsAttribute()
24 mAnnotations = annotations; in setAnnotations()
29 return mAnnotations; in annotations()
40 return new CollectionAnnotationsAttribute(mAnnotations); in clone()
46 for (auto it = mAnnotations.cbegin(), end = mAnnotations.cend(); it != end; ++it) { in serialized()
59 mAnnotations.clear(); in deserialize()
77 mAnnotations[key] = value; in deserialize()
79 mAnnotations.insert(line, QByteArray()); in deserialize()
86 return mAnnotations == other.annotations(); in operator ==()
H A Dcollectionannotationsattribute.h37 QMap<QByteArray, QByteArray> mAnnotations;
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/shared/singlefileresource/
H A Dcollectionannotationsattribute.cpp18 : mAnnotations(annotations) in CollectionAnnotationsAttribute()
24 mAnnotations = annotations; in setAnnotations()
29 return mAnnotations; in annotations()
40 return new CollectionAnnotationsAttribute(mAnnotations); in clone()
47 QMap<QByteArray, QByteArray>::const_iterator it = mAnnotations.constBegin(); in serialized()
48 const QMap<QByteArray, QByteArray>::const_iterator end = mAnnotations.constEnd(); in serialized()
62 mAnnotations.clear(); in deserialize()
80 mAnnotations[key] = value; in deserialize()
82 mAnnotations.insert(line, QByteArray()); in deserialize()
H A Dcollectionannotationsattribute.h28 QMap<QByteArray, QByteArray> mAnnotations;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DHangAnnotations.cpp43 VectorType mAnnotations; member in mozilla::HangMonitor::BrowserHangAnnotations
62 mAnnotations.push_back(annotation); in AddAnnotation()
71 mAnnotations.push_back(annotation); in AddAnnotation()
78 mAnnotations.push_back(annotation); in AddAnnotation()
87 mAnnotations.push_back(annotation); in AddAnnotation()
96 mAnnotations.push_back(annotation); in AddAnnotation()
147 return mAnnotations.empty(); in IsEmpty()
153 size_t result = sizeof(mAnnotations) + in SizeOfIncludingThis()
155 for (IteratorType i = mAnnotations.begin(), e = mAnnotations.end(); i != e; in SizeOfIncludingThis()
167 if (mAnnotations.empty()) { in GetEnumerator()
[all …]
H A DBackgroundHangMonitor.cpp185 UniquePtr<HangMonitor::HangAnnotations> mAnnotations; member in mozilla::BackgroundHangThread
339 currentThread->mAnnotations = in RunMonitorThread()
460 oldHistogram->Add(aHangTime, Move(mAnnotations)); in ReportHang()
465 newHistogram.Add(aHangTime, Move(mAnnotations)); in ReportHang()
/dports/graphics/qgis/qgis-3.22.3/src/core/annotations/
H A Dqgsannotationmanager.cpp40 if ( mAnnotations.contains( annotation ) ) in addAnnotation()
43 mAnnotations << annotation; in addAnnotation()
54 if ( !mAnnotations.contains( annotation ) ) in removeAnnotation()
58 mAnnotations.removeAll( annotation ); in removeAnnotation()
67 for ( auto *a : std::as_const( mAnnotations ) ) in clear()
75 return mAnnotations; in annotations()
81 for ( const auto *a : std::as_const( mAnnotations ) ) in cloneAnnotations()
134 QListIterator<QgsAnnotation *> i( mAnnotations ); in writeXml()
153 if ( mAnnotations.empty() ) in accept()
160 for ( QgsAnnotation *a : mAnnotations ) in accept()
H A Dqgsannotationmanager.h136 QList< QgsAnnotation * > mAnnotations; variable
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/annotations/
H A Dqgsannotationmanager.cpp40 if ( mAnnotations.contains( annotation ) ) in addAnnotation()
43 mAnnotations << annotation; in addAnnotation()
54 if ( !mAnnotations.contains( annotation ) ) in removeAnnotation()
58 mAnnotations.removeAll( annotation ); in removeAnnotation()
67 for ( auto *a : qgis::as_const( mAnnotations ) ) in clear()
75 return mAnnotations; in annotations()
81 for ( const auto *a : qgis::as_const( mAnnotations ) ) in cloneAnnotations()
130 QListIterator<QgsAnnotation *> i( mAnnotations ); in writeXml()
149 if ( mAnnotations.empty() ) in accept()
156 for ( QgsAnnotation *a : mAnnotations ) in accept()
H A Dqgsannotationmanager.h136 QList< QgsAnnotation * > mAnnotations; variable
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/
H A DHangReports.h33 : mAnnotations(Move(aAnnotations)) { in AnnotationInfo()
38 mAnnotations(Move(aOther.mAnnotations)) {} in AnnotationInfo()
42 mAnnotations = Move(aOther.mAnnotations);
49 HangMonitor::HangAnnotations mAnnotations; member
/dports/graphics/okular/okular-21.12.3/part/
H A Dannotationpopup.cpp54 if (!mAnnotations.contains(pair)) in addAnnotation()
55 mAnnotations.append(pair); in addAnnotation()
60 if (mAnnotations.isEmpty()) in exec()
75 const bool onlyOne = (mAnnotations.count() == 1); in addActionsToMenu()
77 const AnnotPagePair &pair = mAnnotations.at(0); in addActionsToMenu()
79 …menu->addAction(new OKMenuTitle(menu, i18np("Annotation", "%1 Annotations", mAnnotations.count()))… in addActionsToMenu()
88 for (const AnnotPagePair &pair : qAsConst(mAnnotations)) { in addActionsToMenu()
93 for (const AnnotPagePair &pair : qAsConst(mAnnotations)) { in addActionsToMenu()
113 for (const AnnotPagePair &pair : qAsConst(mAnnotations)) { in addActionsToMenu()
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/schema/
H A Dxmlelement.cpp33 Annotation::List mAnnotations; member in XSD::XmlElement::Private
101 d->mAnnotations.append(a); in addAnnotation()
106 d->mAnnotations = l; in setAnnotations()
111 return d->mAnnotations; in annotations()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/java/src/org/chromium/net/impl/
H A DRequestFinishedInfoImpl.java24 private final Collection<Object> mAnnotations; field in RequestFinishedInfoImpl
43 mAnnotations = annotations; in RequestFinishedInfoImpl()
57 if (mAnnotations == null) { in getAnnotations()
60 return mAnnotations; in getAnnotations()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/telemetry/
H A DThreadHangStats.h154 HangMonitor::HangAnnotationsVector mAnnotations; variable
167 , mAnnotations(mozilla::Move(aOther.mAnnotations)) in HangHistogram()
185 return mAnnotations; in GetAnnotations()
190 if (!mAnnotations.append(Move(aAnnotations))) { in Add()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java127 private final HashMap<String, String> mAnnotations = new HashMap<>(); field in SDKProcessor.ClassInfo
146 if (mAnnotations.get(prop) != null) { in addAnnotation()
149 mAnnotations.put(prop, mapping[1].trim()); in addAnnotation()
161 String annotation = mAnnotations.get( in getAnnotationInfo()
165 annotation = mAnnotations.get(name); in getAnnotationInfo()
169 annotation = mAnnotations.get("<" + member.getClass().getSimpleName() in getAnnotationInfo()
/dports/www/firefox/firefox-99.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java103 private final HashMap<String, String> mAnnotations = new HashMap<>(); field in SDKProcessor.ClassInfo
122 if (mAnnotations.get(prop) != null) { in addAnnotation()
125 mAnnotations.put(prop, mapping[1].trim()); in addAnnotation()
138 mAnnotations.get( in getAnnotationInfo()
142 annotation = mAnnotations.get(name); in getAnnotationInfo()
147 mAnnotations.get( in getAnnotationInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/build/annotationProcessors/
H A DSDKProcessor.java127 private final HashMap<String, String> mAnnotations = new HashMap<>(); field in SDKProcessor.ClassInfo
146 if (mAnnotations.get(prop) != null) { in addAnnotation()
149 mAnnotations.put(prop, mapping[1].trim()); in addAnnotation()
161 String annotation = mAnnotations.get( in getAnnotationInfo()
165 annotation = mAnnotations.get(name); in getAnnotationInfo()
169 annotation = mAnnotations.get("<" + member.getClass().getSimpleName() in getAnnotationInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java127 private final HashMap<String, String> mAnnotations = new HashMap<>(); field in SDKProcessor.ClassInfo
146 if (mAnnotations.get(prop) != null) { in addAnnotation()
149 mAnnotations.put(prop, mapping[1].trim()); in addAnnotation()
161 String annotation = mAnnotations.get( in getAnnotationInfo()
165 annotation = mAnnotations.get(name); in getAnnotationInfo()
169 annotation = mAnnotations.get("<" + member.getClass().getSimpleName() in getAnnotationInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/annotations/src/main/java/org/mozilla/gecko/annotationProcessors/
H A DSDKProcessor.java127 private final HashMap<String, String> mAnnotations = new HashMap<>(); field in SDKProcessor.ClassInfo
146 if (mAnnotations.get(prop) != null) { in addAnnotation()
149 mAnnotations.put(prop, mapping[1].trim()); in addAnnotation()
161 String annotation = mAnnotations.get( in getAnnotationInfo()
165 annotation = mAnnotations.get(name); in getAnnotationInfo()
169 annotation = mAnnotations.get("<" + member.getClass().getSimpleName() in getAnnotationInfo()
/dports/graphics/qgis/qgis-3.22.3/src/core/maprenderer/
H A Dqgsmaprenderertask.cpp145 qDeleteAll( mAnnotations ); in addAnnotations()
146 mAnnotations.clear(); in addAnnotations()
151 mAnnotations << a->clone(); in addAnnotations()
271 const auto constMAnnotations = mAnnotations; in run()
444 qDeleteAll( mAnnotations ); in finished()
445 mAnnotations.clear(); in finished()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsmaprenderertask.cpp144 qDeleteAll( mAnnotations ); in addAnnotations()
145 mAnnotations.clear(); in addAnnotations()
150 mAnnotations << a->clone(); in addAnnotations()
261 const auto constMAnnotations = mAnnotations; in run()
434 qDeleteAll( mAnnotations ); in finished()
435 mAnnotations.clear(); in finished()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmapsavedialog.cpp58 , mAnnotations( annotations ) in QgsMapSaveDialog()
398 mapRendererTask->addAnnotations( mAnnotations ); in copyToClipboard()
448 mapRendererTask->addAnnotations( mAnnotations ); in onAccepted()
544 mapRendererTask->addAnnotations( mAnnotations ); in onAccepted()

12