Home
last modified time | relevance | path

Searched defs:key_prefixes (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/py-liquidctl/liquidctl-1.7.2/liquidctl/
H A Dkeyval.py80 def __init__(self, key_prefixes, runtime_dirs=get_runtime_dirs()): argument
179 def __init__(self, key_prefixes, backend=None): argument
/dports/sysutils/py-liquidctl/liquidctl-1.7.2/tests/
H A D_testutils.py18 def __init__(self, key_prefixes, backend=None): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A Dservice_worker_storage_control_impl.cc337 const std::vector<std::string>& key_prefixes, in ClearUserDataByKeyPrefixes()
H A Dservice_worker_context_wrapper.cc1321 const std::vector<std::string>& key_prefixes, in ClearRegistrationUserDataByKeyPrefixes()
1342 const std::vector<std::string>& key_prefixes, in ClearRegistrationUserDataByKeyPrefixesOnCoreThread()
H A Dservice_worker_registry.cc615 const std::vector<std::string>& key_prefixes, in ClearUserDataByKeyPrefixes()
H A Dservice_worker_storage_unittest.cc252 const std::vector<std::string>& key_prefixes) { in ClearUserDataByKeyPrefixes()
H A Dservice_worker_storage.cc931 const std::vector<std::string>& key_prefixes, in ClearUserDataByKeyPrefixes()
H A Dservice_worker_storage_control_impl_unittest.cc517 const std::vector<std::string>& key_prefixes) { in ClearUserDataByKeyPrefixes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_context_wrapper.cc1273 const std::vector<std::string>& key_prefixes, in ClearRegistrationUserDataByKeyPrefixes()
1294 const std::vector<std::string>& key_prefixes, in ClearRegistrationUserDataByKeyPrefixesOnCoreThread()
H A Dservice_worker_registry.cc635 const std::vector<std::string>& key_prefixes, in ClearUserDataByKeyPrefixes()
H A Dservice_worker_storage.cc706 const std::vector<std::string>& key_prefixes, in ClearUserDataByKeyPrefixes()
H A Dservice_worker_storage_unittest.cc429 const std::vector<std::string>& key_prefixes) { in ClearUserDataByKeyPrefixes()
/dports/textproc/sonic/sonic-1.3.0/src/store/
H A Dkv.rs1033 let key_prefixes: [StoreKeyerPrefix; 5] = [ in batch_erase_bucket() localVariable