MCPcopy Create free account

hub / github.com/75team/SublimeJS / functions

Functions216 in github.com/75team/SublimeJS

↓ 1 callersFunctionunpack_pyv8
(package_dir)
SublimeJS/loader/pyv8loader.py:147
↓ 1 callersFunctionupdateStatus
(value, status)
SublimeJS/js/when.js:507
FunctionEventEmitter
()
SublimeJS/js/events.js:25
FunctionNearFulfilledProxy
* Proxy for a near, fulfilled value * @param {*} value * @constructor
SublimeJS/js/when.js:482
FunctionNearRejectedProxy
* Proxy for a near rejection * @param {*} reason * @constructor
SublimeJS/js/when.js:495
FunctionPromise
* 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
Functionalert
(obj)
SublimeJS/js/core.js:39
Functionany
* 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
Methodboot
(self, file = 'index.js')
v8.py:343
MethodchmodSync
(self, path, mode)
SublimeJS/core/fs.py:97
FunctionclearTimeout
(timerId)
SublimeJS/js/core.js:140
Functiondefer
* 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
FunctiondefineCommand
(options, handler)
SublimeJS/js/core.js:57
Functiondeprecated
()
SublimeJS/js/util.js:78
Methoddownload
(self, url, error_message, timeout, tries)
SublimeJS/loader/pyv8loader.py:343
Methoddownload
(self, url, error_message, timeout, tries)
SublimeJS/loader/pyv8loader.py:408
FunctiondrainQueue
* 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
Methodexecute
(self, commands, callback=None, working_dir=None, wait_for_completion=None, **kwargs)
SublimeJS/core/child_process.py:130
MethodexistsSync
(self, path)
SublimeJS/core/fs.py:179
Functionexports
()
SublimeJS/core/child_process.py:133
Functionexports
()
SublimeJS/core/fs.py:218
Functionexports
()
SublimeJS/core/http.py:64
Functionfulfiller
(val)
SublimeJS/js/when.js:592
Functiong
()
SublimeJS/js/events.js:182
Functionidentity
(x)
SublimeJS/js/when.js:920
FunctioninjectHandler
()
SublimeJS/js/when.js:120
Functioninspect
* 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
FunctionisBuffer
(arg)
SublimeJS/js/util.js:524
FunctionisNullOrUndefined
(arg)
SublimeJS/js/util.js:463
FunctionisPrimitive
(arg)
SublimeJS/js/util.js:514
FunctionisPromiseLike
* 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
FunctionisSymbol
(arg)
SublimeJS/js/util.js:478
Functionis_st3
()
v8.py:28
Functionjoin
* 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
Functionload
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
Functionload_settings
(setting)
SublimeJS/js/core.js:161
Methodlog
(self, message)
v8.py:273
Methodlog
(self, msg)
v8.py:287
FunctionmakeDeferred
(resolvePending, rejectPending, notifyPending)
SublimeJS/js/when.js:233
Functionmatch
(version, match_expr)
SublimeJS/core/semver.py:60
Methodmd5
(self, str)
v8.py:334
MethodmkdirSync
(self, path)
SublimeJS/core/fs.py:117
Methodon_activated
(self, view)
v8.py:114
Methodon_clone
(self, view)
v8.py:82
Methodon_close
(self, view)
v8.py:94
Functionon_complete
(result, *args, **kwargs)
SublimeJS/loader/pyv8loader.py:57
Methodon_complete
(self, *args, **kwargs)
v8.py:243
Methodon_deactived
(self, view)
v8.py:119
Methodon_error
(self, exit_code=-1, thread=None)
v8.py:265
Methodon_error
Invoked when error occured during download process
SublimeJS/loader/pyv8loader.py:251
Methodon_load
(self, view)
v8.py:86
Methodon_modified
(self, view)
v8.py:106
Methodon_new
(self, view)
v8.py:78
Methodon_post_save
(self, view)
v8.py:102
Methodon_pre_close
(self, view)
v8.py:90
Methodon_pre_save
(self, view)
v8.py:98
Methodon_progress
(self, *args, **kwargs)
v8.py:228
Methodon_progress
Invoked on download progress
SublimeJS/loader/pyv8loader.py:243
Methodon_query_completions
(self, view, prefix, locations)
v8.py:144
Methodon_query_context
(self, view, key, operator, operand, match_all)
v8.py:140
Methodon_selection_modified
(self, view)
v8.py:110
Methodon_start
(self, *args, **kwargs)
v8.py:225
Methodon_text_command
(self, view, command_name, args)
v8.py:124
Methodon_window_command
(self, window, command_name, args)
v8.py:128
Functionplugin_loaded
()
v8.py:276
Methodpost_text_command
(self, view, command_name, args)
v8.py:132
Methodpost_window_command
(self, window, command_name, args)
v8.py:136
Methodprocess
(self)
SublimeJS/core/context.py:171
FunctionpromiseNotify
* Issue a progress event, notifying all progress listeners * @param {*} update progress event payload to pass to all listeners
SublimeJS/js/when.js:355
MethodreadFile
(self, path, options=None, callback=None)
SublimeJS/core/fs.py:28
MethodreadFileSync
(self, path, options=None)
SublimeJS/core/fs.py:51
Methodreaddir
(self, path, callback)
SublimeJS/core/fs.py:140
Functionreduce
* 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
Functionrejecter
(reason)
SublimeJS/js/when.js:588
FunctionresolveMap
(resolve, reject, notify)
SublimeJS/js/when.js:685
FunctionresolveSome
(resolve, reject, notify)
SublimeJS/js/when.js:548
MethodrmdirSync
(self, path)
SublimeJS/core/fs.py:137
Methodrun
(self, edit, args=None)
v8.py:157
Methodrun
(self, args=None)
v8.py:165
← previousnext →101–200 of 216, ranked by callers