Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baku89/glisp
/ functions
Functions
358 in github.com/baku89/glisp
⨍
Functions
358
◇
Types & classes
104
Function
onBlur
(e: Event)
src/components/inputs/use-number-input.ts:28
Function
onGrabEnd
()
src/components/use/use-gesture.ts:62
Function
onGrabMove
(_e: MouseEvent)
src/components/use/use-gesture.ts:51
Function
onInputElement
(i: number, v: NonReactive<MalVal>)
src/components/use/use-numeric-vector-updator.ts:32
Function
onInputEvaluatedElement
(i: number, v: number)
src/components/use/use-numeric-vector-updator.ts:42
Function
onKeydown
(e: KeyboardEvent)
src/components/inputs/use-number-input.ts:32
Function
onMouseMove
(e: MouseEvent)
src/components/use/use-mouse-events.ts:26
Function
onMouseToggle
(e: MouseEvent)
src/components/use/use-mouse-events.ts:36
Function
onMousedown
( [selectedIndex, handleIndex]: [number, number], e: MouseEvent )
src/components/ViewHandles/use-handle.ts:243
Function
onMousedown
(e: MouseEvent)
src/components/use/use-draggable.ts:87
Function
onMousedrag
(e: MouseEvent)
src/components/ViewHandles/use-handle.ts:257
Function
onMousedrag
(e: MouseEvent)
src/components/use/use-draggable.ts:42
Function
onMouseup
()
src/components/ViewHandles/use-handle.ts:388
Function
onMouseup
()
src/components/use/use-draggable.ts:66
Function
onSetup
(scope: Scope<ViewScopeOption>, option: ViewScopeOption)
src/scopes/view.ts:11
Function
onSetup
()
src/scopes/app.ts:7
Function
pathArc
( [x, y]: vec2, r: number, start: number, end: number )
src/mal-lib/path.ts:539
Function
pathBounds
* Calc path bounds
src/mal-lib/path.ts:748
Function
pathFlatten
(flatness: number, path: PathType)
src/mal-lib/path.ts:513
Function
pathJoin
(...paths: PathType[])
src/mal-lib/path.ts:388
Function
pathLength
(_path: PathType)
src/mal-lib/path.ts:382
Function
pathTransform
(transform: mat2d, path: PathType)
src/mal-lib/path.ts:424
Function
pathTrim
* Trim path by normalized T
src/mal-lib/path.ts:723
Function
pathVoronoi
( mode: 'edge' | 'cell' = 'edge', [left, top, width, height]: number[], pts: number[][] )
src/mal-lib/path.ts:854
Method
popBinding
()
src/mal/scope.ts:153
Method
popBinding
()
repl/index.js:4
Function
positionAtLength
(offset: number, path: PathType)
src/mal-lib/path.ts:468
Method
pushBinding
(env: Env)
src/mal/scope.ts:149
Method
pushBinding
(e)
repl/index.js:4
Function
pushExpHistory
(newExp: NonReactive<MalNode>, tag?: string)
src/components/PageIndex/use/use-exp-history.ts:16
Function
replaceRange
( s: string, start: number, end: number, substitute: string )
src/utils.ts:6
Function
replaceStrByRange
( s: string, start: number, end: number, substitute: string )
src/components/GlispEditor/utils.ts:3
Function
resolveJS
(str: string)
src/mal/interop.ts:5
Function
resolveJS
(str)
repl/index.js:4
Method
root
()
src/mal/env.ts:48
Method
root
()
repl/index.js:4
Function
setupEditor
(editor: ace.Editor)
src/components/GlispEditor/setup.ts:55
Function
tangentAtLength
(offset: number, path: PathType)
src/mal-lib/path.ts:477
Function
toBeziers
(path: PathType)
src/mal-lib/path.ts:355
Function
unwatchExpOnReplace
( exp: MalNode, callback: WatchOnReplacedCallback )
src/mal/utils.ts:72
Function
updateParamsByUISchema
( schema: Schema[] | SchemaDynamic, uiSchema: Schema[], params: MalVal[], index: number, value: MalVal )
src/mal/schema.ts:475
Function
useAppCommands
( data: { exp: NonReactive<MalNode> selectedExp: NonReactive<MalNode>[] activeExp: NonReactive<MalNode>
src/components/PageIndex/use/use-app-commands.ts:44
Function
useCompactScrollBar
()
src/components/PageIndex/use/use-compact-scrollbar.ts:1
Function
useDialogCommand
(context: SetupContext)
src/components/PageIndex/use/use-dialog-command.ts:20
Function
useDialogCommand
(context: SetupContext)
src/components/PageIndex/use/use-dialog-settings.ts:10
Function
useDraggable
( el: Ref<null | HTMLElement>, options: DraggableOptions = {} )
src/components/use/use-draggable.ts:22
Function
useExpHistory
( exp: Ref<NonReactive<MalNode>>, updateExp: (exp: NonReactive<MalNode>, pushHistory?: boolean) => any )
src/components/PageIndex/use/use-exp-history.ts:10
Function
useGesture
( el: Ref<HTMLElement | null>, options: UseGestureOptions )
src/components/use/use-gesture.ts:12
Function
useHandle
( selectedExp: Ref<NonReactive<MalNode>[]>, viewTransform: Ref<mat2d>, viewEl: Ref<HTMLElement | null>, co
src/components/ViewHandles/use-handle.ts:82
Function
useHitDetector
(exp: Ref<NonReactive<MalNode>>)
src/components/PageIndex/use/use-hit-detector/index.ts:9
Function
useModes
( handleEl: Ref<HTMLElement | null>, viewTransform: Ref<mat2d> )
src/components/PageIndex/use/use-modes.ts:28
Function
useNumber
( value: Ref<number>, tweaking: Ref<boolean>, context: SetupContext )
src/components/inputs/use-number-input.ts:6
Function
useNumericVectorUpdator
( exp: Ref<NonReactive<MalSeq | MalSymbol>>, context: SetupContext )
src/components/use/use-numeric-vector-updator.ts:16
Function
useRem
()
src/components/use/use-rem.ts:3
Function
useURLParser
( onLoadExp: (exp: NonReactive<MalNode>) => void )
src/components/PageIndex/use/use-url-parser.ts:6
Method
value
()
src/utils.ts:45
Function
watchExpOnReplace
( exp: MalNode, callback: WatchOnReplacedCallback )
src/mal/utils.ts:63
Function
z
(e,...t)
repl/index.js:1
← previous
301–358 of 358, ranked by callers