Home
last modified time | relevance | path

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

/dports/security/pear-LiveUser/LiveUser-0.16.14/docs/examples/example4/
H A Dnews_change.php23 $newsRow = $db->queryRow('SELECT variable
36 …if (!$LU->checkRightLevel(RIGHT_NEWS_CHANGE, (int)$newsRow['owner_user_id'], (int)$newsRow['owner_…
56 … valid_to = "' . date('Y.m.d H:i:s', $newsRow['created_at']+60*60*24*7*$valid_to) . '",
77 … $tpl->setVariable('message', str_replace('<br />', "\r\n", stripslashes($newsRow['news'])));
83 $tpl->setVariable('valid', $newsRow['weeks']);
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp3276 int newsRow = -1; in slotFeedSelected() local
3285 newsRow = 0; in slotFeedSelected()
3300 if (newsRow == -1) newsView_->verticalScrollBar()->setValue(newsRow); in slotFeedSelected()
6622 int newsRow = -1; in creatFeedTab() local
6631 if (newsRow == -1) widget->newsView_->verticalScrollBar()->setValue(newsRow); in creatFeedTab()
7498 int newsRow = -1; in slotCategoriesClicked() local
7506 newsRow = 0; in slotCategoriesClicked()
7520 if (newsRow == -1) newsView_->verticalScrollBar()->setValue(newsRow); in slotCategoriesClicked()
7802 if (newsRow == -1) { in nextUnreadNews()
7833 if (newsRow == -1) newsView_->verticalScrollBar()->setValue(newsRow); in nextUnreadNews()
[all …]
/dports/net/quiterss/quiterss-0.19.4_1/src/newsview/
H A Dnewsmodel.cpp267 int newsRow = indexList.first().row(); in sort() local
268 view_->setCurrentIndex(index(newsRow, fieldIndex("title"))); in sort()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.cpp2282 int newsRow = indexList.first().row(); in slotFindText() local
2283 newsView_->setCurrentIndex(newsModel_->index(newsRow, newsModel_->fieldIndex("title"))); in slotFindText()
2540 int newsRow = -1; in findUnreadNews() local
2556 if (!indexList.isEmpty()) newsRow = indexList.last().row(); in findUnreadNews()
2558 return newsRow; in findUnreadNews()