Home
last modified time | relevance | path

Searched refs:ServiceLocator (Results 1 – 5 of 5) sorted by relevance

/external/dokka/core/src/main/kotlin/Utilities/
DServiceLocator.kt14 object ServiceLocator { in <lambda>() object
90 inline fun <reified T : Any> ServiceLocator.lookup(category: String, implementationName: String): T… in lookup()
91 inline fun <reified T : Any> ServiceLocator.lookup(desc: ServiceDescriptor): T = lookup(T::class.ja… in lookup()
DDokkaModules.kt37 val descriptor = ServiceLocator.lookup<FormatDescriptor>("format", options.outputFormat) in configure()
56 val descriptor = ServiceLocator.lookup<FormatDescriptor>("format", options.outputFormat) in configure()
63 ServiceLocator.allServices(category).forEach { in registerCategory()
/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt10 import org.jetbrains.dokka.Utilities.ServiceLocator in <lambda>()
193 val services = ServiceLocator.allServices("inbound-link-resolver").associateBy { it.name } in <lambda>()
195 ServiceLocator
198 … val desc = ServiceLocator.lookup<FormatDescriptor>(it) as? FileGeneratorBasedFormatDescriptor in <lambda>()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc6960.py167 class ServiceLocator(univ.Sequence): class
215 id_pkix_ocsp_service_locator: ServiceLocator(),
/external/python/asn1crypto/asn1crypto/
Docsp.py55 class ServiceLocator(Sequence): class
77 'service_locator': ServiceLocator,