- Sort Score
- Num 10 results
- Language All
Results 1661 - 1670 of 2,030 for writes (0.09 seconds)
-
src/main/java/jcifs/smb1/http/NetworkExplorer.java
* Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.http; import java.io.IOException; import java.io.InputStream; import java.io.PrintWriter;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 22.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/dfs/ReferralTest.java
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 22K bytes - Click Count (0) -
docs/en/docs/help-fastapi.md
* [Follow me on **LinkedIn**](https://www.linkedin.com/in/tiangolo/). * Hear when I make announcements or release new tools (although I use X (Twitter) more often π€·ββ). * Read what I write (or follow me) on [**Dev.to**](https://dev.to/tiangolo) or [**Medium**](https://medium.com/@tiangolo). * Read other ideas, articles, and read about tools I have created. * Follow me to read when I publish something new.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 12.6K bytes - Click Count (0) -
scripts/general-llm-prompt.md
### Your task Translate an English original content to a target language. The original content is written in Markdown, write the translation in Markdown as well. The original content will be surrounded by triple percentage signs (%%%). Do not include the triple percentage signs in the translation. ### Technical terms in English For technical terms in English that don't have a common translation term, use the original term in English.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Wed Mar 18 10:55:36 GMT 2026 - 14.6K bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
.isTrue(); if (!failures.isEmpty()) { StringWriter message = new StringWriter(); PrintWriter writer = new PrintWriter(message); writer.println("Expected no failures, but found:"); for (AssertionError failure : failures) { failure.printStackTrace(writer); } failures.clear(); assertWithMessage(message.toString()).fail(); } }
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 22:45:21 GMT 2026 - 63K bytes - Click Count (0) -
okhttp-dnsoverhttps/src/test/java/okhttp3/dnsoverhttps/DnsOverHttpsTest.kt
.filter { "Cache" in it.simpleName!! } .also { eventRecorder.clearAllEvents() } private fun dnsResponse(s: String): MockResponse = MockResponse .Builder() .body(Buffer().write(s.decodeHex())) .addHeader("content-type", "application/dns-message") .addHeader("content-length", s.length / 2) .build() private fun buildLocalhost( bootstrapClient: OkHttpClient,Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 19:13:52 GMT 2025 - 11.9K bytes - Click Count (0) -
docs/en/docs/advanced/additional-responses.md
**FastAPI** will take that model, generate its JSON Schema and include it in the correct place in OpenAPI. For example, to declare another response with a status code `404` and a Pydantic model `Message`, you can write: {* ../../docs_src/additional_responses/tutorial001_py310.py hl[18,22] *} /// note Keep in mind that you have to return the `JSONResponse` directly. /// /// infoCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 8.8K bytes - Click Count (0) -
docs/uk/docs/advanced/openapi-callbacks.md
Π Π΅Π°Π»ΡΠ·ΡΡΡΠΈ Π·Π²ΠΎΡΠΎΡΠ½ΠΈΠΉ Π²ΠΈΠΊΠ»ΠΈΠΊ ΡΠ°ΠΌΠΎΡΡΡΠΉΠ½ΠΎ, Π²ΠΈ ΠΌΠΎΠΆΠ΅ΡΠ΅ ΡΠΊΠΎΡΠΈΡΡΠ°ΡΠΈΡΡ, Π½Π°ΠΏΡΠΈΠΊΠ»Π°Π΄, [HTTPX](https://www.python-httpx.org) Π°Π±ΠΎ [Requests](https://requests.readthedocs.io/). /// ## ΠΠ°ΠΏΠΈΡΡΡΡ ΠΊΠΎΠ΄ Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΠ°ΡΡΡ Π΄Π»Ρ Π·Π²ΠΎΡΠΎΡΠ½ΠΎΠ³ΠΎ Π²ΠΈΠΊΠ»ΠΈΠΊΡ { #write-the-callback-documentation-code } Π¦Π΅ΠΉ ΠΊΠΎΠ΄ Π½Π΅ Π²ΠΈΠΊΠΎΠ½ΡΠ²Π°ΡΠΈΠΌΠ΅ΡΡΡΡ Ρ Π²Π°ΡΠΎΠΌΡ Π·Π°ΡΡΠΎΡΡΠ½ΠΊΡ, Π²ΡΠ½ ΠΏΠΎΡΡΡΠ±Π΅Π½ Π»ΠΈΡΠ΅, ΡΠΎΠ± Π·Π°Π΄ΠΎΠΊΡΠΌΠ΅Π½ΡΡΠ²Π°ΡΠΈ, ΡΠΊΠΈΠΌ ΠΌΠ°Ρ Π±ΡΡΠΈ Π·ΠΎΠ²Π½ΡΡΠ½ΡΠΉ API.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 12K bytes - Click Count (0) -
cmd/erasure-server-pool-rebalance.go
lock := z.serverPools[0].NewNSLock(minioMetaBucket, rebalMetaName) lkCtx, err := lock.GetLock(ctx, globalOperationTimeout) if err != nil { rebalanceLogIf(ctx, fmt.Errorf("failed to acquire write lock on %s/%s: %w", minioMetaBucket, rebalMetaName, err)) return err } defer lock.Unlock(lkCtx) ctx = lkCtx.Context() noLockOpts := ObjectOptions{NoLock: true} r := &rebalanceMeta{}
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 28.7K bytes - Click Count (0) -
docs/fr/docs/tutorial/cookie-param-models.md
Si un client tente d'envoyer des **cookies supplΓ©mentaires**, il recevra une **rΓ©ponse d'erreur**. Pauvres banniΓ¨res de cookies, avec tous leurs efforts pour obtenir votre consentement pour que l'<dfn title="C'est encore une blague. Ne faites pas attention Γ moi. Prenez un cafΓ© avec votre cookie. β">API pour le rejeter</dfn>. πͺ
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 3.6K bytes - Click Count (0)