- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 10 for subdirectories (0.06 seconds)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/locator/ModelLocator.java
/** * Locates the POM file within the specified project directory. In case the given project directory does not exist * or does not contain a POM file, the return value indicates the expected path to the POM file. Subdirectories of * the project directory will not be considered when locating the POM file. The return value will be an absolute * path if the project directory is given as an absolute path. *Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sat Apr 05 11:52:05 GMT 2025 - 1.8K bytes - Click Count (0) -
src/main/java/jcifs/ACE.java
/** * Permission to write data to a file or add files to a directory */ int FILE_WRITE_DATA = 0x00000002; // 2 /** * Permission to append data to a file or add subdirectories */ int FILE_APPEND_DATA = 0x00000004; // 3 /** * Permission to read extended attributes */ int FILE_READ_EA = 0x00000008; // 4 /** * Permission to write extended attributesCreated: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.1K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
/** Permission to write data to a file or add files to a directory */ public static final int FILE_WRITE_DATA = 0x00000002; // 2 /** Permission to append data to a file or add subdirectories */ public static final int FILE_APPEND_DATA = 0x00000004; // 3 /** Permission to read extended attributes */ public static final int FILE_READ_EA = 0x00000008; // 4Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.8K bytes - Click Count (0) -
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>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 14.2K bytes - Click Count (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;Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 27K bytes - Click Count (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;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 28K bytes - Click Count (1) -
configure.py
ask_for_var='Please specify the home path of the Android SDK to use.', check_success=valid_sdk_path, error_msg=('Either %s does not exist, or it does not contain the ' 'subdirectories "platforms" and "build-tools".')) platforms = os.path.join(android_sdk_home_path, 'platforms') api_levels = sorted(os.listdir(platforms)) api_levels = [x.replace('android-', '') for x in api_levels]Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Wed Apr 30 15:18:54 GMT 2025 - 48.3K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
SmbFile dir = new SmbFile(baseUrl + "shared/listdir_" + timestamp + "/", dirContext); dir.mkdir(); dir.close(); Thread.sleep(200); // Create test files and subdirectories CIFSContext fileContext = createFreshContext(); String dirPath = baseUrl + "shared/listdir_" + timestamp + "/"; SmbFile file1 = new SmbFile(dirPath + "file1.txt", fileContext);
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0) -
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`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:33:45 GMT 2025 - 19.6K bytes - Click Count (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<match value="diff\ " type="string" offset="0"/> <match value="***\ " type="string" offset="0"/> <match value="Only\ in\ " type="string" offset="0"/> <match value="Common\ subdirectories:\ " type="string" offset="0"/> <match value="Index:" type="string" offset="0"/> </magic> <glob pattern="*.diff"/> <glob pattern="*.patch"/> <sub-class-of type="text/plain"/>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Oct 16 07:46:32 GMT 2025 - 320.2K bytes - Click Count (5)