Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Everoot/everoot.github.io
/ functions
Functions
101 in github.com/Everoot/everoot.github.io
⨍
Functions
101
◇
Types & classes
46
↓ 10 callers
Method
openWindow
(app: App)
src/app/services/window-manager.ts:39
↓ 7 callers
Method
getAppById
(id: string)
src/app/services/app-config.ts:118
↓ 3 callers
Method
focus
()
src/app/components/window/window.ts:60
↓ 3 callers
Method
updateIframeUrl
()
src/app/components/apps/chrome/chrome.ts:45
↓ 2 callers
Method
appendTerminalRow
()
src/app/components/apps/terminal/terminal.ts:78
↓ 2 callers
Method
closeWindow
(id: string)
src/app/services/window-manager.ts:101
↓ 2 callers
Method
escapeHtml
(text: string)
src/app/components/apps/terminal/terminal.ts:555
↓ 2 callers
Method
focusWindow
(id: string)
src/app/services/window-manager.ts:138
↓ 2 callers
Method
isMobile
()
src/app/components/desktop-icon/desktop-icon.ts:15
↓ 2 callers
Method
restartTerminal
()
src/app/components/apps/terminal/terminal.ts:69
↓ 2 callers
Method
startCursor
(rowId: number)
src/app/components/apps/terminal/terminal.ts:577
↓ 2 callers
Method
stopCursor
(rowId: number)
src/app/components/apps/terminal/terminal.ts:615
↓ 2 callers
Method
storeVisitedUrl
(url: string, displayUrl: string)
src/app/components/apps/chrome/chrome.ts:100
↓ 2 callers
Method
trackFrequentApp
(appId: string)
src/app/services/window-manager.ts:172
↓ 2 callers
Method
updateBrightness
(level: number)
src/app/components/status-card/status-card.ts:47
↓ 2 callers
Method
updateTime
()
src/app/components/clock/clock.ts:31
↓ 2 callers
Method
updateWindowPosition
(id: string, x: number, y: number)
src/app/services/window-manager.ts:150
↓ 1 callers
Method
clearInput
(rowId: number)
src/app/components/apps/terminal/terminal.ts:634
↓ 1 callers
Method
executeCommand
(rowId: number, command: string)
src/app/components/apps/terminal/terminal.ts:174
↓ 1 callers
Method
getAllApps
()
src/app/services/app-config.ts:130
↓ 1 callers
Method
getBackgroundImage
()
src/app/services/window-manager.ts:30
↓ 1 callers
Method
getDesktopApps
()
src/app/services/app-config.ts:122
↓ 1 callers
Method
getFavouriteApps
()
src/app/services/app-config.ts:126
↓ 1 callers
Method
handleResize
(event: MouseEvent)
src/app/components/window/window.ts:185
↓ 1 callers
Method
maximizeWindow
(id: string)
src/app/services/window-manager.ts:122
↓ 1 callers
Method
minimizeWindow
(id: string)
src/app/services/window-manager.ts:111
↓ 1 callers
Method
openApp
(app: App)
src/app/components/desktop/desktop.ts:54
↓ 1 callers
Method
removeCursor
(rowId: number)
src/app/components/apps/terminal/terminal.ts:626
↓ 1 callers
Method
setBackgroundImage
(image: string)
src/app/services/window-manager.ts:34
↓ 1 callers
Method
updateWindowSize
(id: string, width: number, height: number)
src/app/services/window-manager.ts:161
Method
changeBackground
(wallpaper: string)
src/app/components/apps/settings/settings.ts:24
Method
changeScreen
(screen: string)
src/app/components/apps/about/about.ts:135
Method
close
()
src/app/components/window/window.ts:48
Method
constructor
( public appConfig: AppConfigService, public windowManager: WindowManagerService )
src/app/components/desktop/desktop.ts:24
Method
constructor
( private windowManager: WindowManagerService, private elementRef: ElementRef )
src/app/components/window/window.ts:39
Method
constructor
( private appConfig: AppConfigService, private windowManager: WindowManagerService )
src/app/components/all-applications/all-applications.ts:30
Method
constructor
( private windowManager: WindowManagerService, private appConfig: AppConfigService )
src/app/components/apps/terminal/terminal.ts:49
Method
constructor
(private sanitizer: DomSanitizer)
src/app/components/apps/chrome/chrome.ts:21
Method
constructor
(private windowManager: WindowManagerService)
src/app/components/apps/settings/settings.ts:20
Method
constructor
(private sanitizer: DomSanitizer)
src/app/components/apps/vscode/vscode.ts:21
Method
constructor
( private appConfig: AppConfigService, private windowManager: WindowManagerService )
src/app/components/sidebar/sidebar.ts:16
Method
constructor
(private elementRef: ElementRef)
src/app/components/status-card/status-card.ts:19
Method
emptyTrash
()
src/app/components/apps/trash/trash.ts:41
Method
focusCursor
(rowId: number)
src/app/components/apps/terminal/terminal.ts:641
Method
getApps
()
src/app/services/app-config.ts:114
Method
getBackgroundStyle
()
src/app/components/desktop/desktop.ts:80
Method
getComponent
()
src/app/components/window/window.ts:84
Method
getCurrentCommand
(rowId: number)
src/app/components/apps/terminal/terminal.ts:652
Method
getResizeCursor
(direction: string)
src/app/components/window/window.ts:245
Method
getWallpaperStyle
(wallpaper: string)
src/app/components/apps/settings/settings.ts:31
Method
getWindowStyle
()
src/app/components/window/window.ts:64
Method
getWindows
()
src/app/services/window-manager.ts:26
Method
goToHome
()
src/app/components/apps/chrome/chrome.ts:62
Method
handleOpenApp
(app: App)
src/app/components/all-applications/all-applications.ts:48
Method
maximize
()
src/app/components/window/window.ts:56
Method
minimize
()
src/app/components/window/window.ts:52
Method
navigateToFile
(filePath: string)
src/app/components/apps/vscode/vscode.ts:37
Method
ngAfterViewChecked
()
src/app/components/apps/terminal/terminal.ts:58
Method
ngAfterViewInit
()
src/app/components/apps/chrome/chrome.ts:36
Method
ngOnDestroy
()
src/app/components/desktop/desktop.ts:48
Method
ngOnDestroy
()
src/app/components/apps/terminal/terminal.ts:63
Method
ngOnDestroy
()
src/app/components/clock/clock.ts:25
Method
ngOnInit
()
src/app/components/desktop/desktop.ts:29
Method
ngOnInit
()
src/app/components/window/window.ts:44
Method
ngOnInit
()
src/app/components/all-applications/all-applications.ts:35
Method
ngOnInit
()
src/app/components/apps/terminal/terminal.ts:54
Method
ngOnInit
()
src/app/components/apps/chrome/chrome.ts:25
Method
ngOnInit
()
src/app/components/apps/vscode/vscode.ts:27
Method
ngOnInit
()
src/app/components/apps/about/about.ts:145
Method
ngOnInit
()
src/app/components/apps/trash/trash.ts:19
Method
ngOnInit
()
src/app/components/sidebar/sidebar.ts:21
Method
ngOnInit
()
src/app/components/clock/clock.ts:18
Method
ngOnInit
()
src/app/components/status-card/status-card.ts:21
Method
onBrightnessChange
(event: Event)
src/app/components/status-card/status-card.ts:40
Method
onClick
(event: MouseEvent)
src/app/components/status-card/status-card.ts:57
Method
onClick
()
src/app/components/desktop-icon/desktop-icon.ts:26
Method
onCommandInput
(rowId: number, event: KeyboardEvent)
src/app/components/apps/terminal/terminal.ts:96
Method
onDoubleClick
()
src/app/components/desktop-icon/desktop-icon.ts:19
Method
onHeaderMouseDown
(event: MouseEvent)
src/app/components/window/window.ts:109
Method
onInputChange
(rowId: number, event: Event)
src/app/components/apps/terminal/terminal.ts:163
Method
onItemFocus
(event: Event)
src/app/components/apps/trash/trash.ts:46
Method
onLockScreen
()
src/app/components/desktop/desktop.ts:70
Method
onLockScreen
()
src/app/components/navbar/navbar.ts:32
Method
onMouseMove
(event: MouseEvent)
src/app/components/window/window.ts:125
Method
onMouseUp
(event: MouseEvent)
src/app/components/window/window.ts:156
Method
onQueryChange
(event: Event)
src/app/components/all-applications/all-applications.ts:43
Method
onResizeMouseDown
(event: MouseEvent, direction: string)
src/app/components/window/window.ts:166
Method
onShowAllApps
()
src/app/components/sidebar/sidebar.ts:33
Method
onShutDown
()
src/app/components/desktop/desktop.ts:75
Method
onShutDown
()
src/app/components/navbar/navbar.ts:37
Method
onSoundChange
(event: Event)
src/app/components/status-card/status-card.ts:34
Method
onStatusBarClick
()
src/app/components/navbar/navbar.ts:24
Method
onStatusBarFocus
()
src/app/components/navbar/navbar.ts:20
Method
onStatusCardClose
()
src/app/components/navbar/navbar.ts:28
Method
onTouchEnd
(event: TouchEvent)
src/app/components/desktop-icon/desktop-icon.ts:33
Method
onUrlKeyDown
(event: KeyboardEvent)
src/app/components/apps/chrome/chrome.ts:69
Method
openApp
(app: App)
src/app/components/sidebar/sidebar.ts:25
Method
refreshChrome
()
src/app/components/apps/chrome/chrome.ts:54
Method
showAllApps
()
src/app/components/desktop/desktop.ts:66
Method
toggleNavbar
()
src/app/components/apps/about/about.ts:141
next →
1–100 of 101, ranked by callers