- Sort Score
- Num 10 results
- Language All
Results 251 - 260 of 1,021 for ressources (0.06 seconds)
-
android-test/src/main/res/values/strings.xml
<resources> <string name="app_name">android-test</string>
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jul 16 22:15:20 GMT 2019 - 73 bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/CopyRestApiTask.java
import java.util.stream.Collectors; import static org.elasticsearch.gradle.util.GradleUtils.getProjectPathFromTask; /** * Copies the files needed for the Rest YAML specs to the current projects test resources output directory. * This is intended to be be used from {@link RestResourcesPlugin} since the plugin wires up the needed * configurations and custom extensions. * * @see RestResourcesPlugin */Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 7.4K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/ResponseBody.kt
* imposes both obligations and limits on the client application. * * ### The response body must be closed. * * Each response body is backed by a limited resource like a socket (live network responses) or * an open file (for cached responses). Failing to close the response body will leak resources and * may ultimately cause the application to slow down or crash. * * Both this class and [Response] implement [Closeable]. Closing a response simply
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue May 27 14:51:25 GMT 2025 - 11.6K bytes - Click Count (0) -
android-test-app/src/main/res/values/strings.xml
<resources> <string name="app_name">android-test</string>
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Dec 23 14:46:51 GMT 2023 - 73 bytes - Click Count (0) -
regression-test/src/main/res/values/strings.xml
<resources> <string name="app_name">regression-test</string>
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Nov 13 07:09:56 GMT 2020 - 76 bytes - Click Count (0) -
src/test/java/jcifs/smb1/netbios/NbtExceptionTest.java
@CsvSource({ "-1,Connection refused", "0x80,Not listening on called name", "0x81,Not listening for calling name", "0x82,Called name not present", "0x83,Called name present, but insufficient resources", "0x8F,Unspecified error", "999,Unknown error code: 999" }) @DisplayName("getErrorString for SSN service errors") void testSessionServiceErrors(int errorCode, String description) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/rest/InternalYamlRestTestPlugin.java
// setup the copy for the rest resources project.getTasks().withType(CopyRestApiTask.class).configureEach(copyRestApiTask -> { copyRestApiTask.setSourceResourceDir( yamlTestSourceSet.getResources() .getSrcDirs() .stream() .filter(f -> f.isDirectory() && f.getName().equals("resources")) .findFirst()Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Sep 27 16:04:42 GMT 2021 - 2.8K bytes - Click Count (0) -
.gitmodules
[submodule "okhttp-hpacktests/src/test/resources/hpack-test-case"] path = okhttp-hpacktests/src/test/resources/hpack-test-case
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat Dec 10 09:33:37 GMT 2022 - 182 bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/transfer/Slf4jMavenTransferListener.java
TransferResource resource = event.getResource(); StringBuilder message = new StringBuilder(); message.append(action).append(' ').append(direction).append(' ').append(resource.getRepositoryId()); message.append(": "); message.append(resource.getRepositoryUrl()).append(resource.getResourceName()); out.info(message.toString()); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Dec 12 11:02:17 GMT 2024 - 4K bytes - Click Count (0) -
.teamcity/subprojects.json
{ "name": "resources-http", "path": "platforms/software/resources-http", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "resources-s3", "path": "platforms/software/resources-s3", "unitTests": true, "functionalTests": true, "crossVersionTests": false }, { "name": "resources-sftp",Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0)