Home
last modified time | relevance | path

Searched defs:article_url (Results 1 – 17 of 17) sorted by relevance

/dports/net/rssguard/rssguard-4.0.4/resources/scripts/scrapers/
H A Dwiki-inthenews.py23 article_url = wiki_base_url + re.search("^.+?href=\"(.+?)\"", article).group(1) variable
29 article_url = json.dumps(article_url) variable
H A Dnjcom.py20 article_url = json.dumps(content.find("h2").a["href"]) variable
H A Dnvidia-driver-articles.py18 article_url = json.dumps(ite["articlePath"]) variable
H A Dgithub-releases.py30 article_url = json.dumps(rel["html_url"]) variable
H A Dproduct-hunt.py22 article_url = json.dumps("https://www.producthunt.com" + content.p.a["href"]) variable
H A Dtwitter.py48 article_url = json.dumps(article["entities"]["urls"][0]["expanded_url"]) variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dfake_suggestions_provider.cc37 void FakeSuggestionsProvider::ReportArticleViewed(GURL article_url) { in ReportArticleViewed()
H A Dsuggestions_provider.h26 GURL article_url; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/prefetch/
H A Dfake_suggestions_provider.cc37 void FakeSuggestionsProvider::ReportArticleViewed(GURL article_url) { in ReportArticleViewed()
H A Dsuggestions_provider.h26 GURL article_url; member
/dports/emulators/ppsspp/ppsspp-1.12.3/libretro/
H A Dlibretro_d3d.h32 #ifdef HAVE_D3D11
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/content/
H A Dfeed_offline_host.cc263 void FeedOfflineHost::ReportArticleViewed(GURL article_url) { in ReportArticleViewed()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feed/content/
H A Dfeed_offline_host.cc256 void FeedOfflineHost::ReportArticleViewed(GURL article_url) { in ReportArticleViewed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddistillable_page_utils_browsertest.cc97 GURL article_url(url); in NavigateAndWait() local
H A Dtab_utils_browsertest.cc211 const GURL& article_url() const { return article_url_; } in article_url() function in dom_distiller::__anon651197bd0111::DomDistillerTabUtilsBrowserTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Domnibox_edit_model_unittest.cc197 const GURL article_url("https://www.example.com/article.html"); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feed/core/v2/
H A Dfeed_stream.cc95 void ReportArticleViewed(GURL article_url) override {} in ReportArticleViewed()