Home
last modified time | relevance | path

Searched refs:impliedPlatformsName (Results 1 – 7 of 7) sorted by relevance

/external/dokka/core/src/main/kotlin/Formats/
DJekyllFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName
38 @Named(impliedPlatformsName) impliedPlatforms: List<String>
DGFMFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName
56 @Named(impliedPlatformsName) impliedPlatforms: List<String>
DKotlinWebsiteFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName
177 @Named(impliedPlatformsName) impliedPlatforms: List<String>,
213 @Named(impliedPlatformsName) impliedPlatforms: List<String>,
DKotlinWebsiteHtmlFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName
177 @Named(impliedPlatformsName) impliedPlatforms: List<String>,
DMarkdownFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName
235 …@Named(impliedPlatformsName) impliedPlatforms: List<String>): this(generator, signatureGenerator, …
DHtmlFormatService.kt5 import org.jetbrains.dokka.Utilities.impliedPlatformsName in <lambda>()
99 … @Named(impliedPlatformsName) val impliedPlatforms: List<String>)
/external/dokka/core/src/main/kotlin/Utilities/
DDokkaModules.kt14 const val impliedPlatformsName = "impliedPlatforms" constant
51 …binder.bind(StringListType).annotatedWith(Names.named(impliedPlatformsName)).toInstance(options.im… in configure()