Home
last modified time | relevance | path

Searched refs:newsId (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Category/
H A DCategoryNews.php48 * @param int $newsId
52 public function addNewsToCategory($newsId, $categoryId) argument
62 * @param int $newsId
66 public function removeNewsFromCategory($newsId, $categoryId) argument
91 public function removeNewsFromAllCategories($newsId) argument
/dports/net/quiterss/quiterss-0.19.4_1/src/notifications/
H A Dnotificationswidget.h48 void signalOpenNews(int feedId, int newsId);
50 void signalMarkRead(int feedId, int newsId, int read);
51 void signalDeleteNews(int feedId, int newsId);
63 void slotMarkRead(int feedId, int newsId, int read);
64 void slotDeleteNews(int feedId, int newsId);
65 void slotOpenNew(int feedId, int newsId);
H A Dnotificationsnewsitem.h48 void signalMarkRead(int feedId, int newsId, int read);
49 void signalTitleClicked(int feedId, int newsId);
50 void signalDeleteNews(int feedId, int newsId);
H A Dnotificationswidget.cpp482 void NotificationWidget::slotMarkRead(int feedId, int newsId, int read) in slotMarkRead() argument
489 emit signalMarkRead(feedId, newsId, read); in slotMarkRead()
492 void NotificationWidget::slotDeleteNews(int feedId, int newsId) in slotDeleteNews() argument
498 idNewsList_.removeOne(newsId); in slotDeleteNews()
499 emit signalDeleteNews(feedId, newsId); in slotDeleteNews()
502 void NotificationWidget::slotOpenNew(int feedId, int newsId) in slotOpenNew() argument
506 emit signalOpenNews(feedId, newsId); in slotOpenNew()
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Permission/
H A DLargePermission.php768 * @param int $newsId
772 public function addNewsToSection(int $newsId, int $sectionId): bool argument
774 if (!is_numeric($newsId) || $newsId < 1 || !is_numeric($sectionId) || $sectionId < 1) {
785 $newsId,
799 * @param int $newsId
805 if (!is_numeric($newsId) || $newsId < 1 || !is_numeric($sectionId) || $sectionId < 1) {
817 $newsId,
862 * @param int $newsId
865 public function removeNewsFromAllSections(int $newsId): bool argument
867 if (!is_numeric($newsId) || $newsId < 1) {
[all …]
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Dnewstabwidget.cpp700 currentNewsIdOld = newsId; in slotNewsViewSelected()
719 arg(newsId).arg(feedId_); in slotNewsViewSelected()
726 arg(newsId). in slotNewsViewSelected()
736 currentNewsIdOld = newsId; in slotNewsViewSelected()
1131 arg(newsId)); in deleteNews()
1152 arg(newsId)); in deleteNews()
1206 arg(newsId)); in deleteAllNewsList()
1213 arg(newsId)); in deleteAllNewsList()
1260 arg(newsId)); in restoreNews()
2285 currentNewsIdOld = newsId; in slotFindText()
[all …]
H A Dupdatefeeds.cpp978 foreach (int newsId, idNewsList) { in slotSetFeedRead()
980 idStr.append(QString("id='%1'").arg(newsId)); in slotSetFeedRead()
1266 int newsId = q.value(0).toInt(); in startCleanUp() local
1270 qStr = QString("DELETE FROM news WHERE id='%1'").arg(newsId); in startCleanUp()
1272 qStr = QString("%1 WHERE id=='%2'").arg(qStr1).arg(newsId); in startCleanUp()
1283 qStr = QString("DELETE FROM news WHERE id='%1'").arg(newsId); in startCleanUp()
1285 qStr = QString("%1 WHERE id=='%2'").arg(qStr1).arg(newsId); in startCleanUp()
1294 qStr = QString("DELETE FROM news WHERE id='%1'").arg(newsId); in startCleanUp()
1296 qStr = QString("%1 WHERE read!=0 AND id=='%2'").arg(qStr1).arg(newsId); in startCleanUp()
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DSection.php439 * @param int $newsId Id of the news
443 public function addSectionNews($sectionId, $newsId) argument
455 $newsId
470 * @param int $newsId Id of the news
474 public function removeSectionNews($sectionId, $newsId) argument
485 $newsId
/dports/www/phpmyfaq/phpmyfaq/
H A Dnews.php45 $newsId = Filter::filterInput(INPUT_GET, 'newsid', FILTER_VALIDATE_INT); variable
47 if (is_null($newsId)) {
132 'newsId' => $newsId,
H A Dajaxservice.php150 $newsId = Filter::filterInput(INPUT_POST, 'newsId', FILTER_VALIDATE_INT); variable
157 $id = $newsId;
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dnews.php379 $newsId = Filter::filterInput(INPUT_GET, 'id', FILTER_VALIDATE_INT); variable
381 $comments = $oComment->getCommentsData($newsId, CommentType::NEWS);
397 …<a href="?action=delcomment&artid=<?= $newsId ?>&cmtid=<?= $item['id'] ?>&type=<?= CommentType::NE…
499 $newsId = Filter::filterInput(INPUT_POST, 'id', FILTER_VALIDATE_INT); variable
500 if ($news->updateNewsEntry($newsId, $newsData)) {
/dports/irc/dancer/dancer-4.16/src/
H A Dnews.c116 static long newsId = 0; /* Use the function to access */ variable
188 if (0 > fprintf(f, "News seqno: %d\n", newsId)) { in NewsSave()
226 StrScan(buf, "News seqno: %d", &newsId); in NewsInit()
300 return ++newsId; in NewsID()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DONEWS.h219 News* add_news(int newsId, int newsType, int nationRecno=0, int nationRecno2=0, int forceAdd=0);
220 void remove(int newsId, int shortPara1);
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dzaman.recipe70 …an.com.tr/newsDetail_getNewsById.action?newsId=', 'http://www.zaman.com.tr/newsDetail_openPrintPag…
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DONEWS.cpp464 void NewsArray::remove(int newsId, int shortPara1) in remove() argument
472 if( newsPtr->id == newsId && in remove()
H A DONEWS2.cpp1013 News* NewsArray::add_news(int newsId, int newsType, int nationRecno, int nationRecno2, int forceAdd) in add_news() argument
1041 news.id = newsId; in add_news()
/dports/net/quiterss/quiterss-0.19.4_1/src/newsview/
H A Dnewsmodel.cpp251 int newsId = index(view_->currentIndex().row(), fieldIndex("id")).data().toInt(); in sort() local
263 if (newsId > 0) { in sort()
265 QModelIndexList indexList = match(startIndex, Qt::EditRole, newsId); in sort()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.h430 void slotOpenNew(int feedId, int newsId);
432 void slotMarkReadNewsInNotification(int feedId, int newsId, int read);
433 void slotDeleteNewsInNotification(int feedId, int newsId);
H A Dmainwindow.cpp3145 int newsId = newsModel_->index( in slotUpdateNews() local
4375 int newsId = newsModel_->index( in setNewsFilter() local
4507 idNewsList.append(newsId); in setFeedRead()
4515 idNewsList.removeOne(newsId); in setFeedRead()
6639 arg(newsId).arg(feedId); in creatFeedTab()
6913 newsId); in slotOpenNew()
7010 arg(read).arg(newsId)); in slotMarkReadNewsInNotification()
7021 arg(newsId)); in slotDeleteNewsInNotification()
7077 arg(newsId)); in slotMarkAllReadNewsInNotification()
7770 int newsId = q.value(0).toInt(); in restoreLastNews() local
[all …]
/dports/devel/matreshka/matreshka-0.7.0/data/tzinfo/2012j/
H A Dsouthamerica718 # http://www.mme.gov.br/site/news/detail.do;jsessionid=BBA06811AFCAAC28F0285210913513DA?newsId=13975
780 # <a href="http://www.mme.gov.br/site/news/detail.do?newsId=16722">
781 # http://www.mme.gov.br/site/news/detail.do?newsId=16722
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/javascript/jquery/flot/examples/axes-time-zones/tz/
H A Dsouthamerica718 # http://www.mme.gov.br/site/news/detail.do;jsessionid=BBA06811AFCAAC28F0285210913513DA?newsId=13975
780 # <a href="http://www.mme.gov.br/site/news/detail.do?newsId=16722">
781 # http://www.mme.gov.br/site/news/detail.do?newsId=16722
/dports/www/ilias/ILIAS-5.4.25/Modules/Test/classes/
H A Dclass.ilObjTest.php1556 $newsId = ilNewsItem::getFirstNewsIdForContext($this->getId(), 'tst');
1557 if ($newsId > 0) {
1558 $newsItem = new ilNewsItem($newsId);
/dports/www/ilias6/ILIAS-6.14/Modules/Test/classes/
H A Dclass.ilObjTest.php1560 $newsId = ilNewsItem::getFirstNewsIdForContext($this->getId(), 'tst');
1561 if ($newsId > 0) {
1562 $newsItem = new ilNewsItem($newsId);
/dports/devel/elixir-tzdata/tzdata-0.5.19/test/tzdata_fixtures/source_data/
H A Dsouthamerica680 # http://www.mme.gov.br/site/news/detail.do;jsessionid=BBA06811AFCAAC28F0285210913513DA?newsId=13975
737 # http://www.mme.gov.br/site/news/detail.do?newsId=16722
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dsouthamerica653 # http://www.mme.gov.br/site/news/detail.do;jsessionid=BBA06811AFCAAC28F0285210913513DA?newsId=13975
710 # http://www.mme.gov.br/site/news/detail.do?newsId=16722

12