MCPcopy Create free account

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

Functions633 in github.com/devin87/Q.js

↓ 47 callersFunctionjQuery
( selector, context )
lib/jquery-1.11.3.js:70
↓ 32 callersFunctionextend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} force
src/Q.js:349
↓ 25 callersFunctionfire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
src/Q.js:595
↓ 23 callersFunctionextend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} forced 是
node/Q.js:349
↓ 23 callersFunctionisFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
src/Q.js:71
↓ 21 callersFunctionisFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
Q.js:71
↓ 17 callersFunctionextend
* 将源对象(source)的所有可枚举且目标对象(target)不存在的属性, 复制到目标对象 * @param {object} target 目标对象 * @param {object} source 源对象 * @param {boolean} forced 是
Q.js:349
↓ 16 callersFunctionget_value
(prop)
Q.js:4995
↓ 16 callersFunctionget_value
(prop)
src/Q.ajax.js:70
↓ 15 callersFunctionfire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
node/Q.js:595
↓ 15 callersFunctiongetAll
( context, tag )
lib/jquery-1.11.3.js:5353
↓ 13 callersFunctionfire_http_complete
* 触发http完成事件 * @param {string|object} result 返回结果 * @param {number} errCode 错误代码 * @param {object} ops 请求配置项 * @param {Respons
src/node/http.js:56
↓ 13 callersFunctionfire_http_complete
* 触发http完成事件 * @param {string|object} result 返回结果 * @param {number} errCode 错误代码 * @param {object} ops 请求配置项 * @param {Response} r
node/Q.js:2421
↓ 13 callersFunctiongetStyleFloat
(ele, key, styles)
Q.js:4042
↓ 13 callersFunctiongetStyleFloat
(ele, key, styles)
src/Q.dom.js:181
↓ 13 callersFunctionmakeArray
* 将类数组对象转为数组,若对象不存在,则返回空数组 * @param {Array|arguments|NodeList} obj 数组或类数组 * @param {number} from 开始索引,默认为0
Q.js:245
↓ 12 callersFunctionisObject
* 检测是否为对象 * @param {object} obj 要检测的数据
src/Q.js:82
↓ 11 callersFunctionfire
* 触发指定函数,如果函数不存在,则不触发 eg:fire(fn,this,arg1,arg2) * @param {function} fn * @param {object} bind 要绑定的作用域
Q.js:595
↓ 11 callersFunctionisFunc
* 检测是否为函数 * @param {object} fn 要检测的数据
node/Q.js:71
↓ 11 callersFunctionmakeArray
* 将类数组对象转为数组,若对象不存在,则返回空数组 * @param {Array|arguments|NodeList} obj 数组或类数组 * @param {number} from 开始索引,默认为0
src/Q.js:245
↓ 10 callersFunctionassert
* Support testing using an element * @param {Function} fn Passed the created div and expects a boolean result
lib/jquery-1.11.3.js:929
↓ 10 callersFunctionmarkFunction
* Mark a function for special use by Sizzle * @param {Function} fn The function to mark
lib/jquery-1.11.3.js:920
↓ 9 callersFunctionisObject
* 检测是否为对象 * @param {object} obj 要检测的数据
node/Q.js:82
↓ 9 callersFunctionsetStyle
(ele, key, value)
Q.js:4161
↓ 9 callersFunctionsetStyle
(ele, key, value)
src/Q.dom.js:300
↓ 9 callersFunctionwalk
(ele, walk, start, all)
Q.js:4319
↓ 9 callersFunctionwalk
(ele, walk, start, all)
src/Q.dom.js:458
↓ 8 callersFunctioncheckSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
Q.js:3276
↓ 8 callersFunctioncheckSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
lib/Q.query.js:548
↓ 8 callersFunctioncheckSibling
* Check el has sibling * * @param {HTMLElement} el * @param {String} next * @param {Boolean} checkType * @param {String} name *
src/Q.query.js:501
↓ 8 callersFunctionforEach
(iterable, fn, bind)
speedTest/js/slickspeed.js:3
↓ 7 callersFunctioncreatePositionalPseudo
* Returns a function to use in pseudos for positionals * @param {Function} fn
lib/jquery-1.11.3.js:1015
↓ 7 callersFunctiongetElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
Q.js:3118
↓ 7 callersFunctiongetElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
lib/Q.query.js:390
↓ 7 callersFunctiongetElData
* Get the data bind in HTMLElement * * @param {HTMLElement} el * @return {Object} Data bind in HTMLElement
src/Q.query.js:343
↓ 7 callersFunctiongetWidth
(ele, level)
Q.js:4087
↓ 7 callersFunctiongetWidth
(ele, level)
src/Q.dom.js:226
↓ 7 callersFunctionindexOf
( list, elem )
lib/jquery-1.11.3.js:653
↓ 7 callersFunctionisObject
* 检测是否为对象 * @param {object} obj 要检测的数据
Q.js:82
↓ 6 callersFunctiongetHeight
(ele, level)
Q.js:4092
↓ 6 callersFunctiongetHeight
(ele, level)
src/Q.dom.js:231
↓ 6 callersFunctionget_dom_fn
(name)
Q.js:5734
↓ 6 callersFunctionget_dom_fn
(name)
src/Q.$.js:363
↓ 6 callersFunctionisHidden
(ele)
Q.js:4214
↓ 6 callersFunctionisHidden
(ele)
src/Q.dom.js:353
↓ 5 callersFunctionajax_simple_send
(url, data, success, error, settings)
Q.js:5326
↓ 5 callersFunctionajax_simple_send
(url, data, success, error, settings)
src/Q.ajax.js:401
↓ 5 callersFunctionfactory
* 简单通用工厂 * @param {function} init 初始化函数 * @param {function} Super 超类
Q.js:715
↓ 5 callersFunctiongetOffset
(ele)
Q.js:4238
↓ 5 callersFunctiongetOffset
(ele)
src/Q.dom.js:377
↓ 5 callersFunctionisUInt
* 检测是否为大于0的整数 * @param {number} n 数字
Q.js:159
↓ 5 callersFunctionisUInt
* 检测是否为大于0的整数 * @param {number} n 数字
src/Q.js:159
↓ 5 callersFunctionparseHTML
(html, all)
Q.js:4410
↓ 5 callersFunctionparseHTML
(html, all)
src/Q.dom.js:549
↓ 4 callersFunctionSizzle
( selector, context, results, seed )
lib/jquery-1.11.3.js:788
↓ 4 callersFunctionadd
( key, value )
lib/jquery-1.11.3.js:9506
↓ 4 callersFunctioncomputeStyleTests
()
lib/jquery-1.11.3.js:6351
↓ 4 callersFunctioncondense
( unmatched, map, filter, context, xml )
lib/jquery-1.11.3.js:2204
↓ 4 callersFunctioncssShow
(ele)
Q.js:4219
↓ 4 callersFunctioncssShow
(ele)
src/Q.dom.js:358
↓ 4 callersFunctiondefaultDisplay
* Try to determine the default display value of an element * @param {String} nodeName
lib/jquery-1.11.3.js:6058
↓ 4 callersFunctiondelay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要延迟的
Q.js:606
↓ 4 callersFunctiondelay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要
src/Q.js:606
↓ 4 callersFunctiondelay
* 函数延迟执行,若fn未定义,则忽略 eg:delay(fn,this,10,[arg1,arg2]) * @param {function} fn * @param {object} bind 要绑定的作用域 * @param {number} time 要延迟的
node/Q.js:606
↓ 4 callersFunctionfire_ajax_complete
(xhr, ops, state)
Q.js:5312
↓ 4 callersFunctionfire_ajax_complete
(xhr, ops, state)
src/Q.ajax.js:387
↓ 4 callersFunctionfire_timeout
(err)
src/node/http.js:138
↓ 4 callersFunctionfire_timeout
(err)
node/Q.js:2503
↓ 4 callersFunctiongenFx
(type, includeWidth)
Q.js:6603
↓ 4 callersFunctiongenFx
( type, includeWidth )
lib/jquery-1.11.3.js:7107
↓ 4 callersFunctiongenFx
(type, includeWidth)
src/Q.animate.js:747
↓ 4 callersFunctiongetNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
Q.js:3170
↓ 4 callersFunctiongetNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
lib/Q.query.js:442
↓ 4 callersFunctiongetNthParam
* Get nth pseudo parameter after parsed * * @param {String} param * @param {Number} guid * @return {Array} Parsed parameter
src/Q.query.js:395
↓ 4 callersFunctiongetType
* 获取数据类型(小写) undefined|null|string|number|array|function|date|regexp|window|node|list * @param {object} obj 要检测的数据
Q.js:38
↓ 4 callersFunctiongetType
* 获取数据类型(小写) undefined|null|string|number|array|function|date|regexp|window|node|list * @param {object} obj 要检测的数据
src/Q.js:38
↓ 4 callersFunctionhttp_send_simplpe
* http请求,简化调用 * @param {string} url 请求地址 * @param {object} data 要提交的参数对象 * @param {function} cb 回调函数(data, errCode, ops, res, err)
src/node/http.js:251
↓ 4 callersFunctionhttp_send_simplpe
* http请求,简化调用 * @param {string} url 请求地址 * @param {object} data 要提交的参数对象 * @param {function} cb 回调函数(data, errCode, ops, res, err)
node/Q.js:2616
↓ 4 callersFunctionisArrayLike
* 检测是否为数组或类数组 * @param {object} obj 要检测的数据
Q.js:101
↓ 4 callersFunctionisArrayLike
* 检测是否为数组或类数组 * @param {object} obj 要检测的数据
src/Q.js:101
↓ 4 callersFunctionisHidden
( elem, el )
lib/jquery-1.11.3.js:4123
↓ 4 callersFunctionisNum
* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值 * @p
Q.js:123
↓ 4 callersFunctionisNum
* 检测是否是符合条件的数字(n必须为数字类型) * @param {number} n 数字 * @param {number|undefined} min 允许的最小值 * @param {number|undefined} max 允许的最大值
src/Q.js:123
↓ 4 callersFunctionisTag
(str)
Q.js:5406
↓ 4 callersFunctionisTag
(str)
src/Q.$.js:35
↓ 4 callersFunctionquery
* Get HTMLElement array by selector and context * * @param {String} selector * @param {String | HTMLElement | Array[HTMLElement] | NodeList} c
Q.js:3757
↓ 4 callersFunctiontoSelector
( tokens )
lib/jquery-1.11.3.js:2118
↓ 4 callersFunctionto_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
Q.js:483
↓ 4 callersFunctionto_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
src/Q.js:483
↓ 4 callersFunctionto_string
* 转为字符串(用于排序) * undefined|null => "" * true|false => "true" | "false" * 0 => "0" * @param {object} v
node/Q.js:483
↓ 3 callersFunctionaddCombinator
( matcher, combinator, base )
lib/jquery-1.11.3.js:2128
↓ 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
lib/jquery-1.11.3.js:951
↓ 3 callersFunctionajaxExtend
( target, src )
lib/jquery-1.11.3.js:8693
↓ 3 callersFunctioncamelCase
(key)
Q.js:3888
↓ 3 callersFunctioncamelCase
(key)
src/Q.dom.js:27
↓ 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
lib/jquery-1.11.3.js:902
↓ 3 callersFunctioncreateEle
(tagName, className, html)
Q.js:4388
↓ 3 callersFunctioncreateEle
(tagName, className, html)
src/Q.dom.js:527
↓ 3 callersFunctiondecode_url_param
(param)
Q.js:2247
↓ 3 callersFunctiondecode_url_param
(param)
src/Q.core.js:40
next →1–100 of 633, ranked by callers