Home
last modified time | relevance | path

Searched refs:tagInList (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvsighdl.cc65 OFBool tagInList(const DcmTagKey& tag) const in tagInList() function in DVSignatureHandlerSignatureProfile
83 return tagInList(key); in attributeForbidden()
746 … if (sigProfile.tagInList(tagkey)) return OFTrue; // one of the elements in tagList is signed in attributesSigned()
763 …if (sigProfile.tagInList(obj->getTag())) return OFTrue; // one of the elements in tagList contains… in attributesSigned()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dktagsview.cpp660 if (d->tagInList(d->m_selectedTags, split.tagIdList()[i])) { in slotDeleteTag()
702 if (d->tagInList(d->m_selectedTags, tagIdList[i])) { in slotDeleteTag()
724 if (d->tagInList(d->m_selectedTags, tagIdList[i])) { in slotDeleteTag()
H A Dktagsview_p.h201 bool tagInList(const QList<MyMoneyTag>& list, const QString& id) const in tagInList() function