MCPcopy Create free account

hub / github.com/asgerf/tscheck / functions

Functions2,463 in github.com/asgerf/tscheck

Methoddistance
()
tests/d3.d.ts:3029
MethoddistanceFrom
(that: IPoint)
tests/fabricjs.d.ts:118
MethoddistanceTo
* NOTE: Vector4 doesn't have the property. * * distanceTo(v:T):number;
tests/three-r55.d.ts:1866
MethoddistanceToSquared
* NOTE: Vector4 doesn't have the property. * * distanceToSquared(v:T):number;
tests/three-r55.d.ts:1873
Methoddivide
(scalar: number)
tests/fabricjs.d.ts:119
MethoddivideEquals
(scalar: number)
tests/fabricjs.d.ts:120
MethoddivideScalar
* divideScalar(s:number):T;
tests/three-r55.d.ts:1834
MethoddoImport
(implementationUrl: string)
lib/lib.d.ts:1977
MethoddoScroll
(component?: any)
lib/lib.d.ts:5333
MethoddocumentToScreenColumn
* For the given document row and column, returns the screen column. * @param row * @param docColumn
tests/ace.d.ts:1000
MethoddocumentToScreenPosition
* Converts document coordinates to screen coordinates. {:conversionConsiderations} * @param docRow The document row to check * @para
tests/ace.d.ts:993
MethoddocumentToScreenRow
* For the given document row and column, returns the screen row. * @param docRow * @param docColumn
tests/ace.d.ts:1007
Methoddot
* dot(v:T):T;
tests/three-r55.d.ts:1844
Methoddrag
* Constructs a new drag behaviour
tests/d3-event.d.ts:6
Methoddrag
()
tests/d3.d.ts:1191
Methoddrag
* Constructs a new drag behaviour
tests/d3.d.ts:2625
MethoddragDrop
()
lib/lib.d.ts:5759
MethoddrawBorders
(context: CanvasRenderingContext2D)
tests/fabricjs.d.ts:332
MethoddrawControls
()
tests/fabricjs.d.ts:517
MethoddrawCorners
(context: CanvasRenderingContext2D)
tests/fabricjs.d.ts:333
MethoddrawDashedLine
(ctx: CanvasRenderingContext2D, x: number, y: number, x2: number, y2: number, dashArray: number[])
tests/fabricjs.d.ts:581
MethoddrawImage
(image: HTMLElement, offsetX: number, offsetY: number, width?: number, height?: number, canvasOffsetX?: number
lib/lib.d.ts:3055
Methodduplicate
()
lib/lib.d.ts:1719
MethodduplicateLines
* Duplicates all the text between `firstRow` and `lastRow`. * @param firstRow The starting row to duplicate * @param lastRow The fin
tests/ace.d.ts:892
Methodeach
(eachFunction: (data: any, index: number) => any)
tests/d3.d.ts:731
MethodelementFromPoint
(x: number, y: number)
lib/lib.d.ts:2687
Methodempty
()
lib/lib.d.ts:1791
Methodempty
* Returns true if and only if the brush extent is empty
tests/d3.d.ts:1547
FunctionemptyFunction
()
testcases/class-system.js:5
Methodencrypt
(algorithm: any, key: Key, buffer?: ArrayBufferView)
lib/lib.d.ts:8349
Methodend
(index: number)
lib/lib.d.ts:4740
MethodendOfStream
(error?: string)
lib/lib.d.ts:8797
Methodentries
* List the key-value entries of an associative array. * * @param map Array of objects to get the key-value pairs from
tests/d3.d.ts:215
Methodentries
(values: any[])
tests/d3.d.ts:773
Methodentries
()
tests/d3.d.ts:783
Methodeq
(that: IPoint)
tests/fabricjs.d.ts:121
Methodequals
* equals(v:T):boolean;
tests/three-r55.d.ts:1888
Methodevery
(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any)
lib/lib.d.ts:282
Methodevery
(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any)
lib/lib.d.ts:412
Methodexec
(name: string, editor: Editor, args: any)
tests/ace.d.ts:36
MethodexecAsyncAtPriority
(asynchronousCallback: MSExecAtPriorityFunctionCallback, priority: string, ...args: any[])
lib/lib.d.ts:9058
MethodexecAtPriority
(synchronousCallback: MSExecAtPriorityFunctionCallback, priority: string, ...args: any[])
lib/lib.d.ts:9060
MethodexecCommand
(cmdID: string, showUI?: boolean, value?: any)
lib/lib.d.ts:1715
MethodexecCommand
(cmdID: string, showUI?: boolean, value?: any)
lib/lib.d.ts:1958
MethodexecCommand
(commandId: string, showUI?: boolean, value?: any)
lib/lib.d.ts:2686
MethodexecCommand
(command:string, args?: any)
tests/ace.d.ts:1062
MethodexecCommandShowHelp
(cmdID: string)
lib/lib.d.ts:1731
MethodexecCommandShowHelp
(commandId: string)
lib/lib.d.ts:2920
MethodexecScript
(code: string, language?: string)
lib/lib.d.ts:5082
MethodexecUnsafeLocalFunction
(unsafeFunction: MSUnsafeFunctionCallback)
lib/lib.d.ts:8091
Methodexecute
* Provides a means for implementing your own undo manager. `options` has one property, `args`, an [[Array `Array`]], with two elements: * - `
tests/ace.d.ts:2549
Methodexp
(x: number)
lib/lib.d.ts:186
Methodexpand
(Unit: string)
lib/lib.d.ts:1733
MethodexpandFold
(arg: any)
tests/ace.d.ts:477
MethodexportKey
(format: string, key: Key)
lib/lib.d.ts:8355
Methodextend
* Changes the row and column points for the calling range for both the starting and ending points. * @param row A new row to extend to
tests/ace.d.ts:1960
Methodextent
* Find the minimum and maximum value in an array * * @param arr Array to search * @param map Accsessor function
tests/d3.d.ts:105
MethodextractContents
()
lib/lib.d.ts:3442
Functionf
()
testcases/getter-call.js:2
Functionf
()
testcases/curry.js:1
Functionf
()
testcases/getter.js:2
MethodfillRect
(x: number, y: number, w: number, h: number)
lib/lib.d.ts:3053
MethodfillText
(text: string, x: number, y: number, maxWidth?: number)
lib/lib.d.ts:3038
Functionfilter
(xs, callback)
testcases/array-filter-def.js:1
Methodfilter
(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any)
lib/lib.d.ts:286
Methodfind
* Searches for `options.needle`. If found, this method returns the [[Range `Range`]] where the text first occurs. If `options.backwards` is `true`, th
tests/ace.d.ts:2088
MethodfindAll
* Searches for all occurances `options.needle`. If found, this method returns an array of [[Range `Range`s]] where the text first occurs. If `options.
tests/ace.d.ts:2094
MethodfindMatchingBracket
(position: Position)
tests/ace.d.ts:469
MethodfindNext
* Performs another search for `needle` in the document. For more information on `options`, see [[Search `Search`]]. * @param options search o
tests/ace.d.ts:1679
MethodfindPrevious
* Performs a search for `needle` backwards. For more information on `options`, see [[Search `Search`]]. * @param options search options
tests/ace.d.ts:1686
FunctionfindPrty
(obj, name)
tscheck.js:304
MethodfindRule
(rule: string)
lib/lib.d.ts:7368
MethodfindTarget
(e: MouseEvent, skipGroup: bool)
tests/fabricjs.d.ts:582
MethodfindText
(string: string, count?: number, flags?: number)
lib/lib.d.ts:1714
Methodfinish
()
lib/lib.d.ts:9128
Methodfire
(eventName: string, options)
tests/fabricjs.d.ts:36
MethodfireEvent
(eventName: string, eventObj?: any)
lib/lib.d.ts:1273
MethodfireEvent
(eventName: string, eventObj?: any)
lib/lib.d.ts:2809
MethodfireUpdateEvent
* Emits the `'update'` event. `firstRow` and `lastRow` are used to define the boundaries of the region to be updated. * @param firstRow The s
tests/ace.d.ts:226
MethodfirstChild
()
lib/lib.d.ts:865
MethodfirstPage
()
lib/lib.d.ts:912
MethodflipX
()
lib/lib.d.ts:4805
MethodflipY
()
lib/lib.d.ts:4800
Methodfocus
()
lib/lib.d.ts:2225
Methodfocus
()
lib/lib.d.ts:2804
Methodfocus
()
lib/lib.d.ts:5763
Methodfocus
* Brings the current `textInput` into focus.
tests/ace.d.ts:1140
Methodfocus
* Focuses the current editor.
tests/ace.d.ts:2407
Functionfoo
(x)
testcases/native-substring.js:1
Functionfoo
()
testcases/dynamic-arguments.js:13
Functionfoo
()
testcases/array-pop.js:1
Functionfoo
(x)
testcases/obj-getter.js:1
Methodfoo
(y:T)
tests/merge-alpha-rename1.ts:5
Methodfoo
(x:number)
tests/inherit-method.ts:12
Methodfoo
(x:number)
tests/inherit-method.ts:15
MethodforEach
(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any)
lib/lib.d.ts:284
MethodforEach
(callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any)
lib/lib.d.ts:414
MethodforEach
(callbackfn: (value: T, index: T, set: Set<T>) => void, thisArg?: any)
lib/lib.d.ts:662
MethodforEach
* Executes `callback` on all of the available editors. * @param callback A callback function to execute * @param scope The default s
tests/ace.d.ts:2431
MethodforEach
(func: (value: any) => void )
tests/d3.d.ts:792
← previousnext →801–900 of 2,463, ranked by callers