Searched refs:impliedPlatformsName (Results 1 – 7 of 7) sorted by relevance
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName38 @Named(impliedPlatformsName) impliedPlatforms: List<String>
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName56 @Named(impliedPlatformsName) impliedPlatforms: List<String>
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName177 @Named(impliedPlatformsName) impliedPlatforms: List<String>,213 @Named(impliedPlatformsName) impliedPlatforms: List<String>,
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName177 @Named(impliedPlatformsName) impliedPlatforms: List<String>,
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName235 …@Named(impliedPlatformsName) impliedPlatforms: List<String>): this(generator, signatureGenerator, …
5 import org.jetbrains.dokka.Utilities.impliedPlatformsName in <lambda>()99 … @Named(impliedPlatformsName) val impliedPlatforms: List<String>)
14 const val impliedPlatformsName = "impliedPlatforms" constant51 …binder.bind(StringListType).annotatedWith(Names.named(impliedPlatformsName)).toInstance(options.im… in configure()