MCPcopy Create free account

hub / github.com/codr7/g-fu / functions

Functions543 in github.com/codr7/g-fu

↓ 92 callersMethodE
(msg string, args ...interface{})
v1/src/gfu/e.go:50
↓ 79 callersMethodType
(*G)
v1/src/gfu/val.go:9
↓ 60 callersFunctionA
(id string)
v1/src/gfu/arg.go:29
↓ 40 callersMethodAddType
(g *G, t Type, id string, parents ...Type)
v1/src/gfu/type.go:230
↓ 34 callersFunctionASplat
(id string)
v1/src/gfu/arg.go:41
↓ 31 callersMethodAddPun
(g *G, id string, imp FunImp, args ...Arg)
v1/src/gfu/fun.go:175
↓ 28 callersMethodEval
(*G, *Task, *Env, Val, *Env)
v1/src/gfu/type.go:26
↓ 25 callersMethodInit
(*G, *Sym, []Type)
v1/src/gfu/type.go:14
↓ 23 callersMethodAddPrim
(g *G, id string, pure bool, imp PrimImp, args ...Arg)
v1/src/gfu/prim.go:79
↓ 22 callersMethodSym
(name string, args ...interface{})
v1/src/gfu/sym.go:215
↓ 20 callersMethodAddFun
(g *G, id string, imp FunImp, args ...Arg)
v1/src/gfu/fun.go:163
↓ 20 callersMethodFloat
(*G, Val)
v1/src/gfu/num.go:9
↓ 18 callersMethodDump
(*G, Val, *bufio.Writer)
v1/src/gfu/type.go:21
↓ 15 callersMethodString
(val Val)
v1/src/gfu/str.go:72
↓ 14 callersMethodERead
(pos Pos, msg string, args ...interface{})
v1/src/gfu/read.go:469
↓ 14 callersMethodExtenv
(*G, *Env, *Env, Val, bool)
v1/src/gfu/type.go:28
↓ 12 callersMethodLet
(g *G, key *Sym, val Val)
v1/src/gfu/env.go:177
↓ 11 callersMethodClone
(*G, Val)
v1/src/gfu/type.go:19
↓ 11 callersMethodFind
(key *Sym)
v1/src/gfu/env.go:114
↓ 11 callersMethodInt
(*G, Val)
v1/src/gfu/num.go:10
↓ 10 callersFunctionAOpt
(id string, val Val)
v1/src/gfu/arg.go:34
↓ 10 callersMethodAddConst
(g *G, id string, val Val)
v1/src/gfu/g.go:168
↓ 10 callersMethodEnv
()
v1/src/gfu/type.go:24
↓ 10 callersMethodEvalExpr
(g *G, task *Task, env, args_env *Env)
v1/src/gfu/vec.go:27
↓ 9 callersMethodDup
(*G, Val)
v1/src/gfu/type.go:22
↓ 9 callersMethodLen
(*G, Val)
v1/src/gfu/type.go:34
↓ 9 callersMethodReadChar
(pos *Pos, in *strings.Reader)
v1/src/gfu/read.go:28
↓ 8 callersMethodAdd
(*G, Val, Val)
v1/src/gfu/num.go:6
↓ 8 callersMethodEq
(*G, Val, Val)
v1/src/gfu/type.go:25
↓ 8 callersMethodMul
(*G, Val, Val)
v1/src/gfu/num.go:11
↓ 8 callersFunctionNewSplat
(g *G, val Val)
v1/src/gfu/splat.go:16
↓ 8 callersMethodSetInt
(val Int)
v1/src/gfu/float.go:68
↓ 8 callersMethodSub
(*G, Val, Val)
v1/src/gfu/num.go:13
↓ 8 callersMethodUnwrap
(Val)
v1/src/gfu/wrap.go:14
↓ 7 callersMethodCall
(*G, *Task, *Env, Val, Vec, *Env)
v1/src/gfu/type.go:18
↓ 7 callersMethodPop
(*G, Val)
v1/src/gfu/type.go:35
↓ 7 callersMethodPrint
(*G, Val, *bufio.Writer)
v1/src/gfu/type.go:36
↓ 7 callersMethodSplat
(*G, Val, Vec)
v1/src/gfu/type.go:40
↓ 7 callersMethodUnread
(pos *Pos, in *strings.Reader, c rune)
v1/src/gfu/read.go:49
↓ 6 callersMethodDiv
(*G, Val, Val)
v1/src/gfu/num.go:8
↓ 6 callersMethodExpand
(*G, *Task, *Env, Val, Int)
v1/src/gfu/type.go:27
↓ 6 callersFunctionNewFun
(g *G, env *Env, id *Sym, args ...Arg)
v1/src/gfu/fun.go:36
↓ 6 callersMethodQuote
(*G, *Task, *Env, Val, *Env)
v1/src/gfu/type.go:38
↓ 6 callersFunctionbench
(reps, setup, test)
v1/bench/bench.py:3
↓ 5 callersMethodAbs
(*G, Val)
v1/src/gfu/num.go:5
↓ 5 callersMethodCallArgs
(g *G, task *Task, env *Env, args Vec, args_env *Env)
v1/src/gfu/fun.go:62
↓ 5 callersMethodEString
(val Val)
v1/src/gfu/str.go:96
↓ 5 callersMethodEUnknown
(id *Sym)
v1/src/gfu/env.go:366
↓ 5 callersMethodLookupVar
(g *G, env *Env, silent bool)
v1/src/gfu/sym.go:44
↓ 5 callersFunctionParsePrimArgs
(g *G, args Val)
v1/src/gfu/prim.go:84
↓ 5 callersMethodPush
(*G, Val, ...Val)
v1/src/gfu/type.go:37
↓ 5 callersMethodRead
(pos *Pos, in *strings.Reader, out Vec, end CharSet)
v1/src/gfu/read.go:81
↓ 5 callersMethodUpdate
(g *G, task *Task, key Val, set Setter, args_env *Env)
v1/src/gfu/env.go:269
↓ 4 callersMethodBool
(*G, Val)
v1/src/gfu/type.go:17
↓ 4 callersMethodEImpure
(call Val)
v1/src/gfu/fun.go:186
↓ 4 callersMethodEvalVec
(g *G, task *Task, env, args_env *Env)
v1/src/gfu/vec.go:47
↓ 4 callersMethodInsert
(i int, key *Sym)
v1/src/gfu/env.go:155
↓ 4 callersMethodInsertVar
(i int, v *Var)
v1/src/gfu/env.go:161
↓ 4 callersMethodIs
(*G, Val, Val)
v1/src/gfu/type.go:31
↓ 4 callersMethodLoad
(task *Task, env, args_env *Env, path string)
v1/src/gfu/g.go:132
↓ 4 callersMethodLookup
(g *G, task *Task, env, args_env *Env, silent bool)
v1/src/gfu/sym.go:86
↓ 4 callersMethodNeg
(*G, Val)
v1/src/gfu/num.go:12
↓ 4 callersFunctionNewChan
(buf Int)
v1/src/gfu/chan.go:14
↓ 4 callersFunctionNewQuote
(g *G, val Val)
v1/src/gfu/quote.go:16
↓ 3 callersMethodAddRestart
(g *G, imp *Fun)
v1/src/gfu/try.go:19
↓ 3 callersMethodCheck
(g *G, args Vec)
v1/src/gfu/arg.go:146
↓ 3 callersMethodDrop
(*G, Val, Int)
v1/src/gfu/type.go:20
↓ 3 callersMethodDumpId
(out *bufio.Writer)
v1/src/gfu/arg.go:47
↓ 3 callersMethodExpandCall
(g *G, task *Task, env *Env, args Vec)
v1/src/gfu/mac.go:41
↓ 3 callersMethodExpandVec
(g *G, task *Task, env *Env, depth Int)
v1/src/gfu/vec.go:76
↓ 3 callersMethodIter
(*G, Val)
v1/src/gfu/type.go:33
↓ 3 callersFunctionNewBin
(len int)
v1/src/gfu/bin.go:25
↓ 3 callersFunctionParseArgs
(g *G, task *Task, env *Env, in Vec, args_env *Env)
v1/src/gfu/arg.go:219
↓ 3 callersMethodReadNum
(pos *Pos, in *strings.Reader, out Vec, prefix rune)
v1/src/gfu/read.go:266
↓ 3 callersMethodSetIndex
(*G, *Task, *Env, Val, Vec, Setter)
v1/src/gfu/type.go:39
↓ 3 callersMethodTry
(task *Task, env, args_env *Env, body func() (Val, E), restarts ...*Fun)
v1/src/gfu/try.go:23
↓ 3 callersMethodWrap
(*G, Val)
v1/src/gfu/wrap.go:15
↓ 2 callersMethodArgList
(*G, Val)
v1/src/gfu/type.go:16
↓ 2 callersMethodByte
(*G, Val)
v1/src/gfu/num.go:7
↓ 2 callersMethodCompare
(y Tag)
v1/src/gfu/tag.go:5
↓ 2 callersMethodDelete
(i int)
v1/src/gfu/vec.go:23
↓ 2 callersMethodDiv
(val Float)
v1/src/gfu/float.go:33
↓ 2 callersMethodEPrintString
(val Val)
v1/src/gfu/str.go:106
↓ 2 callersMethodEvalString
(task *Task, env *Env, pos Pos, s string)
v1/src/gfu/g.go:117
↓ 2 callersMethodFill
(g *G, args Vec)
v1/src/gfu/arg.go:156
↓ 2 callersMethodGet
(g *G, task *Task, key *Sym, args_env *Env, silent bool)
v1/src/gfu/env.go:145
↓ 2 callersMethodId
()
v1/src/gfu/type.go:29
↓ 2 callersMethodIndex
(*G, Val, Vec)
v1/src/gfu/type.go:30
↓ 2 callersMethodInit
(id *Sym)
v1/src/gfu/arg.go:24
↓ 2 callersMethodIsa
(Type)
v1/src/gfu/type.go:32
↓ 2 callersMethodLetVars
(g *G, env *Env, args Vec)
v1/src/gfu/arg.go:180
↓ 2 callersFunctionNewSplice
(g *G, val Val)
v1/src/gfu/splice.go:16
↓ 2 callersMethodNewSym
(prefix string)
v1/src/gfu/sym.go:200
↓ 2 callersFunctionNewWriter
(in io.Writer)
v1/src/gfu/writer.go:16
↓ 2 callersMethodNextSymTag
()
v1/src/gfu/sym.go:229
↓ 2 callersMethodOptVal
(g *G)
v1/src/gfu/arg.go:170
↓ 2 callersMethodParse
(g *G, in string)
v1/src/gfu/float.go:51
↓ 2 callersMethodPopKey
(g *G, key *Sym)
v1/src/gfu/vec.go:102
↓ 2 callersMethodPrint
(val Val, out *bufio.Writer)
v1/src/gfu/val.go:76
↓ 2 callersMethodReadAll
(pos *Pos, in *strings.Reader, out Vec)
v1/src/gfu/read.go:63
next →1–100 of 543, ranked by callers