Home
last modified time | relevance | path

Searched refs:contactLinks (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/ktp-contact-list/ktp-contact-list-21.12.3/
H A Dcontext-menu.cpp181 QStringList contactLinks; in contactContextMenu() local
184 contactLinks = QStringList(); in contactContextMenu()
187 contactLinks = urls.fixedUrls; in contactContextMenu()
190 if (!contactLinks.empty()) { in contactContextMenu()
191 …ubMenu = new QMenu(i18np("Presence message link", "Presence message links", contactLinks.count())); in contactContextMenu()
193 foreach(const QString &link, contactLinks) { in contactContextMenu()
/dports/graphics/pencil2d/pencil-0.6.6/core_lib/src/structure/
H A Dfilemanager.cpp37 QString contactLinks = "<ul>" variable
106 …rrorCode(Status(Status::ERROR_INVALID_XML_FILE, dd, openErrorTitle, openErrorDesc + contactLinks)); in load()
120 …rrorCode(Status(Status::ERROR_INVALID_XML_FILE, dd, openErrorTitle, openErrorDesc + contactLinks)); in load()
128 …rCode(Status(Status::ERROR_INVALID_PENCIL_FILE, dd, openErrorTitle, openErrorDesc + contactLinks)); in load()
135 …rCode(Status(Status::ERROR_INVALID_PENCIL_FILE, dd, openErrorTitle, openErrorDesc + contactLinks)); in load()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/addressbook/model/
H A DContact.php1140 $contactLinks = Link::find()->mergeWith($query);
1142 foreach($contactLinks as $link) {
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Theme/
H A DAbstractTheme.php330 protected function contactLinks() function in Fisharebest\\Webtrees\\Theme\\AbstractTheme
491 return '<div class="contact-links">' . $this->contactLinks() . '</div>';