SYMBOL INDEX (72 symbols across 15 files) FILE: android/app/src/main/java/com/nightmare/code/MainActivity.java class MainActivity (line 19) | public class MainActivity extends FragmentActivity { method onCreate (line 25) | @Override method onPostResume (line 64) | @Override method onNewIntent (line 70) | @Override method onBackPressed (line 76) | @Override method onRequestPermissionsResult (line 82) | @Override method onUserLeaveHint (line 96) | @Override method onTrimMemory (line 101) | @Override FILE: android/app/src/main/java/com/nightmare/code/OrientationListener.java class OrientationListener (line 9) | class OrientationListener extends OrientationEventListener { method OrientationListener (line 13) | public OrientationListener(Activity context) { method onOrientationChanged (line 18) | @SuppressLint("SourceLockedOrientationActivity") FILE: android/app/src/main/java/com/nightmare/code/WebViewFragment.java class WebViewFragment (line 27) | public class WebViewFragment extends Fragment { method onCreateView (line 31) | @Nullable class JavaScriptBridge (line 98) | public static class JavaScriptBridge { method JavaScriptBridge (line 101) | JavaScriptBridge(Context c) { method getClipboardData (line 105) | @JavascriptInterface method checkState (line 116) | void checkState() { method onCreateWindow (line 129) | @Override method onStop (line 148) | @Override FILE: android/app/src/main/java/com/nightmare/code/WebViewUtil.java class WebViewUtil (line 3) | public class WebViewUtil { FILE: lib/config.dart class Config (line 4) | class Config { FILE: lib/generated/intl/messages_all.dart type Future (line 22) | typedef Future LibraryLoader(); function _findExact (line 28) | MessageLookupByLibrary? _findExact(String localeName) function initializeMessages (line 40) | Future initializeMessages(String localeName) function _messagesExistFor (line 56) | bool _messagesExistFor(String locale) function _findGeneratedMessagesFor (line 64) | MessageLookupByLibrary? _findGeneratedMessagesFor(String locale) FILE: lib/generated/intl/messages_en.dart type String (line 18) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 20) | class MessageLookup extends MessageLookupByLibrary { method m0 (line 23) | String m0(param) method _notInlinedMessages (line 26) | Map _notInlinedMessages(_) FILE: lib/generated/intl/messages_zh_CN.dart type String (line 18) | typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup (line 20) | class MessageLookup extends MessageLookupByLibrary { method m0 (line 23) | String m0(param) method _notInlinedMessages (line 26) | Map _notInlinedMessages(_) FILE: lib/generated/l10n.dart class S (line 15) | class S { method load (line 30) | Future load(Locale locale) method of (line 44) | S of(BuildContext context) method maybeOf (line 53) | S? maybeOf(BuildContext context) method copy_code_server (line 108) | String copy_code_server(Object param) class AppLocalizationDelegate (line 178) | class AppLocalizationDelegate extends LocalizationsDelegate { method isSupported (line 189) | bool isSupported(Locale locale) method load (line 191) | Future load(Locale locale) method shouldReload (line 193) | bool shouldReload(AppLocalizationDelegate old) method _isSupported (line 195) | bool _isSupported(Locale locale) FILE: lib/main.dart function main (line 15) | Future main() class CodeLFA (line 34) | class CodeLFA extends StatelessWidget { method build (line 39) | Widget build(BuildContext context) FILE: lib/script.dart function genFixCodeServerHardLinkShell (line 142) | String genFixCodeServerHardLinkShell(Map map) FILE: lib/terminal_controller.dart class HomeController (line 15) | class HomeController extends GetxController { method bumpProgress (line 38) | void bumpProgress() method vsCodeStartWhenSuccessBind (line 58) | Future vsCodeStartWhenSuccessBind() method initEnvir (line 90) | Future initEnvir() method syncProgress (line 126) | void syncProgress() method createBusyboxLink (line 154) | void createBusyboxLink() method loadCodeVersion (line 174) | Future loadCodeVersion() method setProgress (line 199) | void setProgress(String description) method loadCodeServer (line 204) | Future loadCodeServer() method startVsCode (line 277) | Future startVsCode(Pty pseudoTerminal) method onInit (line 285) | void onInit() FILE: lib/terminal_page.dart class TerminalPage (line 10) | class TerminalPage extends StatefulWidget { method createState (line 14) | State createState() class _TerminalPageState (line 17) | class _TerminalPageState extends State { method build (line 23) | Widget build(BuildContext context) FILE: lib/terminal_theme.dart class ManjaroTerminalTheme (line 5) | class ManjaroTerminalTheme extends TerminalTheme { FILE: lib/utils.dart function getHardLinkMap (line 18) | Future> getHardLinkMap(String tarGzPath) function getHardLinkMapByArchive (line 42) | Future> getHardLinkMapByArchive(String tarGzPath) function openWebView (line 79) | void openWebView() function getLibPath (line 85) | Future getLibPath() function createPTY (line 89) | Pty createPTY({ function writeProgress (line 115) | void writeProgress(String data) function writeString (line 121) | void writeString(String data) function defineFunction (line 125) | Future defineFunction(String function)