SYMBOL INDEX (77 symbols across 2 files) FILE: lockkeys@vaina.lt/extension.js constant POST_46 (line 15) | const POST_46 = parseFloat(Config.PACKAGE_VERSION) >= 46; constant POST_49 (line 16) | const POST_49 = parseFloat(Config.PACKAGE_VERSION) >= 49; constant STYLE (line 18) | const STYLE = 'style'; constant STYLE_NONE (line 19) | const STYLE_NONE = 'none'; constant STYLE_NUMLOCK_ONLY (line 20) | const STYLE_NUMLOCK_ONLY = 'numlock'; constant STYLE_CAPSLOCK_ONLY (line 21) | const STYLE_CAPSLOCK_ONLY = 'capslock'; constant STYLE_BOTH (line 22) | const STYLE_BOTH = 'both'; constant STYLE_SHOWHIDE (line 23) | const STYLE_SHOWHIDE = 'show-hide'; constant STYLE_SHOWHIDE_CAPSLOCK (line 24) | const STYLE_SHOWHIDE_CAPSLOCK = 'show-hide-capslock'; constant NOTIFICATIONS (line 25) | const NOTIFICATIONS = 'notification-preferences'; constant NOTIFICATIONS_ON (line 27) | const NOTIFICATIONS_ON = 'on'; constant NOTIFICATION_OFF (line 30) | const NOTIFICATION_OFF = "off"; constant NOTIFICATION_COMPACT (line 31) | const NOTIFICATION_COMPACT = "compact"; constant NOTIFICATION_OSD (line 32) | const NOTIFICATION_OSD = "osd"; constant VISIBILITY_NEVER (line 33) | const VISIBILITY_NEVER = "never"; constant VISIBILITY_WHEN_ACTIVE (line 34) | const VISIBILITY_WHEN_ACTIVE = "when-active"; constant VISIBILITY_ALWAYS (line 35) | const VISIBILITY_ALWAYS = "always"; class LockKeysExtension (line 37) | class LockKeysExtension extends Extension { method enable (line 38) | enable() { method disable (line 46) | disable() { method _init (line 55) | _init(config, icons) { method updateSwitchOpacity (line 105) | updateSwitchOpacity() { method setActive (line 113) | setActive(enabled) { method handleSettingsChange (line 133) | handleSettingsChange(actor, event) { method handleStateChange (line 147) | handleStateChange(actor, event) { method updateState (line 163) | updateState() { method showNumlockNotification (line 172) | showNumlockNotification(notification_text, icon_name) { method showCapslockNotification (line 188) | showCapslockNotification(notification_text, icon_name) { method showSimpleNotification (line 204) | showSimpleNotification(notification_text, icon_name) { method prepareSource (line 223) | prepareSource(icon_name) { method showSimpleNotification45 (line 238) | showSimpleNotification45(notification_text, icon_name) { method prepareSource45 (line 254) | prepareSource45(icon_name) { method getStateText (line 274) | getStateText(state) { method getNumlockState (line 278) | getNumlockState() { method getCapslockState (line 282) | getCapslockState() { method _init (line 289) | _init(extensionDir) { method getCustomIcon (line 294) | getCustomIcon(icon_name) { method _init (line 305) | _init(indicator) { method displayState (line 315) | displayState(numlock_state, capslock_state) { method _init (line 357) | _init(indicator) { method displayState (line 368) | displayState(numlock_state, capslock_state) { method _init (line 385) | _init(indicator) { method displayState (line 395) | displayState(numlock_state, capslock_state) { method _init (line 407) | _init(settings) { method isShowNotifications (line 412) | isShowNotifications() { method isShowOsd (line 417) | isShowOsd() { method isNotifyNumLock (line 422) | isNotifyNumLock() { method isNotifyCapsLock (line 429) | isNotifyCapsLock() { method isHighlightNumLock (line 434) | isHighlightNumLock() { method isHighlightCapsLock (line 439) | isHighlightCapsLock() { method isVisibilityStyle (line 444) | isVisibilityStyle() { method isVisibilityStyleCapslock (line 449) | isVisibilityStyleCapslock() { method isCapslockEnabled (line 455) | isCapslockEnabled() { method getCapslockNotification (line 459) | getCapslockNotification() { method getCapslockIndicator (line 463) | getCapslockIndicator() { method isNumlockEnabled (line 467) | isNumlockEnabled() { method getNumlockNotification (line 471) | getNumlockNotification() { method getNumlockIndicator (line 475) | getNumlockIndicator() { FILE: lockkeys@vaina.lt/prefs.js constant STYLE (line 7) | const STYLE = 'style'; constant STYLE_NONE (line 8) | const STYLE_NONE = 'none'; constant STYLE_NUMLOCK_ONLY (line 9) | const STYLE_NUMLOCK_ONLY = 'numlock'; constant STYLE_CAPSLOCK_ONLY (line 10) | const STYLE_CAPSLOCK_ONLY = 'capslock'; constant STYLE_BOTH (line 11) | const STYLE_BOTH = 'both'; constant STYLE_SHOWHIDE (line 12) | const STYLE_SHOWHIDE = 'show-hide'; constant STYLE_SHOWHIDE_CAPSLOCK (line 13) | const STYLE_SHOWHIDE_CAPSLOCK = 'show-hide-capslock'; constant NOTIFICATIONS (line 14) | const NOTIFICATIONS = 'notification-preferences'; constant NOTIFICATIONS_OFF (line 15) | const NOTIFICATIONS_OFF = 'off'; constant NOTIFICATIONS_ON (line 16) | const NOTIFICATIONS_ON = 'on'; constant NOTIFICATIONS_OSD (line 17) | const NOTIFICATIONS_OSD = 'osd'; class LockKeysPreferences (line 19) | class LockKeysPreferences extends ExtensionPreferences { method fillPreferencesWindow (line 20) | fillPreferencesWindow(window) { method buildCapsLockPrefsWidget (line 70) | buildCapsLockPrefsWidget() { method buildNumLockPrefsWidget (line 100) | buildNumLockPrefsWidget() { method createToggleGroup (line 130) | createToggleGroup(key, text, tooltip, values) { method createComboBox (line 157) | createComboBox(key, text, tooltip, values) { method createVerticalBoxCompat (line 174) | createVerticalBoxCompat(...widgets) { method createHorizontalBoxCompat (line 188) | createHorizontalBoxCompat(label, widget, homogenousity = true) {