cppcheck/htdocs/site/js/picnet.table.filter.min.pac...

2 lines
50 KiB
JavaScript
Raw Normal View History

2012-09-20 12:45:10 +02:00
function $JSCompiler_alias_THROW$$(e){throw e}function $goog$typeOf$$(e){var t=typeof e;if("object"==t){if(!e)return"null";if(e instanceof Array)return"array";if(e instanceof Object)return t;var n=Object.prototype.toString.call(e);if("[object Window]"==n)return"object";if("[object Array]"==n||"number"==typeof e.length&&"undefined"!=typeof e.splice&&"undefined"!=typeof e.propertyIsEnumerable&&!e.propertyIsEnumerable("splice"))return"array";if("[object Function]"==n||"undefined"!=typeof e.call&&"undefined"!=typeof e.propertyIsEnumerable&&!e.propertyIsEnumerable("call"))return"function"}else if("function"==t&&"undefined"==typeof e.call)return"object";return t}function $goog$isArray$$(e){return"array"==$goog$typeOf$$(e)}function $goog$isArrayLike$$(e){var t=$goog$typeOf$$(e);return"array"==t||"object"==t&&"number"==typeof e.length}function $goog$isString$$(e){return"string"==typeof e}function $goog$isFunction$$(e){return"function"==$goog$typeOf$$(e)}function $goog$isObject$$(e){var t=typeof e;return"object"==t&&e!=$JSCompiler_alias_NULL$$||"function"==t}function $goog$getUid$$(e){return e[$goog$UID_PROPERTY_$$]||(e[$goog$UID_PROPERTY_$$]=++$goog$uidCounter_$$)}function $goog$bindNative_$$(e,t,n){return e.call.apply(e.bind,arguments)}function $goog$bindJs_$$(e,t,n){e||$JSCompiler_alias_THROW$$(Error());if(2<arguments.length){var r=Array.prototype.slice.call(arguments,2);return function(){var n=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(n,r),e.apply(t,n)}}return function(){return e.apply(t,arguments)}}function $goog$bind$$(e,t,n){return $goog$bind$$=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?$goog$bindNative_$$:$goog$bindJs_$$,$goog$bind$$.apply($JSCompiler_alias_NULL$$,arguments)}function $goog$partial$$(e,t){var n=Array.prototype.slice.call(arguments,1);return function(){var t=Array.prototype.slice.call(arguments);return t.unshift.apply(t,n),e.apply(this,t)}}function $goog$inherits$$(e,t){function n(){}n.prototype=t.prototype,e.$superClass_$=t.prototype,e.prototype=new n}function $pn$ui$filter$FilterState$$(e,t,n,r){this.id=e,this.value=t,this.$idx$=n,this.type=r}function $pn$ui$filter$GenericListFilterOptions$$(){}function $pn$ui$filter$TableFilterOptions$$(){}function $goog$string$subs$$(e,t){for(var n=1;n<arguments.length;n++)var r=String(arguments[n]).replace(/\$/g,"$$$$"),e=e.replace(/\%s/,r);return e}function $goog$string$trim$$(e){return e.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")}function $goog$string$htmlEscape$$(e){return $goog$string$allRe_$$.test(e)?(-1!=e.indexOf("&")&&(e=e.replace($goog$string$amperRe_$$,"&amp;")),-1!=e.indexOf("<")&&(e=e.replace($goog$string$ltRe_$$,"&lt;")),-1!=e.indexOf(">")&&(e=e.replace($goog$string$gtRe_$$,"&gt;")),-1!=e.indexOf('"')&&(e=e.replace($goog$string$quotRe_$$,"&quot;")),e):e}function $goog$userAgent$getUserAgentString$$(){return $goog$global$$.navigator?$goog$global$$.navigator.userAgent:$JSCompiler_alias_NULL$$}function $goog$userAgent$isVersion$$(e){var t;if(!(t=$goog$userAgent$isVersionCache_$$[e])){t=0;for(var n=$goog$string$trim$$(String($goog$userAgent$VERSION$$)).split("."),r=$goog$string$trim$$(String(e)).split("."),i=Math.max(n.length,r.length),s=0;0==t&&s<i;s++){var o=n[s]||"",u=r[s]||"",a=RegExp("(\\d*)(\\D*)","g"),f=RegExp("(\\d*)(\\D*)","g");do{var l=a.exec(o)||["","",""],c=f.exec(u)||["","",""];if(0==l[0].length&&0==c[0].length)break;t=((0==l[1].length?0:parseInt(l[1],10))<(0==c[1].length?0:parseInt(c[1],10))?-1:(0==l[1].length?0:parseInt(l[1],10))>(0==c[1].length?0:parseInt(c[1],10))?1:0)||((0==l[2].length)<(0==c[2].length)?-1:(0==l[2].length)>(0==c[2].length)?1:0)||(l[2]<c[2]?-1:l[2]>c[2]?1:0)}while(0==t)}t=$goog$userAgent$isVersionCache_$$[e]=0<=t}return t}function $goog$userAgent$isDocumentMode$$(){return $goog$userAgent$isDocumentModeCache_$$[9]||($goog$userAgent$isDocumentModeCache_$$[9]=$goog$userAgent$IE$$&&!!document.documentMode&&9<=document.documentMode)}function $goog$object$forEach$$(e,t){for(var n in e)t.call($JSCompiler_alias_VOID$$,e[n],n,e)}function $goog$object$extend$$(e,t){
.preventDefault=function(){this.defaultPrevented=$JSCompiler_alias_TRUE$$,this.$returnValue_$=$JSCompiler_alias_FALSE$$},$goog$reflect$sinkValue$$[" "]=function(){},$goog$inherits$$($goog$events$BrowserEvent$$,$goog$events$Event$$),$JSCompiler_prototypeAlias$$=$goog$events$BrowserEvent$$.prototype,$JSCompiler_prototypeAlias$$.target=$JSCompiler_alias_NULL$$,$JSCompiler_prototypeAlias$$.relatedTarget=$JSCompiler_alias_NULL$$,$JSCompiler_prototypeAlias$$.offsetX=0,$JSCompiler_prototypeAlias$$.offsetY=0,$JSCompiler_prototypeAlias$$.clientX=0,$JSCompiler_prototypeAlias$$.clientY=0,$JSCompiler_prototypeAlias$$.screenX=0,$JSCompiler_prototypeAlias$$.screenY=0,$JSCompiler_prototypeAlias$$.button=0,$JSCompiler_prototypeAlias$$.keyCode=0,$JSCompiler_prototypeAlias$$.charCode=0,$JSCompiler_prototypeAlias$$.ctrlKey=$JSCompiler_alias_FALSE$$,$JSCompiler_prototypeAlias$$.altKey=$JSCompiler_alias_FALSE$$,$JSCompiler_prototypeAlias$$.shiftKey=$JSCompiler_alias_FALSE$$,$JSCompiler_prototypeAlias$$.metaKey=$JSCompiler_alias_FALSE$$,$JSCompiler_prototypeAlias$$.$platformModifierKey$=$JSCompiler_alias_FALSE$$,$JSCompiler_prototypeAlias$$.$event_$=$JSCompiler_alias_NULL$$,$JSCompiler_prototypeAlias$$.$init$=function(t,n){var r=this.type=t.type;$goog$events$Event$$.call(this,r),this.target=t.target||t.srcElement,this.currentTarget=n;var i=t.relatedTarget;if(i){if($goog$userAgent$GECKO$$){var s;e:{try{$goog$reflect$sinkValue$$(i.nodeName),s=$JSCompiler_alias_TRUE$$;break e}catch(o){}s=$JSCompiler_alias_FALSE$$}s||(i=$JSCompiler_alias_NULL$$)}}else"mouseover"==r?i=t.fromElement:"mouseout"==r&&(i=t.toElement);this.relatedTarget=i,this.offsetX=$goog$userAgent$WEBKIT$$||t.offsetX!==$JSCompiler_alias_VOID$$?t.offsetX:t.layerX,this.offsetY=$goog$userAgent$WEBKIT$$||t.offsetY!==$JSCompiler_alias_VOID$$?t.offsetY:t.layerY,this.clientX=t.clientX!==$JSCompiler_alias_VOID$$?t.clientX:t.pageX,this.clientY=t.clientY!==$JSCompiler_alias_VOID$$?t.clientY:t.pageY,this.screenX=t.screenX||0,this.screenY=t.screenY||0,this.button=t.button,this.keyCode=t.keyCode||0,this.charCode=t.charCode||("keypress"==r?t.keyCode:0),this.ctrlKey=t.ctrlKey,this.altKey=t.altKey,this.shiftKey=t.shiftKey,this.metaKey=t.metaKey,this.$platformModifierKey$=$goog$userAgent$MAC$$?t.metaKey:t.ctrlKey,this.state=t.state,this.$event_$=t,t.defaultPrevented&&this.preventDefault(),delete this.$propagationStopped_$},$JSCompiler_prototypeAlias$$.preventDefault=function(){$goog$events$BrowserEvent$$.$superClass_$.preventDefault.call(this);var t=this.$event_$;if(t.preventDefault)t.preventDefault();else if(t.returnValue=$JSCompiler_alias_FALSE$$,$goog$events$BrowserFeature$SET_KEY_CODE_TO_PREVENT_DEFAULT$$)try{if(t.ctrlKey||112<=t.keyCode&&123>=t.keyCode)t.keyCode=-1}catch(n){}},$JSCompiler_prototypeAlias$$.$disposeInternal$=function(){};var $goog$events$listeners_$$={},$goog$events$listenerTree_$$={},$goog$events$sources_$$={},$goog$events$onStringMap_$$={};$goog$inherits$$($goog$events$EventHandler$$,$goog$Disposable$$);var $goog$events$EventHandler$typeArray_$$=[];$goog$events$EventHandler$$.prototype.$disposeInternal$=function(){$goog$events$EventHandler$$.$superClass_$.$disposeInternal$.call(this),$goog$array$forEach$$(this.$keys_$,$goog$events$unlistenByKey$$),this.$keys_$.length=0},$goog$events$EventHandler$$.prototype.handleEvent=function(){$JSCompiler_alias_THROW$$(Error("EventHandler.handleEvent not implemented"))},$goog$inherits$$($goog$events$EventTarget$$,$goog$Disposable$$),$JSCompiler_prototypeAlias$$=$goog$events$EventTarget$$.prototype,$JSCompiler_prototypeAlias$$.$customEvent_$=$JSCompiler_alias_TRUE$$,$JSCompiler_prototypeAlias$$.$parentEventTarget_$=$JSCompiler_alias_NULL$$,$JSCompiler_prototypeAlias$$.addEventListener=function(t,n,r,i){$goog$events$listen$$(this,t,n,r,i)},$JSCompiler_prototypeAlias$$.removeEventListener=function(t,n,r,i){$goog$events$unlisten$$(this,t,n,r,i)},$JSCompiler_prototypeAlias$$.dispatchEvent=function(t){var n=t.type||t,r=$goog$events$listenerTree_$$;if(n in r){if($goog$isString$$(t))t=new $goog$events$Event$$(t,this);else if(t instanceof $goog$event