- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 151 for isSeparator (0.27 sec)
-
.teamcity/src/main/kotlin/configurations/FunctionalTest.kt
"-PflakyTests=${determineFlakyTestStrategy(stage)}", extraParameters, parallelizationMethod.extraBuildParameters ).filter { it.isNotBlank() }.joinToString(separator = " ") if (parallelizationMethod is ParallelizationMethod.TeamCityParallelTests) { tcParallelTests(parallelizationMethod.numberOfBatches) } features { perfmon { } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 25 06:14:43 UTC 2024 - 4.5K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/HttpUrlTest.kt
// information separator 4 assertThat(parse("http://h/\u001c").encodedPath).isEqualTo("/%1C") // information separator 3 assertThat(parse("http://h/\u001d").encodedPath).isEqualTo("/%1D") // information separator 2 assertThat(parse("http://h/\u001e").encodedPath).isEqualTo("/%1E") // information separator 1 assertThat(parse("http://h/\u001f").encodedPath).isEqualTo("/%1F")
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 67.9K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/ExclusionArtifactFilter.java
* In order to reuse the glob matcher from the filesystem, we need * to create Path instances. Those are only used with the toString method. * This hack works because the only system-dependent thing is the path * separator which should not be part of the groupId or artifactId. */ private static Path createPathProxy(String value) { return (Path) Proxy.newProxyInstance(
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 3K bytes - Viewed (0) -
src/main/webapp/css/admin/plugins/timepicker/bootstrap-timepicker.min.css
a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 04:21:06 UTC 2020 - 3K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/RerunFlakyTest.kt
val parameters = ( buildToolGradleParameters(daemon) + listOf(extraParameters) + functionalTestParameters(os, arch) ).joinToString(separator = " ") killProcessStep(KILL_LEAKED_PROCESSES_FROM_PREVIOUS_BUILDS, os, arch) (1..10).forEach { idx -> steps { gradleWrapper { name = "GRADLE_RUNNER_$idx"
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 4.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<!-- Parent Model --> <!-- ====================================================================== --> <field xdoc.separator="blank"> <name>parent</name> <version>4.0.0+</version> <description>The location of the parent project, if one exists. Values from the parent
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
arch, "%testJavaVersion%", "%testJavaVendor%", ) + buildToolGradleParameters(isContinue = false) ).joinToString(separator = " ") } removeSubstDirOnWindows(os) checkCleanM2AndAndroidUserHome(os) } }) private fun ParametrizedWithType.profilerParam(defaultProfiler: String) { text(
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 03 06:45:18 UTC 2024 - 4.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/PerformanceTest.kt
stage.getBuildScanCustomValueParam() + buildScanTagParam("PerformanceTest") ).joinToString(separator = " ") } } removeSubstDirOnWindows(os) killProcessStep(buildTypeThis, KILL_PROCESSES_STARTED_BY_GRADLE, os, executionMode = BuildStep.ExecutionMode.ALWAYS)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 5.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/Source.java
/** * Returns a new source identified by a relative path. Implementation <strong>MUST</strong> * be able to accept <code>relative</code> parameter values that * <ul> * <li>use either / or \ file path separator,</li> * <li>have .. parent directory references,</li> * <li>point either at file or directory.</li> * </ul> * * @param relative is the path of the requested source relative to this source
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Apr 12 10:50:18 UTC 2024 - 3.5K bytes - Viewed (0) -
android/guava/src/com/google/common/primitives/Longs.java
* For example, {@code join("-", 1L, 2L, 3L)} returns the string {@code "1-2-3"}. * * @param separator the text that should appear between consecutive values in the resulting string * (but not at the start or end) * @param array an array of {@code long} values, possibly empty */ public static String join(String separator, long... array) { checkNotNull(separator);
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Oct 25 18:05:56 UTC 2024 - 29.3K bytes - Viewed (0)