MCPcopy Create free account

hub / github.com/baku89/glisp / functions

Functions358 in github.com/baku89/glisp

↓ 1 callersFunctionlearn
()
public/gif.worker.js:2
↓ 1 callersFunctionmalEquals
(a: MalVal, b: MalVal)
src/mal/types.ts:541
↓ 1 callersFunctionpublishToGist
()
src/scopes/console.ts:365
↓ 1 callersFunctionquasiquote
(exp: MalVal)
src/mal/eval.ts:57
↓ 1 callersFunctionreadAtom
(reader: Reader)
src/mal/reader.ts:109
↓ 1 callersFunctionreadHashMap
(reader: Reader, saveStr: boolean)
src/mal/reader.ts:209
↓ 1 callersFunctionreadList
(reader: Reader, saveStr: boolean)
src/mal/reader.ts:202
↓ 1 callersFunctionrenderTime
(time: number)
src/scopes/console.ts:245
↓ 1 callersFunctionrenderToSvg
( view: MalVal, width: number, height: number )
src/renderer/render-to-svg.ts:5
↓ 1 callersFunctions
(o,u)
public/gif.worker.js:2
↓ 1 callersFunctionsaveOuter
(exp: MalVal, outer: MalVal, index?: number)
src/mal/reader.ts:558
↓ 1 callersFunctionseek
(exp: MalNode, path: string)
src/mal/utils.ts:115
↓ 1 callersMethodsetOuter
(outer: Env)
src/mal/env.ts:243
↓ 1 callersMethodsetOuter
(e)
repl/index.js:4
↓ 1 callersFunctionsetup
(el: HTMLElement)
src/components/use/use-resize-sensor.ts:11
↓ 1 callersMethodsetup
(e)
repl/index.js:4
↓ 1 callersFunctionsetupKeybinds
(editor: ace.Editor)
src/components/GlispEditor/setup.ts:37
↓ 1 callersFunctionsetupResizeHandler
(editor: ace.Editor)
src/components/GlispEditor/setup.ts:31
↓ 1 callersFunctionsetupSettings
(editor: ace.Editor)
src/components/GlispEditor/setup.ts:10
↓ 1 callersFunctiontagExpHistory
(tag: string)
src/components/PageIndex/use/use-exp-history.ts:56
↓ 1 callersFunctiontokenize
(str: string, saveStr = false)
src/mal/reader.ts:83
↓ 1 callersFunctiontransformPath
(path: PathType, transform?: mat2d)
src/path-utils.ts:69
↓ 1 callersFunctiontrimByLength
* Trim path by relative length from each ends
src/mal-lib/path.ts:680
↓ 1 callersFunctionunbiasnet
()
public/gif.worker.js:2
↓ 1 callersFunctionupdateParamsByDynamicUISchema
( schuema: SchemaDynamic, uiSchema: Schema[], index: number, value: MalVal )
src/mal/schema.ts:460
↓ 1 callersFunctionupdateParamsByFixedUISchema
( schemaParams: Schema[], uiSchema: Schema[], params: MalVal[], index: number, value: MalVal )
src/mal/schema.ts:401
↓ 1 callersFunctionupload
()
task.deploy.js:12
↓ 1 callersFunctionuseKeyboardState
()
src/components/use/use-keyboard-state.ts:25
↓ 1 callersFunctionuseMouseEvents
( target: Ref<HTMLElement | any | null> | HTMLElement, { ignorePredicate, onMove, onDown, onDrag,
src/components/use/use-mouse-events.ts:4
↓ 1 callersFunctionuseResizeSensor
( element: Ref<HTMLElement | null> | HTMLElement, onResized: (el: HTMLElement) => any, immediate = false )
src/components/use/use-resize-sensor.ts:4
↓ 1 callersFunctionv
(e,t)
repl/index.js:1
↓ 1 callersFunctionwithMeta
(a: MalVal, m: any)
src/mal/types.ts:241
FunctionByteArray
()
public/gif.worker.js:2
FunctionGIFEncoder
(width,height)
public/gif.worker.js:2
FunctionGlispHighlightRules
(this: any)
src/components/GlispEditor/define-glisp-mode.ts:134
FunctionLZWEncoder
(width,height,pixels,colorDepth)
public/gif.worker.js:2
FunctionMode
(this: any)
src/components/GlispEditor/define-glisp-mode.ts:16
FunctionN
repl/index.js:1
FunctionNeuQuant
(pixels,samplefac)
public/gif.worker.js:2
FunctionO
(e,t=!0)
repl/index.js:1
FunctionV
repl/index.js:1
FunctionalignMatrixAtLength
(offset: number, path: PathType)
src/mal-lib/path.ts:491
FunctionangleAtLength
(offset: number, path: PathType)
src/mal-lib/path.ts:482
FunctionbuildColormap
()
public/gif.worker.js:2
Functionc
(t)
repl/index.js:4
Functioncallback
(e: KeyboardEvent)
src/scopes/app.ts:20
FunctionclosedQ
(path: PathType)
src/mal-lib/path.ts:351
FunctioncomputeTheme
(background: string)
src/theme.ts:73
Methodconstructor
(value: T)
src/utils.ts:40
Methodconstructor
()
src/components/PageIndex/use/use-hit-detector/hit-detector.ts:33
Methodconstructor
(private canvas: Canvas)
src/renderer/canvas-renderer/canvas-renderer.ts:16
Methodconstructor
(tokens: string[], str: string)
src/mal/reader.ts:41
Methodconstructor
( protected outer: Env | null = null, binds?: MalBind, exps?: MalVal[], public name = 'let' )
src/mal/env.ts:29
Methodconstructor
( private outer: Scope<any> | null = null, private name = 'repl', private onSetup: ((scope: Scope<T>, op
src/mal/scope.ts:28
Methodconstructor
(public value: string)
src/mal/types.ts:439
Methodconstructor
(public value: MalVal)
src/mal/types.ts:535
Methodconstructor
(e)
repl/index.js:1
Methodconstructor
(e)
repl/index.js:1
Methodconstructor
(e,t)
repl/index.js:1
Methodconstructor
(e=null,t,n,r="let")
repl/index.js:4
Methodconstructor
(e=null,t="repl",n=null,r=!1)
repl/index.js:4
FunctionconvertToAceRange
( editor: ace.Editor, start: number, end: number )
src/components/GlispEditor/utils.ts:23
Methoddef
(def: MalSeq | null)
src/mal/types.ts:443
Functiondelay
(ms: number)
src/utils.ts:66
FunctiondragAnchor
(path: PathType, index: number, delta: vec2)
src/mal-lib/path.ts:183
Functionencode
(outs)
public/gif.worker.js:2
FunctionevalAtom
( this: void | MalFuncThis, exp: MalVal, env: Env, cache: boolean )
src/mal/eval.ts:111
Methodevaluated
(value: MalVal)
src/mal/types.ts:451
Methodevaluated
(e)
repl/index.js:1
FunctionextractParams
(exp: MalSeq)
src/mal/schema.ts:249
FunctionfindExpByRange
( exp: MalVal, start: number, end: number )
src/mal/reader.ts:410
FunctiongenerateSchemaParamLabel
(_schemaParams: Schema[], fn: MalFunc)
src/mal/schema.ts:215
FunctiongenerateUISchema
( schemaParams: Schema[] | SchemaDynamic, params: MalVal[] )
src/mal/schema.ts:390
MethodgetChain
()
src/mal/env.ts:230
MethodgetChain
()
repl/index.js:4
FunctiongetColormap
()
public/gif.worker.js:2
FunctiongetEditorSelection
(editor: ace.Editor)
src/components/GlispEditor/utils.ts:12
FunctiongetMalFromSelection
(sel: MalSelection)
src/mal/types.ts:285
FunctiongetRangeOfExp
( exp: MalNode, root?: MalNode )
src/mal/reader.ts:351
FunctiongetSVGPathDataRecursive
(exp: MalVal)
src/path-utils.ts:36
MethodhasOwn
(e)
repl/index.js:4
Methodindex
()
src/mal/reader.ts:58
Methodindex
()
repl/index.js:1
FunctioninsideQ
(pos: number[], malPath: PathType)
src/mal-lib/path.ts:841
Functionintersections
(_a: PathType, _b: PathType)
src/mal-lib/path.ts:846
Functioninxsearch
(b,g,r)
public/gif.worker.js:2
FunctionisEqual
(a: MalVal, b: MalVal)
src/mal/types.ts:299
FunctionisPath
(exp: any)
src/path-utils.ts:17
FunctionisValidColorString
(str: string)
src/theme.ts:69
FunctionjsEval
(str: string)
src/mal/repl-core.ts:34
FunctionjsEval
(str)
repl/index.js:4
FunctionjsMethodCall
(objMethodStr: string, ...args: MalVal[])
src/mal/repl-core.ts:38
FunctionjsMethodCall
(e,...t)
repl/index.js:4
FunctionjsToMal
(obj: any)
src/mal/interop.ts:20
FunctionjsToMal
(e)
repl/index.js:4
FunctionnearestOffset
(pos: number[], malPath: PathType)
src/mal-lib/path.ts:829
FunctionnearestPoint
(pos: number[], malPath: PathType)
src/mal-lib/path.ts:835
FunctionnormalAtLength
(offset: number, path: PathType)
src/mal-lib/path.ts:463
Functionoffset
(d: number, path: PathType, ...args: MalVal[])
src/mal-lib/path.ts:655
FunctionoffsetStroke
(d: number, path: PathType, ...args: MalVal[])
src/mal-lib/path.ts:666
← previousnext →201–300 of 358, ranked by callers