Home
last modified time | relevance | path

Searched defs:callback (Results 26 – 50 of 195) sorted by path

12345678

/plugin/codemirror/dist/
H A Dscripts.min.js8 …:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}],patterns:[{s… function
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js130 function contentLoaded(callback) { argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js2950 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.document,uid=""+new Date().getTime(),callbackName="callback=Firebug.Lite.Proxy._callbacks."+uid,jsonpURL=url.indexOf("?")!=-1?url+"&"+callbackName:url+"?"+callbackName; argument
2957 }},YQL:function(url,callback){var yql="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22"+encodeURIComponent(url)+"%22&format=xml"; argument
/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js4 loadExternalScript: function (src, integrity, clazz, callback) { argument
15 loadExternalStylesheet: function (href, integrity, clazz, callback) { argument
H A Donview-intersector.js35 const callback = function(entries) { function
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php64 public function start(callable $callback = null, array $env = []) argument
H A DProcess.php54 private $callback; variable in Symfony\\Component\\Process\\Process
250 public function run(callable $callback = null, array $env = []): int argument
269 public function mustRun(callable $callback = null, array $env = []): self argument
297 start(callable $callback = null, array $env = []) global() argument
388 restart(callable $callback = null, array $env = []) global() argument
415 wait(callable $callback = null) global() argument
458 waitUntil(callable $callback) global() argument
1313 buildCallback(callable $callback = null) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DCallbackGenerator.php24 private $callback; global() variable in League\\CommonMark\\Extension\\Mention\\Generator\\CallbackGenerator
26 __construct(callable $callback) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php87 createWithCallback(string $symbol, string $mentionRegex, callable $callback) global() argument
/plugin/creole/helper/
H A Deventhandler.php70 protected $callback; variable in creole_state_callback
75 public function __construct($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) {
139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js21 function setHookCallback (callback) { argument
562 function addFormatToken (token, padded, ordinal, callback) { argument
694 function addParseToken (token, callback) { argument
709 function addWeekParseToken (token, callback) { argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php80 function handle($properties, callable $callback) {
116 function handleRemaining(callable $callback) {
269 private function doCallBackSingleProp($propertyName, callable $callback) {
303 private function doCallBackMultiProp(array $propertyList, callable $callback) {
/plugin/diagrams/script/
H A DDiagramsEditor.js110 editMemory(svg, callback) { argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jar ... final org.apache.http.concurrent.FutureCallback callback private volatile boolean completed private volatile boolean cancelled private volatile ...
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js155 window.Draw.loadPlugin = mxUtils.bind(this, function(callback) argument
597 App.main = function(callback, createUi) argument
1277 window.Draw.loadPlugin = function(callback) argument
7180 var closeFile = mxUtils.bind(this, function(callback, spinnerMsg) argument
H A DDialogs.js2525 var NewDialog = function(editorUi, compact, showName, callback, createOnly, cancelCallback, argument
3108 function loadXmlData(url, callback) argument
9955 var TemplatesDialog = function(editorUi, callback, cancelCallback, argument
10154 function loadXmlData(url, callback) argument
H A DEditor.js2689 Editor.prototype.convertImageToDataUri = function(url, callback) argument
2777 Editor.prototype.convertImages = function(svgRoot, callback, imageCache, converter) argument
3207 Editor.prototype.embedExtFonts = function(callback) argument
3364 …Editor.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limitHe… argument
3794 var AddCustomPropertyDialog = function(editorUi, callback) argument
5618 Graph.addFont = function(name, url, callback) argument
H A DEditorUi.js5939 …EditorUi.prototype.showRemoteExportDialog = function(btnLabel, helpLink, callback, hideInclude, sh… argument
6000 EditorUi.prototype.showExportDialog = function(title, embedOption, btnLabel, helpLink, callback, argument
6766 EditorUi.prototype.getEmbeddedSvg = function(xml, graph, url, noHeader, callback, ignoreSelection, argument
6852 EditorUi.prototype.embedFonts = function(svgRoot, callback) argument
11951 }) : null, mxUtils.bind(this, function(obj, callback, error) argument
14181 EditorUi.prototype.remoteInvoke = function(remoteFn, remoteFnArgs, msgMarkers, callback, error) argument
14901 EditorUi.prototype.embedExtFonts = function(callback) argument
14907 …EditorUi.prototype.exportToCanvas = function(callback, width, imageCache, background, error, limit… argument
14922 EditorUi.prototype.convertImages = function(svgRoot, callback, imageCache, converter) argument
14928 EditorUi.prototype.convertImageToDataUri = function(url, callback) argument
H A DElectronApp.js79 App.filesWorkerReq = function(msg, callback, error) argument
82 App.filesWorkerReqInfo[msg.reqId] = {callback: callback, error: error}; property in App.filesWorkerReqInfo
634 editorUi.showDialog(new PluginsDialog(editorUi, function(callback) argument
1887 mxElectronRequest.prototype.send = function(callback, error) argument
H A DGitLabClient.js1206 var listGroups = mxUtils.bind(this, function(callback) argument
1218 var listProjects = mxUtils.bind(this, function(group, callback) argument
H A DGraphViewer.js2136 GraphViewer.createViewerForElement = function(element, callback) argument
2318 var callback = function() function
H A DMenus.js112 }, null, null, null, 'user', function(callback, error, username) argument
128 }, function(str, callback, error, username) argument
141 }, function(obj, callback, error) argument
3733 null, null, 'user', function(callback, error, username) argument
3749 }, function(str, callback, error, username) argument
3762 }, function(obj, callback, error) argument
3768 }, null, function(callback) argument
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js10 mxGraphMlCodec.prototype.decode = function (xml, callback, onError) argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js1552 mxVssxCodec.prototype.decodeVssx = function (file, callback, charset, onerror) { argument

12345678