- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 1,391 for isName (0.05 seconds)
-
.teamcity/src/main/kotlin/common/BuildScanUtils.kt
) = """-Dscan.value.$key=$value""" fun TestCoverage.asBuildScanCustomValue() = testType.name.toCamelCase().toCapitalized() + testJvmVersion.toCapitalized() + "${vendor.displayName}${os.asName()}${arch.asName()}" // Generates a Build Scan custom value "PartOf=X,Y,Z" // where X, Y, Z are all the stages including current stage
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Jun 10 05:45:46 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dashboard/admin_dashboard.jsp
</jsp:include> <main class="content-wrapper position-relative"> <iframe class="w-100 h-100 position-absolute" style="border: 0;" src="<%=request.getContextPath()%>${serverPath}<%= response.encodeURL("/_plugin/kopf/") %>" title="<la:message key="labels.dashboard_plugin" />"></iframe> </main> <jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include> </div>Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 1.2K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketModel.kt
subprojects.map { it.name }, ) override fun getName(testCoverage: TestCoverage) = truncateName("${testCoverage.asName()} (${subprojects.joinToString(",") { it.name }})") override fun getDescription(testCoverage: TestCoverage) = "${testCoverage.asName()} for ${subprojects.joinToString(", ") { it.name }}"Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 3.4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
val topLevelFunctionalTests = topLevelCoverage .map { FunctionalTest(model, it.asConfigurationId(model), it.asName(), it.asName(), it, stage = stage) } topLevelFunctionalTests.forEach(this::buildType) val functionalTestProjects = allCoverage.map { testCoverage -> FunctionalTestProject(Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Oct 16 00:34:25 GMT 2025 - 12.1K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/DefaultMavenProjectBuilderTest.java
@MethodSource("fileSystemConfigurations") void testActivatedDefaultProfileBySource(String fsName, Configuration fsConfig, String separator) throws Exception { File testPom = getTestFile("src/test/resources/projects/pom-with-profiles/pom.xml"); try (FileSystem fs = Jimfs.newFileSystem(fsName, fsConfig)) { Path path = fs.getPath("projects", "pom-with-profiles", "pom.xml");Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 33.7K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketGenerator.kt
}?.also { println( "No test statistics found for ${testCoverage.asName()} (${testCoverage.uuid}), re-using the data from ${foundTestCoverage.asName()} (${foundTestCoverage.uuid})", ) } } } } fun onlyNativeSubprojectsForIntelMacs( testCoverage: TestCoverage,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Apr 10 15:09:32 GMT 2025 - 7.3K bytes - Click Count (0) -
.teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt
} return FunctionalTest( model, testCoverage.getBucketUuid(model, bucketIndex), "${testCoverage.asName()} ($startInclusive <= gradle <$endExclusive)", "${testCoverage.asName()} for gradle ($startInclusive <= gradle <$endExclusive)", testCoverage, stage, parallelizationMethod, emptyList(),Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Sep 24 08:38:33 GMT 2025 - 8.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/SmbNegotiationTest.java
} @Test @DisplayName("getRequest should return the same request instance") void testGetRequest() { // Verify getRequest returns the exact same instance SmbNegotiationRequest request = negotiation.getRequest(); assertSame(mockRequest, request); // Verify multiple calls return the same instance assertSame(request, negotiation.getRequest()); }Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.9K bytes - Click Count (0) -
docs/en/docs/tutorial/security/get-current-user.md
Do you want to just have a `str`? Or just a `dict`? Or a database class model instance directly? It all works the same way. You actually don't have users that log in to your application but robots, bots, or other systems, that have just an access token? Again, it all works the same.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 4K bytes - Click Count (0) -
.teamcity/src/main/kotlin/projects/PerformanceTestProject.kt
model: CIBuildModel, val spec: PerformanceTestProjectSpec, val performanceTests: List<PerformanceTest>, ) : Project({ this.id(spec.asConfigurationId(model)) this.name = spec.asName() }) { init { performanceTests.forEach(this::buildType) } } class AutomaticallySplitPerformanceTestProject( model: CIBuildModel,Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Feb 12 09:12:03 GMT 2025 - 1.2K bytes - Click Count (0)