Home
last modified time | relevance | path

Searched refs:KNOWN_KEYS (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/util/caches/
H A D__init__.py176 KNOWN_KEYS = { variable
212 KNOWN_KEYS.get(key, key): _intern_known_values(key, value)
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/api/
H A DAttributeKey.java50 private static final ImmutableTable<String, String, AttributeKey> KNOWN_KEYS = field in AttributeKey
99 return checkNotNull(KNOWN_KEYS.get(elementName, attributeName), in keyOf()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dapplication_context.rb12 KNOWN_KEYS = Labkit::Context::KNOWN_KEYS constant in Gitlab.ApplicationContext
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dkpoints.py1529 KNOWN_KEYS = set([ variable in KSamplingInfo
1600 if k not in self.KNOWN_KEYS: