phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
FKind
nxt
fs
File Kind.
class
FKind {
const
(
SHA1Digest
)
behaviorId
();
string
kindName
;
string
description
;
AsURL
!
string
wikip
;
FKind
superKind
;
FKind
[]
subKinds
;
Patt
baseNaming
;
string
[]
parentPathDirs
;
const
string
[]
exts
;
Patt
magicData
;
size_t
magicOffset
;
ubyte
[]
refPattern
;
const
FileContent
content
;
const
FileKindDetection
detection
;
Lang
lang
;
RegFile
[]
hitFiles
;
const
string
[]
keywords
;
string
[]
builtins
;
Op
[]
opers
;
Delim
[]
strings
;
Delim
[]
comments
;
bool
machineGenerated
;
Tuple
!(
FOp
,
ShCmd
)[]
operations
;
}
Members
Functions
behaviorId
const
(
SHA1Digest
)
behaviorId
()
Meta
Source
See Implementation
nxt
fs
aliases
RequestedBinType
ShCmd
classes
Dir
DirKind
FKind
FKinds
File
FileTags
GStats
RegFile
Scanner
SpecFile
Symlink
enums
BitStatus
DirOp
DirSorting
FOp
FileContent
FileKindDetection
OpArity
OpAssoc
ScanContext
SymlinkTargetStatus
isFile
isFileIO
functions
getDir
getFile
loadRootDirTree
matchContents
matchExtension
matchFullName
ofKind
ofKind1
saveRootDirTree
treeSizeMemoized
structs
CStat
Delim
Op
OpAlias
variables
ctrlC
File Kind.