- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for somePath (0.06 sec)
-
compat/maven-compat/src/test/java/org/apache/maven/repository/MirrorProcessorTest.java
assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "file://localhost/somepath"))); assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "file://localhost/D:/somepath"))); assertFalse(DefaultMirrorSelector.isExternalRepo(getRepo("foo", "http://localhost")));
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 10.7K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java
assertProblemFree(collector); assertEquals("${test}/somepath", out.getScm().getConnection()); } @Test public void testShouldThrowExceptionOnRecursiveScmConnectionReference() throws Exception { Scm scm = Scm.newBuilder() .connection("${project.scm.connection}/somepath") .build(); Model model = Model.newBuilder().scm(scm).build();
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 22.2K bytes - Viewed (0) -
ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats
bazel cquery \ --experimental_cc_shared_library \ --@local_config_cuda//:enable_cuda \ --repo_env=HERMETIC_CUDA_VERSION="12.3.2" \ --repo_env=HERMETIC_CUDNN_VERSION="8.9.7.29" \ "somepath(//tensorflow/tools/pip_package:build_pip_package, " \ "@local_config_cuda//cuda:cudart + "\ "@local_config_cuda//cuda:cudart + "\ "@local_config_cuda//cuda:cuda_driver + "\
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Aug 14 18:47:44 UTC 2024 - 12.9K bytes - Viewed (0) -
ci/official/utilities/code_check_full.bats
--@local_config_cuda//:enable_cuda \ --@local_config_cuda//cuda:include_cuda_libs=false \ --repo_env=HERMETIC_CUDA_VERSION="12.3.2" \ --repo_env=HERMETIC_CUDNN_VERSION="8.9.7.29" \ "somepath(//tensorflow/tools/pip_package:wheel, " \ "@local_config_cuda//cuda:cudart + "\ "@local_config_cuda//cuda:cudart + "\ "@local_config_cuda//cuda:cuda_driver + "\ "@local_config_cuda//cuda:cudnn + "\
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 23 18:48:35 UTC 2024 - 13.6K bytes - Viewed (0)