Home
last modified time | relevance | path

Searched refs:filepathsToUrls (Results 1 – 2 of 2) sorted by relevance

/external/dokka/core/src/main/kotlin/Utilities/
DSamplesPathsToURLs.kt20 val filepathsToUrls: HashMap<String, String> = hashMapOf( constant
DDownloadSamples.kt35 filepathsToUrls.forEach { (filepath, url) -> in <lambda>()