extensionsconst

package
v1.1.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2022 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	AllFiles                string = "*.*"
	DotAny                  string = ".*"
	AllExtensionFilterStart string = "*."
	DotPdf                  string = ".pdf"
	DotJpg                  string = ".jpg"
	DotDoc                  string = ".doc"
	DotTxt                  string = ".txt"
	DotJson                 string = ".json"
	DotYaml                 string = ".yaml"
	DotConf                 string = ".conf"
	DotDb                   string = ".db"
	DotBak                  string = ".bak"
	DotBack                 string = ".back"
	DotFile                 string = ".file"
	DotBin                  string = ".bin"
	DotIni                  string = ".ini"
	DotSh                   string = ".sh"
	DotBash                 string = ".bash"
	DotInstruction          string = ".instruction"
	DotPkg                  string = ".pkg"
	DotPackage              string = ".package"
	DotCache                string = ".cache"
	DotSql                  string = ".sql"
	DotImap                 string = ".imap"
	DotXml                  string = ".xml"
	DotPs                   string = ".ps"
	DotPy                   string = ".py"
	DotPhp                  string = ".php"
	DotO                    string = ".o"
	DotLog                  string = ".log"
	DotLock                 string = ".lock"
	DotIso                  string = ".iso"
	DotZip                  string = ".zip"
	DotTar                  string = ".tar"
	DotTarGz                string = ".tar.gz"
	DotTarBz                string = ".tar.bz"
	Dot7z                   string = ".7z"
	DotH                    string = ".h"
	DotDiff                 string = ".diff"
	DotDeb                  string = ".deb"
	DotCpp                  string = ".cpp"
	DotBz2                  string = ".bz2"
	DotRpm                  string = ".rpm"
	DotS                    string = ".s" // assembly source file
	DotPem                  string = ".pem"
	DotKey                  string = ".key"
)

References : https://t.ly/4dWf

View Source
const (
	Pdf         string = "pdf"
	Jpg         string = "jpg"
	Doc         string = "doc"
	Txt         string = "txt"
	Json        string = "json"
	Yaml        string = "yaml"
	Conf        string = "conf"
	Db          string = "db"
	Bak         string = "bak"
	Back        string = "back"
	File        string = "file"
	Bin         string = "bin"
	Ini         string = "ini"
	Sh          string = "sh"
	Bash        string = "bash"
	Instruction string = "instruction"
	Pkg         string = "pkg"
	Package     string = "package"
	Cache       string = "cache"
	Sql         string = "sql"
	Imap        string = "imap"
	Xml         string = "xml"
	Ps          string = "ps"
	Py          string = "py"
	Php         string = "php"
	O           string = "o"
	Log         string = "log"
	Lock        string = "lock"
	Iso         string = "iso"
	Zip         string = "zip"
	Tar         string = "tar"
	TarGz       string = "tar.gz"
	TarBz       string = "tar.bz"
	N7z         string = "7z"
	H           string = "h"
	Diff        string = "diff"
	Deb         string = "deb"
	Cpp         string = "cpp"
	Bz2         string = "bz2"
	Rpm         string = "rpm"
	S           string = "s" // assembly source file
	Pem         string = "pem"
	Key         string = "key"
	Backup      string = "backup"
	Ins         string = "ins"
)

References : https://t.ly/4dWf

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL