Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 101 - 105 of 105 for is_dir (0.09 seconds)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const DT_BLK ideal-int
    pkg syscall (freebsd-arm64), const DT_CHR = 2
    pkg syscall (freebsd-arm64), const DT_CHR ideal-int
    pkg syscall (freebsd-arm64), const DT_DIR = 4
    pkg syscall (freebsd-arm64), const DT_DIR ideal-int
    pkg syscall (freebsd-arm64), const DT_FIFO = 1
    pkg syscall (freebsd-arm64), const DT_FIFO ideal-int
    pkg syscall (freebsd-arm64), const DT_LNK = 10
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Click Count (0)
  2. cmd/sts-handlers_test.go

    			header, zerr := zip.FileInfoHeader(dummyFileInfo{
    				name:    filename,
    				size:    int64(sz),
    				mode:    0o600,
    				modTime: time.Now(),
    				isDir:   false,
    				sys:     nil,
    			})
    			if zerr != nil {
    				adminLogIf(ctx, zerr)
    				return nil
    			}
    			header.Method = zip.Deflate
    			zwriter, zerr := zipWriter.CreateHeader(header)
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Wed Oct 15 17:00:45 GMT 2025
    - 103.4K bytes
    - Click Count (1)
  3. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_X2E_XORAYA ideal-int
    pkg syscall (freebsd-386-cgo), const DT_BLK ideal-int
    pkg syscall (freebsd-386-cgo), const DT_CHR ideal-int
    pkg syscall (freebsd-386-cgo), const DT_DIR ideal-int
    pkg syscall (freebsd-386-cgo), const DT_FIFO ideal-int
    pkg syscall (freebsd-386-cgo), const DT_LNK ideal-int
    pkg syscall (freebsd-386-cgo), const DT_REG ideal-int
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Click Count (1)
  4. api/go1.txt

    pkg os, method (*SyscallError) Error() string
    pkg os, method (FileMode) IsDir() bool
    pkg os, method (FileMode) Perm() FileMode
    pkg os, method (FileMode) String() string
    pkg os, type File struct
    pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
    pkg os, type FileInfo interface, IsDir() bool
    pkg os, type FileInfo interface, ModTime() time.Time
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Click Count (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DT_CHR = 2 #53466
    pkg syscall (freebsd-riscv64), const DT_CHR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_DIR = 4 #53466
    pkg syscall (freebsd-riscv64), const DT_DIR ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_FIFO = 1 #53466
    pkg syscall (freebsd-riscv64), const DT_FIFO ideal-int #53466
    pkg syscall (freebsd-riscv64), const DT_LNK = 10 #53466
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Click Count (0)
Back to Top