- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 925 for umajin (0.47 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
docs/tr/docs/fastapi-cli.md
```python from main import app ``` Kodunuz şu şekilde yapılandırılmışsa: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` O zaman `entrypoint`'i şu şekilde ayarlarsınız: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` Bu da şu koda eşdeğerdir: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 6.3K bytes - Click Count (0) -
docs/ru/docs/fastapi-cli.md
```python from main import app ``` Если ваш код организован так: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Тогда следует указать `entrypoint` так: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` что будет эквивалентно: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 8.2K bytes - Click Count (0) -
README.md
Solr has become a top-level Apache project and main line development for Lucene and Solr is happening in each project's git repository now: - Lucene: <https://gitbox.apache.org/repos/asf/lucene.git> - Solr: <https://gitbox.apache.org/repos/asf/solr.git> If you're seeing this message then switch the development to 'main': git checkout main Development for branch 8x remains in the shared repository:
Created: Wed Apr 01 00:11:11 GMT 2026 - Last Modified: Wed Mar 10 10:02:23 GMT 2021 - 1.5K bytes - Click Count (0) -
dbflute_fess/dfprop/basicInfoMap.dfprop
# o generateOutputDirectory: (NotRequired - Default Java:'../src/main/java' CSharp:'../source') # The base output directory for generating. # Basically you don't need to specify this if the project style is as follows: # # *Java Project Style # If this value is '../src/main/java' and your project is under the Maven, # you don't need to set up this property! #Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 9.2K bytes - Click Count (0) -
docs/es/docs/fastapi-cli.md
```python from main import app ``` Si tu código estuviera estructurado así: ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Entonces establecerías el `entrypoint` como: ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` lo cual sería equivalente a: ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 6.1K bytes - Click Count (0) -
docs/fr/docs/fastapi-cli.md
```python from main import app ``` Si votre code était structuré comme ceci : ``` . ├── backend │ ├── main.py │ ├── __init__.py ``` Vous définiriez alors le `entrypoint` comme suit : ```toml [tool.fastapi] entrypoint = "backend.main:app" ``` ce qui serait équivalent à : ```python from backend.main import app ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 6.4K bytes - Click Count (0) -
docs/ru/docs/deployment/manually.md
``` </div> /// note | Примечание Команда `uvicorn main:app` означает: * `main`: файл `main.py` (Python‑«модуль»). * `app`: объект, созданный в `main.py` строкой `app = FastAPI()`. Эквивалентно: ```Python from main import app ``` /// У каждого альтернативного ASGI‑сервера будет похожая команда; подробнее см. в их документации.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 9.4K bytes - Click Count (0) -
compat/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.2.0.xml
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory> <scriptSourceDirectory>${project.basedir}/src/main/scripts</scriptSourceDirectory> <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory> <resources> <resource> <directory>${project.basedir}/src/main/resources</directory> </resource> <resource>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 07 14:31:13 GMT 2025 - 2.6K bytes - Click Count (0) -
docs/pt/docs/deployment/manually.md
``` </div> /// note | Nota O comando `uvicorn main:app` refere-se a: * `main`: o arquivo `main.py` (o "módulo" Python). * `app`: o objeto criado dentro de `main.py` com a linha `app = FastAPI()`. É equivalente a: ```Python from main import app ``` ///
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 7.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
} """ ) withDirectory("v1/src/main").v1() withDirectory("v2/src/main").v2() val sourceRoots = if (File(withDirectory("v2/src/main"), "java").exists()) { "v2/src/main/java" } else { "v2/src/main/kotlin" } withDirectory("binary-compatibility").apply {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Jan 19 11:30:48 GMT 2026 - 18.3K bytes - Click Count (0)