- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 32 for subdirs (0.07 seconds)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
plugins.withType<IdeaPlugin> { with(model) { module { testSources.from(sourceSet.java.srcDirs, sourceSet.the<GroovySourceDirectorySet>().srcDirs) testResources.from(sourceSet.resources.srcDirs) } } } } private fun Project.bucket(name: String, description: String) = configurations.create(name) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 16:39:23 GMT 2025 - 12.8K bytes - Click Count (0) -
native-image-tests/build.gradle.kts
kotlin("jvm") } animalsniffer { isIgnoreFailures = true } // TODO reenable other tests // https://github.com/square/okhttp/issues/8901 //sourceSets { // test { // java.srcDirs( // "../okhttp-brotli/src/test/java", // "../okhttp-dnsoverhttps/src/test/java", // "../okhttp-logging-interceptor/src/test/java", // "../okhttp-sse/src/test/java", // ) // } //}
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Jul 22 20:31:49 GMT 2025 - 904 bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
file1.close(); SmbFile file2 = new SmbFile(dirPath + "file2.txt", fileContext); file2.createNewFile(); file2.close(); SmbFile subdir = new SmbFile(dirPath + "subdir/", fileContext); subdir.mkdir(); subdir.close(); Thread.sleep(200); // Test string array listing with fresh context CIFSContext listContext = createFreshContext();
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0) -
src/main/resources/fess_label_es.properties
labels.key_match_title_details=Coincidencia de clave labels.design_configuration=Diseño de página labels.design_title_file_upload=Archivo a subir labels.design_title_file=Administrador de archivos labels.design_file=Subir archivo labels.design_file_name=Nombre de archivo (opcional) labels.design_button_upload=Subir labels.design_file_title_edit=Ver archivo de página labels.design_edit_button=Editar labels.design_download_button=Descargar
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 49K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 18.9K bytes - Click Count (0) -
docs/es/docs/tutorial/request-forms-and-files.md
# Formularios y archivos del request { #request-forms-and-files } Puedes definir archivos y campos de formulario al mismo tiempo usando `File` y `Form`. /// info | Información Para recibir archivos subidos y/o form data, primero instala <a href="https://github.com/Kludex/python-multipart" class="external-link" target="_blank">`python-multipart`</a>.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 1.6K bytes - Click Count (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java
String childUrl1 = ftpInfo.toChildUrl("file.txt"); assertEquals("ftp://example.com/parent/file.txt", childUrl1); String childUrl2 = ftpInfo.toChildUrl("subdir/file.txt"); assertEquals("ftp://example.com/parent/subdir/file.txt", childUrl2); // Test that the method properly handles various child paths FtpInfo ftpInfo2 = new FtpClient.FtpInfo("ftp://example.com/test", Constants.UTF_8);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Mon Nov 24 03:59:47 GMT 2025 - 21.5K bytes - Click Count (0) -
android-test/build.gradle.kts
"notPackage" to "org.bouncycastle", "configurationParameters" to "junit.jupiter.extensions.autodetection.enabled=true" ) } if (androidBuild) { sourceSets["androidTest"].java.srcDirs( "../okhttp-brotli/src/test/java", "../okhttp-dnsoverhttps/src/test/java", "../okhttp-logging-interceptor/src/test/java", "../okhttp-sse/src/test/java" ) } compileOptions {
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Nov 21 12:33:41 GMT 2025 - 3.9K bytes - Click Count (2) -
android/guava/src/com/google/common/util/concurrent/JdkFutureAdapters.java
Future<V> future) { if (future instanceof ListenableFuture) { return (ListenableFuture<V>) future; } return new ListenableFutureAdapter<>(future); } /** * Submits a blocking task for the given {@link Future} to provide {@link ListenableFuture} * functionality. * * <p><b>Warning:</b> If the input future does not already implement {@code ListenableFuture}, the
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Jul 17 15:26:41 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/curl/Curl.java
return new CurlRequest(Method.TRACE, url); } /** * Enumeration representing HTTP methods. * <ul> * <li>GET - Requests data from a specified resource.</li> * <li>POST - Submits data to be processed to a specified resource.</li> * <li>PUT - Updates a current resource with new data.</li> * <li>DELETE - Deletes the specified resource.</li>
Created: Sat Dec 20 09:13:53 GMT 2025 - Last Modified: Thu Nov 20 13:34:13 GMT 2025 - 5.9K bytes - Click Count (0)