Searched refs:defaultPlatformsProvider (Results 1 – 4 of 4) sorted by relevance
18 val defaultPlatformsProvider: DefaultPlatformsProvider, constant in org.jetbrains.dokka.Utilities.DokkaAnalysisModule33 binder.bind<DefaultPlatformsProvider>().toInstance(defaultPlatformsProvider) in configure()
64 val defaultPlatformsProvider = object : DefaultPlatformsProvider { in <lambda>() constant74 …DokkaAnalysisModule(environment, options, defaultPlatformsProvider, documentationModule.nodeRefGra… in <lambda>()
103 val defaultPlatformsProvider = object : DefaultPlatformsProvider { in appendDocumentation() constant107 …DokkaAnalysisModule(environment, options, defaultPlatformsProvider, documentation.nodeRefGraph, Do… in appendDocumentation()
133 val defaultPlatformsProvider: DefaultPlatformsProvider) { constant in DocumentationBuilder349 for (platform in defaultPlatformsProvider.getDefaultPlatforms(descriptor)) { in appendDefaultPlatforms()431 for (platform in defaultPlatformsProvider.getDefaultPlatforms(descriptor) - platforms) { in updatePlatforms()