Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for subdirectories (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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"/>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (5)
Back to top