- Sort Score
- Result 10 results
- Languages All
Results 111 - 120 of 161 for tempo (0.23 sec)
-
docs/es/docs/tutorial/cors.md
* `expose_headers` - Indica cualquier header de response que debería ser accesible para el navegador. Por defecto es `[]`. * `max_age` - Establece un tiempo máximo en segundos para que los navegadores almacenen en caché los responses CORS. Por defecto es `600`. El middleware responde a dos tipos particulares de request HTTP...
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 5.9K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/s3/S3ClientTest.java
} catch (CrawlingAccessException e) { assertTrue(e.getCause() instanceof InterruptedException); } } public void test_temp_file_creation() { // Test that temp file uses correct prefix "S3Client" not "StorageClient" S3Client client = new S3Client() { @Override protected java.io.File createTempFile(String prefix, String suffix, java.io.File directory) {
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 07:57:44 UTC 2025 - 20.5K bytes - Viewed (0) -
docs/sts/assume-role.go
} // Use minIO Client object normally like the regular client. if bucketToList == "" { bucketToList = minioUsername } fmt.Printf("Calling list objects on bucket named `%s` with temp creds:\n===\n", bucketToList) objCh := minioClient.ListObjects(context.Background(), bucketToList, minio.ListObjectsOptions{}) for obj := range objCh { if obj.Err != nil { log.Fatalf("Listing error: %v", obj.Err)Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sat Aug 17 01:24:54 UTC 2024 - 4.4K bytes - Viewed (1) -
src/test/java/jcifs/netbios/SessionServicePacketTest.java
@Override int readTrailerWireFormat(InputStream in, byte[] buffer, int bufferIndex) throws IOException { // Simple mock implementation byte[] temp = new byte[length]; int read = in.read(temp, 0, length); if (read < length) { throw new IOException("Incomplete trailer data"); } trailerBytesRead = read; return read;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java
return false; } finally { if (tempFile != null && !tempFile.delete()) { logger.debug("Failed to delete temp file: {}", tempFile.getAbsolutePath()); } } }); } /** * Executes a command to generate a thumbnail using the specified command list. * <p>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 04 08:02:36 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/jcifs/tests/persistent/PersistentHandleManagerTest.java
if (manager != null) { manager.shutdown(); } // Clean up system property System.clearProperty("jcifs.smb.client.handleStateDirectory"); // Clean up temp directory if (tempDir != null && Files.exists(tempDir)) { Files.walk(tempDir) .sorted((a, b) -> b.compareTo(a)) // Delete files before directories .forEach(path -> {
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 6.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/RobotsTxtHelperTest.java
assertTrue(robotsTxt.allows("/fishing", "EndPathBot")); assertTrue(robotsTxt.allows("/fish/", "EndPathBot")); // Disallow: /temp$ but Allow: /fishing assertFalse(robotsTxt.allows("/temp", "EndPathBot")); assertTrue(robotsTxt.allows("/temporary", "EndPathBot")); assertTrue(robotsTxt.allows("/fishing", "EndPathBot"));
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 20.6K bytes - Viewed (0) -
docs/es/docs/tutorial/dependencies/dependencies-with-yield.md
## Ejecución de dependencias con `yield` { #execution-of-dependencies-with-yield } La secuencia de ejecución es más o menos como este diagrama. El tiempo fluye de arriba a abajo. Y cada columna es una de las partes que interactúa o ejecuta código. ```mermaid sequenceDiagram participant client as Client participant handler as Exception handlerRegistered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 13.7K bytes - Viewed (0) -
docs/es/llm-prompt.md
* terminal: terminal (femenine, as in "la terminal") * terminals: terminales (plural femenine, as in "las terminales") * lifespan: lifespan (do not translate to "vida útil" or "tiempo de vida") * unload: quitar de memoria (do not translate to "descargar") * mount (noun): mount (do not translate to "montura") * mount (verb): montar
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 5.4K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/gcs/GcsClient.java
bucketName, path, blob.getSize(), maxCachedContentSize, outputFile.getAbsolutePath()); } } catch (final Exception e) { logger.warn("Failed to write GCS object to temp file: bucket={}, path={}, size={}, tempFile={}", bucketName, path,
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 17.5K bytes - Viewed (0)