SYMBOL INDEX (181 symbols across 13 files) FILE: js/libs/filereader.js function makeWorker (line 80) | function makeWorker(script) { function setupClipboard (line 95) | function setupClipboard(element, opts) { function setupInput (line 134) | function setupInput(input, opts) { function setupDrop (line 156) | function setupDrop(dropbox, opts) { function setupCustomFileProperties (line 232) | function setupCustomFileProperties(files, groupID) { function getReadAsMethod (line 247) | function getReadAsMethod(type, readAsMap, readAsDefault) { function processFileList (line 257) | function processFileList(e, files, opts) { function checkFileReaderSyncSupport (line 358) | function checkFileReaderSyncSupport() { function noop (line 369) | function noop() { function extend (line 374) | function extend(destination, source) { function hasClass (line 389) | function hasClass(el, name) { function addClass (line 394) | function addClass(el, name) { function removeClass (line 401) | function removeClass(el, name) { function prettySize (line 409) | function prettySize(bytes) { FILE: js/libs/jdataview.js function b (line 1) | function b(a,b){return"object"!=typeof a||null===a?!1:a.constructor===b|... function c (line 1) | function c(a,c){return!c&&b(a,Array)?a:Array.prototype.slice.call(a)} function d (line 1) | function d(a,b){return void 0!==a?a:b} function e (line 1) | function e(a,c,f,g){if(e.is(a)){var h=a.slice(c,c+f);return h._littleEnd... function f (line 1) | function f(a){for(var b=j.ArrayBuffer?Uint8Array:Array,c=new b(a.length)... function g (line 1) | function g(a){return a>=0&&31>a?1<a?a+b:a} FILE: js/main.js function __ (line 3) | function __() { this.constructor = d; } function BaseDef (line 32) | function BaseDef(reader) { function ClassBaseDef (line 40) | function ClassBaseDef() { function TypeDef (line 56) | function TypeDef(reader, descriptorIdx) { function ProtoDef (line 74) | function ProtoDef(reader, shortyIdx, returnTypeIdx, parametersOff) { function FieldDef (line 94) | function FieldDef(reader, classIdx, typeIdx, nameIdx) { function MethodDef (line 111) | function MethodDef(reader, classIdx, protoIdx, nameIdx) { function ClassDef (line 128) | function ClassDef(reader, classIdx, accessFlags, superclassIdx, interfac... function MultiDexFileReader (line 188) | function MultiDexFileReader(inputFileStream) { function DexFileReader (line 218) | function DexFileReader(file) { function DexHeader (line 446) | function DexHeader(dv) { function Model (line 503) | function Model() { function ClassDataWrapper (line 597) | function ClassDataWrapper(classType, classDef) { function PackageNodeMetaData (line 618) | function PackageNodeMetaData() { function AppView (line 658) | function AppView() { FILE: js/ts/defs/bootstrap.d.ts type ModalOptions (line 9) | interface ModalOptions { type ModalOptionsBackdropString (line 16) | interface ModalOptionsBackdropString { type ScrollSpyOptions (line 23) | interface ScrollSpyOptions { type TooltipOptions (line 28) | interface TooltipOptions { type PopoverOptions (line 41) | interface PopoverOptions { type CollapseOptions (line 55) | interface CollapseOptions { type CarouselOptions (line 60) | interface CarouselOptions { type TypeaheadOptions (line 67) | interface TypeaheadOptions { type AffixOptions (line 77) | interface AffixOptions { type JQuery (line 82) | interface JQuery { FILE: js/ts/defs/filereader.d.ts type ReaderEvents (line 6) | interface ReaderEvents { type FileReaderJSOpts (line 18) | interface FileReaderJSOpts { class FileReaderJS (line 25) | class FileReaderJS { type JQuery (line 32) | interface JQuery { FILE: js/ts/defs/jdataview.d.ts class jDataView (line 6) | class jDataView implements DataView { type Bytes (line 88) | interface Bytes { type Buffer (line 93) | interface Buffer extends Bytes { class Uint64 (line 97) | class Uint64 { class Int64 (line 105) | class Int64 extends Uint64 { FILE: js/ts/defs/jquery.d.ts type JQueryAjaxSettings (line 25) | interface JQueryAjaxSettings { type JQueryXHR (line 169) | interface JQueryXHR extends XMLHttpRequest, JQueryPromise { type JQueryCallback (line 197) | interface JQueryCallback { type JQueryGenericPromise (line 280) | interface JQueryGenericPromise { type JQueryPromiseCallback (line 301) | interface JQueryPromiseCallback { type JQueryPromiseOperator (line 305) | interface JQueryPromiseOperator { type JQueryPromise (line 312) | interface JQueryPromise extends JQueryGenericPromise { type JQueryDeferred (line 352) | interface JQueryDeferred extends JQueryGenericPromise { type BaseJQueryEventObject (line 444) | interface BaseJQueryEventObject extends Event { type JQueryInputEventObject (line 464) | interface JQueryInputEventObject extends BaseJQueryEventObject { type JQueryMouseEventObject (line 471) | interface JQueryMouseEventObject extends JQueryInputEventObject { type JQueryKeyEventObject (line 483) | interface JQueryKeyEventObject extends JQueryInputEventObject { type JQueryEventObject (line 490) | interface JQueryEventObject extends BaseJQueryEventObject, JQueryInputEv... type JQuerySupport (line 497) | interface JQuerySupport { type JQueryParam (line 519) | interface JQueryParam { type JQueryEventConstructor (line 542) | interface JQueryEventConstructor { type JQueryCoordinates (line 550) | interface JQueryCoordinates { type JQuerySerializeArrayElement (line 558) | interface JQuerySerializeArrayElement { type JQueryAnimationOptions (line 563) | interface JQueryAnimationOptions { type JQueryStatic (line 613) | interface JQueryStatic { type JQuery (line 1154) | interface JQuery { FILE: js/ts/defs/jszip.d.ts type JSZip (line 6) | interface JSZip { type JSZipObject (line 83) | interface JSZipObject { type JSZipFileOptions (line 97) | interface JSZipFileOptions { type JSZipObjectOptions (line 107) | interface JSZipObjectOptions { type JSZipGeneratorOptions (line 119) | interface JSZipGeneratorOptions { type JSZipLoadOptions (line 129) | interface JSZipLoadOptions { type JSZipSupport (line 136) | interface JSZipSupport { type DEFLATE (line 143) | interface DEFLATE { FILE: js/ts/defs/various.d.ts type String (line 1) | interface String { type HTMLElement (line 5) | interface HTMLElement { type Document (line 9) | interface Document { type LoadedDexData (line 13) | interface LoadedDexData { FILE: js/ts/dexdefs.ts type AccessFlags (line 5) | enum AccessFlags { method constructor (line 16) | constructor(reader:DexFileReader) { method getClassData (line 24) | public getClassData():ClassDef { method getClassType (line 28) | public getClassType():TypeDef { method getClassIdx (line 32) | public getClassIdx():number { class TypeDef (line 37) | class TypeDef extends BaseDef { method constructor (line 41) | constructor(reader:DexFileReader, descriptorIdx:number) { method getDescriptor (line 46) | public getDescriptor():string { method setInternal (line 50) | public setInternal(internal: boolean):void { method isInternal (line 54) | public isInternal():boolean { class ProtoDef (line 59) | class ProtoDef extends BaseDef { method constructor (line 64) | constructor(reader:DexFileReader, shortyIdx:number, returnTypeIdx:numb... method getShorty (line 71) | public getShorty():string { method getParametersOff (line 75) | public getParametersOff():number { method getReturnType (line 79) | public getReturnType():TypeDef { class FieldDef (line 84) | class FieldDef extends ClassBaseDef { method constructor (line 88) | constructor(reader:DexFileReader, classIdx:number, typeIdx:number, nam... method getName (line 95) | public getName():string { method getType (line 99) | public getType():TypeDef { class MethodDef (line 104) | class MethodDef extends ClassBaseDef { method constructor (line 108) | constructor(reader:DexFileReader, classIdx:number, protoIdx:number, na... method getName (line 115) | public getName():string { method getProto (line 119) | public getProto():ProtoDef { class ClassDef (line 124) | class ClassDef extends BaseDef { method constructor (line 134) | constructor(reader:DexFileReader, classIdx:number, accessFlags:number,... method getClassIdx (line 147) | public getClassIdx():number { method isAccessFlag (line 151) | public isAccessFlag(flag:AccessFlags):boolean { method getSourceFileName (line 155) | public getSourceFileName():string { method getClassType (line 159) | public getClassType():TypeDef { method getSuperclassType (line 163) | public getSuperclassType():TypeDef { method getInterfacesOff (line 171) | public getInterfacesOff():number { method getAnnotationsOff (line 175) | public getAnnotationsOff():number { method getClassDataOff (line 179) | public getClassDataOff():number { method getStaticValuesOff (line 183) | public getStaticValuesOff():number { FILE: js/ts/dexformat.ts class MultiDexFileReader (line 14) | class MultiDexFileReader { method constructor (line 20) | constructor(inputFileStream:ArrayBuffer) { method getMethodRefs (line 34) | public getMethodRefs():MethodDef[] { method isMultidex (line 43) | public isMultidex():boolean { class DexFileReader (line 48) | class DexFileReader { method constructor (line 62) | constructor(file:JSZipObject) { method getClassNameOnly (line 80) | public static getClassNameOnly(typeName:string):string { method getPackageNameOnly (line 90) | public static getPackageNameOnly(typeName:string):string { method descriptorToDot (line 100) | public static descriptorToDot(descr:string):string { method isValidDexFile (line 144) | private static isValidDexFile(bytes:number[]):boolean { method markInternalClasses (line 153) | private markInternalClasses():void { method loadStrings (line 170) | private loadStrings(dv:jDataView):void { method loadTypes (line 187) | private loadTypes(dv:jDataView):void { method loadProtos (line 197) | private loadProtos(dv:jDataView):void { method loadFields (line 222) | private loadFields(dv:jDataView):void { method loadMethods (line 234) | private loadMethods(dv:jDataView):void { method loadClasses (line 246) | private loadClasses(dv:jDataView):void { method getPrimitiveType (line 265) | private static getPrimitiveType(typeChar:string):string { method getMethodRefs (line 282) | public getMethodRefs():MethodDef[] { method getString (line 286) | public getString(idx:number):string { method getType (line 290) | public getType(idx:number):TypeDef { method getProto (line 294) | public getProto(idx:number):ProtoDef { method getClass (line 298) | public getClass(idx:number):ClassDef { class DexHeader (line 310) | class DexHeader { method constructor (line 335) | constructor(dv:jDataView) { FILE: js/ts/main.ts class AppView (line 13) | class AppView { method constructor (line 38) | constructor() { method onLoadFile (line 54) | private onLoadFile(e:any, file:File):void { method setIsLoading (line 78) | private setIsLoading(isLoading:boolean):void { method renderPackages (line 90) | private renderPackages(data:LoadedDexData):void { method recursiveRenderPackage (line 114) | private recursiveRenderPackage(treeBuilder:string[], node:any, level:n... method showPackageDetail (line 157) | private showPackageDetail(packagePath:string):void { method formatInnerClasses (line 198) | private formatInnerClasses(name:string):string { method resetLastMouseOverNode (line 215) | private resetLastMouseOverNode():void { method updateTree (line 222) | private updateTree():void { method selectAll (line 251) | private selectAll(el:HTMLElement):void { method dropzoneClick (line 265) | private dropzoneClick():void { method expandCollapseAll (line 269) | private expandCollapseAll():void { method download (line 290) | private download():void { FILE: js/ts/model.ts class Model (line 6) | class Model { method getCurrentTreemap (line 20) | public getCurrentTreemap():ClassDataWrapper[] { method loadDexFile (line 24) | public loadDexFile(arrayBuffer:ArrayBuffer):LoadedDexData { method isInnerClassFromName (line 77) | public isInnerClassFromName(className:string):boolean { method formatType (line 81) | public formatType(className:string, classData:ClassDataWrapper):string { method extractFileNameWithoutExt (line 99) | public extractFileNameWithoutExt(filename:string):string { class ClassDataWrapper (line 109) | class ClassDataWrapper { method constructor (line 114) | constructor(classType:TypeDef, classDef:ClassDef) { method incrementMethodCount (line 119) | public incrementMethodCount():void { method getMethodCount (line 123) | public getMethodCount():number { method getClassType (line 127) | public getClassType():TypeDef { method getClassDef (line 131) | public getClassDef():ClassDef { class PackageNodeMetaData (line 136) | class PackageNodeMetaData { method incrementMethodCount (line 140) | public incrementMethodCount():void { method addClassAndIncrement (line 144) | public addClassAndIncrement(idx:number, classWrapper:ClassDataWrapper)... method getCount (line 151) | public getCount():number { method getClassWrapper (line 155) | public getClassWrapper(idx:number):ClassDataWrapper { method getSortedClasses (line 159) | public getSortedClasses():string[] {