Home
last modified time | relevance | path

Searched refs:fn (Results 151 – 175 of 600) sorted by path

12345678910>>...24

/plugin/dev/
H A DSkeletor.php250 $fn = 'handle' . str_replace('_', '', ucwords(strtolower($event), '_'));
253 '\', \'AFTER|BEFORE\', $this, \'' . $fn . '\');' . "\n";
255 $handler .= str_replace(['@@EVENT@@', '@@HANDLER@@'], [$event, $fn], $template);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js135 …rientation),Z.call(a,!0),W.call(a)}if(window.jQuery){var P=window.jQuery;P.fn.croppie=function(n){…
2245 …ToolbarActions.length;n++){var x=this.lightboxToolbarActions[n];x.elem=f(x.fn,x.icon,x.tooltip)}nu…
11743 …OWN})},!1,this.timeout,function(){null!=k&&k({code:App.ERROR_TIMEOUT,retry:fn})},f):null!=n?n(b,t,…
/plugin/diagramsnet/lib/js/croppie/
H A Dcroppie.min.js1 …rientation),Z.call(a,!0),W.call(a)}if(window.jQuery){var P=window.jQuery;P.fn.croppie=function(n){…
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js2327 fn(null);
2336 fn(canvas);
4234 fn();
4329 fn();
4360 fn();
4981 fn();
4987 fn();
5397 fn();
5406 fn();
6274 fn(cardId);
[all …]
H A DDialogs.js119 fn();
129 fn();
135 fn();
4359 fn = fn.substring(0, idx);
4659 fn(null);
4666 fn(newValue);
4676 fn(newValue, w, h);
4699 fn(null);
7741 fn(cb.checked);
8525 fn(base64Img);
[all …]
H A DDrawioFile.js493 var fn = mxUtils.bind(this, function(file)
509 fn(null);
517 fn(file);
521 fn(null);
615 var fn = mxUtils.bind(this, function()
660 fn();
914 DrawioFile.prototype.getPublicUrl = function(fn) argument
916 fn(null);
1581 fn();
1701 var fn = mxUtils.bind(this, function()
[all …]
H A DDriveClient.js282 fn();
309 this.authorize(true, fn, fallback);
454 this.execute(fn);
503 this.execute(fn);
507 fn();
794 fn();
804 fn();
1251 fn();
2091 this.filePickerCallback = (fn != null) ? fn : mxUtils.bind(this, function(id)
2234 this.folderPickerCallback = fn;
[all …]
H A DDriveFile.js72 DriveFile.prototype.getPublicUrl = function(fn) argument
86 fn(this.desc.webContentLink);
93 fn(null);
96 fn(null)
H A DDropboxClient.js315 fn(true);
334 fn(true);
347 fn(true);
352 fn(false);
385 fn();
532 fn(true);
551 fn(true);
564 fn(true);
569 fn(false);
604 fn(true, false);
[all …]
H A DDropboxFile.js214 var fn = mxUtils.bind(this, function(checked)
290 fn(true);
294 this.ui.dropbox.checkExists(title, fn);
H A DEditor.js2924 var fn = mxUtils.bind(this, function()
2983 error({code: App.ERROR_TIMEOUT, retry: fn});
2988 fn();
H A DEditorUi.js572 fn();
582 fn();
709 return fn;
2799 fn();
3246 fn();
4046 fn();
4115 fn();
5088 fn(null);
11377 fn();
11402 fn();
[all …]
H A DElectronApp.js1083 fn();
1240 var fn = mxUtils.bind(this, function()
1285 fn();
1364 var fn = mxUtils.bind(this, function()
1478 fn();
1487 fn();
1612 if (fn != null)
1614 fn();
1646 if (fn != null)
1648 fn();
[all …]
H A DExtensions.js6032 function createStyle(key, prop, defaultValue, fn) argument
6034 if (prop != null && fn != null)
6036 prop = fn(prop);
H A DGitHubClient.js297 fn(true);
353 fn(true);
366 fn(true);
371 fn(false);
672 fn(true, sha);
676 fn(false);
685 fn(false);
690 fn(true);
728 fn(file.meta.sha, data);
757 this.pickFile(fn);
[all …]
H A DGitHubFile.js57 GitHubFile.prototype.getPublicUrl = function(fn) argument
64 fn((req.getStatus() >= 200 && req.getStatus() <= 299) ? this.meta.download_url : null);
67 fn(null);
72 fn(null);
H A DGitLabClient.js235 fn(true);
292 fn(true);
305 fn(true);
310 fn(false);
616 fn(true, file.getCurrentEtag());
620 fn(false);
629 fn(false);
634 fn(true);
751 this.showGitLabDialog(false, fn);
759 fn = (fn != null) ? fn : mxUtils.bind(this, function(path)
[all …]
H A DGraphViewer.js1280 function addButton(fn, imgSrc, tip, enabled) argument
1285 mxEvent.addListener(a, 'click', fn);
2304 function (fn) {
2305 return window.setTimeout(fn, 20);
2316 var ResizeSensor = function(element, fn) { argument
2322 fn();
H A DMenus.js583 function fn() function
595 editorUi.confirm(mxResources.get('allChangesLost'), null, fn,
600 fn();
2326 var fn = function() function
2337 fn();
2341 editorUi.confirm(mxResources.get('allChangesLost'), null, fn,
H A DMinimal.js28 var WrapperWindow = function(editorUi, title, x, y, w, h, fn) argument
41 fn(div);
1573 function addMenuItem(label, fn, small, tooltip, action, img) argument
1626 fn(evt);
H A DNotionClient.js349 fn(true);
359 fn(true, resp.results[0].id);
362 fn(false);
371 fn(false);
377 fn(false);
490 this.pickFile(fn);
498 this.showNotionDialog(false, fn);
503 fn = (fn != null) ? fn : mxUtils.bind(this, function(id)
508 this.showNotionDialog(true, fn);
547 fn(itemId);
[all …]
H A DStorageFile.js123 var fn = function() function
136 ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
140 fn();
223 var fn = mxUtils.bind(this, function()
286 fn();
290 this.ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
311 var fn = mxUtils.bind(this, function()
329 this.ui.confirm(mxResources.get('replaceIt', [title]), fn, error);
333 fn();
H A DTrelloClient.js61 fn();
260 fn(data);
309 fn(file.getData());
331 var fn = mxUtils.bind(this, function()
380 this.authenticate(fn, error);
393 this.pickFile(fn);
404 this.showTrelloDialog(false, fn);
416 fn = (fn != null) ? fn : mxUtils.bind(this, function(id)
424 this.showTrelloDialog(true, fn);
484 mxEvent.addListener(link, 'click', fn);
[all …]
/plugin/diagramsnet/lib/js/dropbox/
H A DDropbox-sdk.min.js9fn=t,this.on(e,r),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=…

12345678910>>...24