Home
last modified time | relevance | path

Searched refs:Attachment (Results 1 – 25 of 3611) sorted by relevance

12345678910>>...145

/dports/net/kf5-kcalendarcore/kcalendarcore-5.89.0/src/
H A Dattachment.cpp56 Attachment::Attachment() in Attachment() function in Attachment
57 : d(new Attachment::Private) in Attachment()
61 Attachment::Attachment(const Attachment &attachment) = default;
63 Attachment::Attachment(const QString &uri, const QString &mime) in Attachment() function in Attachment
69 Attachment::Attachment(const QByteArray &base64, const QString &mime) in Attachment() function in Attachment
75 Attachment::~Attachment() = default;
82 bool Attachment::isUri() const in isUri()
140 uint Attachment::size() const in size()
192 Attachment &Attachment::operator=(const Attachment &other) = default;
194 bool Attachment::operator==(const Attachment &a2) const in operator ==()
[all …]
H A Dattachment.h46 class KCALENDARCORE_EXPORT Attachment
63 typedef QVector<Attachment> List;
68 explicit Attachment();
76 explicit Attachment(const QString &uri, const QString &mime = QString());
92 Attachment(const Attachment &attachment);
97 ~Attachment();
244 Attachment &operator=(const Attachment &attachment);
251 bool operator==(const Attachment &attachment) const;
258 bool operator!=(const Attachment &attachment) const;
287 Q_DECLARE_TYPEINFO(KCalendarCore::Attachment, Q_MOVABLE_TYPE);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/
H A Dattachment.cc18 Attachment::Attachment(Family family, int64_t size) in Attachment() function in Attachment
21 Attachment::Attachment(int64_t id, Family family, int64_t size) in Attachment() function in Attachment
24 Attachment::Attachment(const Attachment&) = default;
26 Attachment::Attachment(Attachment&&) = default;
28 Attachment& Attachment::operator=(const Attachment&) = default;
30 Attachment& Attachment::operator=(Attachment&&) = default;
32 Attachment::~Attachment() = default;
H A Dattachment.h15 class Attachment {
19 Attachment(Family family, int64_t size);
20 Attachment(int64_t id, Family family, int64_t size);
21 Attachment(const Attachment&);
22 Attachment(Attachment&&);
23 Attachment& operator=(const Attachment&);
24 Attachment& operator=(Attachment&&);
25 virtual ~Attachment();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/tests/Functional/
H A DAttachmentTest.cs31Attachment attach = new Attachment(new MemoryStream(), null, "application/octet-stream"); in ConstructorNullName()
38Attachment attach = Attachment.CreateAttachmentFromString("", null, Encoding.ASCII, "application/o… in CreateAttachmentFromStringNullName()
45 Attachment attach = Attachment.CreateAttachmentFromString("test", "attachment-name"); in ContentDisposition()
53 Attachment attach = Attachment.CreateAttachmentFromString("test", "attachment-name"); in ContentType()
56 Attachment a2 = new Attachment(new MemoryStream(), "myname"); in ContentType()
64 Attachment attach = Attachment.CreateAttachmentFromString("test", "attachment-name"); in NameEncoding()
66 Attachment a = new Attachment(new MemoryStream(), "myname"); in NameEncoding()
75 Attachment attach = Attachment.CreateAttachmentFromString("test", "attachment-name"); in ContentStream()
84 Attachment attach = Attachment.CreateAttachmentFromString("test", "attachment-name"); in Name()
86 Attachment a2 = new Attachment(new MemoryStream(), new ContentType("image/jpeg")); in Name()
[all …]
/dports/www/gitea/gitea-1.16.5/models/repo/
H A Dattachment.go20 type Attachment struct { struct
35 db.RegisterModel(new(Attachment))
54 func (a *Attachment) RelativePath() string { argument
59 func (a *Attachment) DownloadURL() string { argument
92 attach := &Attachment{}
102 attach := &Attachment{}
119 return []*Attachment{}, nil
144 attachments := make([]*Attachment, 0, 10)
160 attachments := make([]*Attachment, 0, 10)
286 Count(new(Attachment))
[all …]
/dports/deskutils/zanshin/zanshin-21.12.3/src/domain/
H A Dtask.cpp156 Task::Attachment::Attachment() in Attachment() function in Task::Attachment
160 Task::Attachment::Attachment(const QByteArray &data) in Attachment() function in Task::Attachment
165 Task::Attachment::Attachment(const QUrl &uri) in Attachment() function in Task::Attachment
170 Task::Attachment::Attachment(const Task::Attachment &other) in Attachment() function in Task::Attachment
179 Task::Attachment::~Attachment() in ~Attachment()
183 Task::Attachment &Task::Attachment::operator=(const Task::Attachment &other) in operator =()
185 Attachment copy(other); in operator =()
194 bool Task::Attachment::operator==(const Task::Attachment &other) const in operator ==()
203 bool Task::Attachment::isValid() const in isValid()
208 bool Task::Attachment::isUri() const in isUri()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/sched/slack/
H A Dslack.go8 func NewAttachment(m *models.IncidentState) *Attachment {
9 a := new(Attachment)
33 type Attachment struct { struct
88 func (a *Attachment) SetColor(color string) interface{} { argument
130 func (a *Attachment) SetTitle(title string) interface{} { argument
142 func (a *Attachment) SetPretext(pretext string) interface{} { argument
148 func (a *Attachment) SetText(text string) interface{} { argument
154 func (a *Attachment) SetImageURL(url string) interface{} { argument
160 func (a *Attachment) SetThumbURL(url string) interface{} { argument
166 func (a *Attachment) SetFooter(footer string) interface{} { argument
[all …]
/dports/www/nextcloud-deck/deck/lib/Service/
H A DIAttachmentService.php26 use OCA\Deck\Db\Attachment; alias
42 * @param Attachment $attachment
52 * @param Attachment $attachment
55 public function display(Attachment $attachment);
62 * @param Attachment $attachment
64 public function create(Attachment $attachment);
71 * @param Attachment $attachment
73 public function update(Attachment $attachment);
80 * @param Attachment $attachment
82 public function delete(Attachment $attachment);
[all …]
/dports/mail/cone/cone-1.1/libmail/
H A Dattachments.H33 class Attachment {
62 Attachment(std::string headers, int content_fd);
65 Attachment(std::string headers, int content_fd,
75 Attachment(std::string headers, std::string content_string,
86 Attachment(std::string headers,
87 const std::vector<Attachment *> &parts);
88 Attachment(std::string headers,
89 const std::vector<Attachment *> &parts,
99 ~Attachment();
128 Attachment(const Attachment &);
[all …]
H A Dattachments.C24 void mail::Attachment::common_init() in common_init()
91 mail::Attachment::Attachment(string h, int fd) in Attachment() function
113 mail::Attachment::~Attachment() in ~Attachment()
125 mail::Attachment::Attachment(std::string h, int fd, in Attachment() function
152 mail::Attachment::Attachment(string h, string content) in Attachment() function
164 mail::Attachment::Attachment(string h, string content, in Attachment() function
209 mail::Attachment::Attachment(string h, in Attachment() function
218 mail::Attachment::Attachment(string h, in Attachment() function
344 void mail::Attachment::begin() in begin()
587 mail::Attachment::Attachment(const mail::Attachment &a) in Attachment() function
[all …]
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DPictureUpload.pm46 return $LayoutObject->Attachment(
65 for my $Attachment (@AttachmentData) {
80 return $LayoutObject->Attachment(
106 return $LayoutObject->Attachment(
108 %{$Attachment},
126 return $LayoutObject->Attachment(
142 return $LayoutObject->Attachment(
209 for my $Attachment (@AttachmentMeta) {
211 $ContentIDNew = $Attachment->{ContentID};
231 return $LayoutObject->Attachment(
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base/tests/
H A Dtest_ir_attachment.py16 self.Attachment = self.env['ir.attachment']
17 self.filestore = self.Attachment._filestore()
33 a1 = self.Attachment.create({'name': 'a1', 'raw': self.blob1})
39 a2 = self.Attachment.create({'name': 'a2', 'raw': self.blob1})
73 Attachment = self.Attachment.with_user(self.env.ref('base.user_demo').id)
74 a1 = self.Attachment.create({'name': 'a1'})
76 a2 = Attachment.create(vals)
95 a3 = Attachment.create(vals)
103 a4 = Attachment.create(vals)
111 Attachment = self.Attachment.with_user(self.env.ref('base.user_demo').id)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Mail/
H A DAttachment.cs36 public class Attachment : AttachmentBase class
47 public Attachment (string fileName) in Attachment() method in System.Net.Mail.Attachment
52 public Attachment (string fileName, string mediaType) in Attachment() method in System.Net.Mail.Attachment
57 public Attachment (string fileName, ContentType contentType) in Attachment() method in System.Net.Mail.Attachment
62 public Attachment (Stream contentStream, ContentType contentType) in Attachment() method in System.Net.Mail.Attachment
66 public Attachment (Stream contentStream, string name) in Attachment() method in System.Net.Mail.Attachment
71 public Attachment (Stream contentStream, string name, string mediaType) in Attachment() method in System.Net.Mail.Attachment
109 Attachment a = new Attachment (ms, contentType); in CreateAttachmentFromString()
114 public static Attachment CreateAttachmentFromString (string content, string name) in CreateAttachmentFromString()
123 Attachment a = new Attachment (ms, new ContentType ("text/plain")); in CreateAttachmentFromString()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dattachment_manager.cpp31 struct initAttachmentType {Attachment::AttachmentType attachment;
54 {Attachment::ATTACH_PARACHUTE, "parachute.spm", "parachute-attach-icon.png" },
55 {Attachment::ATTACH_BOMB, "bomb.spm", "bomb-attach-icon.png" },
56 {Attachment::ATTACH_ANVIL, "anchor.spm", "anchor-attach-icon.png" },
57 {Attachment::ATTACH_SWATTER, "swatter.spm", "swatter-icon.png" },
58 {Attachment::ATTACH_NOLOKS_SWATTER, "swatter_nolok.spm", "swatter-icon.png" },
59 {Attachment::ATTACH_SWATTER_ANIM, "swatter_anim.spm", "swatter-icon.png" },
60 {Attachment::ATTACH_BUBBLEGUM_SHIELD, "bubblegum_shield.spm", "shield-icon.png" },
62 {Attachment::ATTACH_MAX, "", "" },
68 for(int i=0; iat[i].attachment!=Attachment::ATTACH_MAX; i++) in ~AttachmentManager()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ecs/include/aws/ecs/model/
H A DAttachment.h34 class AWS_ECS_API Attachment
37 Attachment();
38 Attachment(Aws::Utils::Json::JsonView jsonValue);
39 Attachment& operator=(Aws::Utils::Json::JsonView jsonValue);
71 inline Attachment& WithId(const Aws::String& value) { SetId(value); return *this;} in WithId()
76 inline Attachment& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} in WithId()
81 inline Attachment& WithId(const char* value) { SetId(value); return *this;} in WithId()
112 inline Attachment& WithType(const Aws::String& value) { SetType(value); return *this;} in WithType()
122 inline Attachment& WithType(const char* value) { SetType(value); return *this;} in WithType()
165 inline Attachment& WithStatus(const Aws::String& value) { SetStatus(value); return *this;} in WithStatus()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp34 Attachment::Attachment() in Attachment() function in CoreIPC::Attachment
40 Attachment::Attachment(mach_port_name_t port, mach_msg_type_name_t disposition) in Attachment() function in CoreIPC::Attachment
47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bo… in Attachment() function in CoreIPC::Attachment
56 void Attachment::release() in release()
62 void Attachment::encode(ArgumentEncoder* encoder) const in encode()
67 bool Attachment::decode(ArgumentDecoder* decoder, Attachment& attachment) in decode()
/dports/finance/prestashop/prestashop/src/Adapter/Attachment/
H A DAbstractAttachmentHandler.php27 namespace PrestaShop\PrestaShop\Adapter\Attachment;
29 use Attachment; alias
34 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\DeleteAttachmentException;
35 use PrestaShop\PrestaShop\Core\Domain\Attachment\ValueObject\AttachmentId;
98 * @param Attachment $attachment
103 protected function assertValidFields(Attachment $attachment)
113 * @return Attachment
117 protected function getAttachment(AttachmentId $attachmentId): Attachment
121 $attachment = new Attachment($attachmentIdValue);
136 * @param Attachment $attachment
[all …]
/dports/finance/prestashop/prestashop/src/Adapter/Attachment/CommandHandler/
H A DAddAttachmentHandler.php27 namespace PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler;
29 use Attachment; alias
30 use PrestaShop\PrestaShop\Adapter\Attachment\AbstractAttachmentHandler;
31 use PrestaShop\PrestaShop\Core\Domain\Attachment\AttachmentFileUploaderInterface;
32 use PrestaShop\PrestaShop\Core\Domain\Attachment\Command\AddAttachmentCommand;
35 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentException;
36 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentNotFoundException;
37 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\CannotAddAttachmentException;
38 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\EmptyFileException;
39 use PrestaShop\PrestaShop\Core\Domain\Attachment\ValueObject\AttachmentId;
[all …]
H A DEditAttachmentHandler.php27 namespace PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler;
29 use Attachment; alias
30 use PrestaShop\PrestaShop\Adapter\Attachment\AbstractAttachmentHandler;
31 use PrestaShop\PrestaShop\Core\Domain\Attachment\AttachmentFileUploaderInterface;
32 use PrestaShop\PrestaShop\Core\Domain\Attachment\Command\EditAttachmentCommand;
34 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentConstraintException;
35 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentException;
36 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\AttachmentNotFoundException;
37 use PrestaShop\PrestaShop\Core\Domain\Attachment\Exception\CannotUpdateAttachmentException;
75 $attachment = new Attachment($attachmentIdValue);
[all …]
/dports/net/akonadi-notes/akonadi-notes-21.12.3/src/
H A Dnoteutils.cpp68 Attachment::Attachment() in Attachment() function in Akonadi::NoteUtils::Attachment
73 Attachment::Attachment(const QUrl &url, const QString &mimetype) in Attachment() function in Akonadi::NoteUtils::Attachment
78 Attachment::Attachment(const QByteArray &data, const QString &mimetype) in Attachment() function in Akonadi::NoteUtils::Attachment
83 Attachment::Attachment(const Attachment &other) in Attachment() function in Akonadi::NoteUtils::Attachment
88 Attachment::~Attachment() = default;
90 bool Attachment::operator==(const Attachment &a) const in operator ==()
92 Q_D(const Attachment); in operator ==()
101 void Attachment::operator=(const Attachment &a) in operator =()
120 Q_D(Attachment); in setDataBase64Encoded()
132 Q_D(Attachment); in setContentID()
[all …]
H A Dnoteutils.h48 class AKONADI_NOTES_EXPORT Attachment
54 Attachment();
55 Attachment(const QUrl &url, const QString &mimetype);
59 Attachment(const QByteArray &data, const QString &mimetype);
60 Attachment(const Attachment &other);
61 ~Attachment();
63 bool operator==(const Attachment &a) const;
64 void operator=(const Attachment &a);
125 Q_DECLARE_PRIVATE(Attachment)
266 QVector<Attachment> &attachments();
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net.Mail/
H A DAttachmentTest.cs21 Attachment attach;
26 attach = Attachment.CreateAttachmentFromString ("test", "attachment-name"); in GetReady()
34 new Attachment (s, "application/octet-stream"); in ArgumentNullException()
40 new Attachment (new MemoryStream (), null, "application/octet-stream"); in ConstructorNullName()
46 Attachment.CreateAttachmentFromString ("", null, Encoding.ASCII, "application/octet-stream"); in CreateAttachmentFromStringNullName()
61 Attachment a2 = new Attachment (new MemoryStream (), "myname"); in ContentType()
70 Attachment a = new Attachment (new MemoryStream (), "myname"); in NameEncoding()
72 a = new Attachment (new MemoryStream (), "myname\u3067"); in NameEncoding()
88 Attachment a2 = new Attachment (new MemoryStream (), new ContentType ("image/jpeg")); in Name()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/kivik/
H A Dattachments.go14 type Attachments map[string]*Attachment
20 type Attachment struct { struct
33 var _ io.ReadCloser = Attachment{}
35 func (a Attachment) Read(p []byte) (int, error) { argument
44 func (a Attachment) Close() error { argument
61 func (a *Attachment) Bytes() ([]byte, error) { argument
76 return &Attachment{
84 func (a *Attachment) validate() error { argument
123 type clone Attachment
132 *a = Attachment(att.clone)
[all …]
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Resources/config/services/adapter/
H A Dattachment.yml7 class: 'PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\DeleteAttachmentHandler'
14 class: 'PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\BulkDeleteAttachmentsHandler'
20 class: 'PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentHandler'
24 …- { name: 'tactician.handler', command: 'PrestaShop\PrestaShop\Core\Domain\Attachment\Query\GetAtt…
27 class: 'PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentForEditingHandler'
39 class: 'PrestaShop\PrestaShop\Adapter\Attachment\AbstractAttachmentHandler'
45 class: 'PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\EditAttachmentHandler'
54 class: 'PrestaShop\PrestaShop\Adapter\Attachment\CommandHandler\AddAttachmentHandler'
62 class: PrestaShop\PrestaShop\Adapter\Attachment\AttachmentRepository
65 … class: 'PrestaShop\PrestaShop\Adapter\Attachment\QueryHandler\GetAttachmentInformationListHandler'
[all …]

12345678910>>...145