Home
last modified time | relevance | path

Searched refs:allowAttachments (Results 1 – 5 of 5) sorted by relevance

/dports/devel/kf5-kservice/kservice-5.89.0/src/kdeinit/
H A Dktoolinvocation.cpp276 …nvocation::invokeMailer(const QUrl &mailtoURL, const QByteArray &startup_id, bool allowAttachments) in invokeMailer() argument
302 } else if (allowAttachments && q == QLatin1String("attach")) { in invokeMailer()
304 } else if (allowAttachments && q == QLatin1String("attachment")) { in invokeMailer()
H A Dktoolinvocation.h105 …const QUrl &mailtoURL, const QByteArray &startup_id = QByteArray(), bool allowAttachments = false);
/dports/www/osticket/upload/include/
H A Dclass.config.php1188 function allowAttachments() { function in OsticketConfig
H A Dclass.forms.php2748 'default'=>$cfg->allowAttachments(),
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py7125 def invokeMailer(self, mailtoURL, startup_id = QByteArray(), allowAttachments = False): argument