- Sort Score
- Result 10 results
- Languages All
Results 1831 - 1840 of 2,241 for intervals (0.1 sec)
-
docs/em/docs/contributing.md
# ๐ ๏ธ - ๐ ๐ฅ, ๐ ๐ช ๐ ๐ ๐ฐ ๐ [โน FastAPI & ๐ค โน](help-fastapi.md){.internal-link target=_blank}. ## ๐ ๏ธ ๐ฅ ๐ โช ๐ ๐ & ๐ ๐ญ ๐ ๐ ๐ช โฌ ๐คฟ ๐, ๐ฅ ๐ โ ๐ ๐ ๐. ### ๐น ๐ โฎ๏ธ `venv` ๐ ๐ช โ ๐น ๐ ๐ โ๏ธ ๐ `venv` ๐น: <div class="termy"> ```console $ python -m venv env ``` </div> ๐ ๐ โ ๐ `./env/` โฎ๏ธ ๐ ๐ฑ & โคด๏ธ ๐ ๐ ๐ช โ ๐ฆ ๐ โ ๐. ### ๐ ๐ ๐ ๐ ๐ โฎ๏ธ:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 11.4K bytes - Viewed (0) -
docs/ko/docs/python-types.md
/// **FastAPI**๋ ๋ชจ๋ Pydantic์ ๊ธฐ๋ฐ์ผ๋ก ๋์ด ์์ต๋๋ค. ์ด ๋ชจ๋ ๊ฒ์ด ์ค์ ๋ก ์ด๋ป๊ฒ ์ฌ์ฉ๋๋์ง์ ๋ํด์๋ [์์ต์ - ์ฌ์ฉ์ ์๋ด์](tutorial/index.md){.internal-link target=_blank} ์์ ๋ ๋ง์ด ํ์ธํ์ค ์ ์์ต๋๋ค. ## **FastAPI**์์์ ํ์ ํํธ **FastAPI**๋ ์ฌ๋ฌ ๋ถ๋ถ์์ ํ์ ํํธ์ ์ฅ์ ์ ์ทจํ๊ณ ์์ต๋๋ค. **FastAPI**์์ ํ์ ํํธ์ ํจ๊ป ๋งค๊ฐ๋ณ์๋ฅผ ์ ์ธํ๋ฉด ์ฅ์ ์: * **์๋ํฐ ๋์**. * **ํ์ ํ์ธ**.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java
} public ArtifactResolutionResult setRepositories(final List<ArtifactRepository> repositories) { this.repositories = repositories; return this; } // // Internal // private <T> List<T> initList(final List<T> l) { if (l == null) { return new ArrayList<>(); } return l; } public String toString() {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.9K bytes - Viewed (0) -
cmd/metacache-manager.go
// along with this program. If not, see <http://www.gnu.org/licenses/>. package cmd import ( "context" "fmt" "runtime/debug" "sync" "time" "github.com/minio/minio/internal/logger" ) // localMetacacheMgr is the *local* manager for this peer. // It should never be used directly since buckets are // distributed deterministically. // Therefore no cluster locks are required.
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Oct 25 00:44:15 UTC 2022 - 5.2K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/idn/Punycode.kt
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package okhttp3.internal.idn import okio.Buffer import okio.ByteString.Companion.encodeUtf8 /** * An [RFC 3492] punycode decoder for converting ASCII to Unicode domain name labels. This is
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Wed Apr 03 03:04:50 UTC 2024 - 8.5K bytes - Viewed (0) -
gradlew
# Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template # https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. # ##############################################################################
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Dec 24 09:00:26 UTC 2023 - 8.5K bytes - Viewed (0) -
guava/src/com/google/common/collect/CompactLinkedHashSet.java
return set; } /** * Creates a {@code CompactLinkedHashSet} instance, with a high enough "initial capacity" that it * <i>should</i> hold {@code expectedSize} elements without rebuilding internal data structures. * * @param expectedSize the number of elements you expect to add to the returned set * @return a new, empty {@code CompactLinkedHashSet} with enough capacity to hold {@code
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jul 09 00:15:47 UTC 2024 - 9.7K bytes - Viewed (0) -
docs/en/docs/tutorial/body.md
/// ## Without Pydantic
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 16:58:19 UTC 2024 - 6.6K bytes - Viewed (0) -
docs/fr/docs/tutorial/body.md
Si vous ne voulez pas utiliser des modรจles Pydantic, vous pouvez aussi utiliser des paramรจtres de **Corps**. Pour cela, allez voir la partie de la documentation sur [Corps de la requรชte - Paramรจtres multiples](body-multiple-params.md){.internal-link target=_blank}....
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 27 17:34:41 UTC 2024 - 7.6K bytes - Viewed (0) -
docs/zh/docs/tutorial/extra-models.md
ไนฆๆฅไธๆ๏ผๅคไธชๅ ณ่ๆจกๅ่ฟ็งๆ ๅตๅพๅธธ่งใ ็นๅซๆฏ็จๆทๆจกๅ๏ผๅ ไธบ๏ผ * **่พๅ ฅๆจกๅ**ๅบ่ฏฅๅซๅฏ็ * **่พๅบๆจกๅ**ไธๅบๅซๅฏ็ * **ๆฐๆฎๅบๆจกๅ**้่ฆๅ ๅฏ็ๅฏ็ /// danger | "ๅฑ้ฉ" ๅไธไธ่ฆๅญๅจ็จๆท็ๆๆๅฏ็ ใๅง็ปๅญๅจๅฏไปฅ่ฟ่ก้ช่ฏ็**ๅฎๅ จๅๅธๅผ**ใ ๅฆๆไธไบ่งฃ่ฟๆน้ข็็ฅ่ฏ๏ผ่ฏทๅ้ [ๅฎๅ จๆงไธญ็็ซ ่](security/simple-oauth2.md#password-hashing){.internal-link target=_blank}๏ผไบ่งฃไปไนๆฏ**ๅฏ็ ๅๅธ**ใ /// ## ๅคไธชๆจกๅ ไธ้ข็ไปฃ็ ๅฑ็คบไบไธๅๆจกๅๅค็ๅฏ็ ๅญๆฎต็ๆนๅผ๏ผๅไฝฟ็จไฝ็ฝฎ็ๅคง่ดๆ่ทฏ๏ผ //// tab | Python 3.10+ ```Python hl_lines="7 9 14 20 22 27-28 31-33 38-39"
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 6.6K bytes - Viewed (0)