Home
last modified time | relevance | path

Searched refs:attachmentUrl (Results 1 – 14 of 14) sorted by relevance

/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/cmd/bugzilla2atom/
H A Dmain.go85 attachmentUrl := fmt.Sprintf("%sattachment.cgi?id=", inResult.Urlbase)
110 …links = append(links, atom.Link{Href: attachmentUrl + strconv.Itoa(comment.AttachmentID), Rel: "en…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/notes/components/
H A Dnote_attachment.vue32 ref="attachmentUrl"
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/plugins/sms/
H A Dsmsplugin.cpp78 for (const QVariant& attachmentUrl : attachmentUrls) { in sendSms() local
79 const Attachment attachment = createAttachmentFromUrl(attachmentUrl.toString()); in sendSms()
/dports/devel/horde-whups/whups-3.0.12/ticket/
H A Dattachments.php43 Whups::attachmentUrl(
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/contrib/
H A DGoogle_ModeratorService.php1311 public $attachmentUrl; variable in Google_Submission
1377 public function setAttachmentUrl($attachmentUrl) { argument
1378 $this->attachmentUrl = $attachmentUrl;
1381 return $this->attachmentUrl;
/dports/devel/horde-whups/whups-3.0.12/lib/Form/Renderer/
H A DComment.php60 implode(' ', Whups::attachmentUrl($ticket, $file, $vars->get('queue')))
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewer/bodypartformatter/calendar/
H A Dtext_calendar.cpp363 QUrl attachmentUrl(attachment.uri()); in findAttachment() local
364 if (attachmentUrl.isLocalFile()) { in findAttachment()
365 fileExists = QFile::exists(attachmentUrl.toLocalFile()); in findAttachment()
367 … auto job = KIO::statDetails(attachmentUrl, KIO::StatJob::SourceSide, KIO::StatBasic); in findAttachment()
376 attachmentUrl.toDisplayString())); in findAttachment()
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/cli/
H A Dkdeconnect-cli.cpp278 for (const QString& attachmentUrl : rawAttachmentUrlsList) { in main() local
280 Q_UNUSED(attachmentUrl); in main()
/dports/www/firefox-esr/firefox-91.8.0/services/settings/
H A DAttachments.jsm444 const attachmentUrl = `${resourceUrlPrefix}${attachmentId}`;
449 return (await fetchResource(attachmentUrl)).arrayBuffer();
/dports/www/firefox/firefox-99.0/services/settings/
H A DAttachments.jsm442 const attachmentUrl = `${resourceUrlPrefix}${attachmentId}`;
447 return (await fetchResource(attachmentUrl)).arrayBuffer();
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DAttachments.jsm444 const attachmentUrl = `${resourceUrlPrefix}${attachmentId}`;
449 return (await fetchResource(attachmentUrl)).arrayBuffer();
/dports/lang/spidermonkey78/firefox-78.9.0/services/settings/
H A DAttachments.jsm444 const attachmentUrl = `${resourceUrlPrefix}${attachmentId}`;
449 return (await fetchResource(attachmentUrl)).arrayBuffer();
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/extensions/openpgp/content/modules/
H A Dautocrypt.jsm697 * @param attachmentUrl: String - URL of the attachment
704 getSetupMessageData(attachmentUrl) {
745 let channel = EnigmailStreams.createChannel(attachmentUrl);
/dports/devel/horde-whups/whups-3.0.12/lib/
H A DWhups.php1023 static public function attachmentUrl($ticket, $file, $queue) function in Whups