Home
last modified time | relevance | path

Searched refs:currentAttachment (Results 1 – 22 of 22) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
103 setup_vk_attachment_description(&attachments[currentAttachment], in init()
107 stencilRef.attachment = currentAttachment++; in init()
121 SkASSERT(numAttachments == currentAttachment); in init()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp65 uint32_t currentAttachment = 0; in init() local
80 setup_vk_attachment_description(&attachments[currentAttachment], in init()
84 colorRef.attachment = currentAttachment++; in init()
99 setup_vk_attachment_description(&attachments[currentAttachment], in init()
103 stencilRef.attachment = currentAttachment++; in init()
114 SkASSERT(numAttachments == currentAttachment); in init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp82 uint32_t currentAttachment = 0; in Create() local
99 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
103 colorRef.attachment = currentAttachment++; in Create()
122 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
126 stencilRef.attachment = currentAttachment++; in Create()
140 SkASSERT(numAttachments == currentAttachment); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp88 uint32_t currentAttachment = 0; in Create() local
112 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
116 colorRef.attachment = currentAttachment++; in Create()
164 setup_vk_attachment_description(&attachments[currentAttachment], in Create()
168 stencilRef.attachment = currentAttachment++; in Create()
182 SkASSERT(numAttachments == currentAttachment); in Create()
/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/GUI/
H A Dclass.ilForumThreadFormGUI.php134 … $currentAttachment = new \ilCheckboxInputGUI($file['name'], 'del_file');
135 $currentAttachment->setValue($file['md5']);
136 $existingFileSelection->addOption($currentAttachment);
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/GUI/
H A Dclass.ilForumThreadFormGUI.php134 … $currentAttachment = new \ilCheckboxInputGUI($file['name'], 'del_file');
135 $currentAttachment->setValue($file['md5']);
136 $existingFileSelection->addOption($currentAttachment);
/dports/www/sogo2/SOGo-2.4.1/UI/MailerUI/
H A DUIxMailEditor.m98 NSString *currentAttachment; field
125 currentAttachment = nil;
149 [currentAttachment release];
610 ASSIGN(currentAttachment, [attrs objectForKey: @"filename"]);
661 if ((![co inReplyTo] || currentAttachment) && [co IMAP4ID] > -1)
663 // When currentAttachment is defined, it means we just attached a new file to the mail
670 if (currentAttachment)
672 // When currentAttachment is defined, only return the attributes of the last
680 if ([[attrs objectForKey: @"filename"] isEqualToString: currentAttachment])
/dports/www/sogo/SOGo-5.4.0/UI/MailerUI/
H A DUIxMailEditor.m82 NSString *currentAttachment; field
110 currentAttachment = nil;
133 [currentAttachment release];
590 ASSIGN(currentAttachment, [attrs objectForKey: @"filename"]);
670 if ((![co inReplyTo] || currentAttachment) && [co IMAP4ID] > -1)
672 // When currentAttachment is defined, it means we just attached a new file to the mail
679 if (currentAttachment)
681 // When currentAttachment is defined, only return the attributes of the last
689 if ([[attrs objectForKey: @"filename"] isEqualToString: currentAttachment])
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MailerUI/
H A DUIxMailEditor.m82 NSString *currentAttachment; field
110 currentAttachment = nil;
133 [currentAttachment release];
590 ASSIGN(currentAttachment, [attrs objectForKey: @"filename"]);
670 if ((![co inReplyTo] || currentAttachment) && [co IMAP4ID] > -1)
672 // When currentAttachment is defined, it means we just attached a new file to the mail
679 if (currentAttachment)
681 // When currentAttachment is defined, only return the attributes of the last
689 if ([[attrs objectForKey: @"filename"] isEqualToString: currentAttachment])
/dports/www/sogo/SOGo-5.4.0/SoObjects/Mailer/
H A DSOGoMailObject.m930 NSMutableDictionary *currentAttachment;
955 currentAttachment = [NSMutableDictionary dictionaryWithDictionary: currentInfo];
956 [currentAttachment setObject: body forKey: @"body"];
957 [attachments addObject: currentAttachment];
969 NSDictionary *currentAttachment;
1008 currentAttachment = [attachments objectAtIndex: count];
1009 body = [currentAttachment objectForKey: @"body"];
1010 name = [[currentAttachment objectForKey: @"filename"] asSafeFilename];
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/Mailer/
H A DSOGoMailObject.m930 NSMutableDictionary *currentAttachment;
955 currentAttachment = [NSMutableDictionary dictionaryWithDictionary: currentInfo];
956 [currentAttachment setObject: body forKey: @"body"];
957 [attachments addObject: currentAttachment];
969 NSDictionary *currentAttachment;
1008 currentAttachment = [attachments objectAtIndex: count];
1009 body = [currentAttachment objectForKey: @"body"];
1010 name = [[currentAttachment objectForKey: @"filename"] asSafeFilename];
/dports/www/sogo-activesync/SOGo-5.4.0/ActiveSync/
H A DSOGoMailObject+ActiveSync.m1625 id currentAttachment;
1638 currentAttachment = [attachmentKeys objectAtIndex: i];
1644 …bjectForKey: @"FileReference"] lastPathComponent] isEqualToString: [currentAttachment objectForKey…
1655 …: @"fetch"] objectForKey: [NSString stringWithFormat: @"body[%@]", [currentAttachment objectForKey…
1658 … [map setObject: [currentAttachment objectForKey: @"mimetype"] forKey: @"content-type"];
1659 …[map setObject: [currentAttachment objectForKey: @"encoding"] forKey: @"content-transfer-encoding"…
1660 …bject: [NSString stringWithFormat: @"attachment; filename=\"%@\"", [currentAttachment objectForKey…
H A DSOGoActiveSyncDispatcher.m4128 id currentAttachment;
4138 currentAttachment = [attachmentKeys objectAtIndex: a];
4139 …: @"fetch"] objectForKey: [NSString stringWithFormat: @"body[%@]", [currentAttachment objectForKey…
4142 … [map setObject: [currentAttachment objectForKey: @"mimetype"] forKey: @"content-type"];
4143 …[map setObject: [currentAttachment objectForKey: @"encoding"] forKey: @"content-transfer-encoding"…
4144 …bject: [NSString stringWithFormat: @"attachment; filename=\"%@\"", [currentAttachment objectForKey…
4145 if ([[currentAttachment objectForKey: @"bodyId"] length])
4146 … [map setObject: [currentAttachment objectForKey: @"bodyId"] forKey: @"content-id"];
/dports/www/sogo/SOGo-5.4.0/ActiveSync/
H A DSOGoMailObject+ActiveSync.m1625 id currentAttachment;
1638 currentAttachment = [attachmentKeys objectAtIndex: i];
1644 …bjectForKey: @"FileReference"] lastPathComponent] isEqualToString: [currentAttachment objectForKey…
1655 …: @"fetch"] objectForKey: [NSString stringWithFormat: @"body[%@]", [currentAttachment objectForKey…
1658 … [map setObject: [currentAttachment objectForKey: @"mimetype"] forKey: @"content-type"];
1659 …[map setObject: [currentAttachment objectForKey: @"encoding"] forKey: @"content-transfer-encoding"…
1660 …bject: [NSString stringWithFormat: @"attachment; filename=\"%@\"", [currentAttachment objectForKey…
H A DSOGoActiveSyncDispatcher.m4128 id currentAttachment;
4138 currentAttachment = [attachmentKeys objectAtIndex: a];
4139 …: @"fetch"] objectForKey: [NSString stringWithFormat: @"body[%@]", [currentAttachment objectForKey…
4142 … [map setObject: [currentAttachment objectForKey: @"mimetype"] forKey: @"content-type"];
4143 …[map setObject: [currentAttachment objectForKey: @"encoding"] forKey: @"content-transfer-encoding"…
4144 …bject: [NSString stringWithFormat: @"attachment; filename=\"%@\"", [currentAttachment objectForKey…
4145 if ([[currentAttachment objectForKey: @"bodyId"] length])
4146 … [map setObject: [currentAttachment objectForKey: @"bodyId"] forKey: @"content-id"];
/dports/www/sogo2/SOGo-2.4.1/UI/WebServerResources/
H A DUIxMailEditor.css107 input.currentAttachment
/dports/www/sogo2/SOGo-2.4.1/ActiveSync/
H A DSOGoActiveSyncDispatcher.m3877 id currentAttachment;
3887 currentAttachment = [attachmentKeys objectAtIndex: a];
3888 …: @"fetch"] objectForKey: [NSString stringWithFormat: @"body[%@]", [currentAttachment objectForKey…
3891 … [map setObject: [currentAttachment objectForKey: @"mimetype"] forKey: @"content-type"];
3892 …[map setObject: [currentAttachment objectForKey: @"encoding"] forKey: @"content-transfer-encoding"…
3893 …bject: [NSString stringWithFormat: @"attachment; filename=\"%@\"", [currentAttachment objectForKey…
/dports/net/vde2/vde2-2.3.2/doc/
H A DVirtualBox-3.1.6_OSE_VDE.patch849 mCbAttachmentType->setCurrentIndex (currentAttachment);