Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
jquery-2.1.0.min.js File Reference

Go to the source code of this file.

Functions

 !function (a, b)
 
o o o extend ({expando:"jQuery"+(n+Math.random()).replace(/\D/g,""), isReady:!0, error:function(a){throw new Error(a)}, noop:function(){}, isFunction:function(a){return"function"===o.type(a)}, isArray:Array.isArray, isWindow:function(a){return null!=a &&a===a.window}, isNumeric:function(a){return a-parseFloat(a)>=0}, isPlainObject:function(a){if("object"!==o.type(a)||a.nodeType||o.isWindow(a)) return!1;try{if(a.constructor &&!j.call(a.constructor.prototype,"isPrototypeOf")) return!1}catch(b){return!1}return!0}, isEmptyObject:function(a){var b;for(b in a) return!1;return!0}, type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a}, globalEval:function(a){var b, c=eval;a=o.trim(a), a &&(1===a.indexOf("use strict")?(b=m.createElement("script"), b.text=a, m.head.appendChild(b).parentNode.removeChild(b)):c(a))}, camelCase:function(a){return a.replace(p,"ms-").replace(q, r)}, nodeName:function(a, b){return a.nodeName &&a.nodeName.toLowerCase()===b.toLowerCase()}, each:function(a, b, c){var d, e=0, f=a.length, g=s(a);if(c){if(g){for(;f >e;e++) if(d=b.apply(a[e], c), d===!1) break}else for(e in a) if(d=b.apply(a[e], c), d===!1) break}else if(g){for(;f >e;e++) if(d=b.call(a[e], e, a[e]), d===!1) break}else for(e in a) if(d=b.call(a[e], e, a[e]), d===!1) break;return a}, trim:function(a){return null==a?"":k.call(a)}, makeArray:function(a, b){var c=b||[];return null!=a &&(s(Object(a))?o.merge(c,"string"==typeof a?[a]:a):f.call(c, a)), c}, inArray:function(a, b, c){return null==b?-1:g.call(b, a, c)}, merge:function(a, b){for(var c=+b.length, d=0, e=a.length;c >d;d++) a[e++]=b[d];return a.length=e, a}, grep:function(a, b, c){for(var d, e=[], f=0, g=a.length, h=!c;g >f;f++) d=!b(a[f], f), d!==h &&e.push(a[f]);return e}, map:function(a, b, c){var d, f=0, g=a.length, h=s(a), i=[];if(h) for(;g >f;f++) d=b(a[f], f, c), null!=d &&i.push(d);else for(f in a) d=b(a[f], f, c), null!=d &&i.push(d);return e.apply([], i)}, guid:1, proxy:function(a, b){var c, e, f;return"string"==typeof b &&(c=a[b], b=a, a=c), o.isFunction(a)?(e=d.call(arguments, 2), f=function(){return a.apply(b||this, e.concat(d.call(arguments)))}, f.guid=a.guid=a.guid||o.guid++, f):void 0}, now:Date.now, support:l})
 
o o o o each ("Boolean Number String Function Array Date RegExp Object Error".split(" "), function(a, b){h["[object "+b+"]"]=b.toLowerCase()})
 
function s (a)
 

Variables

 undefined =typeof window?window:this
 
function a
 
function b {var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m=a.document,n="2.1.0",o=function(a,b){return new o.fn.init(a,b)},p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()}
 
fn =o.prototype={jquery:n,constructor:o,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=o.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return o.each(this,a,b)},map:function(a){return this.pushStack(o.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice}
 
o o extend =o.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||o.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(o.isPlainObject(d)||(e=o.isArray(d)))?(e?(e=!1,f=c&&o.isArray(c)?c:[]):f=c&&o.isPlainObject(c)?c:{},g[b]=o.extend(j,f,d)):void 0!==d&&(g[b]=d));return g}
 

Function Documentation

!function (   a,
  b 
)

jQuery v2.1.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license

