MCPcopy Create free account

hub / github.com/aimingoo/jike2 / functions

Functions1,721 in github.com/aimingoo/jike2

↓ 122 callersMethodlog
* Returns the natural logarithm (base e) of a number. * @param x A numeric expression.
src/49/lib/lib.d.ts:593
↓ 6 callersFunctionIsTransporter
(t: any, target: Target)
src/31/t2.ts:41
↓ 6 callersFunctionIsTransporter
(t: any, target: Target)
src/31/t3.ts:45
↓ 6 callersMethodforEach
* Performs the specified action for each element in an array. * @param callbackfn A function that accepts up to three arguments. forEach calls
src/49/lib/lib.d.ts:1116
↓ 6 callersMethodpush
* Appends new elements to an array, and returns the new length of the array. * @param items New elements of the Array.
src/49/lib/lib.d.ts:1022
↓ 4 callersFunctionprocessData
(callback: (data?: string) => void)
src/58/t2.ts:32
↓ 3 callersFunctionFoo
(a: T)
src/31/t.ts:22
↓ 3 callersMethodcall
* Calls a method of an object, substituting another object for the current object. * @param thisArg The object to be used as the current object
src/49/lib/lib.d.ts:242
↓ 3 callersFunctiongeneratorExample
()
src/50/t4.ts:3
↓ 3 callersMethodmap
* Calls a defined callback function on each element of an array, and returns an array that contains the results. * @param callbackfn A function
src/49/lib/lib.d.ts:1123
↓ 3 callersMethodrandom
Returns a pseudorandom number between 0 and 1.
src/49/lib/lib.d.ts:611
↓ 3 callersMethodrun
(x: Transporter)
src/30/t2-1.ts:42
↓ 3 callersMethodthen
* Attaches callbacks for the resolution and/or rejection of the Promise. * @param onfulfilled The callback to execute when the Promise is resolve
src/49/lib/lib.d.ts:1197
↓ 2 callersMethodbar
()
src/51/t2.ts:82
↓ 2 callersMethodbind
* For a given function, creates a bound function that has the same body as the original function. * The this object of the bound function is a
src/49/lib/lib.d.ts:250
↓ 2 callersMethodcreate
* Creates an object that has the specified prototype, and that optionally contains specified properties. * @param o Object to use as a prototyp
src/49/lib/lib.d.ts:161
↓ 2 callersFunctionf
()
src/15/t1.js:14
↓ 2 callersMethodfoo
(x: T)
src/56/t2.ts:28
↓ 2 callersFunctionfunc2
(callback: Function)
src/58/t.ts:15
↓ 2 callersFunctiongeneratorExample
()
src/50/t.ts:1
↓ 2 callersMethodkeys
* Returns the names of the enumerable properties and methods of an object. * @param o Object that contains the properties and methods. This can
src/49/lib/lib.d.ts:218
↓ 2 callersMethodpop
* Removes the last element from an array and returns it.
src/49/lib/lib.d.ts:1026
↓ 2 callersMethodrun
(x: Transporter)
src/31/t2-1.ts:29
↓ 2 callersMethodsayHello
()
src/51/t.ts:14
↓ 2 callersMethodtoUpperCase
Converts all the alphabetic characters in a string to uppercase.
src/49/lib/lib.d.ts:409
↓ 1 callersFunctionDBG
(f: T)
src/43/t.ts:4
↓ 1 callersFunctionIsTransporter3
(t: T, target: Target)
src/31/t3.ts:55
↓ 1 callersFunctionTrans
(T)
src/16/t.js:1
↓ 1 callersMethodaddEventListener
(type: "MSOrientationChange", listener: (ev: Event) => any, useCapture?: boolean)
src/49/lib/lib.d.ts:13956
↓ 1 callersMethodappendChild
(newChild: Node)
src/49/lib/lib.d.ts:11609
↓ 1 callersMethodapply
* Calls the function, substituting the specified object for the this value of the function, and the specified array for the arguments of the function.
src/49/lib/lib.d.ts:235
↓ 1 callersMethodassign
(url: string)
src/49/lib/lib.d.ts:10744
↓ 1 callersFunctioncreateButton
()
src/47/src/main.ts:10
↓ 1 callersMethodcreateElement
* Creates an instance of the element for the specified tag. * @param tagName The name of an element.
src/49/lib/lib.d.ts:5764
↓ 1 callersMethodcustomMethod
()
src/59/t3.ts:15
↓ 1 callersMethoddefineProperty
* Adds a property to an object, or modifies attributes of an existing property. * @param o Object on which to add or modify the property. This
src/49/lib/lib.d.ts:169
↓ 1 callersFunctiondelegator
(x)
src/50/t.ts:26
↓ 1 callersMethoderror
(message?: any, ...optionalParams: any[])
src/49/lib/lib.d.ts:4921
↓ 1 callersFunctionf
(x: any)
src/41/t.ts:21
↓ 1 callersFunctionf
(s: string)
src/56/t.ts:40
↓ 1 callersFunctionfetchData
()
src/52/t.ts:3
↓ 1 callersFunctionfoo
(s: string, b: boolean)
src/02/t.ts:7
↓ 1 callersFunctionfoo2
(a: (Foo2A|Foo2B|Foo2C) & {g: T}, b: boolean)
src/32/t1.ts:30
↓ 1 callersFunctionfoo2
(a: {x: T})
src/32/t.ts:53
↓ 1 callersFunctionfoo3
(a: T, b?: U)
src/32/t.ts:68
↓ 1 callersMethodfunc
(a: T)
src/31/t.ts:99
↓ 1 callersFunctionfunc1
(callback: Function)
src/58/t.ts:8
↓ 1 callersFunctiongetClass
(c: T)
src/59/tests/cases/compiler/declarationEmitExpressionInExtends2.ts:8
↓ 1 callersFunctiongetInputSomething
()
src/01/MyTest.ts:1
↓ 1 callersFunctiongetInputSomething
()
src/01/MyTest.js:1
↓ 1 callersFunctiongetInputSomething
()
src/04/MyTest.ts:1
↓ 1 callersMethodgetPrototypeOf
* Returns the prototype of an object. * @param o The object that references the prototype.
src/49/lib/lib.d.ts:139
↓ 1 callersFunctiongetThis
(this: void)
src/51/t2.ts:62
↓ 1 callersMethodgreet
(@logParameter message: string, @logParameter sender: string)
src/43/t.ts:86
↓ 1 callersFunctionhandleButton
()
src/47/src/main.ts:2
↓ 1 callersMethodhi
()
src/51/t2.ts:12
↓ 1 callersMethodisArray
(arg: any)
src/49/lib/lib.d.ts:1168
↓ 1 callersFunctionloadFromDatabase
(id: number)
src/01/MyTest.ts:5
↓ 1 callersFunctionloadFromDatabase
(id)
src/01/MyTest.js:5
↓ 1 callersFunctionloadFromDatabase
(id: number)
src/04/MyTest.ts:5
↓ 1 callersFunctionmakeObject
(desc: ObjectDescriptor<D, M>)
src/57/t2.ts:6
↓ 1 callersFunctionmakeObject
(desc: ObjectDescriptor<D, M>)
src/57/t3.ts:8
↓ 1 callersMethodmoveBy
(x?: number, y?: number)
src/49/lib/lib.d.ts:15676
↓ 1 callersMethodprint
()
src/49/lib/lib.d.ts:15684
↓ 1 callersMethodprintName
(this: this)
src/51/t2.ts:51
↓ 1 callersFunctionprocessT
()
src/52/t2.ts:3
↓ 1 callersMethodquerySelector
(selectors: string)
src/49/lib/lib.d.ts:16167
↓ 1 callersMethodrunAll
()
src/31/t2-1.ts:39
↓ 1 callersMethodrunAll
()
src/30/t2-1.ts:51
↓ 1 callersFunctionsayHi
()
src/51/t.ts:49
↓ 1 callersMethodsome
* Determines whether the specified callback function returns true for any element of an array. * @param callbackfn A function that accepts up t
src/49/lib/lib.d.ts:1109
↓ 1 callersFunctionstart
()
src/31/t2.ts:31
↓ 1 callersFunctionstart
()
src/30/t2-2.ts:35
↓ 1 callersMethodtest
* Returns a Boolean value that indicates whether or not a pattern exists in a searched string. * @param string String on which to perform the s
src/49/lib/lib.d.ts:839
↓ 1 callersMethodtoString
Returns a string representation of a date. The format of the string depends on the locale.
src/49/lib/lib.d.ts:639
Method#f
()
src/07/t.js:6
Method#f
@private {function} 私有实例方法
src/39/t.ts:13
Method#f2
()
src/07/t.js:7
Method#f2
@private {string} 私有 getter 方法
src/39/t.ts:16
Method#foo2
()
src/07/t.js:12
Method#foo2
@private @static {function} 私有静态方法
src/39/t.ts:22
Method#privateAccessor
()
src/41/t3.ts:21
Method#privateMethod
()
src/41/t3.ts:20
FunctionArrayWidgetX
(...value: T[])
src/59/t.ts:29
FunctionAssertIsNumber
(a: any)
src/13/t.ts:12
MethodClose
()
src/49/lib/lib.d.ts:16652
MethodClose
* Closes a text stream. * It is not necessary to close standard streams; they close automatically when the process ends. If * you close a
src/49/lib/lib.d.ts:16671
FunctionDecoratorLog
* Decorator Evaluation * @see https://www.typescriptlang.org/docs/handbook/decorators.html#decorator-evaluation * * NOTE: * 实例成员 > 静态成员 >
src/43/t2.ts:8
FunctionFoo
(a: T)
src/32/t.ts:7
FunctionFoo
()
src/05/t.ts:48
FunctionFoo2
(a: T)
src/31/t.ts:45
FunctionFooX
()
src/25/t.ts:25
FunctionIsTransporter2
(t: T, target: Target)
src/31/t3.ts:50
FunctionMyClass
(t)
src/38/t.js:6
FunctionNOP
()
src/43/t.ts:3
FunctionO4
()
src/22/t.ts:61
FunctionPropertyDecorator
(target: any, propertyKey: string | symbol)
src/43/t3.ts:15
FunctionPropertyDecoratorSetter
(target: any, propertyKey: string | symbol)
src/43/t3.ts:21
MethodRead
* Returns a specified number of characters from an input stream, starting at the current pointer position. * Does not return until the ENTER key
src/49/lib/lib.d.ts:16697
MethodReadAll
* Returns all characters from an input stream. * Can only be used on a stream in reading mode; causes an error in writing or appending mode.
src/49/lib/lib.d.ts:16703
next →1–100 of 1,721, ranked by callers