MCPcopy Create free account

hub / github.com/DuckDeck/blog / functions

Functions446 in github.com/DuckDeck/blog

↓ 148 callersMethodcreate
(code,data)
server/model/result.js:12
↓ 76 callersFunctiona
()
src/plugins/swiper.min.js:15
↓ 46 callersFunctionsetpromiseGet
(url,para)
src/store/conf.js:3
↓ 43 callersFunctionjQuery
( selector, context )
static/page/js/jquery.js:73
↓ 43 callersFunctionr
(e)
src/plugins/swiper.min.js:15
↓ 38 callersMethodcheckNum
(body,name)
server/tool/check.js:10
↓ 38 callersFunctionresolve
()
static/page/js/jquery.js:3986
↓ 34 callersMethodcreateCount
(code,count,data)
server/model/result.js:22
↓ 25 callersMethodcheckManageToken
(req,outTime = 50000)
server/tool/check.js:88
↓ 25 callersMethodcheckToken
(req,outTime = 50000)
server/tool/check.js:138
↓ 22 callersMethodcheckPage
(req)
server/tool/check.js:70
↓ 20 callersFunctionsetpromisePost
(url,para)
src/store/conf.js:27
↓ 19 callersMethodsave
(tag)
server/model/tag.js:22
↓ 17 callersMethodmd5
(str)
server/tool/tool.js:73
↓ 16 callersMethodupdate
(system)
server/model/link.js:19
↓ 14 callersFunctiongetAll
( context, tag )
static/page/js/jquery.js:5013
↓ 12 callersFunctioncheck
(x,y)
static/page/Tank html5 - by 06wj_files/Tank.js:231
↓ 11 callersMethodgetType
(data)
server/tool/tool.js:21
↓ 10 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
static/page/js/jquery.js:886
↓ 10 callersFunctionmarkFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
static/page/js/jquery.js:877
↓ 9 callersFunctioncallback
(error, response, body)
server/controllers/toolController.js:150
↓ 9 callersMethodcheckString
(body,name)
server/tool/check.js:20
↓ 8 callersMethoddecryptyPass
(pass)
server/tool/check.js:191
↓ 7 callersFunctioncreatePositionalPseudo
* Returns a function to use in pseudos for positionals * @param {Function} fn
static/page/js/jquery.js:972
↓ 7 callersFunctionindexOf
( list, elem )
static/page/js/jquery.js:610
↓ 7 callersMethodregexCheck
(str,regex)
server/tool/check.js:35
↓ 7 callersFunctionsetpromiseDelete
(url,para)
src/store/conf.js:16
↓ 5 callersFunctionn
()
src/plugins/swiper.min.js:15
↓ 4 callersFunctionSizzle
( selector, context, results, seed )
static/page/js/jquery.js:745
↓ 4 callersFunctionadd
( key, value )
static/page/js/jquery.js:8451
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
static/page/js/jquery.js:2161
↓ 4 callersFunctioncurCSS
( elem, name, computed )
static/page/js/jquery.js:5548
↓ 4 callersMethoddecrypt
* 解密方法 * @param key 解密的key * @param iv 向量 * @param crypted 密文 * @returns string
server/tool/tool.js:102
↓ 4 callersFunctiongenFx
( type, includeWidth )
static/page/js/jquery.js:6329
↓ 4 callersFunctiongetStyles
( elem )
static/page/js/jquery.js:5535
↓ 4 callersFunctionh
(e)
src/plugins/swiper.min.js:15
↓ 4 callersFunctionisHidden
( elem, el )
static/page/js/jquery.js:4013
↓ 4 callersFunctionmovePoint
(tank)
static/page/Tank html5 - by 06wj_files/Tank.js:363
↓ 4 callersFunctionnext
()
static/page/js/jquery.js:3904
↓ 4 callersMethodprocessCommand
(command)
src/tool/chat.js:15
↓ 4 callersFunctions
(a)
src/plugins/swiper.min.js:16
↓ 4 callersMethodsaveArticalMap
(articalId,tags)
server/model/tag.js:49
↓ 4 callersFunctiontoSelector
( tokens )
static/page/js/jquery.js:2075
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
static/page/js/jquery.js:2085
↓ 3 callersFunctionaddHandle
* Adds the same handler for all of the specified attrs * @param {String} attrs Pipe-separated list of attributes * @param {Function} handler The met
static/page/js/jquery.js:908
↓ 3 callersFunctionaddTank
(x, y, type, name)
static/page/Tank html5 - by 06wj_files/Main.js:189
↓ 3 callersFunctionajaxExtend
( target, src )
static/page/js/jquery.js:7640
↓ 3 callersMethodarticleTagByArticleId
(article_id)
server/model/tag.js:46
↓ 3 callersMethodconstructor
(socket)
src/tool/chat.js:2
↓ 3 callersFunctioncreateCache
* Create key-value caches of limited size * @returns {Function(string, Object)} Returns the Object data after storing it on itself with * property n
static/page/js/jquery.js:859
↓ 3 callersFunctiondefaultDisplay
* Try to determine the default display value of an element * @param {String} nodeName
static/page/js/jquery.js:5501
↓ 3 callersMethoddeleteTagByArticleId
(articleId)
server/model/tag.js:34
↓ 3 callersFunctiondivSystemConentElement
(message)
chat/js/chat.js:48
↓ 3 callersFunctiondone
( status, nativeStatusText, responses, headers )
static/page/js/jquery.js:8174
↓ 3 callersFunctiondraw
()
static/page/Tank html5 - by 06wj_files/Main.js:301
↓ 3 callersFunctionelementMatcher
( matchers )
static/page/js/jquery.js:2138
↓ 3 callersMethodencrypt
* 加密方法 * @param key 加密key * @param iv 向量 * @param data 需要加密的数据 * @returns string
src/tool/tool.js:219
↓ 3 callersMethodhandleHtmlImg
(html)
server/tool/tool.js:159
↓ 3 callersFunctionisArraylike
( obj )
static/page/js/jquery.js:533
↓ 3 callersFunctionl
(e,a)
src/plugins/swiper.min.js:15
↓ 3 callersFunctiono
(e,t)
src/plugins/swiper.min.js:15
↓ 3 callersFunctionsetGlobalEval
( elems, refElements )
static/page/js/jquery.js:4968
↓ 3 callersFunctiontestContext
* Checks a node for validity as a Sizzle context * @param {Element|Object=} context * @returns {Element|Object|Boolean} The input node if acceptable
static/page/js/jquery.js:995
↓ 3 callersMethodupdateAtricle
(article)
server/model/article.js:64
↓ 3 callersMethodupdateUserHead
(user)
server/model/user.js:72
↓ 3 callersFunctionwinnow
( elements, qualifier, not )
static/page/js/jquery.js:2629
↓ 2 callersFunctionactualDisplay
( name, doc )
static/page/js/jquery.js:5479
↓ 2 callersFunctionaddGetHookIf
( conditionFn, hookFn )
static/page/js/jquery.js:5596
↓ 2 callersFunctionaddToPrefiltersOrTransports
( structure )
static/page/js/jquery.js:7581
↓ 2 callersMethodallFile
()
server/model/file.js:16
↓ 2 callersMethodarticalById
(article_id)
server/model/article.js:56
↓ 2 callersFunctionaugmentWidthOrHeight
( elem, name, extra, isBorderBox, styles )
static/page/js/jquery.js:5771
↓ 2 callersFunctionchangeHome
(god)
static/page/Tank html5 - by 06wj_files/Main.js:333
↓ 2 callersMethodchangeRoom
(room)
src/tool/chat.js:12
↓ 2 callersMethodcheckLogin
(userName)
server/model/user.js:52
↓ 2 callersFunctionclear
(whichCanvas)
static/page/Tank html5 - by 06wj_files/Main.js:243
↓ 2 callersFunctioncloneCopyEvent
( src, dest )
static/page/js/jquery.js:4979
↓ 2 callersMethodcommentById
(commendId)
server/model/comment.js:49
↓ 2 callersFunctioncomputePixelPositionAndBoxSizingReliable
()
static/page/js/jquery.js:5636
↓ 2 callersMethodconvertResultData
(result)
server/tool/tool.js:63
↓ 2 callersFunctioncreateFxNow
()
static/page/js/jquery.js:6321
↓ 2 callersFunctioncreateResult
(code,data)
server/model/result.js:32
↓ 2 callersFunctioncreateUser
(name,pass)
crawler/jianshumy.js:76
↓ 2 callersFunctiondataAttr
( elem, key, data )
static/page/js/jquery.js:3721
↓ 2 callersMethoddeleteArticle
(articleId)
server/model/article.js:60
↓ 2 callersFunctiondivEscapedContentElement
(message)
chat/js/chat.js:45
↓ 2 callersFunctiondrawMap
()
static/page/Tank html5 - by 06wj_files/Map.js:19
↓ 2 callersFunctionfire
( data )
static/page/js/jquery.js:3086
↓ 2 callersFunctiongetComment
(ctx)
server/controllers/commentController.js:270
↓ 2 callersFunctiongetWidthOrHeight
( elem, name, extra )
static/page/js/jquery.js:5810
↓ 2 callersFunctiongetWindow
* Gets a window from an element
static/page/js/jquery.js:8912
↓ 2 callersFunctioninitMyTank
(num)
static/page/Tank html5 - by 06wj_files/Main.js:114
↓ 2 callersFunctioninitStage
()
static/page/Tank html5 - by 06wj_files/Main.js:161
↓ 2 callersFunctioninspect
( dataType )
static/page/js/jquery.js:7618
↓ 2 callersFunctioninspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR )
static/page/js/jquery.js:7613
↓ 2 callersFunctionjoinRoom
(socket,room)
server/lib/chat_back.js:36
↓ 2 callersFunctionm
(e,t)
src/plugins/swiper.min.js:15
↓ 2 callersFunctionmanipulationTarget
( elem, content )
static/page/js/jquery.js:4941
↓ 2 callersFunctionnextStage
()
static/page/Tank html5 - by 06wj_files/Main.js:353
↓ 2 callersMethodphones
()
server/model/phone.js:17
next →1–100 of 446, ranked by callers