MCPcopy Create free account

hub / github.com/Teal/TealUI / functions

Functions1,533 in github.com/Teal/TealUI

Functionbind
()
components/ux/preventMaskScroll/preventMaskScroll.ts:42
FunctionbindTest
()
components/util/shim/shim-test.ts:348
Methodblur
* 令当前控件失去焦点。
components/ui/input/input.tsx:534
Functionbody
()
components/ui/comboBox/comboBox.tsx:14
Methodbody
()
components/ui/suggest/suggest.tsx:72
FunctionborderLayout
()
components/ux/borderLayout/borderLayout.ts:4
Functionbounce
(x: number)
components/util/tween/transitions.ts:62
FunctionbresenhamTest
()
components/util/bresenham/bresenham-test.ts:4
Functionbrighten
(color, amount)
components/ui/palette/old/palette.ts:1924
FunctionbubbleSort
(iteratable: ArrayList<T>, comparer = (x: T, y: T) => x < y, start = 0, end = iteratable.length)
components/util/sort/sort.ts:30
FunctionbuildIndex
(dir)
digofile.js:556
Methodbuttons
* 按钮。
components/ui/messageBox/messageBox.tsx:64
FunctionbyteLength
(str: string)
components/util/string/string.ts:133
FunctionbyteLengthTest
()
components/util/string/string-test.ts:44
MethodcanInput
* 是否允许用户输入。
components/ui/picker/picker.tsx:58
MethodcanSelect
* 是否允许用户选择。
components/ui/picker/picker.tsx:69
Functioncapitalize
(str: string)
components/util/string/string.ts:158
FunctioncapitalizeTest
()
components/util/string/string-test.ts:52
Methodcatch
* 添加当前确认对象已阻止后的回掉函数。 * @param onRejected 对象已阻止后执行。 * @return 返回新确认对象。 * @since ES6 * @see https://developer.mozilla.org/zh-CN/docs
components/util/shim/promise-shim.js:136
Functionchanged
(path)
digofile.js:362
FunctioncheckPasswordTest
()
components/util/password/password-test.ts:4
MethodcheckValidity
* 验证当期表单内的所有输入域。 * @return 返回验证后的出错的字段列表。如果返回空数组说明验证成功。
components/ui/form/form/form (3).tsx:101
Functionchildren
(node: Node, selector?: string)
components/ux/dom/dom.ts:201
Functioncircular
(x: number)
components/util/tween/transitions.ts:34
Methodclass
* CSS 类名。
components/ui/control/control.tsx:208
Functionclean
(str: string)
components/util/string/string.ts:124
Functionclean
(arr: T[])
components/util/array/array.ts:73
FunctioncleanTest
()
components/util/string/string-test.ts:40
FunctioncleanTest
()
components/util/array/array-test.ts:39
Functionclear
(arr: T[])
components/util/array/array.ts:86
FunctionclearTest
()
components/util/array/array-test.ts:45
Functionclickout
(e)
components/ui/palette/old/palette.ts:968
FunctionclipboardTest
()
components/ux/clipboard/clipboard-test.ts:4
Functionclone
(node: T)
components/ux/dom/dom.ts:310
Functionclone
(date: Date)
components/util/date/date.ts:92
Functionclone
(obj: T)
components/util/object/object.ts:632
FunctioncloneTest
()
components/util/date/date-test.ts:15
FunctioncloneTest
()
components/util/object/object-test.ts:182
FunctioncloseSidebar
assets/doc/doc.js:240
Functioncode
(info, source, opt)
digofile.js:457
Methodcollapsable
* 是否可折叠。
components/ui/panel/panel.tsx:43
FunctioncolumnCount
* 获取列数。
components/ui/dataGridView/dataGridView.tsx:77
Functioncolumns
* 获取所有列的信息。
components/ui/dataGridView/dataGridView.tsx:82
Functioncompare
* 比较两个匹配结果。 * @param result1 要比较的第一个结果。 * @param result2 要比较的第二个结果。 * @return 如果 result1 更匹配则返回 -1,如果 result2 更匹配则返回 1,如果 result1 和 result2 匹配度相当则返
components/util/searchPinYin/searchPinYin.ts:126
FunctioncompareDay
(x: Date, y: Date)
components/util/date/date.ts:216
FunctioncompareDayTest
()
components/util/date/date-test.ts:62
Functioncomplement
(color)
components/ui/palette/old/palette.ts:1951
Functionconcat
(...funcs: T[])
components/util/function/function.ts:35
FunctionconcatTest
()
components/util/function/function-test.ts:110
FunctionconcatTest
()
components/util/shim/shim-test.ts:101
Methodconfirm
* 显示一个确认框。 * @param content 消息框的内容。 * @param title 消息框的标题。 * @param onOk 点击确定事件。 * @param onCancel 点击取消事件。
components/ui/messageBox/messageBox.tsx:139
Methodconstructor
* 初始化新的虚拟节点。 * @param type 节点类型。如果是 null 表示文本节点;如果是字符串表示 HTML 原生节点;如果是函数表示控件。 * @param props 节点属性。如果是文本节点则表示节点内容。 * @param children 所有子
components/ui/control/control.tsx:449
Methodconstructor
* 初始化新的委托。 * @param funcs 绑定的函数。
components/util/delegate/delegate.ts:15
Methodconstructor
* 初始化新的确认对象。 * @param resolver 解析函数。
components/util/shim/promise-shim.js:22
FunctioncontainsWord
(str: string, value: string, separator = " ")
components/util/string/string.ts:80
FunctioncontainsWordTest
()
components/util/string/string-test.ts:28
Functioncontrast
(dark, light, threshold)
components/util/color/color.ts:312
Functioncopy
(content: string)
components/ux/copy/copy.ts:6
Functioncopy
* 复制指定的内容。 * @param content 要复制的文本内容。
assets/doc/doc.js:339
FunctioncopyCode
* 复制代码。 * @param elem 要复制的代码元素。
assets/doc/doc.js:360
FunctioncopyText
* 复制文本到系统剪贴板。 * @param {String} content 要复制的内容。 * @return {Boolean} 是否成功。 * @example copyText("文本")
components/ux/clipboard/clipboard.ts:11
Functioncount
(arr: T[], item: T, startIndex = 0, endIndex = arr.length)
components/util/array/array.ts:208
FunctioncountDown
(end: Date, callback: (days: string, hours: string, minutes: string, seconds: string, total: number) => void |
components/ux/countDown/countDown.ts:14
FunctioncountTest
()
components/util/array/array-test.ts:143
FunctioncountUp
(start: Date, callback: (years: string, days: string, hours: string, minutes: string, seconds: number, total:
components/ux/countDown/countDown.ts:32
FunctioncrashBrowserTest
()
components/ux/crashBrowser/crashBrowser-test.ts:4
MethodcreateMenu
* 当被子类重写时负责创建一个下拉菜单。
components/ui/picker/picker.tsx:121
FunctioncreateTest
()
components/util/shim/shim-test.ts:32
FunctionctrlEnter
(elem: HTMLElement, callback: (e: KeyboardEvent) => void)
components/ux/ctrlEnter/ctrlEnter.ts:7
Functiondarken
(color, amount)
components/ui/palette/old/palette.ts:1932
Functiondarken
(color: T, value: number)
components/util/color/color.ts:212
FunctiondataTableTest
()
components/util/dataTable/dataTable-test.ts:4
FunctiondayLeft
(date: Date, month: number, day: number)
components/util/date/date.ts:200
FunctiondayLeftTest
()
components/util/date/date-test.ts:55
FunctiondecodeBase64
(value: string)
components/util/base64/base64.ts:55
FunctiondecodeBase64Test
()
components/util/base64/base64-test.ts:8
FunctiondecodeGB2312
(value: string)
components/util/gb2312/gb2312.ts:32
FunctiondecodeGB2312Test
()
components/util/gb2312/gb2312-test.ts:8
FunctiondecodeHTMLTest
()
components/util/html/html-test.ts:12
FunctiondecodeUTF8
(value: string)
components/util/utf8/utf8.ts:22
FunctiondecodeUTF8Test
()
components/util/utf8/utf8-test.ts:8
FunctiondeepClone
(obj: T, depth = Infinity)
components/util/object/object.ts:647
FunctiondeepCloneSafe
(obj: T, cloned: any[] = [], clonedResult: any[] = [])
components/util/object/object.ts:676
FunctiondeepCloneSafeTest
()
components/util/object/object-test.ts:190
FunctiondeepCloneTest
()
components/util/object/object-test.ts:186
FunctiondeepDiff
(x: any, y: any, depth = Infinity)
components/util/object/object.ts:781
FunctiondeepDiffTest
()
components/util/object/object-test.ts:214
FunctiondeepEqual
(x: any, y: any)
components/util/object/object.ts:712
FunctiondeepEqualTest
()
components/util/object/object-test.ts:204
FunctiondefferableTest
(done: Function)
components/util/asyncQueue/asyncQueue-test.ts:4
Functiondelay
(fn: T, duration = 0)
components/util/function/function.ts:102
FunctiondelayBrowserTest
()
components/ux/crashBrowser/crashBrowser-test.ts:8
FunctiondelayTest
(done: Function)
components/util/function/function-test.ts:125
FunctiondelegateTest
()
components/util/delegate/delegate-test.ts:4
FunctiondencryptString
(value: string, key = 19901206)
components/util/encryptString/encryptString.ts:25
FunctiondencryptStringTest
()
components/util/encryptString/encryptString-test.ts:4
Functiondeobfuscate
(obfuscatedCode)
components/util/obfuscator/obfuscator.js:416
FunctiondequeueTest
()
components/util/queue/queue-test.ts:41
FunctiondesTest
()
components/util/des/des-test.ts:4
Functiondesaturate
(color, amount)
components/ui/palette/old/palette.ts:1900
← previousnext →701–800 of 1,533, ranked by callers