Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 1,333 for director (0.05 sec)

  1. docs/es/docs/advanced/response-directly.md

    Sebastián Ramírez <******@****.***> 1735580804 +0000
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 17:46:44 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. docs/SMB3_IMPLEMENTATION_PLAN.md

    └── DirectoryChangeNotifier.java  - Directory change tracking
    ```
    
    #### 4.2 Implementation Tasks
    - [ ] Extend lease implementation for directories
    - [ ] Implement directory metadata caching
    - [ ] Add directory change notification integration
    - [ ] Create parent-child lease relationships
    - [ ] Implement directory lease break handling
    - [ ] Add directory enumeration caching
    
    #### 4.3 Integration Points
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  3. docs/id/docs/tutorial/static-files.md

    Terhadap `"/static"` pertama mengacu pada sub-jalur yang akan menjadi tempat "sub-aplikasi" ini akan "dimount". Maka, jalur apa pun yang dimulai dengan `"/static"` akan ditangani oleh sub-jalur tersebut.
    
    Terhadap `directory="static"` mengacu pada nama direktori yang berisi berkas statis Anda.
    
    Terhadap `name="static"` ialah nama yang dapat digunakan secara internal oleh **FastAPI**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Jan 10 20:31:13 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  4. api/maven-api-core/src/main/java/org/apache/maven/api/Project.java

         * of the project.
         *
         * @return the path of the pom
         * @see #getBasedir()
         */
        @Nonnull
        Path getPomPath();
    
        /**
         * Returns the project base directory, i.e. the directory containing the project.
         * A project is usually read from the file system and this will point to
         * the directory containing the POM file.
         *
    Registered: Sun Sep 07 03:35:12 UTC 2025
    - Last Modified: Thu Feb 27 11:07:03 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  5. docs/en/docs/tutorial/bigger-applications.md

    │       └── admin.py
    ```
    
    /// tip
    
    There are several `__init__.py` files: one in each directory or subdirectory.
    
    This is what allows importing code from one file into another.
    
    For example, in `app/main.py` you could have a line like:
    
    ```
    from app.routers import items
    ```
    
    ///
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 19.1K bytes
    - Viewed (0)
  6. docs/es/docs/advanced/using-request-directly.md

    Sebastián Ramírez <******@****.***> 1735583217 +0000
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Dec 30 18:26:57 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  7. docs/en/docs/tutorial/static-files.md

    ## Details { #details }
    
    The first `"/static"` refers to the sub-path this "sub-application" will be "mounted" on. So, any path that starts with `"/static"` will be handled by it.
    
    The `directory="static"` refers to the name of the directory that contains your static files.
    
    The `name="static"` gives it a name that can be used internally by **FastAPI**.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  8. docs/ko/docs/advanced/using-request-directly.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. docs/de/docs/advanced/using-request-directly.md

    Alissa <******@****.***> 1731441427 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Tue Nov 12 19:57:07 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  10. docs/pt/docs/advanced/using-request-directly.md

    Sebastián Ramírez <******@****.***> 1731896744 +0100
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top