- Sort Score
- Num 10 results
- Language All
Results 1161 - 1170 of 1,472 for Rewrite (0.2 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) -
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) -
src/archive/tar/reader.go
sr.sp = sr.sp[1:] // Ensure last fragment always remains } } // If the last fragment is a hole, then seek to 1-byte before EOF, and // write a single byte to ensure the file is the right size. if writeLastByte && err == nil { _, err = ws.Write([]byte{0}) sr.pos++ } n = sr.pos - pos0 switch { case err == io.EOF: return n, errMissData // Less data in dense file than sparse file
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 26.9K bytes - Click Count (0) -
src/main/java/jcifs/util/PathValidator.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.util; import java.net.MalformedURLException; import java.net.URL; import java.util.Collections;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 14.5K bytes - Click Count (0) -
src/main/java/jcifs/ntlmssp/Type2Message.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.ntlmssp; import java.io.IOException; import java.util.HashMap; import java.util.Map;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 14.4K bytes - Click Count (0)