SYMBOL INDEX (20 symbols across 5 files) FILE: ForwardNotifier Client Tools/Crossplatform Server/ForwardNotifierServer.py function checkforupadate (line 29) | def checkforupadate(): function sendnotif (line 50) | def sendnotif(Title, Message, OS, appname=None, icon=None): function checkbody (line 115) | def checkbody(body): # checking the body for a post request, wont be a ... class S (line 143) | class S(BaseHTTPRequestHandler): method send_res (line 144) | def send_res(self, args, code=200, Success=True): method do_GET (line 157) | def do_GET(self): method do_POST (line 165) | def do_POST(self): function run (line 208) | def run(server_class=HTTPServer, handler_class=S, port=port): FILE: ForwardNotifier Client Tools/Crossplatform Server/Windows Autoinstall/Program.cs class Program (line 13) | class Program method Main (line 21) | static void Main(string[] args) method NoArgsMain (line 93) | static void NoArgsMain() method GetServerPy (line 143) | static void GetServerPy() method DownloadModules (line 161) | static void DownloadModules() method DownloadPython (line 173) | static void DownloadPython() method Client_DownloadFileCompleted (line 197) | private static void Client_DownloadFileCompleted(object sender, System... method Client_DownloadProgressChanged (line 203) | private static void Client_DownloadProgressChanged(object sender, Down... method IsAdministrator (line 257) | public static bool IsAdministrator() FILE: Tweak.h type SBIconImageInfo (line 67) | struct SBIconImageInfo { FILE: forwardnotifier/FNPRootListController.h type SBIconImageInfo (line 11) | struct SBIconImageInfo { FILE: forwardnotifiercc/ForwardNotifierCC.h function interface (line 3) | interface ForwardNotifierCC : CCUIToggleModule {