Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/75team/SublimeJS
/ functions
Functions
216 in github.com/75team/SublimeJS
⨍
Functions
216
◇
Types & classes
23
↓ 1 callers
Function
unpack_pyv8
(package_dir)
SublimeJS/loader/pyv8loader.py:147
↓ 1 callers
Function
updateStatus
(value, status)
SublimeJS/js/when.js:507
Function
EventEmitter
()
SublimeJS/js/events.js:25
Function
NearFulfilledProxy
* Proxy for a near, fulfilled value * @param {*} value * @constructor
SublimeJS/js/when.js:482
Function
NearRejectedProxy
* Proxy for a near rejection * @param {*} reason * @constructor
SublimeJS/js/when.js:495
Function
Promise
* Trusted Promise constructor. A Promise created from this constructor is * a trusted when.js promise. Any other duck-typed promise is considered
SublimeJS/js/when.js:71
Method
__init__
(self, view)
v8.py:155
Method
__init__
(self, window)
v8.py:163
Method
__init__
(self, settings=None)
v8.py:210
Method
__init__
(self, logger)
v8.py:285
Method
__init__
(self, logger)
v8.py:294
Method
__init__
(self, logger)
SublimeJS/core/context.py:105
Method
__init__
(self, settings={})
SublimeJS/loader/pyv8loader.py:236
Method
__init__
(self, thread, delegate, is_background=False)
SublimeJS/loader/pyv8loader.py:263
Method
__init__
(self, returncode)
SublimeJS/loader/pyv8loader.py:304
Method
__init__
(self, settings)
SublimeJS/loader/pyv8loader.py:312
Method
__init__
(self, settings)
SublimeJS/loader/pyv8loader.py:336
Method
__init__
(self, settings)
SublimeJS/loader/pyv8loader.py:404
Method
__init__
(self, settings)
SublimeJS/loader/pyv8loader.py:450
Method
__init__
(self, arch, download_path, config, delegate=None)
SublimeJS/loader/pyv8loader.py:504
Method
__str__
(self)
SublimeJS/loader/pyv8loader.py:307
Method
_call
(path, flag, encoding, callback, *args)
SublimeJS/core/fs.py:30
Method
_call
(host, port, auth, method, path, data='', headers={}, callback=None, *args)
SublimeJS/core/http.py:11
Method
_callback
()
SublimeJS/core/fs.py:40
Method
_callback
()
SublimeJS/core/http.py:32
Function
_message
* Private message delivery. Queues and delivers messages to * the promise's ultimate fulfillment value or rejection reason. * @private * @par
SublimeJS/js/when.js:301
Method
_reload
()
v8.py:325
Function
alert
(obj)
SublimeJS/js/core.js:39
Function
any
* Initiates a competitive race, returning a promise that will resolve when * any one of the supplied promisesOrValues has resolved or will reject wh
SublimeJS/js/when.js:612
Method
boot
(self, file = 'index.js')
v8.py:343
Method
chmodSync
(self, path, mode)
SublimeJS/core/fs.py:97
Function
clearTimeout
(timerId)
SublimeJS/js/core.js:140
Function
defer
* Creates a {promise, resolver} pair, either or both of which * may be given out safely to consumers. * The resolver has resolve, reject, and prog
SublimeJS/js/when.js:220
Function
defineCommand
(options, handler)
SublimeJS/js/core.js:57
Function
deprecated
()
SublimeJS/js/util.js:78
Method
download
(self, url, error_message, timeout, tries)
SublimeJS/loader/pyv8loader.py:343
Method
download
(self, url, error_message, timeout, tries)
SublimeJS/loader/pyv8loader.py:408
Function
drainQueue
* Drain the handler queue entirely, being careful to allow the * queue to be extended while it is being processed, and to continue * processing un
SublimeJS/js/when.js:821
Method
execute
(self, commands, callback=None, working_dir=None, wait_for_completion=None, **kwargs)
SublimeJS/core/child_process.py:130
Method
existsSync
(self, path)
SublimeJS/core/fs.py:179
Function
exports
()
SublimeJS/core/child_process.py:133
Function
exports
()
SublimeJS/core/fs.py:218
Function
exports
()
SublimeJS/core/http.py:64
Function
fulfiller
(val)
SublimeJS/js/when.js:592
Function
g
()
SublimeJS/js/events.js:182
Function
identity
(x)
SublimeJS/js/when.js:920
Function
injectHandler
()
SublimeJS/js/when.js:120
Function
inspect
* Returns a snapshot of the promise's state at the instant inspect() * is called. The returned object is not live and will not update as * the p
SublimeJS/js/when.js:316
Function
isBuffer
(arg)
SublimeJS/js/util.js:524
Function
isNullOrUndefined
(arg)
SublimeJS/js/util.js:463
Function
isPrimitive
(arg)
SublimeJS/js/util.js:514
Function
isPromiseLike
* Determines if x is promise-like, i.e. a thenable object * NOTE: Will return true for *any thenable object*, and isn't truly * safe, since it may
SublimeJS/js/when.js:522
Function
isSymbol
(arg)
SublimeJS/js/util.js:478
Function
is_st3
()
v8.py:28
Function
join
* Joins multiple promises into a single returned promise. * @return {Promise} a promise that will fulfill when *all* the input promises * have ful
SublimeJS/js/when.js:643
Function
load
Main function that attempts to load or update PyV8 binary. First, it loads list of available PyV8 modules and check if PyV8 s
SublimeJS/loader/pyv8loader.py:34
Function
load_settings
(setting)
SublimeJS/js/core.js:161
Method
log
(self, message)
v8.py:273
Method
log
(self, msg)
v8.py:287
Function
makeDeferred
(resolvePending, rejectPending, notifyPending)
SublimeJS/js/when.js:233
Function
match
(version, match_expr)
SublimeJS/core/semver.py:60
Method
md5
(self, str)
v8.py:334
Method
mkdirSync
(self, path)
SublimeJS/core/fs.py:117
Method
on_activated
(self, view)
v8.py:114
Method
on_clone
(self, view)
v8.py:82
Method
on_close
(self, view)
v8.py:94
Function
on_complete
(result, *args, **kwargs)
SublimeJS/loader/pyv8loader.py:57
Method
on_complete
(self, *args, **kwargs)
v8.py:243
Method
on_deactived
(self, view)
v8.py:119
Method
on_error
(self, exit_code=-1, thread=None)
v8.py:265
Method
on_error
Invoked when error occured during download process
SublimeJS/loader/pyv8loader.py:251
Method
on_load
(self, view)
v8.py:86
Method
on_modified
(self, view)
v8.py:106
Method
on_new
(self, view)
v8.py:78
Method
on_post_save
(self, view)
v8.py:102
Method
on_pre_close
(self, view)
v8.py:90
Method
on_pre_save
(self, view)
v8.py:98
Method
on_progress
(self, *args, **kwargs)
v8.py:228
Method
on_progress
Invoked on download progress
SublimeJS/loader/pyv8loader.py:243
Method
on_query_completions
(self, view, prefix, locations)
v8.py:144
Method
on_query_context
(self, view, key, operator, operand, match_all)
v8.py:140
Method
on_selection_modified
(self, view)
v8.py:110
Method
on_start
(self, *args, **kwargs)
v8.py:225
Method
on_text_command
(self, view, command_name, args)
v8.py:124
Method
on_window_command
(self, window, command_name, args)
v8.py:128
Function
plugin_loaded
()
v8.py:276
Method
post_text_command
(self, view, command_name, args)
v8.py:132
Method
post_window_command
(self, window, command_name, args)
v8.py:136
Method
process
(self)
SublimeJS/core/context.py:171
Function
promiseNotify
* Issue a progress event, notifying all progress listeners * @param {*} update progress event payload to pass to all listeners
SublimeJS/js/when.js:355
Method
readFile
(self, path, options=None, callback=None)
SublimeJS/core/fs.py:28
Method
readFileSync
(self, path, options=None)
SublimeJS/core/fs.py:51
Method
readdir
(self, path, callback)
SublimeJS/core/fs.py:140
Function
reduce
* Traditional reduce function, similar to `Array.prototype.reduce()`, but * input may contain promises and/or values, and reduceFunc * may return
SublimeJS/js/when.js:733
Function
rejecter
(reason)
SublimeJS/js/when.js:588
Function
resolveMap
(resolve, reject, notify)
SublimeJS/js/when.js:685
Function
resolveSome
(resolve, reject, notify)
SublimeJS/js/when.js:548
Method
rmdirSync
(self, path)
SublimeJS/core/fs.py:137
Method
run
(self, edit, args=None)
v8.py:157
Method
run
(self, args=None)
v8.py:165
← previous
next →
101–200 of 216, ranked by callers