Home
last modified time | relevance | path

Searched refs:update_article_flags (Results 1 – 17 of 17) sorted by relevance

/dports/www/newsboat/newsboat-2.22.1/include/
H A Dinoreaderapi.h21 virtual bool update_article_flags(const std::string& inoflags,
H A Dfeedhqapi.h20 bool update_article_flags(const std::string& oldflags,
H A Doldreaderapi.h20 bool update_article_flags(const std::string& oldflags,
H A Dremoteapi.h33 virtual bool update_article_flags(const std::string& oldflags,
H A Docnewsapi.h21 bool update_article_flags(const std::string& oldflags,
H A Dnewsblurapi.h27 bool update_article_flags(const std::string& oldflags,
H A Dminifluxapi.h21 bool update_article_flags(const std::string& oldflags,
H A Dttrssapi.h27 bool update_article_flags(const std::string& oldflags,
/dports/www/newsboat/newsboat-2.22.1/test/
H A Dremoteapi.cpp49 bool update_article_flags(const std::string&, in update_article_flags() function in test_api
/dports/www/newsboat/newsboat-2.22.1/src/
H A Dminifluxapi.cpp127 bool MinifluxApi::update_article_flags(const std::string& /* oldflags */, in update_article_flags() function in newsboat::MinifluxApi
H A Dnewsblurapi.cpp222 bool NewsBlurApi::update_article_flags(const std::string& /* oldflags */, in update_article_flags() function in newsboat::NewsBlurApi
H A Dinoreaderapi.cpp238 bool InoreaderApi::update_article_flags(const std::string& inoflags, in get_subscribed_urls() function in newsboat::InoreaderApi
H A Dfeedhqapi.cpp270 bool FeedHqApi::update_article_flags(const std::string& oldflags, in update_article_flags() function in newsboat::FeedHqApi
H A Docnewsapi.cpp184 bool OcNewsApi::update_article_flags(const std::string& oldflags, in update_article_flags() function in newsboat::OcNewsApi
H A Doldreaderapi.cpp284 bool OldReaderApi::update_article_flags(const std::string& oldflags, in get_subscribed_urls() function in newsboat::OldReaderApi
H A Dttrssapi.cpp339 bool TtRssApi::update_article_flags(const std::string& oldflags, in update_article_flags() function in newsboat::TtRssApi
H A Dcontroller.cpp950 api->update_article_flags( in update_flags()