MCPcopy Create free account

hub / github.com/aarzilli/yacco / functions

Functions991 in github.com/aarzilli/yacco

↓ 102 callersMethodSize
()
regexp/types.go:13
↓ 98 callersMethodClose
(buf *buf.Buffer)
edit/editlang.go:54
↓ 80 callersFunctionAllergic
(debug bool, err error)
util/util.go:77
↓ 71 callersFunctioncc
(x uint64)
config/color_schemes.go:65
↓ 68 callersMethodWrite
(p []byte)
extra/Go/Go.go:266
↓ 59 callersFunctionc
(r, g, b uint8)
config/color_schemes.go:61
↓ 55 callersFunctionu16
u16 returns the big-endian uint16 at b[i:].
otat/parse.go:422
↓ 47 callersFunctiontestEdit
(t *testing.T, input, pgm, target string)
edit/editilang_addr_test.go:12
↓ 46 callersFunctiontestRegexRep
(t *testing.T, rx, in string, tgts []int)
regexp/smoke_test.go:40
↓ 44 callersMethodReplace
Replaces text between sel.S and sel.E with text, updates sels AND sel accordingly After the replacement the highlighter is restarted
buf/buffer.go:306
↓ 41 callersMethodSelectionRunes
(util.Sel)
regexp/types.go:15
↓ 40 callersMethodRedraw
(flush bool)
textframe/frame.go:21
↓ 39 callersFunctionWarn
Warn user about error
open.go:165
↓ 37 callersMethodString
()
edit/addr.go:14
↓ 34 callersMethodError
()
otat/parse.go:404
↓ 33 callersMethodAdd
add one
buf/undo.go:47
↓ 32 callersFunctionAllergic3
(debug bool, err error, silent bool)
util/util.go:81
↓ 31 callersFunctionisDelSeen
()
extra/win/win.go:30
↓ 29 callersMethodSize
()
buf/buffer.go:661
↓ 26 callersMethodAt
(int)
regexp/types.go:14
↓ 25 callersFunctiondebugfsf
(fmtstr string, args ...interface{})
fs.go:438
↓ 24 callersMethodtracecmd
(args ...interface{})
edit/cmds.go:553
↓ 23 callersMethodBufferRefresh
()
col.go:249
↓ 23 callersMethodEval
(b *buf.Buffer, sel util.Sel)
edit/addr.go:15
↓ 23 callersMethodType
(lp LogicalPos, e key.Event)
win.go:998
↓ 23 callersFunctionbufferExecContext
(i int)
yacco.go:230
↓ 22 callersMethodFlushImage
(rects ...image.Rectangle)
win.go:186
↓ 22 callersMethodIsDir
()
buf/buffer.go:1032
↓ 22 callersMethodMetrics
()
util/font.go:208
↓ 20 callersFunctiontestParsed
(t *testing.T, s string, tgt string)
edit/editlang_parse_test.go:8
↓ 19 callersFunctionHideCompl
(hideTooltip bool)
compl.go:119
↓ 18 callersMethodMinHeight
()
editor.go:239
↓ 17 callersMethodOpen
(name string)
edit/editlang.go:52
↓ 17 callersMethodSelection
Returns the specified selection as two slices. The slices are to be treated as contiguous and may be empty
buf/buffer.go:608
↓ 17 callersMethodTonl
Moves to the beginning or end of a line
buf/buffer.go:666
↓ 16 callersMethodPath
()
buf/buffer.go:824
↓ 16 callersFunctiontestRegex
(t *testing.T, rxSrc, in string, start int, tgt []int)
regexp/smoke_test.go:12
↓ 15 callersMethodSetSelect
Sets extremes of the selection, pass start == end if you want an empty selection idx is the index of the selection
textframe/frame.go:508
↓ 14 callersFunctionu32
u32 returns the big-endian uint32 at b[i:].
otat/parse.go:417
↓ 13 callersMethodAddAfter
(ed *Editor, n int, y int, wobble bool)
col.go:74
↓ 13 callersMethodIndexOf
(ed *Editor)
col.go:255
↓ 13 callersMethodInsert
Inserts text into the frame, returns the maximum X and Y used
textframe/frame.go:178
↓ 13 callersFunctionNewJob
(wd, cmd, input string, ec *ExecContext, writeToBuf, istooltip bool, resultChan chan<- string)
jobs.go:45
↓ 12 callersMethodRead
(fid *srv.FFid, buf []byte, offset uint64)
fs.go:314
↓ 12 callersMethodText
Returns the text of the event, if the text was to long to be included in the message attempts to retrieve it using addr and data. If addr and data are
util/events.go:280
↓ 12 callersFunctionYaccoConnect
()
util/util.go:379
↓ 12 callersMethodappendEventOther
(et eventType, ei interface{})
events.go:238
↓ 12 callersFunctionlspLog
(s string)
lsp/lsp.go:696
↓ 11 callersMethodAt
(p int)
buf/buffer.go:599
↓ 11 callersMethodFlush
(req *srv.Req)
fs.go:273
↓ 11 callersMethodReset
()
buf/undo.go:122
↓ 11 callersFunctionResolvePath
(rel2dir, path string)
util/util.go:46
↓ 11 callersMethodShortName
()
buf/buffer.go:820
↓ 11 callersFunctionStringRegion
(start, end string, escape rune)
hl/rules.go:31
↓ 11 callersMethodasExecContext
(chord bool)
win.go:932
↓ 10 callersMethodAddSel
(sel *util.Sel)
buf/buffer.go:131
↓ 10 callersMethodClear
()
textframe/frame.go:168
↓ 10 callersMethodCompile
(pgm []instr, bw bool)
regexp/types.go:20
↓ 10 callersMethodEmpty
()
edit/addr.go:13
↓ 10 callersMethodEventOrRun
()
util/events.go:566
↓ 10 callersMethodFixSel
(sel *util.Sel)
buf/buffer.go:828
↓ 10 callersMethodMatch
(b Matchable, start, end int, dir int)
regexp/exec.go:108
↓ 10 callersFunctionTagHeight
(tagfr *textframe.Frame)
win.go:545
↓ 10 callersMethodTranslatePosition
Gets the thing under a specified point (the point is usually the mouse cursor) Things that don't apply are nil: - the top tag will have only tagfr set
win.go:580
↓ 10 callersFunctionargCheck
(n int, connect bool)
extra/y9p/y9p.go:40
↓ 10 callersFunctionhumanBytes
(sz uintptr)
memdebug.go:66
↓ 9 callersMethodSelectionRunes
Returns the specified selection as single slice of ColorRunes (will allocate)
buf/buffer.go:633
↓ 9 callersMethodSet
(lp LogicalPos)
win.go:81
↓ 9 callersMethodStart
(ec ExecContext, flags popupFlags)
compl.go:274
↓ 9 callersMethodString
()
regexp/types.go:19
↓ 9 callersMethodTagRefresh
()
editor.go:365
↓ 9 callersFunctionWarnfull
(bufname, msg string, clear bool, selectit bool)
open.go:141
↓ 9 callersFunctionmust
(err error)
lsp/lsp.go:27
↓ 9 callersMethodreplace
(text []rune, sel *util.Sel, solid bool)
edit/cmds.go:522
↓ 8 callersFunctionEditFind
(rel2dir, path string, warp bool, create bool)
open.go:25
↓ 8 callersMethodHighlight
(start, end int, buf yregexp.Matchable, outbuf []uint8)
hl/hl.go:11
↓ 8 callersFunctionNewBuffer
(dir, name string, create bool, indentchar string, hl hl.Highlighter)
buf/buffer.go:72
↓ 8 callersMethodRemove
(i int)
col.go:265
↓ 8 callersMethodUnmarshal
(data []byte, v interface{})
iniparse/iniparse.go:48
↓ 8 callersMethodWrite
(fid *srv.FFid, data []byte, offset uint64)
fs.go:330
↓ 8 callersMethodadd
(name string, x uintptr)
memdebug.go:17
↓ 8 callersMethoddir
()
edit/editlang.go:171
↓ 8 callersFunctionfmteventEx
(eventChan chan string, origin EventOrigin, istag bool, etype EventType, s, e int, flags EventFlag, arg string
util/events.go:48
↓ 8 callersFunctionfontFromConf
(font configFont, Fonts map[string]*configFont)
config/serial.go:61
↓ 8 callersFunctiontokUnexpected
(t token, explanation string)
iniparse/tokenizer.go:66
↓ 7 callersFunctionCommentRegion
(start, end string, escape rune)
hl/rules.go:41
↓ 7 callersFunctionCompile
** Compiles a regex - rx: the regular expression string - find: true if we want to do a find operation, false if we want to do a match operation - bw:
regexp/compile.go:13
↓ 7 callersMethodDone
The event is complete
util/events.go:171
↓ 7 callersFunctionFmtevent2
Writes an execute event to eventChan. s and e are the boundaries of the selection, p is the point of the click that was expanded (-1 if the user made
util/events.go:77
↓ 7 callersMethodInsert
Adds an event message to the event reader
util/events.go:163
↓ 7 callersFunctionMust
(err error, msg string)
util/util.go:26
↓ 7 callersMethodRecalcRects
(last bool)
col.go:124
↓ 7 callersMethodRedrawHard
()
win.go:323
↓ 7 callersMethodReset
Reset event reader
util/events.go:181
↓ 7 callersMethodSendBack
Writes the event back to a file
util/events.go:207
↓ 7 callersMethodTowd
Moves to the beginning or end of an alphanumerically delimited word
buf/buffer.go:698
↓ 7 callersFunctionfakebuf
(name string)
exec.go:296
↓ 7 callersFunctionmix
(color1 color.RGBA, color3 color.RGBA)
config/color_schemes.go:75
↓ 7 callersFunctionshowAddr
(f io.ReadSeeker)
extra/testing/acmexperiment.go:101
↓ 6 callersMethodBufferRefreshEx
(recur, scroll bool, scrollto int)
editor.go:398
next →1–100 of 991, ranked by callers