SYMBOL INDEX (200 symbols across 55 files) FILE: devapp-2.0.0/server/main.js function insertLink (line 5) | function insertLink(title, url) { method echo (line 10) | echo(echo) { FILE: devapp-2.2.0/server/main.js function insertLink (line 5) | function insertLink(title, url) { method echo (line 10) | echo(echo) { FILE: devapp-2.2.4/server/main.js function insertLink (line 5) | function insertLink(title, url) { method echo (line 10) | echo(echo) { FILE: devapp-3.4/server/main.js function insertLink (line 5) | async function insertLink({ title, url }) { method about (line 51) | about() { FILE: src/Analytics.ts constant GA_HOST (line 5) | const GA_HOST = 'https://www.google-analytics.com' type UUID (line 7) | type UUID = string type RequestObject (line 9) | type RequestObject = { type EventOptions (line 15) | type EventOptions = { type EventParams (line 21) | type EventParams = { type PageViewParams (line 28) | type PageViewParams = { type ScreenParams (line 35) | type ScreenParams = { type TransactionOptions (line 43) | type TransactionOptions = { type TransactionParams (line 51) | type TransactionParams = { type TimingOptions (line 60) | type TimingOptions = { type TimingParams (line 69) | type TimingParams = { type AnalyticsOptions (line 81) | type AnalyticsOptions = { class Analytics (line 88) | class Analytics { method constructor (line 100) | constructor(trackingId, options: AnalyticsOptions = {}) { method set (line 112) | set(key: string, value = null) { method pageView (line 120) | pageView( method event (line 139) | event(category?: string, action?: string, options: EventOptions = {}) { method screen (line 150) | screen( method transaction (line 168) | transaction(transactionId: UUID, options: TransactionOptions = {}) { method social (line 181) | social(socialAction: string, socialNetwork: string, socialTarget: stri... method exception (line 187) | exception(description: string, fatal: number, clientId: UUID) { method timingTrk (line 193) | timingTrk( method send (line 224) | send(hitType: string, params: Record) { FILE: src/Bridge.ts method register (line 29) | register(eventType: EventType, handler: MessageHandler) { method handle (line 33) | handle(message: Message) { method sendContentMessage (line 41) | sendContentMessage(message: Message) { method chrome (line 54) | chrome() { method init (line 69) | init() { FILE: src/Browser/Background.ts type Connection (line 3) | type Connection = Map type Window (line 6) | interface Window { FILE: src/Browser/Inject.ts constant PARENTHESIS_REGEX (line 16) | const PARENTHESIS_REGEX = /(\S*) \(([^)]+)\)/ type MessageHandler (line 86) | type MessageHandler = (message: Message) => void type Registration (line 87) | type Registration = { type IRegistry (line 92) | interface IRegistry { method register (line 103) | register(eventType: EventType, handler: MessageHandler) { method run (line 110) | run(message: IMessagePayload) { function injectAll (line 122) | function injectAll() { FILE: src/Components/Button.tsx type Props (line 110) | interface Props extends ButtonHTMLAttributes { FILE: src/Components/Field.tsx type Props (line 23) | interface Props { FILE: src/Components/PopoverButton.tsx type WrapperProps (line 7) | interface WrapperProps { type Props (line 18) | interface Props extends Popover2Props { FILE: src/Components/Separator.tsx type WrapperProps (line 4) | interface WrapperProps { FILE: src/Components/TabBar.tsx type ITab (line 51) | interface ITab { type IMenuItem (line 59) | interface IMenuItem { type Props (line 69) | interface Props { FILE: src/Components/TextInput.tsx type Props (line 29) | interface Props extends InputHTMLAttributes { FILE: src/Constants.ts constant DEFAULT_OFFSET (line 1) | const DEFAULT_OFFSET = 50 constant DEVELOPMENT (line 3) | const DEVELOPMENT = process.env.MODE === 'development' type PanelPage (line 5) | enum PanelPage { FILE: src/Database/PanelDatabase.ts class Database (line 4) | class Database extends Dexie { method constructor (line 8) | constructor() { method add (line 23) | add(log: DDPLog) { method get (line 31) | get(key: string) { method remove (line 35) | remove(key: string) { method getAll (line 39) | getAll() { method getSettings (line 43) | async getSettings() { method saveSettings (line 47) | async saveSettings(settings: ISettings) { FILE: src/Injectors/DDPInjector.ts type MessageCallback (line 3) | type MessageCallback = (message: DDPLog) => void FILE: src/Injectors/MinimongoInjector.ts function cloneDeep (line 5) | function cloneDeep(obj: any) { function isArray (line 9) | function isArray(obj: any) { FILE: src/Pages/Panel/Bookmarks/Bookmarks.tsx type Props (line 8) | interface Props { FILE: src/Pages/Panel/DDP/DDP.tsx type Props (line 8) | interface Props { constant DDP (line 12) | const DDP: FunctionComponent = observer(({ isVisible }) => { FILE: src/Pages/Panel/DDP/DDPContainer.tsx type Props (line 10) | interface Props { FILE: src/Pages/Panel/DDP/DDPFilterMenu.tsx type Props (line 6) | interface Props { FILE: src/Pages/Panel/DDP/DDPLog.tsx type Props (line 11) | interface Props { FILE: src/Pages/Panel/DDP/DDPLogDirection.tsx type Prop (line 4) | interface Prop { FILE: src/Pages/Panel/DDP/DDPLogMenu.tsx type Props (line 7) | interface Props { FILE: src/Pages/Panel/DrawerJSON.tsx type Props (line 7) | interface Props { FILE: src/Pages/Panel/DrawerStackTrace.tsx type Props (line 6) | interface Props { FILE: src/Pages/Panel/HelpDrawer.tsx type Props (line 34) | interface Props { constant YEAR (line 40) | const YEAR = new Date().getFullYear() FILE: src/Pages/Panel/Minimongo/Minimongo.tsx type Props (line 12) | interface Props { FILE: src/Pages/Panel/Minimongo/MinimongoContainer.tsx type Props (line 8) | interface Props { type IRow (line 22) | interface IRow { FILE: src/Pages/Panel/Minimongo/MinimongoRow.tsx type Props (line 26) | interface Props { FILE: src/Pages/Panel/PartnersGrid.tsx type GridItem (line 9) | type GridItem = { function PartnersGrid (line 24) | function PartnersGrid({ items, className = '' }) { FILE: src/Pages/Panel/Performance/Performance.tsx type Props (line 10) | type Props = { isVisible: boolean } FILE: src/Pages/Panel/Subscriptions/Subscriptions.tsx type Props (line 14) | interface Props { FILE: src/Stores/Common/Searchable.ts type BufferCallback (line 6) | type BufferCallback = ((buffer: T[]) => void) | null type FilterFunction (line 7) | type FilterFunction = ((collection: T[], search: string) => T[]) | null method setCollection (line 25) | setCollection(collection: T[]) { method pushItem (line 29) | pushItem(log: T) { method _submitLogs (line 56) | _submitLogs() { method setLoadingState (line 76) | setLoadingState(isLoading: boolean) { method setCurrentPage (line 92) | setCurrentPage(currentPage: number) { method filtered (line 97) | get filtered() { method pagination (line 104) | get pagination() { method paginated (line 115) | get paginated() { FILE: src/Stores/Panel/BookmarkStore.ts class BookmarkStore (line 6) | class BookmarkStore extends Searchable { method constructor (line 7) | constructor() { method sync (line 14) | async sync() { method remove (line 26) | async remove(log: DDPLog) { method add (line 34) | async add(log: DDPLog) { method filterRegularExpression (line 58) | get filterRegularExpression() { FILE: src/Stores/Panel/DDPStore.ts class DDPStore (line 8) | class DDPStore extends Searchable { method constructor (line 13) | constructor() { method clearLogs (line 60) | clearLogs() { method filterRegularExpression (line 69) | get filterRegularExpression() { method subscriptionLogs (line 76) | get subscriptionLogs() { method getSubscriptionInit (line 83) | getSubscriptionInit(subscription) { method getSubscriptionReady (line 89) | getSubscriptionReady(subscription) { method getSubscriptionDuration (line 95) | getSubscriptionDuration(subscription) { method getSubscriptionMeta (line 109) | getSubscriptionMeta(subscription) { FILE: src/Stores/Panel/MinimongoStore/CollectionStore.ts class CollectionStore (line 4) | class CollectionStore extends Searchable { method constructor (line 5) | constructor() { FILE: src/Stores/Panel/MinimongoStore/index.ts class MinimongoStore (line 9) | class MinimongoStore { method constructor (line 19) | constructor() { method totalDocuments (line 24) | get totalDocuments() { method collectionNames (line 32) | get collectionNames() { method filteredCollectionNames (line 37) | get filteredCollectionNames() { method totalSize (line 45) | get totalSize() { method getMetadata (line 53) | getMetadata(collectionName: string) { method computeCollectionSizes (line 58) | computeCollectionSizes() { method syncDocuments (line 73) | syncDocuments() { method setCollections (line 90) | setCollections(collections: RawCollections) { method setActiveCollection (line 103) | setActiveCollection(collection: string | null) { method setNavigatorVisible (line 115) | setNavigatorVisible(isVisible: boolean) { method wrapDocument (line 119) | static wrapDocument( FILE: src/Stores/Panel/PerformanceStore.ts type AccCallData (line 5) | type AccCallData = { class PerformanceStore (line 16) | class PerformanceStore { method constructor (line 17) | constructor() { method push (line 41) | push(data: CallData) { method clear (line 76) | clear() { FILE: src/Stores/Panel/SettingStore.ts class SettingStore (line 13) | class SettingStore implements ISettings { method constructor (line 28) | constructor() { method setRepositoryData (line 59) | setRepositoryData(repositoryData: IGitHubRepository) { method updateRepositoryData (line 64) | updateRepositoryData() { method setFilter (line 86) | setFilter(type: FilterType, isEnabled: boolean) { FILE: src/Stores/Panel/SubscriptionStore.ts class SubscriptionStore (line 5) | class SubscriptionStore extends Searchable { method constructor (line 6) | constructor() { method subsWithMeta (line 19) | get subsWithMeta() { FILE: src/Stores/PanelStore.tsx class PanelStoreConstructor (line 11) | class PanelStoreConstructor { method constructor (line 30) | constructor() { method syncSubscriptions (line 37) | syncSubscriptions(subscriptions: Record) { method setActiveObject (line 42) | setActiveObject(viewableObject: ViewableObject, title: string | null =... method setActiveStackTrace (line 48) | setActiveStackTrace(trace: StackTrace[] | null) { method setSelectedTabId (line 53) | setSelectedTabId(selectedTabId: string) { method setHelpDrawerVisible (line 58) | setHelpDrawerVisible(isHelpDrawerVisible: boolean) { method getSubscriptionById (line 63) | getSubscriptionById(id: string) { method setGitCommitHash (line 70) | setGitCommitHash(hash: string) { FILE: src/Styles/Breakpoints.ts type BreakpointLabel (line 4) | type BreakpointLabel = 'xs' | 'sm' | 'md' | 'lg' | 'xl' FILE: src/Styles/Constants.ts constant MIN_LAYOUT_WIDTH (line 1) | const MIN_LAYOUT_WIDTH = 600 constant NAVBAR_HEIGHT (line 2) | const NAVBAR_HEIGHT = 29 constant STATUS_HEIGHT (line 3) | const STATUS_HEIGHT = 29 constant BACKGROUND_COLOR (line 4) | const BACKGROUND_COLOR = '#30404d' FILE: src/Utils/Hideable.tsx type Props (line 3) | interface Props { FILE: src/Utils/Hooks/useBreakpoints.ts type Breakpoint (line 4) | type Breakpoint = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'navigationCollapse' FILE: src/Utils/MessageFormatter.ts constant MAX_CHARACTERS (line 4) | const MAX_CHARACTERS = 512 method heartbeat (line 7) | heartbeat({ msg }: DDPLogContent) { method collection (line 11) | collection({ msg, collection }: DDPLogContent) { method connection (line 23) | connection({ msg, session }: DDPLogContent) { method subscription (line 27) | subscription({ msg, id, name, subs }: any) { method method (line 49) | method({ msg, method, result, error }: DDPLogContent) { FILE: src/Utils/ObjectTreerinator/ArrayRenderer.tsx type Props (line 5) | interface Props { FILE: src/Utils/ObjectTreerinator/Collapsible.tsx type Props (line 4) | interface Props { FILE: src/Utils/ObjectTreerinator/ObjectRenderer.tsx type Props (line 4) | interface Props { FILE: src/Utils/Objects.ts function omit (line 3) | function omit(object, keys) { function mapValues (line 13) | function mapValues(object, fn) { function flatten (line 21) | function flatten(array) { function compact (line 25) | function compact(array) { FILE: src/Utils/Pagination.ts method setSearch (line 30) | setSearch(search: string) { method next (line 33) | next() { method prev (line 38) | prev() { FILE: src/Utils/StringUtils.ts function getPrefixedClass (line 45) | function getPrefixedClass(className) { FILE: src/index.d.ts type MeteorID (line 4) | type MeteorID = string type Window (line 6) | interface Window { type MessageSource (line 17) | type MessageSource = 'meteor-devtools-evolved' type EventType (line 18) | type EventType = type Message (line 28) | interface Message { type IMessagePayload (line 33) | interface IMessagePayload extends Message { type StackTrace (line 37) | interface StackTrace { type DDPError (line 42) | interface DDPError { type DDPLogContent (line 50) | interface DDPLogContent { type DDPLog (line 62) | interface DDPLog { type Bookmark (line 79) | interface Bookmark { type FilterType (line 85) | type FilterType = type FilterTypeMap (line 92) | type FilterTypeMap = { [key in FilterType]: T } type Pagination (line 94) | interface Pagination { type IDocument (line 116) | interface IDocument extends Record { type MinimongoCollections (line 120) | type MinimongoCollections = Record type RawCollections (line 121) | type RawCollections = Record type ViewableObject (line 123) | type ViewableObject = object | null type MessageHandler (line 125) | type MessageHandler = (message: Message) => void type IDocumentWrapper (line 127) | interface IDocumentWrapper { type IGitHubRepository (line 134) | interface IGitHubRepository { type ISettings (line 238) | interface ISettings { type ConsoleType (line 244) | type ConsoleType = 'log' | 'info' | 'warn' | 'error' type IMeteorSubscription (line 246) | interface IMeteorSubscription { type ICollectionMetadata (line 254) | interface ICollectionMetadata { type CallData (line 261) | type CallData = {