Home
last modified time | relevance | path

Searched refs:refreshAllFeeds (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/gui/rss/
H A Drsswidget.h63 void refreshAllFeeds();
H A Drsswidget.cpp107 connect(m_ui->actionUpdateAllFeeds, &QAction::triggered, this, &RSSWidget::refreshAllFeeds); in RSSWidget()
108 connect(m_ui->updateAllButton, &QAbstractButton::clicked, this, &RSSWidget::refreshAllFeeds); in RSSWidget()
353 void RSSWidget::refreshAllFeeds() in refreshAllFeeds() function in RSSWidget
429 refreshAllFeeds(); in refreshSelectedItems()
/dports/www/miniflux/v2-2.0.35/ui/
H A Dfeed_refresh.go26 func (h *handler) refreshAllFeeds(w http.ResponseWriter, r *http.Request) { func
H A Dui.go72 …uiRouter.HandleFunc("/feeds/refresh", handler.refreshAllFeeds).Name("refreshAllFeeds").Methods(htt…
/dports/www/miniflux/v2-2.0.35/api/
H A Dapi.go50 sr.HandleFunc("/feeds/refresh", handler.refreshAllFeeds).Methods(http.MethodPut)
H A Dfeed.go60 func (h *handler) refreshAllFeeds(w http.ResponseWriter, r *http.Request) { func