MCPcopy Create free account

hub / github.com/danfragoso/thdwb / functions

Functions486 in github.com/danfragoso/thdwb

↓ 1 callersFunctionParseHTMLDocument
(document string)
ketchup/parser.go:10
↓ 1 callersFunctionParsePlainText
(document string)
ketchup/html.go:87
↓ 1 callersMethodPointIntersects
(x, y float64)
mustard/contextMenu.go:161
↓ 1 callersMethodPopNext
()
hotdog/structs.go:72
↓ 1 callersMethodPreviousSibling
()
mustard/types.go:300
↓ 1 callersMethodPrint
(d int)
hotdog/node.go:27
↓ 1 callersMethodProcessButtonClick
()
mustard/events.go:151
↓ 1 callersMethodProcessButtons
()
mustard/events.go:96
↓ 1 callersMethodProcessContextMenu
()
mustard/events.go:189
↓ 1 callersMethodProcessContextMenuClick
()
mustard/events.go:214
↓ 1 callersMethodProcessInputActivation
()
mustard/events.go:134
↓ 1 callersMethodProcessInputs
()
mustard/events.go:115
↓ 1 callersMethodProcessPointerClick
(button glfw.MouseButton)
mustard/events.go:34
↓ 1 callersMethodProcessPointerPosition
()
mustard/events.go:7
↓ 1 callersMethodProcessReturnKey
()
mustard/events.go:53
↓ 1 callersMethodProcessScroll
(x, y float64)
mustard/events.go:49
↓ 1 callersMethodProcessTreeClick
()
mustard/events.go:161
↓ 1 callersMethodProcessTrees
()
mustard/events.go:77
↓ 1 callersFunctionQuadraticBezier
(x0, y0, x1, y1, x2, y2 float64)
gg/bezier.go:15
↓ 1 callersMethodRegisterInput
(input *InputWidget)
mustard/window.go:336
↓ 1 callersMethodRegisterTree
(tree *TreeWidget)
mustard/window.go:327
↓ 1 callersMethodRemoveNodes
()
mustard/types.go:241
↓ 1 callersMethodRemoveOverlay
(overlay *Overlay)
mustard/window.go:372
↓ 1 callersFunctionRenderAboutPage
(buildInfo *hotdog.BuildInfo)
pages/about.go:7
↓ 1 callersFunctionRenderFileBrowser
(path string)
pages/files.go:18
↓ 1 callersFunctionRotate
(angle float64)
gg/matrix.go:33
↓ 1 callersMethodRotate
(angle float64)
gg/matrix.go:82
↓ 1 callersMethodRotate
Rotate updates the current matrix with a anticlockwise rotation. Rotation occurs about the origin. Angle is specified in radians.
gg/context.go:894
↓ 1 callersMethodRotateAbout
RotateAbout updates the current matrix with a anticlockwise rotation. Rotation occurs about the specified point. Angle is specified in radians.
gg/context.go:900
↓ 1 callersFunctionSaveJPG
(path string, im image.Image, quality int)
gg/util.go:72
↓ 1 callersFunctionScale
(x, y float64)
gg/matrix.go:25
↓ 1 callersMethodSelectEntry
(entry *menuEntry)
mustard/contextMenu.go:147
↓ 1 callersMethodSelectNode
(node *TreeWidgetNode)
mustard/tree.go:61
↓ 1 callersMethodSelectNodeByValue
(value string)
mustard/tree.go:70
↓ 1 callersMethodSetBuffer
(*image.RGBA)
mustard/types.go:127
↓ 1 callersMethodSetContext
(ctx *gg.Context)
mustard/canvas.go:67
↓ 1 callersMethodSetContextMenuOverlay
(overlay *Overlay)
mustard/contextMenu.go:102
↓ 1 callersMethodSetDash
SetDash sets the current dash pattern to use. Call with zero arguments to disable dashes. The values specify the lengths of each dash, with alternatin
gg/context.go:171
↓ 1 callersMethodSetLineJoinRound
()
gg/context.go:205
↓ 1 callersMethodSetNeedsRepaint
(bool)
mustard/types.go:128
↓ 1 callersMethodSetPixel
SetPixel sets the color of the specified pixel using the current color.
gg/context.go:570
↓ 1 callersMethodSetReturnCallback
(returnCallback func())
mustard/input.go:56
↓ 1 callersMethodSetSelectCallback
(selectCallback func(*TreeWidgetNode))
mustard/tree.go:50
↓ 1 callersMethodSetThumbColor
(thumbColor string)
mustard/scrollbar.go:65
↓ 1 callersMethodSetTitle
(title string)
mustard/window.go:129
↓ 1 callersMethodSetTrackColor
SetBackgroundColor - Sets the scrollBar background color
mustard/scrollbar.go:48
↓ 1 callersFunctionShear
(x, y float64)
gg/matrix.go:43
↓ 1 callersMethodShear
Shear updates the current matrix with a shearing angle. Shearing occurs about the origin.
gg/context.go:908
↓ 1 callersMethodStrokePreserve
StrokePreserve strokes the current path with the current color, line width, line cap, line join and dash settings. The path is preserved after this op
gg/context.go:449
↓ 1 callersMethodToggle
()
mustard/types.go:269
↓ 1 callersFunctionTranslate
(x, y float64)
gg/matrix.go:17
↓ 1 callersMethodaddEvents
()
mustard/window.go:137
↓ 1 callersFunctionbuildHistoryPage
(history *hotdog.History)
sauce/sauce.go:148
↓ 1 callersFunctionbuildKetchupNode
(node *html.Node, document *hotdog.Document)
ketchup/helpers.go:10
↓ 1 callersFunctioncalculateBlockLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/block.go:19
↓ 1 callersFunctioncalculateChildrenWidgetsLayout
(children []*baseWidget, top, left, width, height float64, orientation FrameOrientation)
mustard/widget.go:37
↓ 1 callersFunctioncalculateFlexibleHeight
(avaiableHeight float64, elements []*baseWidget)
mustard/widget.go:128
↓ 1 callersFunctioncalculateFlexibleWidth
(avaiableWidth float64, elements []*baseWidget)
mustard/widget.go:116
↓ 1 callersFunctioncalculateInlineLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/inline.go:58
↓ 1 callersFunctioncalculateListItemLayout
(ctx *gg.Context, node *hotdog.NodeDOM, childIdx int)
bun/listItem.go:20
↓ 1 callersFunctioncalculateNode
(ctx *gg.Context, node *hotdog.NodeDOM, postion int)
bun/bun.go:87
↓ 1 callersMethodcapper
Path Drawing
gg/context.go:394
↓ 1 callersFunctioncolorLerp
(c0, c1 color.Color, t float64)
gg/gradient.go:188
↓ 1 callersFunctioncompositeAll
(buffer *image.RGBA, widget Widget)
mustard/window.go:274
↓ 1 callersFunctioncompositeWidget
(buffer *image.RGBA, widget Widget)
mustard/window.go:262
↓ 1 callersFunctioncreateFileFunction
(folderName string, fileName string, fileContent []byte)
assets/bundler.go:38
↓ 1 callersFunctioncreateGLBackend
()
mustard/gl.go:55
↓ 1 callersFunctioncreateMainBar
(window *mustard.Window, browser *hotdog.WebBrowser)
browser/ui.go:9
↓ 1 callersFunctioncreateNewGLProgram
(vertexShaderSource, fragmentShaderSource string)
mustard/gl.go:20
↓ 1 callersFunctioncreateRenderTree
(root *hotdog.NodeDOM)
bun/layout.go:8
↓ 1 callersFunctioncubic
(x0, y0, x1, y1, x2, y2, x3, y3, t float64)
gg/bezier.go:32
↓ 1 callersFunctiondashPath
(paths [][]Point, dashes []float64, offset float64)
gg/path.go:62
↓ 1 callersFunctiondashed
(path raster.Path, dashes []float64, offset float64)
gg/path.go:161
↓ 1 callersFunctiondesselectNodes
(nodes []*TreeWidgetNode)
mustard/tree.go:54
↓ 1 callersMethoddestroy
()
mustard/window.go:58
↓ 1 callersFunctiondrawNode
(context *gg.Context, node *TreeWidgetNode, tree *TreeWidget, level int)
mustard/tree.go:216
↓ 1 callersFunctiondrawRootFrame
(window *Window)
mustard/frame.go:47
↓ 1 callersFunctionextractAttributes
(tag string)
ketchup/html.go:18
↓ 1 callersFunctionextractOverlay
(buffer *image.RGBA, postion image.Point)
mustard/contextMenu.go:131
↓ 1 callersFunctionfetchExternalPage
(URL *url.URL)
sauce/sauce.go:62
↓ 1 callersFunctionfetchInternalPage
(URL *url.URL, browser *hotdog.WebBrowser)
sauce/sauce.go:36
↓ 1 callersFunctionfileBrowserTemplate
()
pages/fileBrowserTemplate.go:3
↓ 1 callersFunctionfireNodeEvents
(tree *TreeWidget, node *TreeWidgetNode, x, y, nodeHeight float64)
mustard/tree.go:100
↓ 1 callersMethodfirePointerPositionEvents
()
mustard/events.go:171
↓ 1 callersMethodfireScrollEvents
(x, y float64)
mustard/events.go:177
↓ 1 callersFunctionflowNode
(context *gg.Context, node *TreeWidgetNode, tree *TreeWidget, level int)
mustard/tree.go:187
↓ 1 callersMethodgetCoords
()
mustard/contextMenu.go:173
↓ 1 callersFunctiongetCoreWidgets
(widgets []Widget)
mustard/widget.go:28
↓ 1 callersFunctiongetDefaultElementDisplay
(element string)
mayo/mayo.go:11
↓ 1 callersFunctiongetDefaultElementFontWeight
(element string)
mayo/mayo.go:29
↓ 1 callersFunctiongetFixedHeightElements
(elements []*baseWidget)
mustard/widget.go:102
↓ 1 callersFunctiongetFixedWidthElements
(elements []*baseWidget)
mustard/widget.go:88
↓ 1 callersFunctiongetIntersectedNode
(nodes []*TreeWidgetNode, x, y float64)
mustard/tree.go:112
↓ 1 callersFunctiongetNodeContent
(NodeDOM *hotdog.NodeDOM)
bun/bun.go:41
↓ 1 callersFunctiongetSelfIdx
(node *NodeDOM)
hotdog/xpath.go:30
↓ 1 callersFunctiongetXPath
(node *NodeDOM)
hotdog/xpath.go:5
↓ 1 callersFunctionhasInlineStyle
(attributes []*hotdog.Attribute)
mayo/mayo.go:94
↓ 1 callersFunctionhash
(dc *Context)
gg/context_test.go:19
↓ 1 callersFunctionimageToRGBA
(src image.Image)
gg/util.go:85
↓ 1 callersFunctionisVoidElement
(tagName string)
ketchup/html.go:35
← previousnext →201–300 of 486, ranked by callers