- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for removeSuffix (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/support/ClassBytesRepository.kt
private val slashOrDollar = Regex("[/$]") // visible for testing fun kotlinSourceNameOf(classFilePath: String): String = classFilePath .removeSuffix(CLASS_FILE_EXTENSION) .removeSuffix("Kt") .replace(slashOrDollar, ".") // visible for testing fun classFilePathCandidatesFor(sourceName: String): Sequence<String> = sourceName.replace(".", "/").let { path ->
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jun 28 08:29:28 GMT 2024 - 6.3K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/-UtilJvm.kt
* instances; this makes it clear which is which. */ @JvmField internal val okHttpName: String = OkHttpClient::class.java.name .removePrefix("okhttp3.")Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Jul 31 04:18:40 GMT 2025 - 10.2K bytes - Click Count (1)