- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 231 for jedoch (0.11 seconds)
-
src/main/java/jcifs/smb/FileEntry.java
* * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the last access time. * * @return the last access time in milliseconds since epoch */ long lastAccess(); /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 1.9K bytes - Click Count (0) -
docs/en/docs/reference/openapi/docs.md
# OpenAPI `docs` Utilities to handle OpenAPI automatic UI documentation, including Swagger UI (by default at `/docs`) and ReDoc (by default at `/redoc`). ::: fastapi.openapi.docs.get_swagger_ui_html ::: fastapi.openapi.docs.get_redoc_html ::: fastapi.openapi.docs.get_swagger_ui_oauth2_redirect_html
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Oct 18 12:36:40 GMT 2023 - 360 bytes - Click Count (0) -
docs/tr/docs/index.md
### Alternatif API dokümantasyonu { #alternative-api-docs } Ve şimdi [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc) adresine gidin. Alternatif otomatik dokümantasyonu göreceksiniz ([ReDoc](https://github.com/Rebilly/ReDoc) tarafından sağlanır):  ## Örneği Güncelleyelim { #example-upgrade }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 23.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/FileEntry.java
*/ int getAttributes(); /** * Gets the creation time. * * @return the creation time in milliseconds since epoch */ long createTime(); /** * Gets the last modified time. * * @return the last modified time in milliseconds since epoch */ long lastModified(); /** * Gets the file size. * * @return the file size in bytes */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 881 bytes - Click Count (0) -
docs/en/docs/index.md
### Alternative API docs { #alternative-api-docs } And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)):  ## Example upgrade { #example-upgrade }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/de/docs/index.md
### Alternative API-Dokumentation { #alternative-api-docs } Und jetzt gehen Sie auf [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). Sie sehen die alternative automatische Dokumentation (bereitgestellt von [ReDoc](https://github.com/Rebilly/ReDoc)):  ## Beispielaktualisierung { #example-upgrade }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 23.6K bytes - Click Count (1) -
src/main/java/jcifs/internal/smb2/lease/LeaseManager.java
*/ public int getLeaseState() { return leaseState; } /** * Gets the current lease epoch value for versioning * @return the current epoch */ public int getEpoch() { return epoch; } /** * Gets the file path associated with this lease * @return the file path */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 18.8K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/first-steps.md
### 替代 API 文件 { #alternative-api-docs } 現在,前往 [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc)。 你將看到另一種自動文件(由 [ReDoc](https://github.com/Rebilly/ReDoc) 提供):  ### OpenAPI { #openapi } **FastAPI** 使用定義 API 的 **OpenAPI** 標準來生成一個「schema」,涵蓋你的全部 API。 #### 「Schema」 { #schema }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 13.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/first-steps.md
### Альтернативная документация API { #alternative-api-docs } И теперь перейдите по адресу [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). Вы увидите альтернативную автоматически сгенерированную документацию (предоставлено [ReDoc](https://github.com/Rebilly/ReDoc)):  ### OpenAPI { #openapi }Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 18.7K bytes - Click Count (0) -
docs/ru/docs/tutorial/metadata.md
* Вы можете отключить это с помощью настройки `docs_url=None`. * **ReDoc**: отображаемый по адресу `/redoc`. * Вы можете задать его URL с помощью параметра `redoc_url`. * Вы можете отключить это с помощью настройки `redoc_url=None`. К примеру, чтобы задать отображение Swagger UI по адресу `/documentation` и отключить ReDoc:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 9.2K bytes - Click Count (0)