MCPcopy Create free account

hub / github.com/alex1504/wx-guita_tab / functions

Functions162 in github.com/alex1504/wx-guita_tab

↓ 17 callersMethodsave
* 保存当前坐标轴的缩放、旋转、平移信息
typings/wx.d.ts:250
↓ 16 callersFunctioncb
(value, context, argCount)
utils/underscore.js:93
↓ 15 callersFunctionisArrayLike
(collection)
utils/underscore.js:143
↓ 8 callersFunctionhexOctet
()
utils/bmob.js:183
↓ 5 callersFunctionflatten
(input, shallow, strict, startIndex)
utils/underscore.js:501
↓ 5 callersFunctionoptimizeCb
(func, context, argCount)
utils/underscore.js:65
↓ 4 callersFunction_
(obj)
utils/underscore.js:41
↓ 3 callersFunctioncreateAssigner
(keysFunc, undefinedOnly)
utils/underscore.js:104
↓ 3 callersFunctiongroup
(behavior)
utils/underscore.js:402
↓ 3 callersFunctionresolveOne
()
utils/bmob.js:2242
↓ 3 callersFunctionresult
(instance, obj)
utils/underscore.js:1511
↓ 3 callersFunctiontriggerDestroy
()
utils/bmob.js:3909
↓ 2 callersFunctionbaseCreate
(prototype)
utils/underscore.js:122
↓ 2 callersFunctioncollectNonEnumProps
(obj, keys)
utils/underscore.js:928
↓ 2 callersFunctioncreateEscaper
(map)
utils/underscore.js:1373
↓ 2 callersFunctioncreateIndexFinder
(dir, predicateFind, sortedIndex)
utils/underscore.js:659
↓ 2 callersFunctioncreatePredicateIndexFinder
(dir)
utils/underscore.js:627
↓ 2 callersFunctioncreateReduce
(dir)
utils/underscore.js:184
↓ 2 callersFunctionexecuteBound
(sourceFunc, boundFunc, context, callingContext, args)
utils/underscore.js:716
↓ 1 callersFunctioneq
(a, b, aStack, bStack)
utils/underscore.js:1119
↓ 1 callersFunctioninherits
(parent, protoProps, staticProps)
utils/bmob.js:29
↓ 1 callersFunctioniterator
(obj, iteratee, memo, keys, index, length)
utils/underscore.js:187
↓ 1 callersFunctionproperty
(key)
utils/underscore.js:131
↓ 1 callersFunctionreadAsync
(file, type)
utils/bmob.js:2753
↓ 1 callersFunctionsuccess
(res)
api/index.js:120
↓ 1 callersFunctionwrappedRejectedCallback
(error)
utils/bmob.js:2371
FunctionCtor
()
utils/underscore.js:38
FunctionEmptyConstructor
()
utils/bmob.js:15
FunctionaddChords
(chordArr, queryString)
api/index.js:140
MethodaddColorStop
* 创建一个颜色的渐变点。小于最小 stop 的部分会按最小 stop 的 color 来渲染,大于最大 stop 的部分会按最大 stop 的 color 来渲染。需要使用 addColorStop() 来指定渐变点,至少要两个。
typings/wx.d.ts:150
FunctionaddComment
(obj)
api/index.js:291
Methodarc
* 添加一个弧形路径到当前路径,顺时针绘制。
typings/wx.d.ts:210
Functionb64Digit
(number)
utils/bmob.js:2476
MethodbackgroundColor
* 颜色值
typings/wx.d.ts:19
MethodbeginPath
* 开始一个路径
typings/wx.d.ts:194
MethodbezierCurveTo
* 创建三次方贝塞尔曲线
typings/wx.d.ts:218
FunctionbindInput
(e)
pages/comment/index.js:152
FunctionbindSearchInput
(e)
pages/search/index.js:56
Methodbottom
* 长度值,如果传入 Number 则默认使用 px,可传入其他自定义单位的长度值
typings/wx.d.ts:39
Functionbound
()
utils/underscore.js:731
FunctioncancleReplyTo
()
pages/comment/index.js:142
FunctionchangeSoundName
(e)
pages/tools/index.js:116
FunctionchangeTab
(e)
pages/list/index.js:83
FunctionchangeType
(e)
pages/tools/index.js:121
MethodclearRect
* 在给定的矩形区域内,清除画布上的像素
typings/wx.d.ts:182
MethodclosePath
* 关闭一个路径
typings/wx.d.ts:198
MethodcreateCircularGradient
* 创建一个圆形的渐变颜色。 起点在圆心,终点在圆环。 需要使用 addColorStop() 来指定渐变点,至少要两个。
typings/wx.d.ts:146
MethodcreateLinearGradient
* 创建一个线性的渐变颜色。需要使用 addColorStop() 来指定渐变点,至少要两个。
typings/wx.d.ts:142
FunctiondeleteChanged
(value, attr)
utils/bmob.js:3996
Methoddraw
* 进行绘图
typings/wx.d.ts:258
MethoddrawImage
* 在画布上绘制图像
typings/wx.d.ts:242
FunctionencodeBase64
(str)
utils/bmob.js:2495
FunctionescapeChar
(match)
utils/underscore.js:1433
Functionescaper
(match)
utils/underscore.js:1374
Functionfail
()
api/index.js:133
Methodfill
* 对当前路径进行填充
typings/wx.d.ts:186
MethodfillRect
* 填充一个矩形。用 setFillStyle() 设置矩形的填充色,如果没设置默认是黑色。
typings/wx.d.ts:174
MethodfillText
* 在画布上绘制被填充的文本
typings/wx.d.ts:234
FunctiongetBanner
()
pages/index/index.js:72
FunctiongetBanner
()
api/index.js:222
FunctiongetChordById
(id)
api/index.js:40
FunctiongetChords
(page, limit, orderBy)
api/index.js:5
FunctiongetCollectChords
* 根据歌曲id获取收藏列表 * @param {array} idArr 歌曲id集合
api/index.js:398
FunctiongetCollectChordsById
* 根据用户openId获取收藏歌曲id集合 * @param {string} openId 用户id
api/index.js:372
FunctiongetComments
(songId)
api/index.js:263
FunctiongetGuitaData
()
pages/index/index.js:54
FunctiongetGuitaData
()
pages/list/index.js:113
FunctiongetLoveSongsByOpenId
()
pages/detail/index.js:13
FunctiongetLoveSongsByOpenId
()
pages/index/index.js:88
Methodheight
* 长度值,如果传入 Number 则默认使用 px,可传入其他自定义单位的长度值
typings/wx.d.ts:27
FunctionidToPointer
(id)
utils/bmob.js:1963
Functionlater
()
utils/underscore.js:804
FunctionlaunchComment
()
pages/comment/index.js:157
Methodleft
* 长度值,如果传入 Number 则默认使用 px,可传入其他自定义单位的长度值
typings/wx.d.ts:35
MethodlineTo
* 添加一个新点,然后在画布中创建从该点到最后指定点的线条。
typings/wx.d.ts:206
FunctionloadComments
(songId)
pages/comment/index.js:66
FunctionloadData
(page)
pages/index/index.js:98
FunctionloadhotestList
(hotestListPage)
pages/list/index.js:140
FunctionloadlatestList
(latestListPage)
pages/list/index.js:173
Functionlogin
()
app.js:39
Methodmatrix
* 同transform-function matrix
typings/wx.d.ts:119
Methodmatrix3d
* 同transform-function matrix3d
typings/wx.d.ts:123
Functionmemoize
(key)
utils/underscore.js:771
MethodmoveTo
* 把路径移动到画布中的指定点,但不创建线条。
typings/wx.d.ts:202
FunctionnavigateToDetail
(e)
pages/index/index.js:29
FunctiononInputContact
(e)
pages/feedback/index.js:12
FunctiononInputTextarea
(e)
pages/feedback/index.js:17
FunctiononPageScroll
(obj)
pages/list/index.js:51
FunctiononReachBottom
()
pages/list/index.js:208
FunctiononReady
()
pages/list/index.js:31
FunctiononSearch
(e)
pages/search/index.js:16
Methodopacity
* 透明度,参数范围 0~1
typings/wx.d.ts:15
FunctionpointerToId
(object)
utils/bmob.js:1907
MethodquadraticCurveTo
* 创建二次方贝塞尔曲线
typings/wx.d.ts:214
Methodrect
* 添加一个矩形路径到当前路径。
typings/wx.d.ts:170
FunctionreplyComment
(e)
pages/comment/index.js:123
Methodrestore
* 恢复之前保存过的坐标轴的缩放、旋转、平移信息
typings/wx.d.ts:254
FunctionretrieveScrT
()
pages/list/index.js:36
Methodright
* 长度值,如果传入 Number 则默认使用 px,可传入其他自定义单位的长度值
typings/wx.d.ts:43
Methodrotate
* deg的范围-180~180,从原点顺时针旋转一个deg角度
typings/wx.d.ts:47
next →1–100 of 162, ranked by callers