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
formatTest
()
components/util/currency/currency-test.ts:24
Function
formatTest
()
components/util/date/date-test.ts:4
Function
formatTest
()
components/util/number/number-test.ts:33
Function
formatTest
()
components/util/string/string-test.ts:4
Function
formatTimeToChineseTest
()
components/util/formatTimeToChinese/formatTimeToChinese-test.ts:4
Function
formatUrl
(url: Url)
components/ux/url/url.ts:88
Function
formatUrlTest
()
components/ux/url/url-test.ts:8
Function
from
(value: T)
components/util/function/function.ts:13
Function
fromTest
()
components/util/function/function-test.ts:8
Function
fromTest
()
components/util/shim/shim-test.ts:161
Function
fromWildcard
(value: string)
components/util/regexp/regexp.ts:44
Function
fromWildcardTest
()
components/util/regexp/regexp-test.ts:13
Function
func
(arg1: any, arg2: any)
components/util/events/events-test.ts:6
Function
get
(this: TouchEvent)
components/ux/dom/dom.ts:820
Function
get
(this: Control)
components/ui/control/control.tsx:892
Function
get
(obj: any, prop: string)
components/util/object/object.ts:862
Function
getActive
(items: ArrayLike<HTMLElement>, className: string)
components/ux/active/active.ts:9
Function
getAllCookies
()
components/ux/cookie/cookie-more.ts:9
Function
getAttr
(elem: HTMLElement, attrName: string)
components/ux/dom/dom.ts:321
Function
getColumn
* 获取指定列的信息。 * @param index 相关的列号。 * @return 返回列信息。如果列不存在则返回 undefined。
components/ui/dataGridView/dataGridView.tsx:103
Function
getCompilationSettings
()
digofile.js:318
Function
getCookieAndSetCookieTest
()
components/ux/cookie/cookie-test.ts:5
Function
getCssRule
* 获取指定样式。
components/ux/stylesheet/old/stylesheet.ts:25
Function
getCurrentDirectory
()
digofile.js:272
Function
getDayInMonth
(year: number, month: number)
components/util/date/date.ts:259
Function
getDayInMonthTest
()
components/util/date/date-test.ts:77
Function
getEmitOutput
(path)
digofile.js:369
Function
getHtml
(elem: HTMLElement)
components/ux/dom/dom.ts:381
Function
getIntegerLength
(num: number)
components/util/number/number.ts:63
Function
getIntegerLengthTest
()
components/util/number/number-test.ts:27
Function
getName
(enumType: any, enumValue: any)
components/util/enum/enum.ts:23
Function
getNameTest
()
components/util/enum/enum-test.ts:4
Function
getNames
(enumType: object)
components/util/enum/enum.ts:6
Function
getOuterHTML
(elem: HTMLElement)
components/ux/outerHTML/outerHTML.ts:5
Function
getOuterHTMLTest
()
components/ux/outerHTML/outerHTML-test.ts:4
Function
getOutputName
(name)
digofile.js:606
Function
getPinYin
(value: string)
components/util/pinyin/pinyin-gbk.ts:577
Function
getPinYin
(value: string)
components/util/pinyin/pinyin.ts:428
Function
getPrecision
(num: number)
components/util/number/number.ts:51
Function
getPrecisionTest
()
components/util/number/number-test.ts:21
Function
getProgram
()
digofile.js:387
Function
getProjectVersion
()
digofile.js:321
Function
getQueryTest
()
components/util/query/query-test.ts:13
Function
getScriptFileNames
()
digofile.js:324
Function
getScriptSnapshot
(fileName)
digofile.js:330
Function
getScriptVersion
(fileName)
digofile.js:327
Function
getSource
(fn: Function)
components/util/function/function.ts:120
Function
getSourceFile
(path)
digofile.js:390
Function
getSourceTest
()
components/util/function/function-test.ts:132
Function
getSubcookie
(name: string, subname: string)
components/ux/cookie/cookie-more.ts:25
Function
getSubcookieAndSetSubcookieTest
()
components/ux/cookie/cookie-test.ts:12
Function
getTest
()
components/util/object/object-test.ts:226
Function
getText
(elem: HTMLElement)
components/ux/dom/dom.ts:357
Function
getTimezone
(date: Date)
components/util/date/date.ts:279
Function
getTimezoneTest
()
components/util/date/date-test.ts:88
Function
getWeek
(date: Date, base = new Date(date.getFullYear(), 0, 1))
components/util/date/date.ts:270
Function
getWeekTest
()
components/util/date/date-test.ts:83
Function
gotoActiveItem
* 进入列表选中项。
assets/doc/doc.js:199
Function
gotoTop
* 返回顶部。
assets/doc/doc.js:370
Function
gray
()
components/ux/gray/gray.ts:4
Function
greyscale
(color)
components/ui/palette/old/palette.ts:1914
Method
handleClick
(e: MouseEvent)
components/ui/pagination/old/pager.tsx:138
Method
handleClick
* 处理指针按下事件。
components/ui/listBox/listBox.tsx:122
Method
handleCloseClick
* 当点击关闭按钮后执行。
components/ui/messageBox/messageBox.tsx:17
Method
handleCloseClick
* 当点击关闭按钮后执行。
components/ui/dialog/dialog.tsx:60
Method
handleDocumentPointerDown
* 处理文档指针按下事件。 * @param e 事件参数。
components/ux/popup/popup.ts:321
Method
handleDocumentPointerDown
* 处理文档指针按下事件。 * @param e 事件参数。
components/ui/popup/popup.tsx:252
Method
handleDocumentScroll
* 处理文档滚动事件。 * @param e 事件参数。
components/ux/popup/popup.ts:332
Method
handleDocumentScroll
* 处理文档滚动事件。 * @param e 事件参数。
components/ui/popup/popup.tsx:260
Method
handleDragEnd
* 处理拖动结束事件。 * @param e 事件对象。 * @param sender 事件源。
components/ux/drop/drop.ts:103
Method
handleDragMove
* 处理拖动移动事件。 * @param e 事件对象。 * @param sender 事件源。
components/ux/drop/drop.ts:84
Method
handleDragStart
* 处理拖动开始事件。 * @param e 事件对象。 * @param sender 事件源。
components/ux/drop/drop.ts:75
Method
handleHeaderClick
* 处理标题点击事件。
components/ui/panel/panel.tsx:60
Method
handleInput
()
components/ui/suggest/suggest.tsx:19
Method
handleItemClick
* 点击项事件。
components/ui/navMenu/navMenu.tsx:48
Method
handleItemPointerEnter
* 鼠标移入折叠项事件。
components/ui/navMenu/navMenu.tsx:109
Function
handleMenuSelect
* 处理项选中事件。
components/ui/comboBox/comboBox.tsx:61
Method
handlePointerDown
* 处理指针按下事件。 * @param e 事件对象。
components/ux/drag/drag.ts:116
Method
handlePointerDown
* 处理指针按下事件。
components/ui/multiListBox/multiListBox.tsx:50
Method
handlePointerMove
* 处理指针移动事件。 * @param e 事件对象。
components/ux/drag/drag.ts:151
Method
handlePointerMove
* 处理指针移动事件。
components/ui/multiListBox/multiListBox.tsx:79
Method
handlePointerUp
* 处理指针松开事件。 * @param e 事件对象。
components/ux/drag/drag.ts:168
Method
handlePointerUp
* 处理指针松开事件。
components/ui/multiListBox/multiListBox.tsx:86
Function
hasFlagTest
()
components/util/enum/enum-test.ts:14
Function
hashChange
(callback: () => void)
components/ux/hashChange/hashChange.ts:6
Function
head
* 获取表头。
components/ui/dataGridView/dataGridView.tsx:67
Function
header
* 获取表头行。
components/ui/dataGridView/dataGridView.tsx:72
Method
hidden
* 判断当前元素是否已隐藏。
components/ux/popup/popup.ts:278
Function
hideHandler
(e)
assets/doc/qunit.js:3445
Function
hidePlaceHolder
()
components/ux/placeholder/old/placeholder (2).ts:14
Function
highlight
(content, lang)
digofile.js:1347
Function
highlight
()
components/ux/highlight/highlight.ts:4
Function
hmacMd5
(value: string, key: string)
components/util/md5/md5-more.ts:37
Function
hover
(elem: HTMLElement, mouseEnter?: (e: MouseEvent) => void, mouseLeave?: (e: MouseEvent) => void, delay = 30)
components/ux/hover/hover.ts:9
Function
html
(html, opt)
digofile.js:454
Function
ieShim
()
components/ux/ieShim/ieShim.ts:4
Function
ieShimTest
()
components/ux/ieShim/ieShim-test.ts:4
Function
iframe
()
components/ux/iframe/iframe.ts:4
Function
iframeTest
()
components/ux/iframe/iframe-test.ts:4
Function
inCircle
(circle: Circle, p: Point)
components/util/rect/rect.ts:201
← previous
next →
901–1,000 of 1,533, ranked by callers