Home
last modified time | relevance | path

Searched refs:window (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/plugin/diagramsnet/lib/js/diagramly/
DInit.js7 window.urlParams = window.urlParams || {};
10 window.isLocalStorage = window.isLocalStorage || false;
13 window.mxLoadSettings = window.mxLoadSettings || urlParams['configure'] != '1';
16 window.isSvgBrowser = true;
19 window.DRAWIO_BASE_URL = window.DRAWIO_BASE_URL || ((/.*\.draw\.io$/.test(window.location.hostname)…
20 window.location.protocol + '//' + window.location.hostname : 'https://app.diagrams.net');
21 window.DRAWIO_LIGHTBOX_URL = window.DRAWIO_LIGHTBOX_URL || 'https://viewer.diagrams.net';
22 window.EXPORT_URL = window.EXPORT_URL || 'https://convert.diagrams.net/node/export';
23 window.PLANT_URL = window.PLANT_URL || 'https://plant-aws.diagrams.net';
24 window.DRAW_MATH_URL = window.DRAW_MATH_URL || window.DRAWIO_BASE_URL + '/math';
[all …]
DOneDriveClient.js12 window.OneDriveClient = function(editorUi, isExtAuth, inlinePicker, noLogout)
14 if (isExtAuth == null && window.urlParams != null && window.urlParams['extAuth'] == '1')
21 inlinePicker = window.Editor != null? Editor.oneDriveInlinePicker : true;
24 if (noLogout == null && window.urlParams != null && window.urlParams['noLogoutOD'] == '1')
50 OneDriveClient.prototype.clientId = window.DRAWIO_MSGRAPH_CLIENT_ID || ((window.location.hostname =…
53 OneDriveClient.prototype.clientId = window.location.hostname == 'app.diagrams.net' ?
56 OneDriveClient.prototype.clientId = window.location.hostname == 'viewer.diagrams.net' ?
66 OneDriveClient.prototype.redirectUri = window.location.protocol + '//' + window.location.host + '/m…
67 OneDriveClient.prototype.pickerRedirectUri = window.location.protocol + '//' + window.location.host…
/plugin/diagramsnet/lib/js/grapheditor/
DInit.js7 window.urlParams = window.urlParams || {};
10 window.MAX_REQUEST_SIZE = window.MAX_REQUEST_SIZE || 10485760;
11 window.MAX_AREA = window.MAX_AREA || 15000 * 15000;
14 window.EXPORT_URL = window.EXPORT_URL || '/export';
15 window.SAVE_URL = window.SAVE_URL || '/save';
16 window.OPEN_URL = window.OPEN_URL || '/open';
17 window.RESOURCES_PATH = window.RESOURCES_PATH || 'resources';
18 window.RESOURCE_BASE = window.RESOURCE_BASE || window.RESOURCES_PATH + '/grapheditor';
19 window.STENCIL_PATH = window.STENCIL_PATH || 'stencils';
20 window.IMAGE_PATH = window.IMAGE_PATH || 'images';
[all …]
/plugin/diagramsnet/lib/js/
Dopen.js4 var form = window.openForm || document.getElementById('openForm');
6 if (window.parent.openNew && window.parent.baseUrl != null)
8 window.parent.openFile.setConsumer(null);
9 window.parent.open(window.parent.baseUrl);
21 window.parent.openFile.cancel(cancel);
27 var form = window.openForm || document.getElementById('openForm');
42 if (window.parent != null && window.parent.Editor != null)
44 if (window.parent.Editor.useLocalStorage)
50 window.parent.listBrowserFiles(function(filesInfo)
52 if (window.parent != null)
[all …]
DPreConfig.js6 window.EXPORT_URL = 'REPLACE_WITH_YOUR_IMAGE_SERVER';
7 window.PLANT_URL = 'REPLACE_WITH_YOUR_PLANTUML_SERVER';
8 window.DRAWIO_BASE_URL = null; // Replace with path to base of deployment, e.g. https://www.example…
9 window.DRAWIO_VIEWER_URL = null; // Replace your path to the viewer js, e.g. https://www.example.co…
10 window.DRAWIO_LIGHTBOX_URL = null; // Replace with your lightbox URL, eg. https://www.example.com
11 window.DRAW_MATH_URL = 'math';
12 window.DRAWIO_CONFIG = null; // Replace with your custom draw.io configurations. For more details, …
/plugin/shortcutkey/
Dscript.js7 if (window.event) var e=window.event,f=e.srcElement,nn=f.tagName;
13 window.open(JSINFO['DOKU_URL'],'_self',false);return false; break;
15 window.open(uurl +'&do=randompage','_self',false);return false; break;
17 window.open(uurl +'&do=nsrandompage','_self',false);return false; break;
19 window.open(uurl +'&do=show','_self',false); return false; break;
21 window.open(uurl +'&do=media','_self',false); return false; break;
23 window.open('#dokuwiki__top','_self',false); return false; break;
25 window.open(uurl +'&do=diff','_self',false); return false; break;
27 window.open(uurl +'&do=backlink','_self',false); return false; break;
29 window.open(uurl +'&do=recent','_self',false); return false; break;
[all …]
/plugin/grensladawritezor/fckeditor/editor/_source/
Dfckconstants.js26 var FCK_STATUS_NOTLOADED = window.parent.FCK_STATUS_NOTLOADED = 0 ;
27 var FCK_STATUS_ACTIVE = window.parent.FCK_STATUS_ACTIVE = 1 ;
28 var FCK_STATUS_COMPLETE = window.parent.FCK_STATUS_COMPLETE = 2 ;
31 var FCK_TRISTATE_OFF = window.parent.FCK_TRISTATE_OFF = 0 ;
32 var FCK_TRISTATE_ON = window.parent.FCK_TRISTATE_ON = 1 ;
33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ;
36 var FCK_UNKNOWN = window.parent.FCK_UNKNOWN = -9 ;
39 var FCK_TOOLBARITEM_ONLYICON = window.parent.FCK_TOOLBARITEM_ONLYICON = 0 ;
40 var FCK_TOOLBARITEM_ONLYTEXT = window.parent.FCK_TOOLBARITEM_ONLYTEXT = 1 ;
41 var FCK_TOOLBARITEM_ICONTEXT = window.parent.FCK_TOOLBARITEM_ICONTEXT = 2 ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
Dfckconstants.js26 var FCK_STATUS_NOTLOADED = window.parent.FCK_STATUS_NOTLOADED = 0 ;
27 var FCK_STATUS_ACTIVE = window.parent.FCK_STATUS_ACTIVE = 1 ;
28 var FCK_STATUS_COMPLETE = window.parent.FCK_STATUS_COMPLETE = 2 ;
31 var FCK_TRISTATE_OFF = window.parent.FCK_TRISTATE_OFF = 0 ;
32 var FCK_TRISTATE_ON = window.parent.FCK_TRISTATE_ON = 1 ;
33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ;
36 var FCK_UNKNOWN = window.parent.FCK_UNKNOWN = -9 ;
39 var FCK_TOOLBARITEM_ONLYICON = window.parent.FCK_TOOLBARITEM_ONLYICON = 0 ;
40 var FCK_TOOLBARITEM_ONLYTEXT = window.parent.FCK_TOOLBARITEM_ONLYTEXT = 1 ;
41 var FCK_TOOLBARITEM_ICONTEXT = window.parent.FCK_TOOLBARITEM_ICONTEXT = 2 ;
[all …]
/plugin/golocal/src/
Dgolocal.go48 _, window := guiInit()
50 go run(os.Args[1], window)
52 go guiInstaller(window)
56 window.ShowAndRun()
69 func guiInstaller(window fyne.Window) {
72 btnInstall := widget.NewButton(i18n.T("install", nil), func() { install(window) })
73 btnUninstall := widget.NewButton(i18n.T("uninstall", nil), func() { uninstall(window) })
75 window.SetContent(
86 func run(path string, window fyne.Window) {
105 window.SetContent(widget.NewLabel(path))
[all …]
/plugin/pagebuttons/
Dscript.js30 var page = window.confirm(LANG.plugins.pagebuttons.delete_confirm);
33 window.location.href = submit_url;
52 window.location.href = submit_url
78 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))…
79 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
82 var page = window.prompt(LANG.plugins.pagebuttons.newfolder_prompt);
86 window.location.href = submit_url;
108 window.location.href = submit_url
134 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))…
135 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
[all …]
/plugin/diagramsnet/lib/plugins/
Dtags.js27 editorUi.hiddenTagsWindow.window.addListener('show', function()
31 editorUi.hiddenTagsWindow.window.addListener('hide', function()
35 editorUi.hiddenTagsWindow.window.setVisible(true);
40 editorUi.hiddenTagsWindow.window.setVisible(!editorUi.hiddenTagsWindow.window.isVisible());
220 window.setTimeout(function()
238 window.setTimeout(function()
307 this.window = new mxWindow(mxResources.get('hiddenTags'), div, x, y, w, null, true, true);
308 this.window.destroyOnClose = false;
309 this.window.setMaximizable(false);
310 this.window.setResizable(true);
[all …]
/plugin/bpmnioeditor/
Dscript.js8 window.bpmn = [];
17 window.bpmn[index] = [];
18 window.bpmn[index]['name'] = getQuery($bpmn.attr('href'), 'media');
50 name: window.bpmn[index]['name'],
64 window.bpmn[index]['type'] = 'create';
67 window.bpmn[index]['type'] = 'edit';
77 name: window.bpmn[index]['name'],
78 type: window.bpmn[index]['type'],
98 name: window.bpmn[index]['name'],
99 type: window.bpmn[index]['type'],
[all …]
/plugin/revealjs/plugin/zoom-js/
Dzoom.js8 var defaultModifier = /Linux/.test( window.navigator.platform ) ? 'ctrl' : 'alt';
99 rect.x -= ( window.innerWidth - ( rect.width * scale ) ) / 2;
100 rect.y -= ( window.innerHeight - ( rect.height * scale ) ) / 2;
168 rangeX = window.innerWidth * range,
169 rangeY = window.innerHeight * range,
174 window.scroll( scrollOffset.x, scrollOffset.y - ( 1 - ( mouseY / rangeY ) ) * ( 14 / level ) );
177 else if( mouseY > window.innerHeight - rangeY ) {
178window.scroll( scrollOffset.x, scrollOffset.y + ( 1 - ( window.innerHeight - mouseY ) / rangeY ) *…
183 window.scroll( scrollOffset.x - ( 1 - ( mouseX / rangeX ) ) * ( 14 / level ), scrollOffset.y );
186 else if( mouseX > window.innerWidth - rangeX ) {
[all …]
/plugin/datatables/assets/datatables.net/js/
DdataTables.dataTables.js9 return factory( $, window, document );
21 if (typeof window === 'undefined') {
26 root = window;
38 cjsRequires( window, jq );
39 module.exports = factory( jq, window, window.document );
44 factory( jQuery, window, document );
46 }(function( $, window, document, undefined ) { argument
/plugin/photogallery/lightGallery/js/
Dlg-hash.js21 (function($, window, document, undefined) { argument
36 this.oldHash = window.location.hash;
49 window.location.hash = 'lg=' + _this.core.s.galleryId + '&slide=' + index;
53 $(window).on('hashchange.lg.hash', function() {
54 _hash = window.location.hash;
75 window.location.hash = this.oldHash;
78 … history.pushState('', document.title, window.location.pathname + window.location.search);
80 window.location.hash = '';
90 })(jQuery, window, document);
/plugin/datatables/assets/datatables.net-fixedheader-dt/js/
DfixedHeader.bootstrap.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedHeader.semanticui.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedHeader.dataTables.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedHeader.jqueryui.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
DfixedColumns.semanticui.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedColumns.bootstrap4.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedColumns.bootstrap5.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedColumns.foundation.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
DfixedColumns.dataTables.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.dataTables.js9 return factory( $, window, document );
25 if (typeof window === 'undefined') {
30 root = window;
42 cjsRequires( window, jq );
43 module.exports = factory( jq, window, window.document );
48 factory( jQuery, window, document );
50 }(function( $, window, document, undefined ) { argument

12345678910>>...59