- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 524 for DIRECTORY (0.04 sec)
-
src/archive/zip/writer_test.go
dw, err := w.Create("dir/") if err != nil { t.Fatal(err) } if _, err := dw.Write(nil); err != nil { t.Errorf("Write(nil) to directory: got %v, want nil", err) } if _, err := dw.Write([]byte("hello")); err == nil { t.Error(`Write("hello") to directory: got nil error, want non-nil`) } } func TestWriterDirAttributes(t *testing.T) { var buf bytes.Buffer w := NewWriter(&buf)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jan 28 04:20:09 UTC 2025 - 14.4K bytes - Viewed (0) -
src/cmd/api/testdata/src/issue29837/p/README
Empty directory for test, see https://golang.org/issues/29837....
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Mar 04 15:32:18 UTC 2019 - 62 bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbFileTest.java
void testDeleteDirectory() throws SmbException, CIFSException { // Arrange // Mock that it exists and is a directory doReturn(true).when(smbFile).exists(); doReturn(true).when(smbFile).isDirectory(); // Mock listFiles to return empty array (directory is empty) doReturn(new SmbFile[0]).when(smbFile).listFiles();
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 20.8K bytes - Viewed (0) -
mockwebserver/src/test/java/mockwebserver3/internal/http2/Http2Server.kt
import okhttp3.internal.platform.Platform import okhttp3.tls.internal.TlsUtil.localhost import okio.buffer import okio.source /** A basic HTTP/2 server that serves the contents of a local directory. */ class Http2Server( private val baseDirectory: File, private val sslSocketFactory: SSLSocketFactory, ) : Http2Connection.Listener() { private fun run() { val serverSocket = ServerSocket(8888)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/LeaseV2CreateContextRequest.java
this.leaseFlags = leaseFlags; } /** * Gets the parent lease key for directory hierarchies * @return the parent lease key */ public Smb2LeaseKey getParentLeaseKey() { return parentLeaseKey; } /** * Sets the parent lease key for directory hierarchies * @param parentLeaseKey the parent lease key to set */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 6.2K bytes - Viewed (0) -
cmd/object-api-listobjects_test.go
// Test listing an empty directory in recursive mode (62) {"test-bucket-empty-dir", "", "", "", 10, resultCases[31], nil, true}, // Test listing an empty directory in a non recursive mode (63) {"test-bucket-empty-dir", "", "", SlashSeparator, 10, resultCases[32], nil, true}, // Test listing a directory which contains an empty directory (64)
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 76.1K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ACE.java
*/ public ACE() { // Default constructor } /** Permission to read data from a file or list directory contents */ public static final int FILE_READ_DATA = 0x00000001; // 1 /** Permission to write data to a file or add files to a directory */ public static final int FILE_WRITE_DATA = 0x00000002; // 2 /** Permission to append data to a file or add subdirectories */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.8K bytes - Viewed (0) -
dbflute_fess/schema/_readme.txt
Directory for files of schema info Files are auto-generated by DBFlute tasks.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 04 22:46:31 UTC 2015 - 129 bytes - Viewed (0) -
src/Make.dist
# Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. # Run go tool dist to install a command. # The -v causes dist to print the name of each directory as it runs. # The -vv causes dist to print each build command as it runs. # go tool dist clean cleans all directories, not just this one, # but it's as close as we can get. # Default target (first). install:
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Feb 08 20:26:47 UTC 2012 - 553 bytes - Viewed (0) -
.github/dependabot.yml
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Fri Apr 19 00:41:55 UTC 2024 - 311 bytes - Viewed (0)