MCPcopy Create free account

hub / github.com/Acode-Foundation/Acode / functions

Functions3,819 in github.com/Acode-Foundation/Acode

↓ 5 callersMethodlastModified
Get the 'Last-Modified' header from the response @return last modified value, -1 on failures
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:2317
↓ 5 callersFunctionlistInstalledPlugins
()
src/sidebarApps/extensions/index.js:500
↓ 5 callersFunctionlockScrollbarScrollPosition
({ top, left }, duration = 1200)
src/lib/editorManager.js:2445
↓ 5 callersFunctionlogIfDebug
(...args)
src/plugins/websocket/www/websocket.js:7
↓ 5 callersFunctionmultiPrompt
(message, inputs, help)
src/dialogs/multiPrompt.js:34
↓ 5 callersFunctionnormalizeKey
(key, platform = "win")
src/lib/keyBindings.js:681
↓ 5 callersFunctionnormalizePath
(path)
src/lib/prettierFormatter.js:464
↓ 5 callersFunctionnormalizeServerId
(id)
src/settings/lspConfigUtils.js:8
↓ 5 callersFunctiononhide
()
src/utils/helpers.js:184
↓ 5 callersFunctionopenFolder
* Open a folder in the sidebar * @param {string} _path * @param {object} opts * @param {string} opts.name * @param {string} [opts.id] * @param {b
src/lib/openFolder.js:128
↓ 5 callersFunctionpopTokenizer
(state: LuauState)
src/cm/modes/luau/index.ts:181
↓ 5 callersFunctionrefreshState
({ notifyExpiry = false } = {})
src/lib/adRewards.js:137
↓ 5 callersFunctionsanitize
(str)
src/components/symbolsPanel/index.js:36
↓ 5 callersMethodsavePersistedSessions
(sessions)
src/components/terminal/terminalManager.js:169
↓ 5 callersFunctionselect
* * @param {Array<Array<string, any, string>>} [extra] * @param {"file"|"dir"|"all"} [type] * @param {string} [title] * @returns {Promise<Rece
src/lib/recents.js:79
↓ 5 callersMethodselect
(title, options, config)
src/lib/acode.js:926
↓ 5 callersFunctionsendFileContent
* Sends file content * @param {string} url * @param {string} id * @param {string} mime * @param {(txt: string) => string} processText * @ret
src/lib/run.js:497
↓ 5 callersMethodsendMessageToClient
(String id, String action, String data)
src/plugins/terminal/src/android/TerminalService.java:222
↓ 5 callersMethodsendProgress
(CallbackContext callback, String id, int progress)
src/plugins/sdcard/src/android/WorkspaceIndex.java:1140
↓ 5 callersFunctionsetActiveApp
* Activates the given sidebar app and deactivates all others. * @param {string} id * @returns {void}
src/sidebarApps/index.js:174
↓ 5 callersMethodsetColor
(int color)
src/plugins/system/android/com/foxdebug/system/Ui.java:99
↓ 5 callersMethodsetConsoleVisible
(boolean visible)
src/plugins/browser/android/com/foxdebug/browser/Browser.java:390
↓ 5 callersFunctionsetHeight
(height = 1, save = true)
src/handlers/quickTools.js:429
↓ 5 callersMethodsetOptions
(next: Partial<ClientManagerOptions>)
src/cm/lsp/clientManager.ts:287
↓ 5 callersMethodsetPurchaseUpdatedListener
( onSuccess: (purchase: Object) => void, onError: (err: string) => void, )
src/plugins/iap/index.d.ts:7
↓ 5 callersMethodsetTrustManagers
(TrustManager[] trustManagers)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/TLSConfiguration.java:32
↓ 5 callersFunctionspawnAsync
(command, args, options)
utils/scripts/dev.js:127
↓ 5 callersFunctionstopLoading
()
src/lib/openFolder.js:237
↓ 5 callersFunctionstringifyPrimitive
(v)
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:2981
↓ 5 callersFunctionsuppressCursorReveal
(duration = 500)
src/lib/editorManager.js:2437
↓ 5 callersFunctiont
(t,e)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:6
↓ 5 callersFunctiontext
(key, fallback)
src/pages/runningProcesses/runningProcesses.js:8
↓ 5 callersFunctiontoKey
(id: string | undefined | null)
src/cm/lsp/serverRegistry.ts:22
↓ 5 callersMethodunmountPlugin
(id)
src/lib/acode.js:734
↓ 5 callersFunctionupdateMargin
* Updates the margin of the editor and optionally updates the gutter settings. * @param {boolean} [updateGutter=false] - Whether to update the gutte
src/lib/editorManager.js:2835
↓ 5 callersFunctionupdateSearchState
()
src/handlers/quickTools.js:564
↓ 5 callersFunctionurlParse
(url, parseQueryString, slashesDenoteHost)
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:1652
↓ 5 callersFunctionwriteText
(path, content)
src/plugins/terminal/www/Terminal.js:606
↓ 4 callersMethod#getFileEntry
(uri: string)
src/cm/lsp/workspace.ts:91
↓ 4 callersMethod#getLocalname
* * @param {String} filename * @returns {String}
src/fileSystem/sftp.js:565
↓ 4 callersMethod#isIgnoredPointerTarget
(target)
src/cm/touchSelectionMenu.js:641
↓ 4 callersMethod#save
()
src/lib/settings.js:275
↓ 4 callersFunctionKeyboardEvent
(type, dict)
src/utils/keyboardEvent.js:113
↓ 4 callersFunctionS
(t)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:11
↓ 4 callersFunctionadapt
* Bias adaptation function as per section 3.4 of RFC 3492. * http://tools.ietf.org/html/rfc3492#section-3.4 * @private
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:2505
↓ 4 callersFunctionadd
* @param {string} icon icon of the app * @param {string} id id of the app * @param {HTMLElement} el element to show in sidebar * @param {string} ti
src/sidebarApps/index.js:28
↓ 4 callersMethodaddParam
(final Object key, Object value, final StringBuilder result)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:287
↓ 4 callersFunctionappendList
* Insert folder into the list * @param {HTMLElement} $target The target element * @param {HTMLElement} $list The tile to be inserted
src/lib/openFolder.js:976
↓ 4 callersFunctionapply
()
src/lib/editorManager.js:1613
↓ 4 callersFunctionareSameOpenFolderUrl
(leftUrl, rightUrl)
src/lib/openFolder.js:1015
↓ 4 callersFunctionbuildDerivedCheckCommand
(server: LspServerDefinition)
src/cm/lsp/serverLauncher.ts:537
↓ 4 callersFunctionc
(t,e)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:7
↓ 4 callersFunctioncallback
()
src/lib/remoteStorage.js:33
↓ 4 callersFunctionclick
* Executes the action associated with the button * @param {HTMLElement} $el
src/handlers/quickToolsInit.js:355
↓ 4 callersFunctioncloseHoverIfNeeded
(view: EditorView)
src/cm/lsp/tooltipExtensions.ts:345
↓ 4 callersMethodcloseOutputQuietly
Call {@link #closeOutput()} and re-throw a caught {@link IOException}s as an {@link HttpRequestException} @return this request @throws HttpRequestExc
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:2580
↓ 4 callersFunctioncloseTabs
(files, options = {})
src/lib/commands.js:80
↓ 4 callersMethodcloseTerminal
* Close a terminal session * @param {string} terminalId - Terminal ID
src/components/terminal/terminalManager.js:875
↓ 4 callersFunctioncollapsableList
( titleText, type = "indicator", options = {}, )
src/components/collapsableList.js:31
↓ 4 callersFunctioncolor
* Choose color * @param {string} defaultColor Default color * @param {Function} [onhide] Callback function * @returns {Promise<string>}
src/dialogs/color.js:13
↓ 4 callersFunctionconfigureLspForFile
(file)
src/lib/editorManager.js:724
↓ 4 callersMethodconnect
( host: string, port: number, username: string, password: string, options: FtpOptions,
src/plugins/ftp/index.d.ts:11
↓ 4 callersFunctioncreateFolderTile
* Create a folder tile * @param {string} name * @param {string} url * @returns {HTMLElement}
src/lib/openFolder.js:1211
↓ 4 callersFunctioncreatePage
()
src/settings/lspSettings.js:199
↓ 4 callersMethodcreateTerminal
* Create a new terminal session * @param {object} options - Terminal options * @returns {Promise<object>} Terminal instance info
src/components/terminal/terminalManager.js:272
↓ 4 callersFunctioncreateTestFile
(text = "")
src/test/ace.test.js:16
↓ 4 callersFunctiondialog
* Dialog box * @param {string} titleText Title text * @param {string} html HTML string * @param {string} [hideButtonText] Text for hide button * @
src/dialogs/dialog.js:14
↓ 4 callersFunctiondigitToBasic
* Converts a digit/integer into a basic code point. * @see `basicToDigit()` * @private * @param {Number} digit The numeric value of a basic c
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:2494
↓ 4 callersFunctionemit
* Emit keyboard event. * @param {KeyboardEventName} eventName * @returns
src/handlers/keyboard.js:184
↓ 4 callersFunctionemitChange
()
src/lib/adRewards.js:75
↓ 4 callersFunctionenc
(str)
src/utils/Url.js:227
↓ 4 callersFunctionensureStyleElement
(id)
src/lib/fonts.js:321
↓ 4 callersMethodexecCommand
( id: string, // connection id command: string, onSuccess: SuccessCallback, onError: ErrorCall
src/plugins/ftp/index.d.ts:26
↓ 4 callersMethodexecuteHttpRequestWithoutData
(final String method, final JSONArray args, final CallbackContext callbackContext)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpPlugin.java:139
↓ 4 callersFunctionfindLanguageDescription
(language: string)
src/cm/lsp/tooltipExtensions.ts:87
↓ 4 callersFunctionfinish
(fn, value)
src/lib/fileList.js:312
↓ 4 callersFunctionfinish
(alive: boolean)
src/cm/lsp/runtimes/axsBridge.ts:103
↓ 4 callersMethodfitWebViewTo
(int width, int height, float scale)
src/plugins/browser/android/com/foxdebug/browser/Browser.java:420
↓ 4 callersMethodforceClearSelection
()
src/components/terminal/terminalTouchSelection.js:1285
↓ 4 callersFunctionformatString
(value, replacements)
src/lib/languageModeRecommendations.js:36
↓ 4 callersMethodfromRgb
* Creates an HSL color from an RGB color * @param {Rgb} rgb * @returns
src/utils/color/hsl.js:28
↓ 4 callersFunctiongetActiveClients
()
src/components/lspInfoDialog/index.js:16
↓ 4 callersMethodgetActiveClients
()
src/cm/lsp/clientManager.ts:291
↓ 4 callersFunctiongetAllPlugins
()
src/pages/plugins/plugins.js:599
↓ 4 callersMethodgetClassField
Get field from Class @param c @param fieldName @return
src/plugins/cordova-plugin-buildinfo/src/android/BuildInfo.java:273
↓ 4 callersFunctiongetEncoding
(charset)
src/utils/encodings.js:18
↓ 4 callersFunctiongetEncodingName
(charset)
src/utils/encodings.js:159
↓ 4 callersFunctiongetLanguageModeRecommendationSearchKeyword
(filename)
src/lib/languageModeRecommendations.js:14
↓ 4 callersFunctiongetLspPort
( serverName: string, session: string, )
src/cm/lsp/serverLauncher.ts:174
↓ 4 callersFunctiongetMergedConfig
(server)
src/settings/lspServerDetail.js:97
↓ 4 callersFunctiongetModesByName
()
src/cm/modelist.ts:156
↓ 4 callersFunctiongetPanel
()
src/components/referencesPanel/index.js:311
↓ 4 callersFunctiongetPurchase
(sku)
src/lib/installPlugin.js:490
↓ 4 callersFunctiongetRawEditorState
(state)
src/lib/editorManager.js:1324
↓ 4 callersFunctiongetStr
(str)
utils/lang.js:381
↓ 4 callersFunctiongetSystemEditorTheme
(darkTheme)
src/theme/preInstalled.js:235
↓ 4 callersFunctiongetTabSize
* Get the tab size from editor state
src/cm/indentGuides.ts:48
↓ 4 callersFunctiongetTerminalSettings
()
src/components/terminal/terminalDefaults.js:27
↓ 4 callersMethodgetTodayKey
()
src/plugins/system/android/com/foxdebug/system/RewardPassManager.java:186
↓ 4 callersMethodgetValidCharset
(final String charset)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:259
← previousnext →301–400 of 3,819, ranked by callers