===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-shell-extensions-3.38.1/export-zips.sh-2-
gnome-shell-extensions-3.38.1/export-zips.sh:3:srcdir=`dirname $0`
gnome-shell-extensions-3.38.1/export-zips.sh:4:srcdir=`(cd $srcdir && pwd)`
gnome-shell-extensions-3.38.1/export-zips.sh-5-
gnome-shell-extensions-3.38.1/export-zips.sh:6:builddir=`mktemp -p $srcdir -d _build.XXXXXX` || exit 1
gnome-shell-extensions-3.38.1/export-zips.sh:7:installdir=`mktemp -p $srcdir -d _install.XXXXXX` || exit 1
gnome-shell-extensions-3.38.1/export-zips.sh-8-
##############################################
gnome-shell-extensions-3.38.1/export-zips.sh-19-for f in $extensiondir/*; do
gnome-shell-extensions-3.38.1/export-zips.sh:20:  name=`basename ${f%%@*}`
gnome-shell-extensions-3.38.1/export-zips.sh-21-  uuid=$name@gnome-shell-extensions.gcampax.github.com
##############################################
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-304-            } catch (e) {
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js:305:                log(`Failed to update access time: ${e.message}`);
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-306-            }
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-307-        } catch (e) {
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js:308:            log(`Failed to mark file as trusted: ${e.message}`);
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-309-        }
##############################################
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-344-        } catch (e) {
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js:345:            log(`Failed to copy to desktop: ${e.message}`);
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-346-        }
##############################################
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-627-        let height = Math.round(categoriesHeight) + MENU_HEIGHT_OFFSET;
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js:628:        this.mainBox.style += `height: ${height}px`;
gnome-shell-extensions-3.38.1/extensions/apps-menu/extension.js-629-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js-75-            this._settings.set_strv(SETTINGS_KEY,
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js:76:                this._getRuleRows().map(row => `${row.id}:${row.value}`));
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js-77-        });
##############################################
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js-98-                    ...this._settings.get_strv(SETTINGS_KEY),
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js:99:                    `${appInfo.get_id()}:1`,
gnome-shell-extensions-3.38.1/extensions/auto-move-windows/prefs.js-100-                ]);
##############################################
gnome-shell-extensions-3.38.1/extensions/places-menu/extension.js-107-            this._sections[id] = new PopupMenu.PopupMenuSection();
gnome-shell-extensions-3.38.1/extensions/places-menu/extension.js:108:            this.placesManager.connect(`${id}-updated`, () => {
gnome-shell-extensions-3.38.1/extensions/places-menu/extension.js-109-                this._redisplay(id);
##############################################
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-20-    enable() {
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js:21:        this._changedId = this._settings.connect(`changed::${SETTINGS_KEY}`, this._changeTheme.bind(this));
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-22-        this._changeTheme();
##############################################
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-40-            const stylesheetPaths = Util.getThemeDirs()
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js:41:                .map(dir => `${dir}/${themeName}/gnome-shell/gnome-shell.css`);
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-42-
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-43-            stylesheetPaths.push(...Util.getModeThemeDirs()
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js:44:                .map(dir => `${dir}/${themeName}.css`));
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-45-
##############################################
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-52-        if (stylesheet)
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js:53:            global.log(`loading user theme: ${stylesheet}`);
gnome-shell-extensions-3.38.1/extensions/user-theme/extension.js-54-        else
##############################################
gnome-shell-extensions-3.38.1/extensions/user-theme/prefs.js-64-                const file = dir.resolve_relative_path(
gnome-shell-extensions-3.38.1/extensions/user-theme/prefs.js:65:                    `${name}/gnome-shell/gnome-shell.css`);
gnome-shell-extensions-3.38.1/extensions/user-theme/prefs.js-66-                try {
##############################################
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-277-        throw new GObject.NotImplementedError(
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js:278:            `_onClicked in ${this.constructor.name}`);
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-279-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-292-        throw new GObject.NotImplementedError(
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js:293:            `_isFocused in ${this.constructor.name}`);
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-294-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-304-        throw new GObject.NotImplementedError(
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js:305:            `_windowEnteredOrLeftMonitor in ${this.constructor.name}`);
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-306-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-317-        throw new GObject.NotImplementedError(
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js:318:            `_updateVisibility in ${this.constructor.name}`);
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-319-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-331-        throw new GObject.NotImplementedError(
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js:332:            `_updateIconGeometry in ${this.constructor.name}`);
gnome-shell-extensions-3.38.1/extensions/window-list/extension.js-333-    }
##############################################
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/extension.js-261-        this._settingsChangedId = this._settings.connect(
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/extension.js:262:            `changed::${WORKSPACE_KEY}`,
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/extension.js-263-            this._updateMenuLabels.bind(this));
##############################################
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/prefs.js-93-        });
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/prefs.js:94:        this._settings.connect(`changed::${WORKSPACE_KEY}`,
gnome-shell-extensions-3.38.1/extensions/workspace-indicator/prefs.js-95-            this._sync.bind(this));