Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teal/TealUI
/ functions
Functions
1,533 in github.com/Teal/TealUI
⨍
Functions
1,533
◇
Types & classes
221
Function
_16
(s)
components/util/obfuscator/obfuscator.js:255
Function
_17
(s)
components/util/obfuscator/obfuscator.js:239
Function
_18
(s)
components/util/obfuscator/obfuscator.js:219
Function
_21
(c)
components/util/obfuscator/obfuscator.js:372
Function
_22
(c)
components/util/obfuscator/obfuscator.js:366
Function
_23
(c)
components/util/obfuscator/obfuscator.js:363
Function
_24
(c)
components/util/obfuscator/obfuscator.js:360
Function
_25
(p, a, c, k, e, d)
components/util/obfuscator/obfuscator.js:193
Function
_26
()
components/util/obfuscator/obfuscator.js:199
Function
_31
()
components/util/obfuscator/obfuscator.js:134
Function
_32
()
components/util/obfuscator/obfuscator.js:123
Function
__name__
()
assets/tpl/default/tpl.ts:4
Function
__name__
()
assets/tpl/util/tpl.ts:4
Function
__name__Test
()
assets/tpl/util/tpl-test.ts:4
Function
_contains
(parent, child)
assets/doc/doc.js:557
Function
_each
(selector, callback)
assets/doc/doc.js:541
Function
_encodeHTML
(value)
assets/doc/doc.js:777
Function
_extend
(target, obj)
components/ui/addToHomeScreen/addToHomeScreen.tsx:405
Function
_get
(id)
assets/doc/doc.js:526
Function
_hasClass
(elem, className)
assets/doc/doc.js:547
Function
_hasQuery
(name)
assets/doc/doc.js:638
Function
_insert
(html, parent = document.body, prepend)
assets/doc/doc.js:530
Function
_insertMark
(value, points)
assets/doc/doc.js:769
Function
_matchFilter
(data, filter)
assets/doc/doc.js:651
Function
_matchPinYin
(charCodes, pinyins, filter)
assets/doc/doc.js:707
Function
_matchWord
(words, filter)
assets/doc/doc.js:742
Function
_remove
(elem)
assets/doc/doc.js:537
Function
_scrollIntoView
(scrollParent, elem, alignCenter)
assets/doc/doc.js:604
Function
_scrollTo
(elem, value, delta)
assets/doc/doc.js:570
Function
_searchStart
(value, child, childIndex)
assets/doc/doc.js:761
Function
_splitCharCodes
(chars)
assets/doc/doc.js:691
Function
_splitWord
(word)
assets/doc/doc.js:699
Function
_toggle
(elem, value, callback)
assets/doc/doc.js:613
Function
_toggleClass
(elem, className)
assets/doc/doc.js:551
Function
_toggleQuery
(name)
assets/doc/doc.js:642
Method
abort
* 终止当前请求。
components/ux/ajax/ajax.ts:236
Function
abortTests
()
assets/doc/qunit.js:3168
Method
activeItem
* 当前激活项。
components/ui/navMenu/navMenu.tsx:27
Method
activeTab
* 激活的标签页。
components/ui/navTab/navTab.tsx:99
Function
add
(file, options, done, result)
digofile.js:31
Function
add
(elem, listener)
components/ux/dom/dom.ts:829
Function
add
(x: number, y: number)
components/util/currency/currency.ts:8
Function
addCallback
(obj: T, key: keyof T, callback: Function)
components/util/object/object.ts:927
Function
addCallbackTest
()
components/util/object/object-test.ts:253
Function
addColumn
* 在末尾添加一个列。 * @param value 相关的列信息。
components/ui/dataGridView/dataGridView.tsx:136
Function
addCssRule
* 动态增加一个样式。
components/ux/stylesheet/old/stylesheet.ts:11
Function
addDay
(date: Date, value: number)
components/util/date/date.ts:137
Function
addDayTest
()
components/util/date/date-test.ts:31
Function
addFavorite
(title = document.title, url = location.href)
components/ux/addFavorite/addFavorite.ts:14
Function
addHours
(date: Date, value: number)
components/util/date/date.ts:147
Function
addHoursTest
()
components/util/date/date-test.ts:35
Function
addLoadEvent
(fn)
components/ux/flash/swfObject.js:159
Function
addMatch
(match)
components/util/xRegExp/xRegExp.js:656
Function
addMilliseconds
(date: Date, value: number)
components/util/date/date.ts:177
Function
addMillisecondsTest
()
components/util/date/date-test.ts:47
Function
addMinutes
(date: Date, value: number)
components/util/date/date.ts:157
Function
addMinutesTest
()
components/util/date/date-test.ts:39
Function
addMonthTest
()
components/util/date/date-test.ts:23
Function
addSeconds
(date: Date, value: number)
components/util/date/date.ts:167
Function
addSecondsTest
()
components/util/date/date-test.ts:43
Function
addSetter
(obj: T, key: keyof T, callback: Function)
components/util/object/object.ts:942
Method
addTab
* 添加一个标签页。
components/ui/navTab/navTab.tsx:44
Function
addTest
()
components/util/currency/currency-test.ts:4
Function
addTest
()
components/util/bigInteger/bigInteger-test.ts:4
Function
addToHomeScreen
* 对于 IOS/Android 用户,弹出添加到主屏幕的浮层。 * @param {Object} [options] 可选的配置信息。 * @remark * 请确保必须在 DomReady 中调用本函数。
components/ui/addToHomeScreen/addToHomeScreen.tsx:13
Function
addToQueue
* Adds a function to the ProcessingQueue for execution. * @param {Function|Array} callback * @param {Boolean} priority * @param {String} seed
assets/doc/qunit.js:1149
Function
addToQueueImmediate
(callback)
assets/doc/qunit.js:1130
Function
addWeek
(date: Date, value: number)
components/util/date/date.ts:127
Function
addWeekTest
()
components/util/date/date-test.ts:27
Function
addYear
(date: Date, value: number)
components/util/date/date.ts:102
Function
addYearTest
()
components/util/date/date-test.ts:19
Function
advance
* Advances the ProcessingQueue to the next item if it is ready. * @param {Boolean} last
assets/doc/qunit.js:1104
Function
after
(node: Node, content: string | Node | null)
components/ux/dom/dom.ts:281
Function
ajaxSubmit
(formElem: HTMLFormElement, success?: Ajax["success"], error?: Ajax["error"], options?: Partial<Ajax>)
components/ux/ajaxSubmit/ajaxSubmit.ts:12
Function
ajaxSubmitTest
()
components/ux/ajaxSubmit/ajaxSubmit-test.ts:40
Function
ajaxTest
(done: Function)
components/ux/ajax/ajax-test.ts:4
Method
alert
* 显示一个警告框。 * @param content 消息框的内容。 * @param title 消息框的标题。 * @param onOk 点击确定事件。
components/ui/messageBox/messageBox.tsx:128
Function
analogous
(color, results, slices)
components/ui/palette/old/palette.ts:1984
Function
anchor
(anchor)
digofile.js:443
Function
animate
()
components/ux/animate/animate.ts:4
Function
animateText
()
components/ux/animateText/animateText.ts:4
Method
append
(tpl: string, page: number)
components/ui/pagination/pagination.tsx:61
Function
array
(arr, stack)
assets/doc/qunit.js:690
Method
arrow
* 是否显示箭头。
components/ui/popup/popup.tsx:139
Function
assignIf
(iterable: T, source: R)
components/util/object/object.ts:7
Function
assignIfTest
()
components/util/object/object-test.ts:4
Function
assignTest
()
components/util/shim/shim-test.ts:6
Function
associate
(arr: T[], keys: string[])
components/util/array/array.ts:309
Function
associateTest
()
components/util/array/array-test.ts:175
Method
autoEscapeStr
(rest: any)
components/util/url/url.ts:418
Function
autoResize
(elem: HTMLElement)
components/ux/autoResize/autoResize.ts:5
Function
autoScroll
()
components/ux/autoScroll/autoScroll.ts:4
Method
autoScroll
* 自动滚动屏幕。 * @param scrollable 滚动的容器元素。 * @param padding 判断是否在区域内的最小距离。 * @param offset 如果需要滚动则额外偏移的距离。
components/ux/drag/drag.ts:322
Function
avg
(arr: number[])
components/util/array/array.ts:395
Function
avgTest
()
components/util/array/array-test.ts:210
Function
back
(x: number, base = 1.618)
components/util/tween/transitions.ts:53
Function
base64HmacMd5
(value: string, key: string)
components/util/md5/md5-more.ts:48
Function
base64Md5
(value: string)
components/util/md5/md5-more.ts:26
Function
basename
(path: string, ext?: string)
components/util/path/path.ts:128
Function
before
(node: Node, content: string | Node | null)
components/ux/dom/dom.ts:271
← previous
next →
601–700 of 1,533, ranked by callers