MCPcopy Create free account

hub / github.com/devin87/Q.js / functions

Functions633 in github.com/devin87/Q.js

↓ 3 callersFunctiondef
* 若value不为undefine,则返回value;否则返回defValue * @param {object} value * @param {object} defValue value不存在时返回的值
Q.js:112
↓ 3 callersFunctiondef
* 若value不为undefine,则返回value;否则返回defValue * @param {object} value * @param {object} defValue value不存在时返回的值
src/Q.js:112
↓ 3 callersFunctiondoComplete
(url)
Q.js:2289
↓ 3 callersFunctiondoComplete
(url)
src/Q.core.js:82
↓ 3 callersFunctiondone
( status, nativeStatusText, responses, headers )
lib/jquery-1.11.3.js:9228
↓ 3 callersFunctionelementMatcher
( matchers )
lib/jquery-1.11.3.js:2181
↓ 3 callersFunctiongetStyle
(ele, key)
Q.js:4139
↓ 3 callersFunctiongetStyle
(ele, key)
src/Q.dom.js:278
↓ 3 callersFunctiongetType
* 获取数据类型(小写) undefined|null|string|number|array|function|date|regexp|window|node|list * @param {object} obj 要检测的数据
node/Q.js:38
↓ 3 callersFunctionget_attr_name
(name)
Q.js:3909
↓ 3 callersFunctionget_attr_name
(name)
src/Q.dom.js:48
↓ 3 callersFunctionisArraylike
( obj )
lib/jquery-1.11.3.js:571
↓ 3 callersFunctionisEmptyDataObject
( obj )
lib/jquery-1.11.3.js:3694
↓ 3 callersFunctionisInt
* 检测是否为整数(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
Q.js:151
↓ 3 callersFunctionisInt
* 检测是否为整数(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
src/Q.js:151
↓ 3 callersFunctionisInt
* 检测是否为整数(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
node/Q.js:151
↓ 3 callersFunctionisNum
* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值 * @p
node/Q.js:123
↓ 3 callersFunctionisUInt
* 检测是否为大于0的整数 * @param {number} n 数字
node/Q.js:159
↓ 3 callersFunctionpad
(n, len)
Q.js:6714
↓ 3 callersFunctionpad
(n, len)
src/Q.setTimer.js:35
↓ 3 callersFunctionquery
(selector, context)
src/Q.$.js:96
↓ 3 callersFunctionsendHttp
* 发送http请求 * @param {string} url 请求地址 * @param {object} ops 请求配置项 {queue,type,headers,timeout,dataType,data,opts,agent,retryCount,proxy,re
src/node/http.js:77
↓ 3 callersFunctionsendHttp
* 发送http请求 * @param {string} url 请求地址 * @param {object} ops 请求配置项 {queue,type,headers,timeout,dataType,data,opts,agent,retryCount,proxy,res,
node/Q.js:2442
↓ 3 callersFunctionsetCenter
(ele, onlyPos)
Q.js:4293
↓ 3 callersFunctionsetCenter
(ele, onlyPos)
src/Q.dom.js:432
↓ 3 callersFunctionsetGlobalEval
( elems, refElements )
lib/jquery-1.11.3.js:5409
↓ 3 callersFunctionset_className
(ele, delName, addName)
Q.js:4464
↓ 3 callersFunctionset_className
(ele, delName, addName)
src/Q.dom.js:603
↓ 3 callersFunctionstop_event
(event, isPreventDefault, isStopPropagation)
Q.js:4623
↓ 3 callersFunctionstop_event
(event, isPreventDefault, isStopPropagation)
src/Q.event.js:35
↓ 3 callersFunctiontestContext
* Checks a node for validity as a Sizzle context * @param {Element|Object=} context * @returns {Element|Object|Boolean} The input node if acceptable
lib/jquery-1.11.3.js:1038
↓ 3 callersFunctiontoLower
* 将字符串转为小写,若str不是字符串,则返回defValue * @param {string} str 字符串 * @param {string} defValue str不是字符串时返回的值
Q.js:208
↓ 3 callersFunctiontoLower
(str, defValue)
src/Q.ajax.js:62
↓ 3 callersFunctionwaitFor
* 等待达到条件或超时时,执行一个回调函数 callback(ops,timedout) * @param {function} check 检测函数,若返回true则立即执行回调函数 * @param {function} callback 回调函数(ops,timedout)
Q.js:649
↓ 3 callersFunctionwaitFor
* 等待达到条件或超时时,执行一个回调函数 callback(ops,timedout) * @param {function} check 检测函数,若返回true则立即执行回调函数 * @param {function} callback 回调函数(ops,timedou
src/Q.js:649
↓ 3 callersFunctionwinnow
( elements, qualifier, not )
lib/jquery-1.11.3.js:2672
↓ 2 callersFunctionactualDisplay
( name, doc )
lib/jquery-1.11.3.js:6036
↓ 2 callersFunctionaddGetHookIf
( conditionFn, hookFn )
lib/jquery-1.11.3.js:6257
↓ 2 callersFunctionaddToPrefiltersOrTransports
( structure )
lib/jquery-1.11.3.js:8634
↓ 2 callersFunctionadd_event
(ele, type, selector, fn, once, stops)
Q.js:4776
↓ 2 callersFunctionadd_event
(ele, type, selector, fn, once, stops)
src/Q.event.js:188
↓ 2 callersFunctionafterLoad
(url, element)
Q.js:2277
↓ 2 callersFunctionafterLoad
(url, element)
src/Q.core.js:70
↓ 2 callersFunctionanimate
(el, props, speed, easing, callback)
Q.js:6623
↓ 2 callersFunctionanimate
(el, props, speed, easing, callback)
src/Q.animate.js:767
↓ 2 callersFunctionaugmentWidthOrHeight
( elem, name, extra, isBorderBox, styles )
lib/jquery-1.11.3.js:6552
↓ 2 callersFunctioncheckNthParam
* Check nth pseudo parameter whether matched condition * * @param {Array} param * @param {Number} index * @return {Boolean} Matched or not
Q.js:3206
↓ 2 callersFunctioncheckNthParam
* Check nth pseudo parameter whether matched condition * * @param {Array} param * @param {Number} index * @return {Boolean} Matched or not
lib/Q.query.js:478
↓ 2 callersFunctioncheckNthParam
* Check nth pseudo parameter whether matched condition * * @param {Array} param * @param {Number} index * @return {Boolean} Matched or not
src/Q.query.js:431
↓ 2 callersFunctioncloneCopyEvent
( src, dest )
lib/jquery-1.11.3.js:5417
↓ 2 callersFunctioncreateFxNow
()
lib/jquery-1.11.3.js:7099
↓ 2 callersFunctioncreateSafeFragment
( document )
lib/jquery-1.11.3.js:5301
↓ 2 callersFunctioncreateScript
(text)
Q.js:5052
↓ 2 callersFunctioncreateScript
(text)
src/Q.ajax.js:127
↓ 2 callersFunctioncssHide
(ele)
Q.js:4226
↓ 2 callersFunctioncssHide
(ele)
src/Q.dom.js:365
↓ 2 callersFunctiondataAttr
( elem, key, data )
lib/jquery-1.11.3.js:3662
↓ 2 callersFunctiondecodeUrlParam
* 解码url参数值 eg:%E6%B5%8B%E8%AF%95 => 测试 * @param {string} param 要解码的字符串 eg:%E6%B5%8B%E8%AF%95
Q.js:1523
↓ 2 callersFunctiondecodeUrlParam
* 解码url参数值 eg:%E6%B5%8B%E8%AF%95 => 测试 * @param {string} param 要解码的字符串 eg:%E6%B5%8B%E8%AF%95
src/Q.js:1523
↓ 2 callersFunctiondecodeUrlParam
* 解码url参数值 eg:%E6%B5%8B%E8%AF%95 => 测试 * @param {string} param 要解码的字符串 eg:%E6%B5%8B%E8%AF%95
node/Q.js:1523
↓ 2 callersFunctiondef
* 若value不为undefine,则返回value;否则返回defValue * @param {object} value * @param {object} defValue value不存在时返回的值
node/Q.js:112
↓ 2 callersFunctiondestroy
()
Q.js:5084
↓ 2 callersFunctiondestroy
()
src/Q.ajax.js:159
↓ 2 callersFunctiondetach
* Clean-up method for dom ready events
lib/jquery-1.11.3.js:3485
↓ 2 callersFunctionfactory
* 简单通用工厂 * @param {function} init 初始化函数 * @param {function} Super 超类
src/Q.js:715
↓ 2 callersFunctionfilterAttr
* Filter HTMLElement whether matched attribute rules * * @param {Array} els * @param {Array} attrRules * @return {Array} Matched HTMLElement
Q.js:3016
↓ 2 callersFunctionfilterAttr
* Filter HTMLElement whether matched attribute rules * * @param {Array} els * @param {Array} attrRules * @return {Array} Matched HTMLElement
lib/Q.query.js:288
↓ 2 callersFunctionfilterAttr
* Filter HTMLElement whether matched attribute rules * * @param {Array} els * @param {Array} attrRules * @return {Array} Matched HTMLElement
src/Q.query.js:241
↓ 2 callersFunctionfilterClass
* Filter HTMLElement whether matched class attribute * * @param {Array} els * @param {String} cls * @return {Array} Matched HTMLElement ar
Q.js:3057
↓ 2 callersFunctionfilterClass
* Filter HTMLElement whether matched class attribute * * @param {Array} els * @param {String} cls * @return {Array} Matched HTMLElement ar
lib/Q.query.js:329
↓ 2 callersFunctionfilterClass
* Filter HTMLElement whether matched class attribute * * @param {Array} els * @param {String} cls * @return {Array} Matched HTMLElement ar
src/Q.query.js:282
↓ 2 callersFunctionfilterPseudo
* Filter HTMLElement whether matched pseudo rules * * @param {Array} els * @param {Array} pseudoRules * @return {Array} Matched HTMLElement arr
Q.js:2982
↓ 2 callersFunctionfilterPseudo
* Filter HTMLElement whether matched pseudo rules * * @param {Array} els * @param {Array} pseudoRules * @return {Array} Matched HTMLElement arr
lib/Q.query.js:254
↓ 2 callersFunctionfilterPseudo
* Filter HTMLElement whether matched pseudo rules * * @param {Array} els * @param {Array} pseudoRules * @return {Array} Matched HTMLElement arr
src/Q.query.js:207
↓ 2 callersFunctionfire
( data )
lib/jquery-1.11.3.js:3140
↓ 2 callersFunctionfire_http_beforeSend
(req, ops)
src/node/http.js:42
↓ 2 callersFunctionfire_http_beforeSend
(req, ops)
node/Q.js:2407
↓ 2 callersFunctiongetAttrRules
* Get attribute parse functions * * @param {Array} arrAttr * @param {Array} attrParams * @return {Array} Array of attribute parse func
Q.js:2908
↓ 2 callersFunctiongetAttrRules
* Get attribute parse functions * * @param {Array} arrAttr * @param {Array} attrParams * @return {Array} Array of attribute parse func
lib/Q.query.js:180
↓ 2 callersFunctiongetAttrRules
* Get attribute parse functions * * @param {Array} arrAttr * @param {Array} attrParams * @return {Array} Array of attribute parse func
src/Q.query.js:133
↓ 2 callersFunctiongetBorderSize
(ele, type)
Q.js:4050
↓ 2 callersFunctiongetBorderSize
(ele, type)
src/Q.dom.js:189
↓ 2 callersFunctiongetPaddingSize
(ele, type)
Q.js:4046
↓ 2 callersFunctiongetPaddingSize
(ele, type)
src/Q.dom.js:185
↓ 2 callersFunctiongetPseudoRules
* Get pesudo parse functions * * @param {Array} arrPseu * @param {Array} pseuParams * @return {Array} Array of pseudo parse function
Q.js:2939
↓ 2 callersFunctiongetPseudoRules
* Get pesudo parse functions * * @param {Array} arrPseu * @param {Array} pseuParams * @return {Array} Array of pseudo parse function
lib/Q.query.js:211
↓ 2 callersFunctiongetPseudoRules
* Get pesudo parse functions * * @param {Array} arrPseu * @param {Array} pseuParams * @return {Array} Array of pseudo parse function
src/Q.query.js:164
↓ 2 callersFunctiongetSizeOf
(ele, type, level)
Q.js:4057
↓ 2 callersFunctiongetSizeOf
(ele, type, level)
src/Q.dom.js:196
↓ 2 callersFunctiongetWidthOrHeight
( elem, name, extra )
lib/jquery-1.11.3.js:6591
↓ 2 callersFunctiongetWindow
* Gets a window from an element
lib/jquery-1.11.3.js:10057
↓ 2 callersFunctionget_originalEvent
(e)
Q.js:4616
↓ 2 callersFunctionget_originalEvent
(e)
src/Q.event.js:28
↓ 2 callersFunctionget_prop_name
(name)
Q.js:3904
↓ 2 callersFunctionget_prop_name
(name)
src/Q.dom.js:43
↓ 2 callersFunctioninsertEle
(ele, where, obj)
Q.js:5455
↓ 2 callersFunctioninsertEle
(ele, where, obj)
src/Q.$.js:84
↓ 2 callersFunctioninspect
( dataType )
lib/jquery-1.11.3.js:8671
↓ 2 callersFunctioninspectPrefiltersOrTransports
( structure, options, originalOptions, jqXHR )
lib/jquery-1.11.3.js:8666
↓ 2 callersFunctioninternalData
( elem, name, data, pvt /* Internal Use Only */ )
lib/jquery-1.11.3.js:3710
← previousnext →101–200 of 633, ranked by callers