Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for subdirectories (0.09 seconds)

  1. 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)
  2. 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)
  3. 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)
Back to Top