Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for tempfile (0.24 sec)

  1. api/go1.1.txt

    pkg syscall (darwin-386), const EISCONN = 56
    pkg syscall (darwin-386), const EISDIR = 21
    pkg syscall (darwin-386), const ELAST = 105
    pkg syscall (darwin-386), const ELOOP = 62
    pkg syscall (darwin-386), const EMFILE = 24
    pkg syscall (darwin-386), const EMLINK = 31
    pkg syscall (darwin-386), const EMSGSIZE = 40
    pkg syscall (darwin-386), const EMULTIHOP = 95
    pkg syscall (darwin-386), const ENAMETOOLONG = 63
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const ELAST = 96 #53466
    pkg syscall (freebsd-riscv64), const ELAST Errno #53466
    pkg syscall (freebsd-riscv64), const ELOOP = 62 #53466
    pkg syscall (freebsd-riscv64), const EMFILE = 24 #53466
    pkg syscall (freebsd-riscv64), const EMLINK = 31 #53466
    pkg syscall (freebsd-riscv64), const EMSGSIZE = 40 #53466
    pkg syscall (freebsd-riscv64), const EMULTIHOP = 90 #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. src/archive/zip/reader_test.go

    		Name: "readme.zip",
    	},
    	{
    		Name:  "readme.notzip",
    		Error: ErrFormat,
    	},
    	{
    		Name: "dd.zip",
    		File: []ZipTestFile{
    			{
    				Name:     "filename",
    				Content:  []byte("This is a test textfile.\n"),
    				Modified: time.Date(2011, 2, 2, 13, 6, 20, 0, time.UTC),
    				Mode:     0666,
    			},
    		},
    	},
    	{
    		// created in windows XP file manager.
    		Name: "winxp.zip",
    		File: []ZipTestFile{
    			{
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 55.3K bytes
    - Viewed (0)
  4. api/go1.19.txt

    pkg io/ioutil, func ReadAll //deprecated #42026
    pkg io/ioutil, func ReadDir //deprecated #42026
    pkg io/ioutil, func ReadFile //deprecated #42026
    pkg io/ioutil, func TempDir //deprecated #42026
    pkg io/ioutil, func TempFile //deprecated #42026
    pkg io/ioutil, func WriteFile //deprecated #42026
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:29:41 GMT 2022
    - 17.9K bytes
    - Viewed (1)
  5. src/archive/tar/reader_test.go

    }
    
    func TestFileReader(t *testing.T) {
    	type (
    		testRead struct { // Read(cnt) == (wantStr, wantErr)
    			cnt     int
    			wantStr string
    			wantErr error
    		}
    		testWriteTo struct { // WriteTo(testFile{ops}) == (wantCnt, wantErr)
    			ops     fileOps
    			wantCnt int64
    			wantErr error
    		}
    		testRemaining struct { // logicalRemaining() == wantLCnt, physicalRemaining() == wantPCnt
    			wantLCnt int64
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg io/ioutil, func ReadDir(string) ([]os.FileInfo, error)
    pkg io/ioutil, func ReadFile(string) ([]uint8, error)
    pkg io/ioutil, func TempDir(string, string) (string, error)
    pkg io/ioutil, func TempFile(string, string) (*os.File, error)
    pkg io/ioutil, func WriteFile(string, []uint8, os.FileMode) error
    pkg io/ioutil, var Discard io.Writer
    pkg log, const Ldate ideal-int
    pkg log, const Llongfile ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const EISDIR = 21
    pkg syscall (darwin-arm64), const ELAST = 106
    pkg syscall (darwin-arm64), const ELAST Errno
    pkg syscall (darwin-arm64), const ELOOP = 62
    pkg syscall (darwin-arm64), const EMFILE = 24
    pkg syscall (darwin-arm64), const EMLINK = 31
    pkg syscall (darwin-arm64), const EMSGSIZE = 40
    pkg syscall (darwin-arm64), const EMULTIHOP = 95
    pkg syscall (darwin-arm64), const EMULTIHOP Errno
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EISDIR = 21
    pkg syscall (freebsd-arm64), const ELAST = 96
    pkg syscall (freebsd-arm64), const ELAST Errno
    pkg syscall (freebsd-arm64), const ELOOP = 62
    pkg syscall (freebsd-arm64), const EMFILE = 24
    pkg syscall (freebsd-arm64), const EMLINK = 31
    pkg syscall (freebsd-arm64), const EMSGSIZE = 40
    pkg syscall (freebsd-arm64), const EMULTIHOP = 90
    pkg syscall (freebsd-arm64), const EMULTIHOP Errno
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. src/archive/zip/testdata/dd.zip

    filename This is a test textfile....
    ZIP Archive
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Mon Sep 08 04:08:51 GMT 2014
    - 154 bytes
    - Viewed (0)
  10. src/archive/tar/tar_test.go

    	"time"
    )
    
    type testError struct{ error }
    
    type fileOps []any // []T where T is (string | int64)
    
    // testFile is an io.ReadWriteSeeker where the IO operations performed
    // on it must match the list of operations in ops.
    type testFile struct {
    	ops fileOps
    	pos int64
    }
    
    func (f *testFile) Read(b []byte) (int, error) {
    	if len(b) == 0 {
    		return 0, nil
    	}
    	if len(f.ops) == 0 {
    		return 0, io.EOF
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Mar 15 16:01:50 GMT 2024
    - 24K bytes
    - Viewed (0)
Back to top