/external/dokka/core/src/main/kotlin/Kotlin/ |
D | ExternalDocumentationLinkResolver.kt | 81 val packageListUrl = link.packageListUrl in loadPackageList() constant 82 val needsCache = packageListUrl.protocol in cachedProtocols in loadPackageList() 85 val packageListLink = packageListUrl.toExternalForm() in loadPackageList() 93 val connection = packageListUrl.doOpenConnectionToReadContent() in loadPackageList() 98 logger.warn("No date header for $packageListUrl, downloading anyway") in loadPackageList() 100 logger.info("Renewing package-list from $packageListUrl") in loadPackageList() 113 logger.info("Downloading package-list from $packageListUrl") in loadPackageList() 114 packageListUrl.openStream().copyTo(cacheEntry.outputStream()) in loadPackageList() 118 packageListUrl.doOpenConnectionToReadContent().getInputStream() in loadPackageList()
|
/external/dokka/integration/src/main/kotlin/org/jetbrains/dokka/ |
D | configuration.kt | 71 @CustomSerializer(UrlSerializer::class) val packageListUrl: URL in toJsonValue() constant 74 open var packageListUrl: URL? = null) { in toJsonValue() variable in org.jetbrains.dokka.DokkaConfiguration.ExternalDocumentationLink.Builder 79 if (packageListUrl != null && url != null) in toJsonValue() 80 ExternalDocumentationLinkImpl(url!!, packageListUrl!!) in toJsonValue() 122 …@CustomSerializer(UrlSerializer::class) override val packageListUrl: URL) : Serializable, DokkaCon… constant in org.jetbrains.dokka.ExternalDocumentationLinkImpl
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/ |
D | build.gradle | 10 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-guava/ |
D | build.gradle | 14 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactor/ |
D | build.gradle | 13 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/dokka/runners/gradle-integration-tests/testData/androidLibDependsOnJavaLib/lib/ |
D | build.gradle | 37 packageListUrl = file("$rootDir/package-list").toURI().toURL()
|
/external/dokka/runners/cli/src/main/kotlin/cli/ |
D | main.kt | 110 val packageListUrl = in parseLinks() constant 116 ExternalDocumentationLink.Builder(rootUrl, packageListUrl).build() in parseLinks()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/ |
D | build.gradle | 32 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/ |
D | build.gradle | 15 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/dokka/ |
D | README.md | 125 // packageListUrl = new URL("file:///home/user/localdocs/package-list") 317 <!-- <packageListUrl>file:///home/user/localdocs/package-list</packageListUrl> --> 371 …* `<externalDocumentationLink url="https://example.com/docs/" packageListUrl="file:///home/user/lo… 372 …linking to external documentation, packageListUrl should be used if package-list located not in st… 394 * `-links` - External documentation links in format `url^packageListUrl^^url2...`
|
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/ |
D | build.gradle | 38 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/ |
D | build.gradle | 105 packageListUrl = projectDir.toPath().resolve("package.list").toUri().toURL()
|
/external/dokka/runners/maven-plugin/src/main/kotlin/ |
D | DokkaMojo.kt | 32 override var packageListUrl: URL? = null variable in org.jetbrains.dokka.maven.ExternalDocumentationLinkBuilder
|
/external/kotlinx.coroutines/ |
D | build.gradle | 232 packageListUrl = new URL("file://$core_docs_file")
|