Home
last modified time | relevance | path

Searched refs:currentPost (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/choqok/choqok-1.7.0/helperlibs/twitterapihelper/
H A Dtwitterapipostwidget.cpp88 if (!currentPost()->isPrivate) { in initUi()
105 if (currentPost()->isPrivate) { in generateSign()
127 …if (currentPost()->source == QLatin1String("ostatus") && !currentPost()->author.homePageUrl.isEmpt… in generateSign()
132 sign += currentPost()->source; in generateSign()
136 if (!currentPost()->isPrivate) { in generateSign()
180 if (currentPost()->isPrivate) { in slotReply()
203 Q_EMIT reply(txt, currentPost()->postId, currentPost()->author.userName); in slotReplyToAll()
210 if (currentPost()->isFavorited) { in setFavorite()
223 currentPost()->isFavorited = !currentPost()->isFavorited; in slotSetFavorite()
232 if (currentPost()->isFavorited) { in updateFavStat()
[all …]
H A Dtwitterapiwhoiswidget.cpp63 Choqok::Post currentPost; member in TwitterApiWhoisWidget::Private
81 d->currentPost = post; in TwitterApiWhoisWidget()
118 …} else if (d->currentPost.source == QLatin1String("ostatus") && !d->currentPost.author.homePageUrl… in loadUserInfo()
119 urlStr = d->currentPost.author.homePageUrl.toDisplayString(); in loadUserInfo()
138 if (d->currentPost.source != QLatin1String("ostatus")) { in loadUserInfo()
195 d->currentPost = post; in userInfoReceived()
218 if (remoteUrl == d->currentPost.author.profileImageUrl) { in avatarFetched()
233 if (remoteUrl == d->currentPost.author.profileImageUrl) { in avatarFetchError()
259 … .arg(d->currentPost.author.userName).arg(d->currentPost.author.location.toHtmlEscaped()) in updateHtml()
261 .arg(d->currentPost.author.description) in updateHtml()
[all …]
H A Dtwitterapicomposerwidget.cpp70 QString name = widget->currentPost()->author.userName; in slotNewPostReady()
H A Dtwitterapishowthread.cpp124 widget->setObjectName(widget->currentPost()->postId); in addPostWidgetToUi()
H A Dtwitterapisearchtimelinewidget.cpp202 lastId = postWidgets().last()->currentPost()->postId; in slotUpdateSearchResults()
/dports/www/choqok/choqok-1.7.0/microblogs/mastodon/
H A Dmastodonpostwidget.cpp128 if (!currentPost()->isPrivate) { in initUi()
143 if (currentPost()->isPrivate) { in slotReply()
149 QString postId = currentPost()->postId; in slotReply()
150 QString username = currentPost()->author.userName; in slotReply()
153 postId = currentPost()->repeatedPostId; in slotReply()
161 …Q_EMIT reply(QStringLiteral("@%1").arg(currentPost()->author.userName), QString(), currentPost()->… in slotWriteTo()
167 Q_EMIT reply(txt, currentPost()->postId, currentPost()->author.userName); in slotReplyToAll()
175 microBlog->toggleReblog(currentAccount(), currentPost()); in slotResendPost()
184 microBlog->toggleFavorite(currentAccount(), currentPost()); in toggleFavorite()
195 d->btnFavorite->setChecked(currentPost()->isFavorited); in updateFavStat()
[all …]
/dports/www/choqok/choqok-1.7.0/plugins/filter/
H A Dfiltermanager.cpp95 … postToParse->currentPost()->author.userName == postToParse->currentAccount()->username() || in parse()
121 doFiltering(postToParse, filterText(postToParse->currentPost()->content, filter)); in parse()
124 … doFiltering(postToParse, filterText(postToParse->currentPost()->author.userName, filter)); in parse()
127 … doFiltering(postToParse, filterText(postToParse->currentPost()->replyToUser.userName, filter)); in parse()
130 doFiltering(postToParse, filterText(postToParse->currentPost()->source, filter)); in parse()
205 if (!postToParse->currentPost()->replyToUser.userName.isEmpty() && in parseSpecialRules()
207 … if (!postToParse->currentPost()->content.contains(postToParse->currentAccount()->username())) { in parseSpecialRules()
220 if (!postToParse->currentPost()->replyToUser.userName.isEmpty() && in parseSpecialRules()
221 !acc->friendsList().contains(postToParse->currentPost()->replyToUser.userName)) { in parseSpecialRules()
237 QString username = wd->currentPost()->author.userName; in slotHidePost()
[all …]
/dports/www/choqok/choqok-1.7.0/microblogs/pumpio/
H A Dpumpiopostwidget.cpp80 PumpIOPost *post = dynamic_cast<PumpIOPost * >(currentPost()); in generateSign()
87 if (currentPost()->repeatedDateTime.isNull()) { in generateSign()
88 time = currentPost()->creationDateTime; in generateSign()
90 time = currentPost()->repeatedDateTime; in generateSign()
212 microBlog->toggleFavorite(currentAccount(), currentPost()); in toggleFavorite()
228 if (theAccount == currentAccount() && post == currentPost()) { in slotPostError()
242 microBlog->share(currentAccount(), currentPost()); in slotResendPost()
247 return (currentPost()->type != QLatin1String("comment")); in isReplyAvailable()
259 PumpIOPost *post = dynamic_cast<PumpIOPost * >(currentPost()); in slotReplyTo()
269 d->btnFavorite->setChecked(currentPost()->isFavorited); in updateFavStat()
[all …]
/dports/www/choqok/choqok-1.7.0/microblogs/twitter/
H A Dtwitterpostwidget.cpp59 if ( ! currentPost()->quotedPost.content.isEmpty() ) { in initUi()
65 auto dir = getDirection(currentPost()->quotedPost.content); in initUi()
66 auto text = prepareStatus(currentPost()->quotedPost.content); in initUi()
83 if (!currentPost()->author.isProtected) { in initUi()
103 } else if (currentPost()->isPrivate) { in isRemoveAvailable()
113 nicks.append(currentPost()->author.userName); in slotReplyToAll()
115 QString txt = QStringLiteral("@%1 ").arg(currentPost()->author.userName); in slotReplyToAll()
118 while ((pos = mTwitterUserRegExp.indexIn(currentPost()->content, pos)) != -1) { in slotReplyToAll()
130 Q_EMIT reply(txt, currentPost()->postId, currentPost()->author.userName); in slotReplyToAll()
262 if (remoteUrl == currentPost()->quotedPost.user.profileImageUrl) { in quotedAvatarFetched()
[all …]
/dports/www/choqok/choqok-1.7.0/helperlibs/gnusocialapihelper/
H A Dgnusocialapipostwidget.cpp107 nicks.append(currentPost()->author.userName); in slotReplyToAll()
109 QString txt = QStringLiteral("@%1 ").arg(currentPost()->author.userName); in slotReplyToAll()
112 while ((pos = mGNUSocialApiUserRegExp.indexIn(currentPost()->content, pos)) != -1) { in slotReplyToAll()
114 mGNUSocialApiUserRegExp.cap(2).toLower() != currentPost()->author.userName && in slotReplyToAll()
124 Q_EMIT reply(txt, currentPost()->postId, currentPost()->author.userName); in slotReplyToAll()
202 if (currentPost()->source != QLatin1String("ostatus")) { in checkAnchor()
239 if (currentPost()->source != QLatin1String("ostatus")) { in checkAnchor()
249 … TwitterApiWhoisWidget *wd = new TwitterApiWhoisWidget(d->account, username, *currentPost(), this); in checkAnchor()
/dports/www/choqok/choqok-1.7.0/libchoqok/ui/
H A Dpostwidget.cpp128 …setContent(prepareStatus(currentPost()->content).replace(QLatin1String("<a href"), QLatin1String("… in checkAnchor()
275 Post *PostWidget::currentPost() const in currentPost() function in PostWidget
287 if (!read && !currentPost()->isRead && in setRead()
288 … currentAccount()->username().compare(currentPost()->author.userName, Qt::CaseInsensitive) == 0) { in setRead()
291 } else if (currentPost()->isRead != read) { in setRead()
307 return currentPost()->isRead; in isRead()
315 if (currentPost()->isRead) { in setUiStyle()
326 …return currentAccount()->username().compare(currentPost()->author.userName, Qt::CaseInsensitive) =… in isOwnPost()
342 Q_EMIT aboutClosing(currentPost()->postId, this); in closeEvent()
517 …tings::customRT()) + QLatin1String(" @") + currentPost()->author.userName + QLatin1String(": ") + in generateResendText()
[all …]
H A Dtimelinewidget.cpp264 widget->setObjectName(widget->currentPost()->postId); in addPostWidgetToUi()
270 d->posts.insert(widget->currentPost()->postId, widget); in addPostWidgetToUi()
271 d->sortedPostsList.insert(widget->currentPost()->creationDateTime, widget); in addPostWidgetToUi()
345 d->sortedPostsList.remove(post->currentPost()->creationDateTime, post); in postWidgetClosed()
H A Dpostwidget.h54 Post *currentPost() const;
H A Dtextbrowser.cpp151 QApplication::clipboard()->setText(paPost->currentPost()->content); in slotCopyPostContent()
/dports/www/choqok/choqok-1.7.0/plugins/betternotify/
H A Dnotification.cpp82 …QPixmap pix = Choqok::MediaManager::self()->fetchImage(post->currentPost()->author.profileImageUrl… in init()
89 mainWidget.setText(baseText.arg(post->currentPost()->author.userName) in init()
90 .arg(post->currentPost()->content) in init()
133 QString txt = post->currentPost()->content; in setDirection()
/dports/www/choqok/choqok-1.7.0/plugins/quickfilter/
H A Dquickfilter.cpp73 … if (!postwidget->currentPost()->author.userName.contains(m_filterUser, Qt::CaseInsensitive)) { in filterByAuthor()
92 if (!postwidget->currentPost()->content.contains(m_filterText, Qt::CaseInsensitive)) { in filterByContent()
208 if (!np->currentPost()->author.userName.contains(m_aledit->text())) { in filterNewPost()
215 if (!np->currentPost()->content.contains(m_tledit->text())) { in filterNewPost()
/dports/www/moodle310/moodle/mod/forum/amd/build/
H A Ddiscussion.min.js.map1currentPost","prevPost","prev","post","length","replyPost","find","last","focus","parents","first"…
/dports/www/moodle311/moodle/mod/forum/amd/build/
H A Ddiscussion.min.js.map1currentPost","prevPost","prev","post","length","replyPost","find","last","focus","parents","first"…
/dports/www/moodle39/moodle/mod/forum/amd/build/
H A Ddiscussion.min.js.map1currentPost","prevPost","prev","post","length","replyPost","find","last","focus","parents","first"…
/dports/sysutils/cbsd-mq-api/cbsd-mq-api-0.3/
H A Dmain.go91 currentPost := f.start
92 for currentPost.next != nil {
93 currentPost = currentPost.next
95 currentPost.next = newAllow
/dports/www/choqok/choqok-1.7.0/plugins/untiny/
H A Duntiny.cpp82 QString content = postToParse->currentPost()->content; in parse()
/dports/www/choqok/choqok-1.7.0/plugins/imagepreview/
H A Dimagepreview.cpp87 QString content = postToParse->currentPost()->content; in parse()
/dports/www/choqok/choqok-1.7.0/plugins/longurl/
H A Dlongurl.cpp70 QString content = postToParse->currentPost()->content; in parse()
/dports/www/choqok/choqok-1.7.0/plugins/videopreview/
H A Dvideopreview.cpp122 QString content = postToParse->currentPost()->content; in parse()
/dports/security/vault/vault-1.8.2/vendor/github.com/svanharmelen/jsonapi/
H A Dresponse_test.go142 currentPost, postExists := relationships["current_post"]
146 currentPostMap, ok := currentPost.(map[string]interface{})

12