MCPcopy Create free account

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

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

↓ 419 callersMethoderror
(JSONObject message)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaObservableCallbackContext.java:24
↓ 363 callersMethodput
Start a 'PUT' request to the given URL @param url @return request @throws HttpRequestException
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:1019
↓ 228 callersFunctionfsOperation
(...url)
src/fileSystem/index.js:55
↓ 224 callersMethodexec
* Executes command on ssh-server * @param command * @param onSucess * @param onFail
src/plugins/sftp/index.d.ts:27
↓ 216 callersMethodadd
(Device... devices)
src/plugins/browser/android/com/foxdebug/browser/Emulator.java:397
↓ 216 callersMethodappend
Append given map as query parameters to the base URL <p> Each map entry's key will be a parameter name and the value's {@link Object#toString()} will
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:841
↓ 179 callersMethodget
* Gets a setting with the given key * @param {String} key * @returns
src/lib/settings.js:378
↓ 164 callersMethodsuccess
(JSONObject message)
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/cordovahttp/CordovaObservableCallbackContext.java:19
↓ 153 callersMethoderror
(String err, CallbackContext callback)
src/plugins/sdcard/src/android/SDcard.java:1070
↓ 146 callersMethodlog
* Logs a message with the specified log level. * @param {'error' | 'warn' | 'info' | 'debug'} level - The log level. * @param {string} message - T
src/lib/logger.js:48
↓ 135 callersMethoddelete
* Deletes file/directory * @param src Source url of file/directory * @param onSuccess Callback function on success returns source url * @para
src/plugins/sdcard/index.d.ts:112
↓ 123 callersMethodget
( Context context, String code, int size, int color )
src/plugins/system/android/com/foxdebug/system/Ui.java:40
↓ 123 callersMethodremove
()
src/sidebarApps/sidebarApp.js:142
↓ 118 callersMethodgetString
(String key, String defaultValue)
src/plugins/auth/src/android/EncryptedPreferenceManager.java:41
↓ 109 callersMethodon
* Adds a listener for the given event * @param {'update:<setting>' | 'update:<setting>:after' | 'reset'} event * @param {function():void} callback
src/lib/settings.js:358
↓ 105 callersFunctionresolve
* Resolve the path eg. ```js resolvePath('path/to/some/dir/', '../../dir') //returns 'path/to/dir' ``` * @param {...string} paths
src/utils/Path.js:142
↓ 101 callersFunctionaddCommand
(entry)
src/cm/commandRegistry.js:1255
↓ 90 callersMethoddefine
* Define a module * @param {string} name * @param {Object|function} module
src/lib/acode.js:517
↓ 89 callersMethodremove
()
src/components/WebComponents/wcPage.js:336
↓ 89 callersMethodtoString
()
src/plugins/pluginContext/www/PluginContext.js:12
↓ 82 callersMethodset
(target, prop, value, receiver)
src/lib/acode.js:330
↓ 81 callersMethodexists
( id: string, // connection id remotePath: string, onSuccess: SuccessCallback, onError: ErrorC
src/plugins/ftp/index.d.ts:87
↓ 79 callersMethodcall
()
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:632
↓ 63 callersMethodremove
(String key)
src/plugins/auth/src/android/EncryptedPreferenceManager.java:61
↓ 61 callersMethodhide
()
src/plugins/admob/src/www/ads/base.ts:77
↓ 54 callersMethodcreate
Open an {@link HttpURLConnection} for the specified {@link URL}. @throws IOException
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:321
↓ 54 callersMethodpreventDefault
()
src/lib/editorFile.js:1852
↓ 52 callersFunctionresolveView
(view)
src/cm/commandRegistry.js:1265
↓ 50 callersMethodreadFile
* Read file from ftp server * @returns
src/fileSystem/ftp.js:118
↓ 49 callersFunctionitem
* * @param {string} icon * @param {string} action * @param {string|number} value * @param {string} letters * @param {boolean} repeat * @returns
src/components/quickTools/items.js:71
↓ 49 callersMethodshow
(opts?: Record<string, unknown>)
src/plugins/admob/src/www/ads/base.ts:72
↓ 47 callersFunctionexec
(code)
src/lib/console.js:670
↓ 47 callersMethodfocus
* Focus terminal
src/components/terminal/terminal.js:935
↓ 45 callersFunctionalert
* Alert dialog * @param {string} titleText Title text * @param {string} message Alert message * @param {function():void} [onhide] Callback function
src/dialogs/alert.js:11
↓ 44 callersMethodbasename
(String url)
src/plugins/sdcard/src/android/WorkspaceIndex.java:1223
↓ 44 callersMethodclose
* Closes the connection * @param onSuccess * @param onFail
src/plugins/sftp/index.d.ts:74
↓ 43 callersMethodwrite
* Writes new content to the given file. * @param src file url * @param content new file content * @param onSuccess Callback function on succe
src/plugins/sdcard/index.d.ts:241
↓ 42 callersMethodtoString
* Gets the color as a string * @param {boolean} [alpha] Whether to include alpha * @returns
src/utils/color/hsl.js:65
↓ 38 callersMethodcreateFile
( id: string, // connection id remotePath: string, onSuccess: SuccessCallback, onError: ErrorC
src/plugins/ftp/index.d.ts:75
↓ 37 callersMethoddefineProperty
(target, prop, descriptor)
src/lib/acode.js:336
↓ 37 callersMethodexit
()
src/plugins/browser/android/com/foxdebug/browser/Browser.java:583
↓ 35 callersMethoddestroy
()
src/cm/indentGuides.ts:353
↓ 33 callersFunctionconfirm
* Confirm dialog box * @param {string} titleText Title text * @param {string} [message] Alert message * @param {boolean} [isHTML] Whether the messa
src/dialogs/confirm.js:14
↓ 32 callersMethodstopPropagation
()
src/lib/editorFile.js:1849
↓ 32 callersMethodtoString
()
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:1399
↓ 31 callersFunctionquoteArg
(value: unknown)
src/cm/lsp/installRuntime.ts:14
↓ 30 callersMethodcapitalize
* Capitalize the first letter of a string
src/index.d.ts:28
↓ 30 callersFunctionlog
(label, msg)
utils/scripts/dev.js:95
↓ 29 callersMethodgetFile
* Gets file from the server. * @param filename * @param localFilename copy/shadow of remote file. * @param onSuccess * @param onFail
src/plugins/sftp/index.d.ts:58
↓ 28 callersFunction__webpack_require__
(moduleId)
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:16
↓ 28 callersFunctionaddLspLog
( serverId: string, level: LspLogLevel, message: unknown, details?: unknown, )
src/cm/lsp/logs.ts:50
↓ 28 callersMethodgetUri
(String src, String docId)
src/plugins/sdcard/src/android/SDcard.java:1049
↓ 27 callersFunctionwithEditor
(test, fn, initialDoc = "", extensions = [])
src/test/editor.tests.js:35
↓ 26 callersFunctionprompt
( message, defaultValue, type = "text", options = {}, )
src/dialogs/prompt.js:24
↓ 25 callersMethodgetConnection
Get underlying connection @return connection
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:1409
↓ 25 callersMethodsend
(id: string, data: any, onSuccess: () => void, onError: (error: any) => void)
src/plugins/server/index.d.ts:3
↓ 24 callersFunctioncreateBuiltInTheme
(name, type, version = "paid")
src/theme/builder.js:358
↓ 24 callersMethoderrMessage
(Exception e)
src/plugins/sftp/src/com/foxdebug/sftp/Sftp.java:769
↓ 24 callersMethodwriteFile
* Write file to ftp server * @param {string|ArrayBuffer} content * @returns
src/fileSystem/ftp.js:142
↓ 22 callersFunctiongetEditor
()
src/test/ace.test.js:12
↓ 22 callersMethodgetInt
(String key, int defaultValue)
src/plugins/auth/src/android/EncryptedPreferenceManager.java:49
↓ 22 callersMethodoff
* Removes the given callback from the given event * @param {'update' | 'reset'} event * @param {function():void} callback
src/lib/settings.js:368
↓ 22 callersMethodreadFile
(String filename, CallbackContext callback)
src/plugins/sdcard/src/android/SDcard.java:455
↓ 21 callersMethodformat
(selectIfNull = true)
src/lib/acode.js:782
↓ 21 callersMethodisDirectory
(String mimeType)
src/plugins/sdcard/src/android/SDcard.java:1012
↓ 20 callersMethodheader
Set header name to given value @param name @param value @return this request
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:1945
↓ 19 callersFunctionapplyOptions
(keys)
src/lib/editorManager.js:689
↓ 19 callersFunctiongetStack
* Gets the stack trace of the current call * @param {Error} error * @returns
src/lib/console.js:602
↓ 19 callersFunctionlog
(msg, ...substitution)
src/lib/console.js:158
↓ 19 callersFunctionrestoreTheme
(darken = false)
src/lib/restoreTheme.js:14
↓ 19 callersMethodtoggle
()
src/components/fileTree/index.js:172
↓ 18 callersFunctionaddTheme
(id, caption, isDark, getExtension, config = null)
src/cm/themes/index.js:113
↓ 18 callersMethodcreateDirectory
( id: string, // connection id remotePath: string, onSuccess: SuccessCallback, onError: ErrorC
src/plugins/ftp/index.d.ts:69
↓ 18 callersMethoddestroy
()
src/pages/quickTools/quickTools.js:408
↓ 18 callersMethodexecute
( String action, JSONArray args, CallbackContext callback )
src/plugins/ftp/src/android/com/foxdebug/ftp/Ftp.java:51
↓ 18 callersMethodexists
* Checks if given file/directory * @param src File/Directory url * @param onSuccess Callback function on success returns string "TRUE" or "FALSE
src/plugins/sdcard/index.d.ts:123
↓ 18 callersMethodgetPath
* Gets actual url for relative path to src * e.g. getPath(src, "../path/to/file.txt") => actual url * @param src Directory url * @param path
src/plugins/sdcard/index.d.ts:147
↓ 18 callersMethodtoString
()
src/theme/builder.js:283
↓ 18 callersMethodupdate
(update)
src/sidebarApps/searchInFiles/cmResultView.js:242
↓ 17 callersFunctionPage
* * @param {string} title * @param {object} options * @param {HTMLElement} [options.lead] type of page * @param {HTMLElement} [options.tail] type
src/components/page.js:11
↓ 17 callersMethodexecute
* Executes a shell command once and waits for it to finish. * Unlike {@link Executor#start}, this does not stream output. * * @param {string}
src/plugins/terminal/www/Executor.js:245
↓ 17 callersMethodsendPluginResult
(CallbackContext ctx, String message, boolean keepCallback)
src/plugins/terminal/src/android/BackgroundExecutor.java:186
↓ 16 callersMethodencode
Encode the given URL as an ASCII {@link String} <p> This method ensures the path and query segments of the URL are properly encoded such as ' ' charac
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:805
↓ 15 callersMethodclear
* Clear all rendered content
src/components/fileTree/index.js:300
↓ 15 callersMethodclear
()
src/lib/installState.js:119
↓ 15 callersFunctionhideAd
(force = false)
src/lib/startAd.js:84
↓ 15 callersFunctionreload
()
src/pages/fileBrowser/fileBrowser.js:1636
↓ 15 callersMethodstat
()
src/fileSystem/ftp.js:262
↓ 14 callersMethodcode
Get the status code of the response @return the response code @throws HttpRequestException
src/plugins/cordova-plugin-advanced-http/src/android/com/silkimen/http/HttpRequest.java:1444
↓ 14 callersMethodcopy
* Copy file/directory to given destination * @param src Source url * @param dest Destination url * @param onSuccess Callback function on succ
src/plugins/sdcard/index.d.ts:74
↓ 14 callersMethoddpToPixels
(Context context, int dipValue)
src/plugins/system/android/com/foxdebug/system/Ui.java:126
↓ 14 callersFunctionerror
* A generic error utility function. * @private * @param {String} type The error type. * @returns {Error} Throws a `RangeError` with the appli
src/plugins/cordova-plugin-advanced-http/www/umd-tough-cookie.js:2354
↓ 14 callersMethodexecute
( String action, JSONArray args, CallbackContext callback )
src/plugins/sftp/src/com/foxdebug/sftp/Sftp.java:63
↓ 14 callersMethodisConnected
( id: string, // connection id onSuccess: SuccessCallback, onError: ErrorCallback, )
src/plugins/ftp/index.d.ts:33
↓ 14 callersMethodlsDir
* List directory or get file info * @param {String} filename * @param {boolean} stat
src/fileSystem/sftp.js:63
↓ 13 callersMethod#hideMenu
(force = false)
src/cm/touchSelectionMenu.js:620
↓ 13 callersFunctioncreateFileEvent
(file)
src/lib/editorFile.js:1838
↓ 13 callersMethoddisconnect
( id: string, // connection id onSuccess: SuccessCallback, onError: ErrorCallback, )
src/plugins/ftp/index.d.ts:38
↓ 13 callersMethodexecute
( String action, JSONArray args, CallbackContext callback )
src/plugins/sdcard/src/android/SDcard.java:78
↓ 13 callersMethodhashCode
* Generate a hash from a string
src/index.d.ts:32
next →1–100 of 3,819, ranked by callers