- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 96 for doSlow (0.11 seconds)
-
architecture/standards/0001-use-architectural-decision-records.md
### Format The format for ADR should follow this template: ```markdown # ADR-000X - Title ## Date 20YY-MM-DD ## Context Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Aug 26 17:29:22 GMT 2025 - 2.8K bytes - Click Count (0) -
android/guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java
/* * The (tooLow + 1, tooHigh) arguments below would be invalid because tooLow would be * greater than tooHigh. */ return ContiguousSet.create(Range.openClosed(0, 1), DiscreteDomain.integers()).subSet(0, 1); } int tooHigh = set.last() + 1; int tooLow = set.first() - 1; set.add(tooHigh); set.add(tooLow);Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 08 18:35:13 GMT 2025 - 15.9K bytes - Click Count (0) -
docs/en/docs/help-fastapi.md
* News about FastAPI and friends π * Guides π * Features β¨ * Breaking changes π¨ * Tips and tricks β ## Follow FastAPI on X (Twitter) { #follow-fastapi-on-x-twitter } <a href="https://x.com/fastapi" class="external-link" target="_blank">Follow @fastapi on **X (Twitter)**</a> to get the latest news about **FastAPI**. π¦ ## Star **FastAPI** in GitHub { #star-fastapi-in-github }Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 10:49:48 GMT 2025 - 14K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/EventListener.kt
* * Response header values like `Location` and `Retry-After` are also considered. * * Client configuration may be used to make follow-up decisions, such as: * * * [OkHttpClient.followRedirects] must be true to follow redirects. * * [OkHttpClient.followSslRedirects] must be true to follow redirects that add or remove HTTPS. * * [OkHttpClient.authenticator] must respond to an authorization challenge. *
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Oct 07 21:03:04 GMT 2025 - 24.9K bytes - Click Count (0) -
docs/zh-hant/llm-prompt.md
Language code: zh-hant. ### Grammar and tone 1) Use clear, concise technical Traditional Chinese consistent with existing docs. 2) Address the reader naturally (commonly using βδ½ /δ½ ηβ). ### Headings 1) Follow existing Traditional Chinese heading style (short and descriptive). 2) Do not add trailing punctuation to headings. ### Quotes and punctuation
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:49:46 GMT 2025 - 2.2K bytes - Click Count (0) -
CONTRIBUTING.md
### Security vulnerabilities Do not report security vulnerabilities to the public issue tracker. Follow our [Security Vulnerability Disclosure Policy](https://github.com/gradle/gradle/security/policy). ### Follow the Code of Conduct Contributors must follow the Code of Conduct outlined at [https://gradle.org/conduct/](https://gradle.org/conduct/). ### Additional help
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Tue Nov 25 06:57:22 GMT 2025 - 19K bytes - Click Count (0) -
BUG-BOUNTY.md
can make. We therefore encourage reporting security issues with the code contained in this repository. If you believe you have discovered a security vulnerability, please follow the
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Sep 23 21:23:42 GMT 2025 - 372 bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/FakeRoutePlanner.kt
ConnectResult(this, nextPlan = connectTcpNextPlan, throwable = IOException("canceled")) } connectTcpNextPlan != null -> { events += "plan $id needs follow-up" ConnectResult(this, nextPlan = connectTcpNextPlan) } else -> { events += "plan $id TCP connected" connectState = ConnectState.TCP_CONNECTED
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Oct 07 21:55:03 GMT 2025 - 6.1K bytes - Click Count (0) -
docs/ja/llm-prompt.md
Translate to Japanese (ζ₯ζ¬θͺ). Language code: ja. ### Grammar and tone 1) Use polite, instructional Japanese (γ§γ/γΎγθͺΏ). 2) Keep the tone concise and technical (match existing Japanese FastAPI docs). ### Headings 1) Follow the existing Japanese style: short, descriptive headings (often noun phrases), e.g. γγγ§γγ―γ. 2) Do not add a trailing period at the end of headings. ### Quotes
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 17:30:52 GMT 2025 - 1.3K bytes - Click Count (0) -
docs/ko/llm-prompt.md
Translate to Korean (νκ΅μ΄). Language code: ko. ### Grammar and tone 1) Use polite, instructional Korean (e.g. ν©λλ€/νμΈμ style). 2) Keep the tone consistent with the existing Korean FastAPI docs. ### Headings 1) Follow existing Korean heading style (short, action-oriented headings like βνμΈνκΈ°β). 2) Do not add trailing punctuation to headings. ### Quotes 1) Keep quote style consistent with the existing Korean docs.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 20 17:32:05 GMT 2025 - 1.4K bytes - Click Count (0)