Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dsimplejob.h250 KIOCORE_EXPORT SimpleJob *http_update_cache(const QUrl &url, bool no_cache, const QDateTime &expire…
H A Dsimplejob.cpp418 SimpleJob *KIO::http_update_cache(const QUrl &url, bool no_cache, const QDateTime &expireDate) in http_update_cache() function in KIO
/dports/games/kreversi/kreversi-21.12.3/src/
H A Dkexthighscore_internal.cpp611 KIO::http_update_cache(url, true, QDateTime::fromSecsSinceEpoch(0)); // remove cache ! in doQuery()
/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.cpp2120 KIO::http_update_cache(url, true, QDateTime::fromTime_t(0)); in processHttpEquiv()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py294 def http_update_cache(self, url, no_cache, expireDate): member in KIO
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_part.cpp2023 KIO::http_update_cache(url(), false, d->m_doc->docLoader()->expireDate()); in slotFinished()