Home
last modified time | relevance | path

Searched refs:m_attachments (Results 1 – 25 of 94) sorted by relevance

1234

/dports/security/keepassxc/keepassxc-2.6.6/src/core/
H A DEntryAttachments.cpp32 return m_attachments.keys(); in keys()
47 return m_attachments.value(key); in value()
84 m_attachments.remove(key); in remove()
106 m_attachments.remove(key); in remove()
117 return m_attachments.isEmpty(); in isEmpty()
122 if (m_attachments.isEmpty()) { in clear()
128 m_attachments.clear(); in clear()
139 m_attachments = other->m_attachments; in copyDataFrom()
148 return m_attachments == other.m_attachments; in operator ==()
153 return m_attachments != other.m_attachments; in operator !=()
[all …]
/dports/security/keepassx-devel/keepassx-55869e8/src/core/
H A DEntryAttachments.cpp27 return m_attachments.keys(); in keys()
37 return m_attachments.values(); in values()
42 return m_attachments.value(key); in value()
55 m_attachments.insert(key, value); in set()
73 if (!m_attachments.contains(key)) { in remove()
80 m_attachments.remove(key); in remove()
88 if (m_attachments.isEmpty()) { in clear()
94 m_attachments.clear(); in clear()
105 m_attachments = other->m_attachments; in copyDataFrom()
114 return m_attachments == other.m_attachments; in operator ==()
[all …]
H A DEntry.cpp29 , m_attachments(new EntryAttachments(this)) in Entry()
41 connect(m_attachments, SIGNAL(modified()), this, SIGNAL(modified())); in Entry()
240 return m_attachments; in attachments()
245 return m_attachments; in attachments()
461 entry->m_attachments->copyDataFrom(m_attachments); in clone()
492 m_attachments->copyDataFrom(other->m_attachments); in copyDataFrom()
506 m_tmpHistoryItem->m_attachments->copyDataFrom(m_attachments); in beginUpdate()
/dports/mail/trojita/trojita-0.7/src/Composer/
H A DMessageComposer.cpp52 qDeleteAll(m_attachments); in ~MessageComposer()
263 beginInsertRows(QModelIndex(), m_attachments.size(), m_attachments.size() + items.d.size() - 1); in dropAttachmentList()
267 m_attachments << attachment; in dropAttachmentList()
329 beginInsertRows(QModelIndex(), m_attachments.size(), m_attachments.size() + uids.size() - 1); in dropImapMessage()
333 m_attachments << attachment; in dropImapMessage()
388 beginInsertRows(QModelIndex(), m_attachments.size(), m_attachments.size()); in dropImapPart()
389 m_attachments << item; in dropImapPart()
552 if (!m_attachments.isEmpty()) { in writeCommonMessageBeginning()
652 if (!m_attachments.isEmpty()) { in asRawMessage()
742 beginInsertRows(QModelIndex(), m_attachments.size(), m_attachments.size()); in addFileAttachment()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgSend.cpp303 m_attachments.Clear(); in ~nsMsgComposeAndSend()
1446 m_attachments[i]->m_done = false; in ProcessMultipartRelated()
1483 if (m_attachments[i]->mURL) msg_pick_real_name(m_attachments[i], nullptr); in ProcessMultipartRelated()
1491 m_attachments[i]->m_contentId = in ProcessMultipartRelated()
1499 if (m_attachments[i]->mURL) { in ProcessMultipartRelated()
1524 m_attachments[i]->m_contentId = m_attachments[duplicateOf]->m_contentId; in ProcessMultipartRelated()
1954 m_attachments[i]->m_done = true; in HackAttachments()
2005 if (m_attachments[i]->mURL) msg_pick_real_name(m_attachments[i], nullptr); in HackAttachments()
2043 if (m_attachments[i]->m_done || m_attachments[i]->mSendViaCloud) { in HackAttachments()
2052 if ((!m_attachments[i]->mURL) && (!m_attachments[i]->m_uri.Length())) { in HackAttachments()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/WiimoteEmu/
H A DWiimoteEmu.cpp222 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::None>()); in Wiimote()
223 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::Nunchuk>()); in Wiimote()
224 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::Classic>()); in Wiimote()
225 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::Guitar>()); in Wiimote()
226 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::Drums>()); in Wiimote()
227 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::Turntable>()); in Wiimote()
228 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::UDrawTablet>()); in Wiimote()
230 m_attachments->AddAttachment(std::make_unique<WiimoteEmu::TaTaCon>()); in Wiimote()
308 return m_attachments; in GetWiimoteGroup()
655 m_attachments->SetSelectedAttachment(DEFAULT_EXT); in LoadDefaults()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-support/include/aws/support/model/
H A DAddAttachmentsToSetRequest.h113 inline const Aws::Vector<Attachment>& GetAttachments() const{ return m_attachments; } in GetAttachments()
135 …ts(const Aws::Vector<Attachment>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
146 …ts(Aws::Vector<Attachment>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
179 …ttachments(const Attachment& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
190 … AddAttachments(Attachment&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
197 Aws::Vector<Attachment> m_attachments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DSubmitAttachmentStateChangesRequest.h91 inline const Aws::Vector<AttachmentStateChange>& GetAttachments() const{ return m_attachments; } in GetAttachments()
101 …s::Vector<AttachmentStateChange>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
106 …tor<AttachmentStateChange>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
121 …const AttachmentStateChange& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
126 …ents(AttachmentStateChange&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
133 Aws::Vector<AttachmentStateChange> m_attachments; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ec2/include/aws/ec2/model/
H A DEgressOnlyInternetGateway.h48 …nline const Aws::Vector<InternetGatewayAttachment>& GetAttachments() const{ return m_attachments; } in GetAttachments()
58 …ector<InternetGatewayAttachment>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
63 …InternetGatewayAttachment>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
78 …t InternetGatewayAttachment& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
83 …(InternetGatewayAttachment&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
169 Aws::Vector<InternetGatewayAttachment> m_attachments;
H A DInternetGateway.h48 …nline const Aws::Vector<InternetGatewayAttachment>& GetAttachments() const{ return m_attachments; } in GetAttachments()
58 …ector<InternetGatewayAttachment>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
63 …InternetGatewayAttachment>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
78 …t InternetGatewayAttachment& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
83 …(InternetGatewayAttachment&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
210 Aws::Vector<InternetGatewayAttachment> m_attachments;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentDecoder.cpp43 m_attachments.swap(attachments); in ArgumentDecoder()
53 Deque<Attachment>::iterator end = m_attachments.end(); in ~ArgumentDecoder()
54 for (Deque<Attachment>::iterator it = m_attachments.begin(); it != end; ++it) in ~ArgumentDecoder()
223 if (m_attachments.isEmpty()) in removeAttachment()
226 attachment = m_attachments.takeFirst(); in removeAttachment()
234 printf("Number of Attachments: %d\n", (int)m_attachments.size()); in debug()
H A DArgumentEncoder.cpp56 for (int i = 0; i < m_attachments.size(); ++i) in ~ArgumentEncoder()
57 m_attachments[i].dispose(); in ~ArgumentEncoder()
149 m_attachments.append(attachment); in addAttachment()
155 newList.swap(m_attachments); in releaseAttachments()
163 printf("Number of Attachments: %d\n", (int)m_attachments.size()); in debug()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DAwsEc2VolumeDetails.h291 … inline const Aws::Vector<AwsEc2VolumeAttachment>& GetAttachments() const{ return m_attachments; } in GetAttachments()
301 …::Vector<AwsEc2VolumeAttachment>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
306 …or<AwsEc2VolumeAttachment>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
321 …onst AwsEc2VolumeAttachment& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
326 …nts(AwsEc2VolumeAttachment&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
348 Aws::Vector<AwsEc2VolumeAttachment> m_attachments; variable
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/InputCommon/ControllerEmu/ControlGroup/
H A DAttachments.cpp15 m_attachments.emplace_back(std::move(att)); in AddAttachment()
22 if (value < m_attachments.size()) in GetSelectedAttachment()
40 return m_attachments; in GetAttachmentList()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/draw/
H A DvktDrawCreateInfoUtil.cpp281 : m_attachments (attachments.begin(), attachments.end()) in RenderPassCreateInfo()
284 , m_attachmentsStructs (m_attachments.begin(), m_attachments.end()) in RenderPassCreateInfo()
292 attachmentCount = static_cast<deUint32>(m_attachments.size()); in RenderPassCreateInfo()
312 …hmentsStructs = std::vector<vk::VkAttachmentDescription> (m_attachments.begin(), m_attachments.en… in RenderPassCreateInfo()
355 m_attachments.push_back(attachment); in addAttachment()
356 …chmentsStructs = std::vector<vk::VkAttachmentDescription>(m_attachments.begin(), m_attachments.end… in addAttachment()
894 : m_attachments(_attachments) in ColorBlendState()
902 pAttachments = &m_attachments[0]; in ColorBlendState()
917 pAttachments = &m_attachments[0]; in ColorBlendState()
929 pAttachments = &m_attachments[0]; in ColorBlendState()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DUpdateDocumentRequest.h85 inline const Aws::Vector<AttachmentsSource>& GetAttachments() const{ return m_attachments; } in GetAttachments()
97 …t Aws::Vector<AttachmentsSource>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
103 …:Vector<AttachmentsSource>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
121 …nts(const AttachmentsSource& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
127 …achments(AttachmentsSource&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
440 Aws::Vector<AttachmentsSource> m_attachments; variable
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Dmsg.h40 m_attachments.Add(attachment);
53 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
66 wxArrayString m_attachments; //Files to attach to the email variable
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderframebuffer.cpp72 QSSGRenderTextureOrRenderBuffer attachment = m_attachments[index]; in releaseAttachment()
85 m_attachments[index] = QSSGRenderTextureOrRenderBuffer(); in releaseAttachment()
99 return m_attachments[static_cast<int>(attachment)]; in attachment()
145 m_attachments[static_cast<int>(attachment)] = buffer; in attach()
190 m_attachments[static_cast<int>(attachment)] = buffer; in attachFace()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/net/
H A Dmsg.h48 m_attachments.Add(attachment);
61 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
74 wxArrayString m_attachments; //Files to attach to the email variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/net/
H A Dmsg.h48 m_attachments.Add(attachment);
61 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
74 wxArrayString m_attachments; //Files to attach to the email variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/net/
H A Dmsg.h48 m_attachments.Add(attachment);
61 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
74 wxArrayString m_attachments; //Files to attach to the email variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/net/
H A Dmsg.h48 m_attachments.Add(attachment);
61 { m_attachments.Add(attach); m_attachmentTitles.Add(title); }
74 wxArrayString m_attachments; //Files to attach to the email variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/api/
H A DvktApiGranularityTests.cpp95 const std::vector<AttachmentInfo> m_attachments; member in vkt::api::__anona890669d0111::GranularityInstance
112 , m_attachments (attachments) in GranularityInstance()
152 …for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.e… in initAttachmentDescriptions()
167 …for (std::vector<AttachmentInfo>::const_iterator it = m_attachments.begin(); it != m_attachments.e… in initImages()
366 const std::vector<AttachmentInfo> m_attachments; member in vkt::api::__anona890669d0111::GranularityCase
376 , m_attachments (attachments) in GranularityCase()
387 return new GranularityInstance(context, m_attachments, m_useRenderPass); in createInstance()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/backend/
H A Dattachmentpack.cpp62 m_attachments.append(*output->attachment()); in AttachmentPack()
69 m_drawBuffers.reserve(m_attachments.size()); in AttachmentPack()
70 for (const Attachment &attachment : qAsConst(m_attachments)) in AttachmentPack()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connectparticipant/include/aws/connectparticipant/model/
H A DItem.h372 inline const Aws::Vector<AttachmentItem>& GetAttachments() const{ return m_attachments; } in GetAttachments()
382 …onst Aws::Vector<AttachmentItem>& value) { m_attachmentsHasBeenSet = true; m_attachments = value; } in SetAttachments()
387 …ws::Vector<AttachmentItem>&& value) { m_attachmentsHasBeenSet = true; m_attachments = std::move(va… in SetAttachments()
402 …hments(const AttachmentItem& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(valu… in AddAttachments()
407 …Attachments(AttachmentItem&& value) { m_attachmentsHasBeenSet = true; m_attachments.push_back(std:… in AddAttachments()
435 Aws::Vector<AttachmentItem> m_attachments; variable

1234