cppcheck/htdocs/site/js/pack.js

2 lines
55 KiB
JavaScript
Raw Normal View History

function addFile(){var $=prompt("Name of library/platform/etc","");null!==$&&(window.location="http://cppcheck.sourceforge.net/cgi-bin/addfile.cgi?name="+$)}function editFile($,e){window.location="http://cppcheck.sourceforge.net/cgi-bin/edit.cgi?name="+$+"&version="+e}function renameFile($){var e=prompt("Name",$);null!==e&&(window.location="http://cppcheck.sourceforge.net/cgi-bin/renamefile.cgi?name1="+$+"&name2="+e)}function deleteFile($,e){window.location="http://cppcheck.sourceforge.net/cgi-bin/deletefile.cgi?name="+$+"&version="+e}function checkCodeLength(){return document.f.code.value.length>1024?(alert("Code length exceeded."),!1):!0}function htmlEntities($){return String($).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function $JSCompiler_alias_THROW$$($){throw $}function $goog$typeOf$$($){var e=typeof $;if("object"==e){if(!$)return"null";if($ instanceof Array)return"array";if($ instanceof Object)return e;var t=Object.prototype.toString.call($);if("[object Window]"==t)return"object";if("[object Array]"==t||"number"==typeof $.length&&"undefined"!=typeof $.splice&&"undefined"!=typeof $.propertyIsEnumerable&&!$.propertyIsEnumerable("splice"))return"array";if("[object Function]"==t||"undefined"!=typeof $.call&&"undefined"!=typeof $.propertyIsEnumerable&&!$.propertyIsEnumerable("call"))return"function"}else if("function"==e&&"undefined"==typeof $.call)return"object";return e}function $goog$isArray$$($){return"array"==$goog$typeOf$$($)}function $goog$isArrayLike$$($){var e=$goog$typeOf$$($);return"array"==e||"object"==e&&"number"==typeof $.length}function $goog$isString$$($){return"string"==typeof $}function $goog$isNumber$$($){return"number"==typeof $}function $goog$isFunction$$($){return"function"==$goog$typeOf$$($)}function $goog$isObject$$($){var e=typeof $;return"object"==e&&$!=$JSCompiler_alias_NULL$$||"function"==e}function $goog$getUid$$($){return $[$goog$UID_PROPERTY_$$]||($[$goog$UID_PROPERTY_$$]=++$goog$uidCounter_$$)}function $goog$bindNative_$$($){return $.call.apply($.bind,arguments)}function $goog$bindJs_$$($,e){if($||$JSCompiler_alias_THROW$$(Error()),2<arguments.length){var t=Array.prototype.slice.call(arguments,2);return function(){var o=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(o,t),$.apply(e,o)}}return function(){return $.apply(e,arguments)}}function $goog$bind$$(){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$$($){var e=Array.prototype.slice.call(arguments,1);return function(){var t=Array.prototype.slice.call(arguments);return t.unshift.apply(t,e),$.apply(this,t)}}function $goog$inherits$$($,e){function t(){}t.prototype=e.prototype,$.$superClass_$=e.prototype,$.prototype=new t}function $pn$ui$filter$FilterState$$($,e,t,o){this.id=$,this.value=e,this.$idx$=t,this.type=o}function $pn$ui$filter$GenericListFilterOptions$$(){}function $pn$ui$filter$TableFilterOptions$$(){}function $goog$string$subs$$($){for(var e=1;e<arguments.length;e++){var t=String(arguments[e]).replace(/\$/g,"$$$$");$=$.replace(/\%s/,t)}return $}function $goog$string$trim$$($){return $.replace(/^[\s\xa0]+|[\s\xa0]+$/g,"")}function $goog$string$htmlEscape$$($){return $goog$string$allRe_$$.test($)?(-1!=$.indexOf("&")&&($=$.replace($goog$string$amperRe_$$,"&amp;")),-1!=$.indexOf("<")&&($=$.replace($goog$string$ltRe_$$,"&lt;")),-1!=$.indexOf(">")&&($=$.replace($goog$string$gtRe_$$,"&gt;")),-1!=$.indexOf('"')&&($=$.replace($goog$string$quotRe_$$,"&quot;")),$):$}function $goog$string$unescapeEntitiesUsingDom_$$($){var e={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"'},t=document.createElement("div");return $.replace($goog$string$HTML_ENTITY_PATTERN_$$,function($,o){var i=e[$];if(i)return i;if("#"==o.charAt(0)){var r=Number("0"+o.substr(1));isNaN(r)||(i=String.fromCharCode(r))}return i||(t.innerHTML=$+" ",i=t.firstChild.nodeValue.slice(0,-1)),e[$]=i})}function $goog$string$unescapePureXmlEntiti
var $goog$string$amperRe_$$=/&/g,$goog$string$ltRe_$$=/</g,$goog$string$gtRe_$$=/>/g,$goog$string$quotRe_$$=/\"/g,$goog$string$allRe_$$=/[&<>\"]/,$goog$string$HTML_ENTITY_PATTERN_$$=/&([^;\s<&]+);?/g,$goog$userAgent$detectedOpera_$$,$goog$userAgent$detectedIe_$$,$goog$userAgent$detectedWebkit_$$,$goog$userAgent$detectedGecko_$$;$goog$userAgent$detectedGecko_$$=$goog$userAgent$detectedWebkit_$$=$goog$userAgent$detectedIe_$$=$goog$userAgent$detectedOpera_$$=$JSCompiler_alias_FALSE$$;var $ua$$inline_21$$;if($ua$$inline_21$$=$goog$userAgent$getUserAgentString$$()){var $navigator$$inline_22$$=$goog$global$$.navigator;$goog$userAgent$detectedOpera_$$=0==$ua$$inline_21$$.indexOf("Opera"),$goog$userAgent$detectedIe_$$=!$goog$userAgent$detectedOpera_$$&&-1!=$ua$$inline_21$$.indexOf("MSIE"),$goog$userAgent$detectedWebkit_$$=!$goog$userAgent$detectedOpera_$$&&-1!=$ua$$inline_21$$.indexOf("WebKit"),$goog$userAgent$detectedGecko_$$=!$goog$userAgent$detectedOpera_$$&&!$goog$userAgent$detectedWebkit_$$&&"Gecko"==$navigator$$inline_22$$.product}var $goog$userAgent$OPERA$$=$goog$userAgent$detectedOpera_$$,$goog$userAgent$IE$$=$goog$userAgent$detectedIe_$$,$goog$userAgent$GECKO$$=$goog$userAgent$detectedGecko_$$,$goog$userAgent$WEBKIT$$=$goog$userAgent$detectedWebkit_$$,$navigator$$inline_24$$=$goog$global$$.navigator,$goog$userAgent$MAC$$=-1!=($navigator$$inline_24$$&&$navigator$$inline_24$$.platform||"").indexOf("Mac"),$goog$userAgent$VERSION$$;$:{var $version$$inline_27$$="",$re$$inline_28$$;if($goog$userAgent$OPERA$$&&$goog$global$$.opera)var $operaVersion$$inline_29$$=$goog$global$$.opera.version,$version$$inline_27$$="function"==typeof $operaVersion$$inline_29$$?$operaVersion$$inline_29$$():$operaVersion$$inline_29$$;else if($goog$userAgent$GECKO$$?$re$$inline_28$$=/rv\:([^\);]+)(\)|;)/:$goog$userAgent$IE$$?$re$$inline_28$$=/MSIE\s+([^\);]+)(\)|;)/:$goog$userAgent$WEBKIT$$&&($re$$inline_28$$=/WebKit\/(\S+)/),$re$$inline_28$$)var $arr$$inline_30$$=$re$$inline_28$$.exec($goog$userAgent$getUserAgentString$$()),$version$$inline_27$$=$arr$$inline_30$$?$arr$$inline_30$$[1]:"";if($goog$userAgent$IE$$){var $docMode$$inline_31$$=$goog$userAgent$getDocumentMode_$$();if($docMode$$inline_31$$>parseFloat($version$$inline_27$$)){$goog$userAgent$VERSION$$=String($docMode$$inline_31$$);break $}}$goog$userAgent$VERSION$$=$version$$inline_27$$}var $goog$userAgent$isVersionCache_$$={},$doc$$inline_47$$=$goog$global$$.document,$goog$userAgent$DOCUMENT_MODE$$=$doc$$inline_47$$&&$goog$userAgent$IE$$?$goog$userAgent$getDocumentMode_$$()||("CSS1Compat"==$doc$$inline_47$$.compatMode?parseInt($goog$userAgent$VERSION$$,10):5):$JSCompiler_alias_VOID$$,$goog$object$PROTOTYPE_FIELDS_$$="constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" ");$goog$inherits$$($goog$debug$Error$$,Error),$goog$debug$Error$$.prototype.name="CustomError",$goog$inherits$$($goog$asserts$AssertionError$$,$goog$debug$Error$$),$goog$asserts$AssertionError$$.prototype.name="AssertionError";var $goog$array$ARRAY_PROTOTYPE_$$=Array.prototype,$goog$dom$BrowserFeature$CAN_ADD_NAME_OR_TYPE_ATTRIBUTES$$=!$goog$userAgent$IE$$||$goog$userAgent$IE$$&&$goog$userAgent$DOCUMENT_MODE$$>=9;!$goog$userAgent$GECKO$$&&!$goog$userAgent$IE$$||$goog$userAgent$IE$$&&$goog$userAgent$IE$$&&$goog$userAgent$DOCUMENT_MODE$$>=9||$goog$userAgent$GECKO$$&&$goog$userAgent$isVersion$$("1.9.1");var $goog$dom$BrowserFeature$CAN_USE_INNER_TEXT$$=$goog$userAgent$IE$$&&!$goog$userAgent$isVersion$$("9"),$goog$dom$DIRECT_ATTRIBUTE_MAP_$$={cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",frameborder:"frameBorder",height:"height",maxlength:"maxLength",role:"role",rowspan:"rowSpan",type:"type",usemap:"useMap",valign:"vAlign",width:"width"},$goog$dom$TAGS_TO_IGNORE_$$={SCRIPT:1,STYLE:1,HEAD:1,IFRAME:1,OBJECT:1},$goog$dom$PREDEFINED_TAG_VALUES_$$={IMG:" ",BR:"\n"},$goog$Disposable$MonitoringMode$OFF$$=0,$goog$Disposable$instances_$$={};$goog$Disposable$$.prototype.$disposed_$=$JSCompiler_alias_FALSE$$,$goog$Disposable$$.prototype.$dispose$=function(){if(!this.$