- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for subdirectories (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* <td>{@code /home/user/myproject/target/classes}</td> * <td>{@code /home/user/myproject/target/classes/WEB-INF/classes}</td> * <td>Relative path with subdirectories</td> * </tr> * <tr> * <td>{@code Optional.of(Path.of("/tmp/custom"))}</td> * <td>{@code /home/user/myproject/target/classes}</td> * <td>{@code /tmp/custom}</td>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java
*/ protected int thumbnailPathCacheSize = 10; /** * File extension for generated thumbnail images. */ protected String imageExtention = "png"; /** * Number of subdirectories for organizing thumbnails. */ protected int splitSize = 10; /** * Maximum size of the thumbnail generation task queue. */ protected int thumbnailTaskQueueSize = 10000;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 27K bytes - Viewed (0) -
src/main/java/jcifs/SmbResource.java
* * @param filter * see constants in {@link FileNotifyInformation} * @param recursive * whether to also watch subdirectories * @return watch context, needs to be closed when finished * @throws CIFSException if an error occurs accessing the resource */ SmbWatchHandle watch(int filter, boolean recursive) throws CIFSException;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 28K bytes - Viewed (1) -
docs/es/docs/tutorial/bigger-applications.md
* Hay un subdirectorio `app/routers/` con otro archivo `__init__.py`, por lo que es un "subpaquete de Python": `app.routers`. * El archivo `app/routers/items.py` está dentro de un paquete, `app/routers/`, por lo que es un submódulo: `app.routers.items`. * Lo mismo con `app/routers/users.py`, es otro submódulo: `app.routers.users`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 19.6K bytes - Viewed (0)