- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 335 for relativeTo (0.05 sec)
-
build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/support/ClassBytesRepository.kt
private fun sourceNamesFromDir(dir: File): Sequence<String> = dir.walkTopDown() .filter { it.name.isClassFilePath } .map { kotlinSourceNameOf(normaliseFileSeparators(it.relativeTo(dir).path)) } private fun classBytesIndexFor(entry: Any): ClassBytesIndex = when (entry) { is File -> when { entry.isClassPathArchive -> jarClassBytesIndexFor(entry)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Jun 28 08:29:28 UTC 2024 - 6.3K bytes - Viewed (0) -
api/go1.5.txt
pkg go/types, func NewTypeName(token.Pos, *Package, string, Type) *TypeName pkg go/types, func NewVar(token.Pos, *Package, string, Type) *Var pkg go/types, func ObjectString(Object, Qualifier) string pkg go/types, func RelativeTo(*Package) Qualifier pkg go/types, func SelectionString(*Selection, Qualifier) string pkg go/types, func TypeString(Type, Qualifier) string pkg go/types, func WriteExpr(*bytes.Buffer, ast.Expr)
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
docs/de/docs/tutorial/bigger-applications.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 10 13:54:34 UTC 2025 - 21.3K bytes - Viewed (0) -
docs/de/docs/tutorial/security/first-steps.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 9.9K bytes - Viewed (0) -
android/guava/src/com/google/common/base/MoreObjects.java
/** * Holder object for values that cannot be null or empty (will be printed unconditionally). This * helps to shortcut most calls to isEmpty(), which is important because the check for emptiness * is relatively expensive. Use a subtype so this also doesn't need any extra storage. */ private static final class UnconditionalValueHolder extends ValueHolder {} } private MoreObjects() {}Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 16.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorTimingAttackTest.java
long timeSameLength = measureEqualsTime(auth3, auth4, TIMING_ITERATIONS); // Timing should be relatively consistent regardless of length differences double maxTime = Math.max(timeDiffLength, timeSameLength); double minTime = Math.min(timeDiffLength, timeSameLength);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 11.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/promotion/BasePublishGradleDistribution.kt
import common.promotionBuildParameters import common.setArtifactRules import jetbrains.buildServer.configs.kotlin.BuildSteps import jetbrains.buildServer.configs.kotlin.FailureAction import jetbrains.buildServer.configs.kotlin.RelativeId abstract class BasePublishGradleDistribution( // The branch to be promoted val promotedBranch: String, val prepTask: String?, val triggerName: String, val gitUserName: String = "bot-teamcity",
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 07:15:16 UTC 2025 - 3.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Transport.java
* PUTs the source file (must exist as file) to target URI. The target MUST BE relative from the * {@link RemoteRepository#getUrl()} root. * * @throws RuntimeException If PUT fails for any reason. */ void put(@Nonnull Path source, @Nonnull URI relativeTarget); /** * PUTs the source byte array to target URI. The target MUST BE relative from the * {@link RemoteRepository#getUrl()} root. *
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Mar 23 05:29:39 UTC 2023 - 4.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ModelSource.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 4.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* <li><strong>Relative Path</strong> (e.g., {@code Path.of("META-INF/resources")}) - The path is * intended to be resolved relative to the output directory for this source root's {@link #scope()}. * <ul> * <li>For {@link ProjectScope#MAIN}: relative to {@code target/classes}</li> * <li>For {@link ProjectScope#TEST}: relative to {@code target/test-classes}</li>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0)