SYMBOL INDEX (121 symbols across 34 files) FILE: e2e/protractor.conf.js method onPrepare (line 26) | onPrepare() { FILE: e2e/src/app.po.ts class AppPage (line 3) | class AppPage { method navigateTo (line 4) | navigateTo(): Promise { method getTitleText (line 8) | getTitleText(): Promise { FILE: src/app/app-routing.module.ts class AppRoutingModule (line 15) | class AppRoutingModule { } FILE: src/app/app.component.ts class AppComponent (line 8) | class AppComponent { FILE: src/app/app.module.ts class AppModule (line 18) | class AppModule { } FILE: src/app/layout/main-client-layout/main-client-layout.component.ts class MainClientLayoutComponent (line 14) | class MainClientLayoutComponent implements OnInit, AfterViewInit { method constructor (line 31) | constructor(private backgroundService: BackgroundService, method ngOnInit (line 106) | ngOnInit(): void { method playSound (line 111) | playSound(sound) { method pauseSound (line 119) | pauseSound(sound) { method ngAfterViewInit (line 127) | ngAfterViewInit(): void { method changeOnlineStatus (line 133) | changeOnlineStatus() { method changeGeralVisibility (line 141) | changeGeralVisibility() { method ajustPopoversPosition (line 149) | ajustPopoversPosition() { method showPopover (line 168) | showPopover(id) { method hidePopover (line 176) | hidePopover(id) { method changeChatVisibility (line 184) | changeChatVisibility(friend?) { method queueTime (line 193) | queueTime() { method cancelQueue (line 238) | cancelQueue() { method acceptMatch (line 246) | acceptMatch() { method cancelMatch (line 260) | cancelMatch() { method changeBugModalVisibility (line 279) | changeBugModalVisibility() { FILE: src/app/modules/auth/auth-routing.module.ts class AuthRoutingModule (line 15) | class AuthRoutingModule { } FILE: src/app/modules/auth/auth.module.ts class AuthModule (line 18) | class AuthModule { } FILE: src/app/modules/auth/login/login.component.ts class LoginComponent (line 11) | class LoginComponent implements OnInit { method constructor (line 17) | constructor( private route: Router, method ngOnInit (line 30) | ngOnInit(): void { method makeLogin (line 38) | makeLogin() { method usernameIdentify (line 51) | usernameIdentify() { method closeModal (line 67) | closeModal() { FILE: src/app/modules/client/background.service.ts class BackgroundService (line 7) | class BackgroundService { method changeBackground (line 11) | changeBackground(url) { method getBackgroundObservable (line 19) | getBackgroundObservable(): Observable { FILE: src/app/modules/client/chat/chat.component.ts class ChatComponent (line 10) | class ChatComponent implements OnInit { method constructor (line 17) | constructor() { method ngOnInit (line 27) | ngOnInit(): void { method selectChat (line 35) | selectChat(friend) { method sendMessage (line 43) | sendMessage() { FILE: src/app/modules/client/client-routing.module.ts class ClientRoutingModule (line 23) | class ClientRoutingModule { } FILE: src/app/modules/client/client.module.ts class ClientModule (line 22) | class ClientModule { } FILE: src/app/modules/client/game/champion-select/champion-select.component.ts class ChampionSelectComponent (line 12) | class ChampionSelectComponent implements OnInit { method constructor (line 45) | constructor(private router: Router, method ngOnInit (line 50) | ngOnInit(): void { method initDeclarePeriod (line 132) | initDeclarePeriod() { method initBanPeriod (line 160) | initBanPeriod() { method initBanReviewPeriod (line 180) | initBanReviewPeriod() { method initPickPeriod (line 259) | initPickPeriod() { method initLoadOutPeriod (line 287) | initLoadOutPeriod() { method initTimer (line 312) | initTimer() { method pickEnemyChampions (line 345) | pickEnemyChampions() { method selectChampion (line 369) | selectChampion(champion, index) { method banChampion (line 391) | banChampion() { method pickChampion (line 412) | pickChampion() { method changeFilter (line 440) | changeFilter(filter) { method adjustChampion (line 456) | adjustChampion(champion) { method playSound (line 695) | playSound(sound) { method pauseSound (line 703) | pauseSound(sound) { FILE: src/app/modules/client/game/game-routing.module.ts class GameRoutingModule (line 17) | class GameRoutingModule { } FILE: src/app/modules/client/game/game.module.ts class GameModule (line 16) | class GameModule { } FILE: src/app/modules/client/game/loading/loading.component.ts class LoadingComponent (line 8) | class LoadingComponent implements OnInit { method constructor (line 16) | constructor() { } method ngOnInit (line 18) | ngOnInit(): void { method adjustChampion (line 26) | adjustChampion(champion) { method onMouseMove (line 287) | onMouseMove(mouseTrack) { FILE: src/app/modules/client/home/home-routing.module.ts class HomeRoutingModule (line 23) | class HomeRoutingModule { } FILE: src/app/modules/client/home/home.module.ts class HomeModule (line 17) | class HomeModule { } FILE: src/app/modules/client/home/home/home.component.ts class HomeComponent (line 10) | class HomeComponent implements OnInit { method constructor (line 12) | constructor( private soundService: SoundService ) {} method ngOnInit (line 14) | ngOnInit(): void { method playSound (line 19) | playSound(sound) { FILE: src/app/modules/client/home/overview/overview.component.ts class OverviewComponent (line 9) | class OverviewComponent implements OnInit { method constructor (line 11) | constructor(private backgroundService: BackgroundService) { method ngOnInit (line 21) | ngOnInit(): void { FILE: src/app/modules/client/home/patch-notes/patch-notes.component.ts class PatchNotesComponent (line 9) | class PatchNotesComponent implements OnInit { method constructor (line 11) | constructor(private backgroundService: BackgroundService) { method ngOnInit (line 17) | ngOnInit(): void { FILE: src/app/modules/client/play.service.ts class PlayService (line 7) | class PlayService { method constructor (line 9) | constructor() { } method changeQueueState (line 14) | changeQueueState(url) { method getQueueObservable (line 22) | getQueueObservable(): Observable { method changeLobbyState (line 30) | changeLobbyState(url) { method getLobbyObservable (line 38) | getLobbyObservable(): Observable { FILE: src/app/modules/client/play/lobby/lobby.component.ts class LobbyComponent (line 11) | class LobbyComponent implements OnInit { method constructor (line 17) | constructor(private backgroundService: BackgroundService, method ngOnInit (line 49) | ngOnInit(): void { method enterQueue (line 76) | enterQueue() { method cancelQueue (line 89) | cancelQueue() { method closeLobby (line 98) | closeLobby() { method openRoleSelect (line 106) | openRoleSelect() { method closeRoleSelect (line 118) | closeRoleSelect() { method selectRole (line 130) | selectRole(role) { method playSound (line 139) | playSound(sound) { FILE: src/app/modules/client/play/play-menu/play-menu.component.ts class PlayMenuComponent (line 9) | class PlayMenuComponent implements OnInit { method constructor (line 11) | constructor(private soundService: SoundService) {} method ngOnInit (line 13) | ngOnInit(): void { method playSound (line 18) | playSound(sound) { FILE: src/app/modules/client/play/play-routing.module.ts class PlayRoutingModule (line 23) | class PlayRoutingModule { } FILE: src/app/modules/client/play/play.module.ts class PlayModule (line 17) | class PlayModule { } FILE: src/app/modules/client/play/pvp/pvp.component.ts class PvpComponent (line 10) | class PvpComponent implements OnInit { method constructor (line 14) | constructor(private backgroundService: BackgroundService) { method ngOnInit (line 24) | ngOnInit(): void { FILE: src/app/modules/client/profile/match-history/match-history.component.ts class MatchHistoryComponent (line 11) | class MatchHistoryComponent implements OnInit, AfterViewInit { method constructor (line 57) | constructor() { } method ngOnInit (line 59) | ngOnInit(): void { method ngAfterViewInit (line 65) | ngAfterViewInit(): void { FILE: src/app/modules/client/profile/overview/overview.component.ts class OverviewComponent (line 9) | class OverviewComponent implements OnInit { method constructor (line 11) | constructor(private backgroundService: BackgroundService) { method ngOnInit (line 21) | ngOnInit(): void { FILE: src/app/modules/client/profile/profile-routing.module.ts class ProfileRoutingModule (line 23) | class ProfileRoutingModule { } FILE: src/app/modules/client/profile/profile.module.ts class ProfileModule (line 17) | class ProfileModule { } FILE: src/app/modules/client/profile/profile/profile.component.ts class ProfileComponent (line 10) | class ProfileComponent implements OnInit { method constructor (line 15) | constructor(private soundService: SoundService) { } method ngOnInit (line 17) | ngOnInit(): void { method changeBannerVisible (line 22) | changeBannerVisible(condition) { method playSound (line 30) | playSound(sound) { FILE: src/app/modules/client/sound.service.ts class SoundService (line 6) | class SoundService { method constructor (line 46) | constructor() { } method playSound (line 50) | playSound(sound) { method pauseSound (line 58) | pauseSound(sound) {