- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 163 for Minor (0.02 seconds)
-
cmd/storage-datatypes.go
// //msgp:tuple DiskInfo type DiskInfo struct { Total uint64 Free uint64 Used uint64 UsedInodes uint64 FreeInodes uint64 Major uint32 Minor uint32 NRRequests uint64 FSType string RootDisk bool Healing bool Scanning bool Endpoint string MountPath string ID string Rotational bool Metrics DiskMetricsCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 17.4K bytes - Click Count (0) -
CONTRIBUTING.md
#### Exempt Files for Copyright Headers: - Scripts critical to builds, CI, or deployment (e.g., `.kts`, `.groovy`). - Auto-generated files (e.g., by code generators). - Minor configuration files (e.g., `.gitignore`). - Documentation samples and code snippets (e.g., `.java`, `.kt`, `.groovy`, `.kts`). - Release notes (e.g., `.md`). - READMEs (e.g., `.md`).
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 18:43:39 GMT 2026 - 19.1K bytes - Click Count (0) -
src/archive/tar/common.go
paxGNUSparseNumBytes = "GNU.sparse.numbytes" paxGNUSparseMap = "GNU.sparse.map" paxGNUSparseName = "GNU.sparse.name" paxGNUSparseMajor = "GNU.sparse.major" paxGNUSparseMinor = "GNU.sparse.minor" paxGNUSparseSize = "GNU.sparse.size" paxGNUSparseRealSize = "GNU.sparse.realsize" ) // basicKeys is a set of the PAX keys for which we have built-in support.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 24.5K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConscryptTest.kt
assertTrue(ConscryptPlatform.atLeastVersion(version.major(), version.minor())) assertTrue(ConscryptPlatform.atLeastVersion(version.major(), version.minor(), version.patch())) assertFalse(ConscryptPlatform.atLeastVersion(version.major(), version.minor(), version.patch() + 1)) assertFalse(ConscryptPlatform.atLeastVersion(version.major(), version.minor() + 1)) assertFalse(ConscryptPlatform.atLeastVersion(version.major() + 1)) }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 3.1K bytes - Click Count (0) -
docs/tr/docs/deployment/versions.md
/// Dolayısıyla şu şekilde bir sürüme sabitleyebilmelisiniz: ```txt fastapi>=0.45.0,<0.46.0 ``` Breaking change'ler ve yeni özellikler "MINOR" sürümlerde eklenir. /// tip | İpucu "MINOR" ortadaki sayıdır. Örneğin `0.2.3` içinde MINOR sürümü `2`'dir. /// ## FastAPI Sürümlerini Yükseltme { #upgrading-the-fastapi-versions } Uygulamanız için test'ler eklemelisiniz.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 07:53:17 GMT 2026 - 3.8K bytes - Click Count (0) -
docs/uk/docs/deployment/versions.md
/// Тож ви можете зафіксувати версію так: ```txt fastapi>=0.45.0,<0.46.0 ``` Несумісні зміни та нові можливості додаються у «MINOR»-версіях. /// tip | Порада «MINOR» - це число посередині, наприклад, у `0.2.3` MINOR-версія - це `2`. /// ## Оновлення версій FastAPI { #upgrading-the-fastapi-versions } Ви повинні додати тести для вашого застосунку.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 5.4K bytes - Click Count (0) -
build-tools-internal/src/main/resources/templates/release-notes.asciidoc
%>[[release-notes-$unqualifiedVersion]] == {es} version ${unqualifiedVersion} <% if (version.isSnapshot()) { %> coming[$unqualifiedVersion] <% } %> Also see <<breaking-changes-${ version.major }.${ version.minor },Breaking changes in ${ version.major }.${ version.minor }>>. <% if (changelogsByVersionByTypeByArea[version]["security"] != null) { %> [discrete] [[security-updates-${unqualifiedVersion}]] === Security updatesCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 1.7K bytes - Click Count (0) -
docs/es/docs/deployment/versions.md
Así que deberías poder fijar a una versión como: ```txt fastapi>=0.45.0,<0.46.0 ``` Los cambios incompatibles y nuevas funcionalidades se añaden en versiones "MINOR". /// tip | Consejo El "MINOR" es el número en el medio, por ejemplo, en `0.2.3`, la versión MINOR es `2`. /// ## Actualizando las versiones de FastAPI { #upgrading-the-fastapi-versions } Deberías añadir tests para tu aplicación.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 3.8K bytes - Click Count (0) -
docs/fr/docs/deployment/versions.md
```txt fastapi>=0.45.0,<0.46.0 ``` Les changements non rétrocompatibles et les nouvelles fonctionnalités sont ajoutés dans les versions « MINOR ». /// tip | Astuce Le « MINOR » est le numéro au milieu, par exemple, dans `0.2.3`, la version MINOR est `2`. /// ## Mettre à niveau les versions de FastAPI { #upgrading-the-fastapi-versions } Vous devez ajouter des tests pour votre application.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.2K bytes - Click Count (0) -
docs/ko/docs/deployment/versions.md
"PATCH"는 마지막 숫자입니다. 예를 들어 `0.2.3`에서 PATCH 버전은 `3`입니다. /// 따라서 다음과 같이 버전을 고정할 수 있어야 합니다: ```txt fastapi>=0.45.0,<0.46.0 ``` 하위 호환성이 깨지는 변경과 새로운 기능은 "MINOR" 버전에 추가됩니다. /// tip | 팁 "MINOR"는 가운데 숫자입니다. 예를 들어 `0.2.3`에서 MINOR 버전은 `2`입니다. /// ## FastAPI 버전 업그레이드하기 { #upgrading-the-fastapi-versions } 앱에 테스트를 추가해야 합니다.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 4.2K bytes - Click Count (0)