Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/core/
H A Dglobal.cpp163 return KIO::CC_CacheOnly; in parseCacheControl()
184 if (cacheControl == KIO::CC_CacheOnly) { in getCacheControlString()
H A Dglobal.h310 CC_CacheOnly, ///< Fail request if not in cache enumerator
/dports/x11-fm/konqueror/konqueror-21.12.3/plugins/khtmlsettingsplugin/
H A Dsettingsplugin.cpp152 case KIO::CC_CacheOnly: in showPopup()
289 policy = KIO::getCacheControlString(KIO::CC_CacheOnly); in cachePolicyChanged()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/network/
H A DNetworkAccessManagerProxy.cpp153 case KIO::CC_CacheOnly: // Fail request if not in cache. in createRequest()
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/http/
H A Dhttp.cpp2265 m_request.cacheTag.policy = KIO::CC_CacheOnly; in satisfyRequestFromCache()
2268 const bool isCacheOnly = m_request.cacheTag.policy == KIO::CC_CacheOnly; in satisfyRequestFromCache()
4537 case KIO::CC_CacheOnly: in plan()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py83 CC_CacheOnly = 0 variable in KIO