- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 235 for tmpdir (0.05 seconds)
-
docs/pt/docs/_llm-test.md
Searching for package file structure ``` ...e outro exemplo de código de console... ```console // Criar um diretório "Code" $ mkdir code // Mudar para esse diretório $ cd code ``` ...e um exemplo de código Python... ```Python wont_work() # Isto não vai funcionar 😱 works(foo="bar") # Isto funciona 🎉 ```
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 12.1K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt
import org.junit.jupiter.api.io.TempDir import org.opentest4j.TestAbortedException /** Android's URLConnectionTest, ported to exercise OkHttp's Call API. */ @Tag("Slow") class URLConnectionTest { @RegisterExtension val platform = PlatformRule() @RegisterExtension val clientTestRule = OkHttpClientTestRule() @TempDir lateinit var tempDir: File @StartStop
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 133.3K bytes - Click Count (0) -
docs/zh-hant/docs/_llm-test.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...以及另一個主控台範例... ```console // 建立目錄 "Code" $ mkdir code // 切換到該目錄 $ cd code ``` ...以及一個 Python 程式碼範例... ```Python wont_work() # 這不會運作 😱 works(foo="bar") # 這可以運作 🎉 ``` ...就是這樣。 //// //// tab | 資訊
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 17:05:38 GMT 2026 - 10K bytes - Click Count (0) -
api/go1.24.txt
pkg os, method (*Root) Create(string) (*File, error) #67002 pkg os, method (*Root) FS() fs.FS #67002 pkg os, method (*Root) Lstat(string) (fs.FileInfo, error) #67002 pkg os, method (*Root) Mkdir(string, fs.FileMode) error #67002 pkg os, method (*Root) Name() string #67002 pkg os, method (*Root) Open(string) (*File, error) #67002 pkg os, method (*Root) OpenFile(string, int, fs.FileMode) (*File, error) #67002
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Dec 17 21:28:29 GMT 2024 - 14.2K bytes - Click Count (0) -
docs/ko/docs/virtual-environments.md
제가 보통 하는 방법은 사용자 홈/유저 디렉터리 안에 `code`라는 디렉터리를 만드는 것입니다. 그리고 그 안에 프로젝트마다 디렉터리를 하나씩 만듭니다. <div class="termy"> ```console // 홈 디렉터리로 이동 $ cd // 모든 코드 프로젝트를 위한 디렉터리 생성 $ mkdir code // 그 code 디렉터리로 이동 $ cd code // 이 프로젝트를 위한 디렉터리 생성 $ mkdir awesome-project // 그 프로젝트 디렉터리로 이동 $ cd awesome-project ``` </div> ## 가상 환경 생성 { #create-a-virtual-environment }
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 24.8K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
Searching for package file structure ``` ...and another console code example... ```console // Create a directory "Code" $ mkdir code // Switch into that directory $ cd code ``` ...and a Python code example... ```Python wont_work() # This won't work 😱 works(foo="bar") # This works 🎉 ``` ...and that's it.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 11K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
SmbFile[] files; SmbFile ndest; final String path = dest.getUncPath0(); if (path.length() > 1) { try { dest.mkdir(); dest.setPathInformation(attributes, createTime, lastModified); } catch (final SmbException se) { if (se.getNtStatus() != NtStatus.NT_STATUS_ACCESS_DENIED
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
docs/ko/docs/_llm-test.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...그리고 또 다른 콘솔 코드 예시... ```console // "Code" 디렉터리 생성 $ mkdir code // 해당 디렉터리로 이동 $ cd code ``` ...그리고 Python 코드 예시... ```Python wont_work() # 이건 동작하지 않습니다 😱 works(foo="bar") # 이건 동작합니다 🎉 ``` ...이상입니다. ////
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 11.7K bytes - Click Count (0) -
docs/es/docs/deployment/concepts.md
Podrías establecer un **número arbitrario** para alcanzar, por ejemplo, algo **entre 50% a 90%** de utilización de recursos. El punto es que esas son probablemente las principales cosas que querrás medir y usar para ajustar tus implementaciones.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:15:55 GMT 2026 - 20K bytes - Click Count (0) -
docs/ja/docs/_llm-test.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting server Searching for package file structure ``` ...さらに別のコンソールのコード例です... ```console // ディレクトリ "Code" を作成 $ mkdir code // そのディレクトリに移動 $ cd code ``` ...そして Python のコード例です... ```Python wont_work() # これは動作しません 😱 works(foo="bar") # これは動作します 🎉 ``` ...以上です。 //// //// tab | 情報
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 13.5K bytes - Click Count (0)