===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-shell-extension-arc-menu-49/Makefile-80-	for l in $(MSGSRC:.po=.mo) ; do \
gnome-shell-extension-arc-menu-49/Makefile:81:		lf=_build/locale/`basename $$l .mo`; \
gnome-shell-extension-arc-menu-49/Makefile-82-		mkdir -p $$lf; \
##############################################
gnome-shell-extension-arc-menu-49/menuButton.js-237-
gnome-shell-extension-arc-menu-49/menuButton.js:238:        this.mainBox.style = `height: ${height}px`;
gnome-shell-extension-arc-menu-49/menuButton.js-239-        this.section.actor.add_actor(this.mainBox);
##############################################
gnome-shell-extension-arc-menu-49/menuButton.js-435-        if(!(layout == Constants.MENU_LAYOUT.Simple || layout == Constants.MENU_LAYOUT.Simple2 || layout == Constants.MENU_LAYOUT.Runner) && this.MenuLayout)
gnome-shell-extension-arc-menu-49/menuButton.js:436:            this.mainBox.style = `height: ${height}px`;
gnome-shell-extension-arc-menu-49/menuButton.js-437-        
##############################################
gnome-shell-extension-arc-menu-49/menuWidgets.js-3486-        if (error) {
gnome-shell-extension-arc-menu-49/menuWidgets.js:3487:            log(`Failed to create GNOME Clocks proxy: ${error}`);
gnome-shell-extension-arc-menu-49/menuWidgets.js-3488-            return;
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/arcmenu.js-172-            });	
gnome-shell-extension-arc-menu-49/menulayouts/arcmenu.js:173:            this.placeManagerUpdatedID = this.placesManager.connect(`${id}-updated`, () => {
gnome-shell-extension-arc-menu-49/menulayouts/arcmenu.js-174-                this._redisplayPlaces(id);
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js-317-        this.newSearch.setMaxDisplayedResults(this.columnCount);
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js:318:        this.mainBox.style = `height: ${height}px; width: ${width}px;`;
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js-319-        this.applicationsBox.style = "width: " + Math.round(6 * ((width - 250) / 10)) + "px; padding-bottom: 30px;";
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js-321-
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js:322:        this.dashboard.style = `height: ${height}px; width: ${width}px;`;
gnome-shell-extension-arc-menu-49/menulayouts/dashboard.js-323-        this.bgManager.backgroundActor.set_position(natX - monitorWorkArea.x, natY - monitorWorkArea.y);
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/plasma.js-205-            });	
gnome-shell-extension-arc-menu-49/menulayouts/plasma.js:206:            this.placeManagerUpdatedID = this.placesManager.connect(`${id}-updated`, () => {
gnome-shell-extension-arc-menu-49/menulayouts/plasma.js-207-                this._redisplayPlaces(id);
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/raven.js-206-        let height =  Math.round(screenHeight / scaleFactor);
gnome-shell-extension-arc-menu-49/menulayouts/raven.js:207:        this.mainBox.style = `height: ${height}px`;
gnome-shell-extension-arc-menu-49/menulayouts/raven.js-208-    }
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js-281-        this.newSearch.setMaxDisplayedResults(this.columnCount);
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js:282:        this.mainBox.style = `height: ${height}px; width: ${width}px;`;
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js-283-        this.applicationsBox.style = "width: " + Math.round(6 * (width / 10)) + "px; padding-bottom: 25px;";
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js-284-        this.weatherBox.style = "width: " + Math.round(6 * (width / 10)) + "px;";
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js:285:        this.dashboard.style = `height: ${height}px; width: ${width}px;`;
gnome-shell-extension-arc-menu-49/menulayouts/ravenExtended.js-286-        this.actionsBoxContainer.style = "height: "+ height +"px;margin: 0px 0px 0px 0px; spacing: 10px;background-color:rgba(186, 196,201, 0.1) ; padding: 5px 5px;" +
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/redmond.js-164-            });	
gnome-shell-extension-arc-menu-49/menulayouts/redmond.js:165:            this.placeManagerUpdatedID = this.placesManager.connect(`${id}-updated`, () => {
gnome-shell-extension-arc-menu-49/menulayouts/redmond.js-166-                this._redisplayPlaces(id);
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js-305-        let height =  Math.round(350 / scaleFactor);
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js:306:        this.leftPanelPopup.style = `max-height: ${height}px`;        
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js-307-        this.section.actor.add_actor(this.leftPanelPopup); 
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js-347-        let height =  Math.round(350 / scaleFactor);
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js:348:        this.leftPanelPopup.style = `max-height: ${height}px`;   
gnome-shell-extension-arc-menu-49/menulayouts/ubuntudash.js-349-    }
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/windows.js-224-        let height =  Math.round(this._settings.get_int('menu-height') / scaleFactor);
gnome-shell-extension-arc-menu-49/menulayouts/windows.js:225:        this.leftPanelPopup.style = `height: ${height}px`;        
gnome-shell-extension-arc-menu-49/menulayouts/windows.js-226-        this.section.actor.add_actor(this.leftPanelPopup); 
##############################################
gnome-shell-extension-arc-menu-49/menulayouts/windows.js-294-        let height =  Math.round(this._settings.get_int('menu-height') / scaleFactor);
gnome-shell-extension-arc-menu-49/menulayouts/windows.js:295:        this.leftPanelPopup.style = `height: ${height}px`;  
gnome-shell-extension-arc-menu-49/menulayouts/windows.js-296-    }
##############################################
gnome-shell-extension-arc-menu-49/placeDisplay.js-668-        } catch (e) {
gnome-shell-extension-arc-menu-49/placeDisplay.js:669:            log(`Impossible to monitor trash: ${e}`);
gnome-shell-extension-arc-menu-49/placeDisplay.js-670-        }
##############################################
gnome-shell-extension-arc-menu-49/placeDisplay.js-702-        } catch (e) {
gnome-shell-extension-arc-menu-49/placeDisplay.js:703:            log(`Impossible to enumerate trash children: ${e}`)
gnome-shell-extension-arc-menu-49/placeDisplay.js-704-            return;
##############################################
gnome-shell-extension-arc-menu-49/search.js-379-                    if (metas.length > 0)
gnome-shell-extension-arc-menu-49/search.js:380:                        log(`Search provider ${this.provider.id} returned results after the request was canceled`);
gnome-shell-extension-arc-menu-49/search.js-381-                    callback(false);
##############################################
gnome-shell-extension-arc-menu-49/search.js-821-        let escapedTerms = this._terms.map(term => Shell.util_regex_escape(term));
gnome-shell-extension-arc-menu-49/search.js:822:        this._highlightRegex = new RegExp(`(${escapedTerms.join('|')})`, 'gi');
gnome-shell-extension-arc-menu-49/search.js-823-