Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ functions
Functions
3,819 in github.com/Acode-Foundation/Acode
⨍
Functions
3,819
◇
Types & classes
380
↓ 5 callers
Method
lastModified
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 callers
Function
listInstalledPlugins
()
src/sidebarApps/extensions/index.js:500
↓ 5 callers
Function
lockScrollbarScrollPosition
({ top, left }, duration = 1200)
src/lib/editorManager.js:2445
↓ 5 callers
Function
logIfDebug
(...args)
src/plugins/websocket/www/websocket.js:7
↓ 5 callers
Function
multiPrompt
(message, inputs, help)
src/dialogs/multiPrompt.js:34
↓ 5 callers
Function
normalizeKey
(key, platform = "win")
src/lib/keyBindings.js:681
↓ 5 callers
Function
normalizePath
(path)
src/lib/prettierFormatter.js:464
↓ 5 callers
Function
normalizeServerId
(id)
src/settings/lspConfigUtils.js:8
↓ 5 callers
Function
onhide
()
src/utils/helpers.js:184
↓ 5 callers
Function
openFolder
* 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 callers
Function
popTokenizer
(state: LuauState)
src/cm/modes/luau/index.ts:181
↓ 5 callers
Function
refreshState
({ notifyExpiry = false } = {})
src/lib/adRewards.js:137
↓ 5 callers
Function
sanitize
(str)
src/components/symbolsPanel/index.js:36
↓ 5 callers
Method
savePersistedSessions
(sessions)
src/components/terminal/terminalManager.js:169
↓ 5 callers
Function
select
* * @param {Array<Array<string, any, string>>} [extra] * @param {"file"|"dir"|"all"} [type] * @param {string} [title] * @returns {Promise<Rece
src/lib/recents.js:79
↓ 5 callers
Method
select
(title, options, config)
src/lib/acode.js:926
↓ 5 callers
Function
sendFileContent
* Sends file content * @param {string} url * @param {string} id * @param {string} mime * @param {(txt: string) => string} processText * @ret
src/lib/run.js:497
↓ 5 callers
Method
sendMessageToClient
(String id, String action, String data)
src/plugins/terminal/src/android/TerminalService.java:222
↓ 5 callers
Method
sendProgress
(CallbackContext callback, String id, int progress)
src/plugins/sdcard/src/android/WorkspaceIndex.java:1140
↓ 5 callers
Function
setActiveApp
* Activates the given sidebar app and deactivates all others. * @param {string} id * @returns {void}
src/sidebarApps/index.js:174
↓ 5 callers
Method
setColor
(int color)
src/plugins/system/android/com/foxdebug/system/Ui.java:99
↓ 5 callers
Method
setConsoleVisible
(boolean visible)
src/plugins/browser/android/com/foxdebug/browser/Browser.java:390
↓ 5 callers
Function
setHeight
(height = 1, save = true)
src/handlers/quickTools.js:429
↓ 5 callers
Method
setOptions
(next: Partial<ClientManagerOptions>)
src/cm/lsp/clientManager.ts:287
↓ 5 callers
Method
setPurchaseUpdatedListener
( onSuccess: (purchase: Object) => void, onError: (err: string) => void, )
src/plugins/iap/index.d.ts:7
↓ 5 callers
Method
setTrustManagers
(TrustManager[] trustManagers)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/TLSConfiguration.java:32
↓ 5 callers
Function
spawnAsync
(command, args, options)
utils/scripts/dev.js:127
↓ 5 callers
Function
stopLoading
()
src/lib/openFolder.js:237
↓ 5 callers
Function
stringifyPrimitive
(v)
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:2981
↓ 5 callers
Function
suppressCursorReveal
(duration = 500)
src/lib/editorManager.js:2437
↓ 5 callers
Function
t
(t,e)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:6
↓ 5 callers
Function
text
(key, fallback)
src/pages/runningProcesses/runningProcesses.js:8
↓ 5 callers
Function
toKey
(id: string | undefined | null)
src/cm/lsp/serverRegistry.ts:22
↓ 5 callers
Method
unmountPlugin
(id)
src/lib/acode.js:734
↓ 5 callers
Function
updateMargin
* 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 callers
Function
updateSearchState
()
src/handlers/quickTools.js:564
↓ 5 callers
Function
urlParse
(url, parseQueryString, slashesDenoteHost)
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:1652
↓ 5 callers
Function
writeText
(path, content)
src/plugins/terminal/www/Terminal.js:606
↓ 4 callers
Method
#getFileEntry
(uri: string)
src/cm/lsp/workspace.ts:91
↓ 4 callers
Method
#getLocalname
* * @param {String} filename * @returns {String}
src/fileSystem/sftp.js:565
↓ 4 callers
Method
#isIgnoredPointerTarget
(target)
src/cm/touchSelectionMenu.js:641
↓ 4 callers
Method
#save
()
src/lib/settings.js:275
↓ 4 callers
Function
KeyboardEvent
(type, dict)
src/utils/keyboardEvent.js:113
↓ 4 callers
Function
S
(t)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:11
↓ 4 callers
Function
adapt
* 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 callers
Function
add
* @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 callers
Method
addParam
(final Object key, Object value, final StringBuilder result)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:287
↓ 4 callers
Function
appendList
* 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 callers
Function
apply
()
src/lib/editorManager.js:1613
↓ 4 callers
Function
areSameOpenFolderUrl
(leftUrl, rightUrl)
src/lib/openFolder.js:1015
↓ 4 callers
Function
buildDerivedCheckCommand
(server: LspServerDefinition)
src/cm/lsp/serverLauncher.ts:537
↓ 4 callers
Function
c
(t,e)
src/plugins/cordova-plugin-advanced-http/www/lodash.js:7
↓ 4 callers
Function
callback
()
src/lib/remoteStorage.js:33
↓ 4 callers
Function
click
* Executes the action associated with the button * @param {HTMLElement} $el
src/handlers/quickToolsInit.js:355
↓ 4 callers
Function
closeHoverIfNeeded
(view: EditorView)
src/cm/lsp/tooltipExtensions.ts:345
↓ 4 callers
Method
closeOutputQuietly
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 callers
Function
closeTabs
(files, options = {})
src/lib/commands.js:80
↓ 4 callers
Method
closeTerminal
* Close a terminal session * @param {string} terminalId - Terminal ID
src/components/terminal/terminalManager.js:875
↓ 4 callers
Function
collapsableList
( titleText, type = "indicator", options = {}, )
src/components/collapsableList.js:31
↓ 4 callers
Function
color
* Choose color * @param {string} defaultColor Default color * @param {Function} [onhide] Callback function * @returns {Promise<string>}
src/dialogs/color.js:13
↓ 4 callers
Function
configureLspForFile
(file)
src/lib/editorManager.js:724
↓ 4 callers
Method
connect
( host: string, port: number, username: string, password: string, options: FtpOptions,
src/plugins/ftp/index.d.ts:11
↓ 4 callers
Function
createFolderTile
* Create a folder tile * @param {string} name * @param {string} url * @returns {HTMLElement}
src/lib/openFolder.js:1211
↓ 4 callers
Function
createPage
()
src/settings/lspSettings.js:199
↓ 4 callers
Method
createTerminal
* Create a new terminal session * @param {object} options - Terminal options * @returns {Promise<object>} Terminal instance info
src/components/terminal/terminalManager.js:272
↓ 4 callers
Function
createTestFile
(text = "")
src/test/ace.test.js:16
↓ 4 callers
Function
dialog
* 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 callers
Function
digitToBasic
* 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 callers
Function
emit
* Emit keyboard event. * @param {KeyboardEventName} eventName * @returns
src/handlers/keyboard.js:184
↓ 4 callers
Function
emitChange
()
src/lib/adRewards.js:75
↓ 4 callers
Function
enc
(str)
src/utils/Url.js:227
↓ 4 callers
Function
ensureStyleElement
(id)
src/lib/fonts.js:321
↓ 4 callers
Method
execCommand
( id: string, // connection id command: string, onSuccess: SuccessCallback, onError: ErrorCall
src/plugins/ftp/index.d.ts:26
↓ 4 callers
Method
executeHttpRequestWithoutData
(final String method, final JSONArray args, final CallbackContext callbackContext)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaHttpPlugin.java:139
↓ 4 callers
Function
findLanguageDescription
(language: string)
src/cm/lsp/tooltipExtensions.ts:87
↓ 4 callers
Function
finish
(fn, value)
src/lib/fileList.js:312
↓ 4 callers
Function
finish
(alive: boolean)
src/cm/lsp/runtimes/axsBridge.ts:103
↓ 4 callers
Method
fitWebViewTo
(int width, int height, float scale)
src/plugins/browser/android/com/foxdebug/browser/Browser.java:420
↓ 4 callers
Method
forceClearSelection
()
src/components/terminal/terminalTouchSelection.js:1285
↓ 4 callers
Function
formatString
(value, replacements)
src/lib/languageModeRecommendations.js:36
↓ 4 callers
Method
fromRgb
* Creates an HSL color from an RGB color * @param {Rgb} rgb * @returns
src/utils/color/hsl.js:28
↓ 4 callers
Function
getActiveClients
()
src/components/lspInfoDialog/index.js:16
↓ 4 callers
Method
getActiveClients
()
src/cm/lsp/clientManager.ts:291
↓ 4 callers
Function
getAllPlugins
()
src/pages/plugins/plugins.js:599
↓ 4 callers
Method
getClassField
Get field from Class @param c @param fieldName @return
src/plugins/cordova-plugin-buildinfo/src/android/BuildInfo.java:273
↓ 4 callers
Function
getEncoding
(charset)
src/utils/encodings.js:18
↓ 4 callers
Function
getEncodingName
(charset)
src/utils/encodings.js:159
↓ 4 callers
Function
getLanguageModeRecommendationSearchKeyword
(filename)
src/lib/languageModeRecommendations.js:14
↓ 4 callers
Function
getLspPort
( serverName: string, session: string, )
src/cm/lsp/serverLauncher.ts:174
↓ 4 callers
Function
getMergedConfig
(server)
src/settings/lspServerDetail.js:97
↓ 4 callers
Function
getModesByName
()
src/cm/modelist.ts:156
↓ 4 callers
Function
getPanel
()
src/components/referencesPanel/index.js:311
↓ 4 callers
Function
getPurchase
(sku)
src/lib/installPlugin.js:490
↓ 4 callers
Function
getRawEditorState
(state)
src/lib/editorManager.js:1324
↓ 4 callers
Function
getStr
(str)
utils/lang.js:381
↓ 4 callers
Function
getSystemEditorTheme
(darkTheme)
src/theme/preInstalled.js:235
↓ 4 callers
Function
getTabSize
* Get the tab size from editor state
src/cm/indentGuides.ts:48
↓ 4 callers
Function
getTerminalSettings
()
src/components/terminal/terminalDefaults.js:27
↓ 4 callers
Method
getTodayKey
()
src/plugins/system/android/com/foxdebug/system/RewardPassManager.java:186
↓ 4 callers
Method
getValidCharset
(final String charset)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:259
← previous
next →
301–400 of 3,819, ranked by callers