- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for subpackage (0.16 seconds)
-
docs/en/docs/tutorial/bigger-applications.md
│ └── routers # "routers" is a "Python subpackage" │ │ ├── __init__.py # makes "routers" a "Python subpackage" │ │ ├── items.py # "items" submodule, e.g. import app.routers.items │ │ └── users.py # "users" submodule, e.g. import app.routers.users │ └── internal # "internal" is a "Python subpackage" │ ├── __init__.py # makes "internal" a "Python subpackage"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 19.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/ProtocolHelper.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 13:59:25 GMT 2026 - 12.4K bytes - Click Count (1) -
docs/ru/llm-prompt.md
* recap (noun): резюме * utility function: вспомогательная функция * fast to code: позволяет быстро писать код * Tutorial - User Guide: Учебник - Руководство пользователя * submodule: подмодуль * subpackage: подпакет * router: роутер * building, deploying, accessing (when describing features of FastAPI Cloud): созданиe образа, развертывание и доступ * type checker tool: инструмент проверки типов
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Jan 22 07:07:05 GMT 2026 - 6.5K bytes - Click Count (0) -
docs/de/docs/tutorial/bigger-applications.md
│ └── routers # "routers" ist ein "Python-Subpackage" │ │ ├── __init__.py # macht "routers" zu einem "Python-Subpackage" │ │ ├── items.py # "items"-Submodul, z. B. import app.routers.items │ │ └── users.py # "users"-Submodul, z. B. import app.routers.users │ └── internal # "internal" ist ein "Python-Subpackage" │ ├── __init__.py # macht "internal" zu einem "Python-Subpackage"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 21.9K bytes - Click Count (0) -
docs/tr/docs/tutorial/bigger-applications.md
│ └── routers # "routers" bir "Python subpackage"idir │ │ ├── __init__.py # "routers"ı bir "Python subpackage" yapar │ │ ├── items.py # "items" submodule'ü, örn. import app.routers.items │ │ └── users.py # "users" submodule'ü, örn. import app.routers.users │ └── internal # "internal" bir "Python subpackage"idir │ ├── __init__.py # "internal"ı bir "Python subpackage" yapar
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 20.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/bigger-applications.md
* `app/routers/` 하위 디렉터리가 있고, 여기에 또 `__init__.py` 파일이 있으므로 "Python subpackage"입니다: `app.routers`. * `app/routers/items.py` 파일은 `app/routers/` package 안에 있으므로, submodule입니다: `app.routers.items`. * `app/routers/users.py`도 동일하게 또 다른 submodule입니다: `app.routers.users`. * `app/internal/` 하위 디렉터리도 있고 여기에 `__init__.py`가 있으므로 또 다른 "Python subpackage"입니다: `app.internal`. * 그리고 `app/internal/admin.py` 파일은 또 다른 submodule입니다: `app.internal.admin`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.5K bytes - Click Count (0) -
guava/pom.xml
<plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <!-- Passing `-subpackages com.google.common` breaks things, so we explicitly exclude everything else instead. --> <!-- excludePackageNames requires specification of packages separately from "all subpackages". https://issues.apache.org/jira/browse/MJAVADOC-584 --> <excludePackageNames>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.6K bytes - Click Count (0) -
android/guava/pom.xml
<plugin> <artifactId>maven-javadoc-plugin</artifactId> <configuration> <!-- Passing `-subpackages com.google.common` breaks things, so we explicitly exclude everything else instead. --> <!-- excludePackageNames requires specification of packages separately from "all subpackages". https://issues.apache.org/jira/browse/MJAVADOC-584 --> <excludePackageNames>
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Nov 17 21:36:50 GMT 2025 - 9.8K bytes - Click Count (0)