Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/asgerf/tscheck
/ functions
Functions
2,463 in github.com/asgerf/tscheck
⨍
Functions
2,463
◇
Types & classes
1,123
Method
distance
()
tests/d3.d.ts:3029
Method
distanceFrom
(that: IPoint)
tests/fabricjs.d.ts:118
Method
distanceTo
* NOTE: Vector4 doesn't have the property. * * distanceTo(v:T):number;
tests/three-r55.d.ts:1866
Method
distanceToSquared
* NOTE: Vector4 doesn't have the property. * * distanceToSquared(v:T):number;
tests/three-r55.d.ts:1873
Method
divide
(scalar: number)
tests/fabricjs.d.ts:119
Method
divideEquals
(scalar: number)
tests/fabricjs.d.ts:120
Method
divideScalar
* divideScalar(s:number):T;
tests/three-r55.d.ts:1834
Method
doImport
(implementationUrl: string)
lib/lib.d.ts:1977
Method
doScroll
(component?: any)
lib/lib.d.ts:5333
Method
documentToScreenColumn
* For the given document row and column, returns the screen column. * @param row * @param docColumn
tests/ace.d.ts:1000
Method
documentToScreenPosition
* Converts document coordinates to screen coordinates. {:conversionConsiderations} * @param docRow The document row to check * @para
tests/ace.d.ts:993
Method
documentToScreenRow
* For the given document row and column, returns the screen row. * @param docRow * @param docColumn
tests/ace.d.ts:1007
Method
dot
* dot(v:T):T;
tests/three-r55.d.ts:1844
Method
drag
* Constructs a new drag behaviour
tests/d3-event.d.ts:6
Method
drag
()
tests/d3.d.ts:1191
Method
drag
* Constructs a new drag behaviour
tests/d3.d.ts:2625
Method
dragDrop
()
lib/lib.d.ts:5759
Method
drawBorders
(context: CanvasRenderingContext2D)
tests/fabricjs.d.ts:332
Method
drawControls
()
tests/fabricjs.d.ts:517
Method
drawCorners
(context: CanvasRenderingContext2D)
tests/fabricjs.d.ts:333
Method
drawDashedLine
(ctx: CanvasRenderingContext2D, x: number, y: number, x2: number, y2: number, dashArray: number[])
tests/fabricjs.d.ts:581
Method
drawImage
(image: HTMLElement, offsetX: number, offsetY: number, width?: number, height?: number, canvasOffsetX?: number
lib/lib.d.ts:3055
Method
duplicate
()
lib/lib.d.ts:1719
Method
duplicateLines
* Duplicates all the text between `firstRow` and `lastRow`. * @param firstRow The starting row to duplicate * @param lastRow The fin
tests/ace.d.ts:892
Method
each
(eachFunction: (data: any, index: number) => any)
tests/d3.d.ts:731
Method
elementFromPoint
(x: number, y: number)
lib/lib.d.ts:2687
Method
empty
()
lib/lib.d.ts:1791
Method
empty
* Returns true if and only if the brush extent is empty
tests/d3.d.ts:1547
Function
emptyFunction
()
testcases/class-system.js:5
Method
encrypt
(algorithm: any, key: Key, buffer?: ArrayBufferView)
lib/lib.d.ts:8349
Method
end
(index: number)
lib/lib.d.ts:4740
Method
endOfStream
(error?: string)
lib/lib.d.ts:8797
Method
entries
* 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
Method
entries
(values: any[])
tests/d3.d.ts:773
Method
entries
()
tests/d3.d.ts:783
Method
eq
(that: IPoint)
tests/fabricjs.d.ts:121
Method
equals
* equals(v:T):boolean;
tests/three-r55.d.ts:1888
Method
every
(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any)
lib/lib.d.ts:282
Method
every
(callbackfn: (value: T, index: number, array: T[]) => boolean, thisArg?: any)
lib/lib.d.ts:412
Method
exec
(name: string, editor: Editor, args: any)
tests/ace.d.ts:36
Method
execAsyncAtPriority
(asynchronousCallback: MSExecAtPriorityFunctionCallback, priority: string, ...args: any[])
lib/lib.d.ts:9058
Method
execAtPriority
(synchronousCallback: MSExecAtPriorityFunctionCallback, priority: string, ...args: any[])
lib/lib.d.ts:9060
Method
execCommand
(cmdID: string, showUI?: boolean, value?: any)
lib/lib.d.ts:1715
Method
execCommand
(cmdID: string, showUI?: boolean, value?: any)
lib/lib.d.ts:1958
Method
execCommand
(commandId: string, showUI?: boolean, value?: any)
lib/lib.d.ts:2686
Method
execCommand
(command:string, args?: any)
tests/ace.d.ts:1062
Method
execCommandShowHelp
(cmdID: string)
lib/lib.d.ts:1731
Method
execCommandShowHelp
(commandId: string)
lib/lib.d.ts:2920
Method
execScript
(code: string, language?: string)
lib/lib.d.ts:5082
Method
execUnsafeLocalFunction
(unsafeFunction: MSUnsafeFunctionCallback)
lib/lib.d.ts:8091
Method
execute
* 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
Method
exp
(x: number)
lib/lib.d.ts:186
Method
expand
(Unit: string)
lib/lib.d.ts:1733
Method
expandFold
(arg: any)
tests/ace.d.ts:477
Method
exportKey
(format: string, key: Key)
lib/lib.d.ts:8355
Method
extend
* 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
Method
extent
* Find the minimum and maximum value in an array * * @param arr Array to search * @param map Accsessor function
tests/d3.d.ts:105
Method
extractContents
()
lib/lib.d.ts:3442
Function
f
()
testcases/getter-call.js:2
Function
f
()
testcases/curry.js:1
Function
f
()
testcases/getter.js:2
Method
fillRect
(x: number, y: number, w: number, h: number)
lib/lib.d.ts:3053
Method
fillText
(text: string, x: number, y: number, maxWidth?: number)
lib/lib.d.ts:3038
Function
filter
(xs, callback)
testcases/array-filter-def.js:1
Method
filter
(callbackfn: (value: string, index: number, array: string[]) => boolean, thisArg?: any)
lib/lib.d.ts:286
Method
find
* 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
Method
findAll
* 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
Method
findMatchingBracket
(position: Position)
tests/ace.d.ts:469
Method
findNext
* 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
Method
findPrevious
* Performs a search for `needle` backwards. For more information on `options`, see [[Search `Search`]]. * @param options search options
tests/ace.d.ts:1686
Function
findPrty
(obj, name)
tscheck.js:304
Method
findRule
(rule: string)
lib/lib.d.ts:7368
Method
findTarget
(e: MouseEvent, skipGroup: bool)
tests/fabricjs.d.ts:582
Method
findText
(string: string, count?: number, flags?: number)
lib/lib.d.ts:1714
Method
finish
()
lib/lib.d.ts:9128
Method
fire
(eventName: string, options)
tests/fabricjs.d.ts:36
Method
fireEvent
(eventName: string, eventObj?: any)
lib/lib.d.ts:1273
Method
fireEvent
(eventName: string, eventObj?: any)
lib/lib.d.ts:2809
Method
fireUpdateEvent
* 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
Method
firstChild
()
lib/lib.d.ts:865
Method
firstPage
()
lib/lib.d.ts:912
Method
flipX
()
lib/lib.d.ts:4805
Method
flipY
()
lib/lib.d.ts:4800
Method
focus
()
lib/lib.d.ts:2225
Method
focus
()
lib/lib.d.ts:2804
Method
focus
()
lib/lib.d.ts:5763
Method
focus
* Brings the current `textInput` into focus.
tests/ace.d.ts:1140
Method
focus
* Focuses the current editor.
tests/ace.d.ts:2407
Function
foo
(x)
testcases/native-substring.js:1
Function
foo
()
testcases/dynamic-arguments.js:13
Function
foo
()
testcases/array-pop.js:1
Function
foo
(x)
testcases/obj-getter.js:1
Method
foo
(y:T)
tests/merge-alpha-rename1.ts:5
Method
foo
(x:number)
tests/inherit-method.ts:12
Method
foo
(x:number)
tests/inherit-method.ts:15
Method
forEach
(callbackfn: (value: string, index: number, array: string[]) => void, thisArg?: any)
lib/lib.d.ts:284
Method
forEach
(callbackfn: (value: T, index: number, array: T[]) => void, thisArg?: any)
lib/lib.d.ts:414
Method
forEach
(callbackfn: (value: T, index: T, set: Set<T>) => void, thisArg?: any)
lib/lib.d.ts:662
Method
forEach
* 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
Method
forEach
(func: (value: any) => void )
tests/d3.d.ts:792
← previous
next →
801–900 of 2,463, ranked by callers