Definition at line 2 of file jquery-2.1.0.min.js.

o o o o each ( "Boolean Number String Function Array Date RegExp Object Error".  split" ",
function(a, b){h["[object "+b+"]"]=b.toLowerCase()}   
)
o o o extend (   {expando:"jQuery"+(n+Math.random()).replace(/\D/g,""), isReady:!0, error:function(a){throw new Error(a)}, noop:function(){}, isFunction:function(a){return"function"===o.type(a)}, isArray:Array.isArray, isWindow:function(a){return null!=a &&a===a.window}, isNumeric:function(a){return a-parseFloat(a)>=0}, isPlainObject:function(a){if("object"!==o.type(a)||a.nodeType||o.isWindow(a)) return!1;try{if(a.constructor &&!j.call(a.constructor.prototype,"isPrototypeOf")) return!1}catch(b){return!1}return!0}, isEmptyObject:function(a){var b;for(b in a) return!1;return!0}, type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a}, globalEval:function(a){var b, c=eval;a=o.trim(a), a &&(1===a.indexOf("use strict")?(b=m.createElement("script"), b.text=a, m.head.appendChild(b).parentNode.removeChild(b)):c(a))}, camelCase:function(a){return a.replace(p,"ms-").replace(q, r)}, nodeName:function(a, b){return a.nodeName &&a.nodeName.toLowerCase()===b.toLowerCase()}, each:function(a, b, c){var d, e=0, f=a.length, g=s(a);if(c){if(g){for(;f >e;e++) if(d=b.apply(a[e], c), d===!1) break}else for(e in a) if(d=b.apply(a[e], c), d===!1) break}else if(g){for(;f >e;e++) if(d=b.call(a[e], e, a[e]), d===!1) break}else for(e in a) if(d=b.call(a[e], e, a[e]), d===!1) break;return a}, trim:function(a){return null==a?"":k.call(a)}, makeArray:function(a, b){var c=b||[];return null!=a &&(s(Object(a))?o.merge(c,"string"==typeof a?[a]:a):f.call(c, a)), c}, inArray:function(a, b, c){return null==b?-1:g.call(b, a, c)}, merge:function(a, b){for(var c=+b.length, d=0, e=a.length;c >d;d++) a[e++]=b[d];return a.length=e, a}, grep:function(a, b, c){for(var d, e=[], f=0, g=a.length, h=!c;g >f;f++) d=!b(a[f], f), d!==h &&e.push(a[f]);return e}, map:function(a, b, c){var d, f=0, g=a.length, h=s(a), i=[];if(h) for(;g >f;f++) d=b(a[f], f, c), null!=d &&i.push(d);else for(f in a) d=b(a[f], f, c), null!=d &&i.push(d);return e.apply([], i)}, guid:1, proxy:function(a, b){var c, e, f;return"string"==typeof b &&(c=a[b], b=a, a=c), o.isFunction(a)?(e=d.call(arguments, 2), f=function(){return a.apply(b||this, e.concat(d.call(arguments)))}, f.guid=a.guid=a.guid||o.guid++, f):void 0}, now:Date.now, support:l})

Variable Documentation

function b {var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m=a.document,n="2.1.0",o=function(a,b){return new o.fn.init(a,b)},p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()}
o o extend =o.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||o.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(o.isPlainObject(d)||(e=o.isArray(d)))?(e?(e=!1,f=c&&o.isArray(c)?c:[]):f=c&&o.isPlainObject(c)?c:{},g[b]=o.extend(j,f,d)):void 0!==d&&(g[b]=d));return g}

Definition at line 2 of file jquery-2.1.0.min.js.

o fn =o.prototype={jquery:n,constructor:o,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=o.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return o.each(this,a,b)},map:function(a){return this.pushStack(o.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice}

Definition at line 2 of file jquery-2.1.0.min.js.

Referenced by FnHook::HookFunction().

undefined =typeof window?window:this

Definition at line 2 of file jquery-2.1.0.min.js.