Documentation ¶
Index ¶
- Constants
- Variables
- func Adler32(th *Thread, as *ArgSpec, args []Value) Value
- func BooleanQ(arg Value) Value
- func Built() Value
- func BuiltinNames() Value
- func CallbacksCount() int
- func Channel(size Value) Value
- func ClassQ(arg Value) Value
- func ClientQ() Value
- func Cmdline() Value
- func Cmp(x, y Value) Value
- func Concat(x, y Value) Value
- func ConcurrentQ(v Value) Value
- func Construct(th *Thread, args []Value) Value
- func CopyFile(th *Thread, args []Value) Value
- func CopyTo(th *Thread, src io.Reader, to, nbytes Value) Value
- func CoverageEnable(a Value) Value
- func CreateDir(th *Thread, args []Value) Value
- func Cursor(th *Thread, as *ArgSpec, args []Value) Value
- func Database(th *Thread, args []Value) Value
- func Date(_ *Thread, args []Value) Value
- func DateQ(arg Value) Value
- func Def(nameVal, val Value) Value
- func DefConcat()
- func DefDef()
- func DeleteDir(th *Thread, args []Value) Value
- func DeleteFileApi(th *Thread, args []Value) Value
- func DirExistsQ(arg Value) Value
- func DoWithoutTriggers(th *Thread, args []Value) Value
- func EnsureDir(th *Thread, args []Value) Value
- func ErrlogDir() string
- func ErrorLog(arg Value) Value
- func EvalAsMethod(th *Thread, as *ArgSpec, ob Value, args []Value) Value
- func ExePath() Value
- func File(th *Thread, args []Value) Value
- func FileExistsQ(arg Value) Value
- func FileSize(th *Thread, args []Value) Value
- func Finally(th *Thread, args []Value) Value
- func FunctionQ(arg Value) Value
- func GetComputerName() Value
- func GetCurrentDirectory() Value
- func GetDiskFreeSpace(arg Value) Value
- func GetGuiResources() (int, int)
- func GetMacAddresses() Value
- func GetTempFileName(path, prefix Value) Value
- func GetTempPath() Value
- func Getenv(arg Value) Value
- func Hash(arg Value) Value
- func HeapSys() uint64
- func InstanceQ(arg Value) Value
- func Libraries(th *Thread, args []Value) Value
- func LibraryOverride(lib, name, text Value) Value
- func LibraryOverrideClear() Value
- func Locals(th *Thread, args []Value) Value
- func Max(_ *Thread, as *ArgSpec, args []Value) Value
- func Md5(th *Thread, as *ArgSpec, args []Value) Value
- func MemoryArena() Value
- func Min(_ *Thread, as *ArgSpec, args []Value) Value
- func MoveFile(th *Thread, args []Value) Value
- func MultiByteToWideChar(str, cp Value) Value
- func Mutex() Value
- func Name(arg Value) Value
- func NewQueryHasher(hdr *Header) *queryHasher
- func Number(th *Thread, args []Value) Value
- func NumberQ(arg Value) Value
- func OSName() Value
- func Object(arg Value) Value
- func ObjectQ(arg Value) Value
- func OnUIThread() bool
- func PrintStdout(_ *Thread, args []Value) Value
- func Query1(th *Thread, as *ArgSpec, args []Value) Value
- func QueryAlt(th *Thread, as *ArgSpec, args []Value) Value
- func QueryAltHash(th *Thread, args []Value) Value
- func QueryFirst(th *Thread, as *ArgSpec, args []Value) Value
- func QueryHash(th *Thread, args []Value) Value
- func QueryLast(th *Thread, as *ArgSpec, args []Value) Value
- func QueryScanner(arg Value) Value
- func Random(th *Thread, args []Value) Value
- func RandomBytes(arg Value) Value
- func Readline(rdr io.Reader, errPrefix string) Value
- func RecordQ(arg Value) Value
- func ResourceCounts() Value
- func Run()
- func RunPiped(th *Thread, args []Value) Value
- func SameQ(x, y Value) Value
- func Scanner(arg Value) Value
- func Seq(from, to, by Value) Value
- func SeqQ(val Value) Value
- func Sequence(th *Thread, args []Value) Value
- func ServerEval(th *Thread, args []Value) Value
- func ServerIP() Value
- func ServerPort() Value
- func ServerQ() Value
- func Sha1(th *Thread, as *ArgSpec, args []Value) Value
- func Sha1_Update(this, arg Value) Value
- func Sha1_Value(this Value) Value
- func Sha256(th *Thread, as *ArgSpec, args []Value) Value
- func Sha256_Update(this, arg Value) Value
- func Sha256_Value(this Value) Value
- func SocketClient(th *Thread, args []Value) Value
- func Spawn(th *Thread, as *ArgSpec, rawargs []Value) Value
- func SplitCommand(s string) []string
- func StringQ(arg Value) Value
- func Synchronized(th *Thread, args []Value) Value
- func System(arg Value) Value
- func SystemMemory() Value
- func ThreadList() []string
- func Timestamp(th *Thread, args []Value) Value
- func Trace(th *Thread, args []Value) Value
- func Transaction(th *Thread, args []Value) Value
- func Type(arg Value) Value
- func UnixTime() Value
- func Unload(arg Value) Value
- func Unuse(th *Thread, args []Value) Value
- func Use(th *Thread, args []Value) Value
- func UuidString() Value
- func WaitGroup() Value
- func WideCharToMultiByte(s, c Value) Value
- func WndProcCount() int
Constants ¶
View Source
const MaxLine = 4000
Variables ¶
View Source
var InheritHandles = false
View Source
var Nil []Value
Functions ¶
func BuiltinNames ¶
func BuiltinNames() Value
func CallbacksCount ¶
func CallbacksCount() int
func ConcurrentQ ¶
func ConcurrentQ(v Value) Value
func CopyTo ¶
CopyTo copies from src to to, up to nbytes or until src eof. Called by CopyTo in file, socket, and runpiped.
func CoverageEnable ¶
func CoverageEnable(a Value) Value
func DeleteFileApi ¶
func DeleteFileApi(th *Thread, args []Value) Value
func DirExistsQ ¶
func DirExistsQ(arg Value) Value
func DoWithoutTriggers ¶
func DoWithoutTriggers(th *Thread, args []Value) Value
func EvalAsMethod ¶
func EvalAsMethod(th *Thread, as *ArgSpec, ob Value, args []Value) Value
EvalAsMethod runs a function as if it were a method of an object i.e. object.Eval
func FileExistsQ ¶
func FileExistsQ(arg Value) Value
func GetComputerName ¶
func GetComputerName() Value
func GetCurrentDirectory ¶
func GetCurrentDirectory() Value
func GetDiskFreeSpace ¶
func GetDiskFreeSpace(arg Value) Value
func GetGuiResources ¶
func GetMacAddresses ¶
func GetMacAddresses() Value
func GetTempFileName ¶
func GetTempFileName(path, prefix Value) Value
func GetTempPath ¶
func GetTempPath() Value
func LibraryOverride ¶
func LibraryOverride(lib, name, text Value) Value
func LibraryOverrideClear ¶
func LibraryOverrideClear() Value
func MemoryArena ¶
func MemoryArena() Value
func MultiByteToWideChar ¶
func MultiByteToWideChar(str, cp Value) Value
func NewQueryHasher ¶
func NewQueryHasher(hdr *Header) *queryHasher
func OnUIThread ¶
func OnUIThread() bool
func PrintStdout ¶
func PrintStdout(_ *Thread, args []Value) Value
func QueryAltHash ¶
func QueryAltHash(th *Thread, args []Value) Value
func QueryFirst ¶
func QueryFirst(th *Thread, as *ArgSpec, args []Value) Value
func QueryScanner ¶
func QueryScanner(arg Value) Value
func RandomBytes ¶
func RandomBytes(arg Value) Value
func ResourceCounts ¶
func ResourceCounts() Value
func ServerEval ¶
func ServerEval(th *Thread, args []Value) Value
func ServerPort ¶
func ServerPort() Value
func Sha1_Update ¶
func Sha1_Update(this, arg Value) Value
func Sha1_Value ¶
func Sha1_Value(this Value) Value
func Sha256_Update ¶
func Sha256_Update(this, arg Value) Value
func Sha256_Value ¶
func Sha256_Value(this Value) Value
func SocketClient ¶
func SocketClient(th *Thread, args []Value) Value
func SplitCommand ¶
func Synchronized ¶
func Synchronized(th *Thread, args []Value) Value
func SystemMemory ¶
func SystemMemory() Value
func Transaction ¶
func Transaction(th *Thread, args []Value) Value
func UuidString ¶
func UuidString() Value
func WideCharToMultiByte ¶
func WideCharToMultiByte(s, c Value) Value
func WndProcCount ¶
func WndProcCount() int
Types ¶
This section is empty.
Source Files ¶
- adler32.go
- basemeth.go
- built.go
- builtin.go
- builtinnames.go
- channel.go
- class.go
- clientq.go
- cmdline.go
- cmdsetup.go
- cmp.go
- concat.go
- construct.go
- copyto.go
- cursor.go
- database.go
- date.go
- def.go
- dir.go
- display.go
- errlog.go
- except.go
- exepath.go
- exit_port.go
- fatal.go
- file.go
- finally.go
- ftsearch.go
- function.go
- getenv.go
- global.go
- hash.go
- instance.go
- int.go
- iter.go
- killer.go
- library.go
- locals.go
- lrucache.go
- md5.go
- mutex.go
- name.go
- number.go
- object.go
- openpgp.go
- pack.go
- params.go
- print.go
- query.go
- queryalt.go
- queryhash.go
- queryscanner.go
- random.go
- record.go
- regex.go
- resources.go
- runpiped.go
- same.go
- scanner.go
- seq.go
- sequence.go
- server.go
- servereval.go
- sha1.go
- sha256.go
- socketclient.go
- socketserver.go
- spawn.go
- string.go
- suneido.go
- synchronized.go
- sys.go
- sys_linux.go
- sys_port.go
- sys_unix.go
- system.go
- thread.go
- timestamp.go
- trace.go
- transaction.go
- type.go
- uuidstring.go
- waitgroup.go
- widechar.go
- zlib.go
Click to show internal directories.
Click to hide internal directories.