Home
last modified time | relevance | path

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

12345678910>>...55

/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js7 window.urlParams = window.urlParams || {};
10 window.isLocalStorage = window.isLocalStorage || false;
24 window.DRAW_MATH_URL = window.DRAW_MATH_URL || window.DRAWIO_BASE_URL + '/math';
27 window.REALTIME_URL = window.REALTIME_URL || 'cache';
34 window.SAVE_URL = window.SAVE_URL || 'save';
35 window.OPEN_URL = window.OPEN_URL || 'import';
36 window.PROXY_URL = window.PROXY_URL || 'proxy';
41 window.SHAPES_PATH = window.SHAPES_PATH || 'shapes';
55 window.DRAWIO_CONFIG = window.DRAWIO_CONFIG || null;
115 window.mxLanguageMap = window.mxLanguageMap ||
[all …]
H A 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…
H A DApp.js465 window.location.hash == '') || (window.location.hash != null &&
607 if (window.top == window.self &&
752 var tmp = window.location.protocol + '//' + window.location.host;
1111 var op = window.opener || window.parent;
1382 var parent = window.opener || window.parent;
3208 var parent = window.opener || window.parent;
3401 if (window.opener != null && window.opener[value] != null)
3435 if (window.history && window.history.replaceState)
3448 if (window.history && window.history.replaceState)
3451 window.history.replaceState(null, null, window.location.pathname +
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DInit.js7 window.urlParams = window.urlParams || {};
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';
18 window.RESOURCE_BASE = window.RESOURCE_BASE || window.RESOURCES_PATH + '/grapheditor';
20 window.IMAGE_PATH = window.IMAGE_PATH || 'images';
21 window.STYLE_PATH = window.STYLE_PATH || 'styles';
22 window.CSS_PATH = window.CSS_PATH || 'styles';
23 window.OPEN_FORM = window.OPEN_FORM || 'open.html';
[all …]
/plugin/diagramsnet/lib/js/
H A Dopen.js6 if (window.parent.openNew && window.parent.baseUrl != null)
9 window.parent.open(window.parent.baseUrl);
42 if (window.parent != null && window.parent.Editor != null)
52 if (window.parent != null)
56 window.parent.mxUtils.write(div, window.parent.mxResources.get('noFiles'));
76 window.parent.mxUtils.write(hName, window.parent.mxResources.get('name'));
80 window.parent.mxUtils.write(hModified, window.parent.mxResources.get('lastModified'));
83 window.parent.mxUtils.write(hSize, window.parent.mxResources.get('size'));
124 window.parent.mxUtils.write(modifiedTd, window.parent.mxResources.get('timeAgo', [str]));
162 if (window.parent.openNew && window.parent.baseUrl != null)
[all …]
H A 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, …
H A Dmath-print.js3 var font = (window.opener.urlParams['math-font'] != null) ?
4 decodeURIComponent(window.opener.urlParams['math-font']) : 'TeX';
6 window.MathJax = {
12 [(window.opener.urlParams['math-output'] == 'html') ?
38 s.setAttribute('src', window.opener.DRAW_MATH_URL + '/MathJax.js');
41 if (window.IMMEDIATE_PRINT)
51 window.print();
/plugin/shortcutkey/
H A 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;
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;
31 window.open(uurl +'&do=edit','_self',false);return false; break;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/
H A 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 ;
44 var FCK_EDITMODE_WYSIWYG = window.parent.FCK_EDITMODE_WYSIWYG = 0 ;
[all …]
/plugin/pagebuttons/
H A 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…
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…
142 window.location.href = submit_url;
[all …]
/plugin/diagramsnet/lib/plugins/
H A Dtags.js40 editorUi.hiddenTagsWindow.window.setVisible(!editorUi.hiddenTagsWindow.window.isVisible());
309 this.window.setMaximizable(false);
310 this.window.setResizable(true);
311 this.window.setScrollable(true);
312 this.window.setClosable(true);
317 this.window.fit();
319 if (this.window.isVisible())
354 var x = this.window.getX();
355 var y = this.window.getY();
357 this.window.setLocation(x, y);
[all …]
/plugin/bpmnioeditor/
H A Dscript.js8 window.bpmn = [];
17 window.bpmn[index] = [];
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'],
120 var BpmnJS = window.BpmnJS;
163 var BpmnJS = window.BpmnJS;
238 name: window.bpmn[index]['name'],
[all …]
/plugin/revealjs/plugin/zoom-js/
H A Dzoom.js99 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,
177 else if( mouseY > window.innerHeight - rangeY ) {
178window.scroll( scrollOffset.x, scrollOffset.y + ( 1 - ( window.innerHeight - mouseY ) / rangeY ) *…
186 else if( mouseX > window.innerWidth - rangeX ) {
187window.scroll( scrollOffset.x + ( 1 - ( window.innerWidth - mouseX ) / rangeX ) * ( 14 / level ), …
193 x: window.scrollX !== undefined ? window.scrollX : window.pageXOffset,
194 y: window.scrollY !== undefined ? window.scrollY : window.pageYOffset
[all …]
/plugin/photogallery/lightGallery/js/
H A Dlg-hash.js21 (function($, window, document, undefined) {
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/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdialog_gecko.js37 parentWindow = window ;
69 window.top.parent.addEventListener( 'mousedown', this.CheckFocus, true ) ;
70 window.top.parent.addEventListener( 'mouseup', this.CheckFocus, true ) ;
71 window.top.parent.addEventListener( 'click', this.CheckFocus, true ) ;
72 window.top.parent.addEventListener( 'focus', this.CheckFocus, true ) ;
94 window.top.parent.removeEventListener( 'onmousedown', FCKDialog.CheckFocus, true ) ;
95 window.top.parent.removeEventListener( 'mouseup', FCKDialog.CheckFocus, true ) ;
96 window.top.parent.removeEventListener( 'click', FCKDialog.CheckFocus, true ) ;
97 window.top.parent.removeEventListener( 'onfocus', FCKDialog.CheckFocus, true ) ;
/plugin/autologoff/
H A Dscript.js9 var autologofftimer = window.setTimeout(autologoff_check, (JSINFO.autologoff - 1) * 60 * 1000);
25 window.onbeforeunload = function(){};
26 window.onunload = function(){};
28 window.location.reload();
52 window.clearTimeout(autologofftimer);
53 autologofftimer = window.setTimeout(autologoff_check, timeremains * 1000);
63 window.clearTimeout(autologofftimer);
64 autologofftimer = window.setTimeout(autologoff_check, (timeremains - 60) * 1000);
/plugin/prosemirror/
H A Dscript.js7 window.Prosemirror.destroyProsemirror();
8 window.proseMirrorIsActive = false;
24 window.Prosemirror.enableProsemirror();
30 if (window.SentryPlugin) {
48 window.proseMirrorIsActive = true;
85 if (window.SentryPlugin) {
123 data: window.proseMirrorIsActive ? $jsonField.val() : $textArea.val(),
124 getJSON: window.proseMirrorIsActive ? '0' : '1',
126 if (window.proseMirrorIsActive) {
137 if (window
[all...]
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js5window.doSpell?("undefined"!=typeof e&&window.clearInterval(e),l(a)):180==d++&&window._cancelOnErr…
8 …sc.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+"\x3c/p\x3e");window._cancelOnError=
9 function(c){if("undefined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display…
10window.doSpell&&CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script",{attri…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc_ie.js5window.doSpell?("undefined"!=typeof e&&window.clearInterval(e),l(a)):180==d++&&window._cancelOnErr…
8 …sc.errorLoading.replace(/%s/g,a.config.wsc_customLoaderScript)+"\x3c/p\x3e");window._cancelOnError=
9 function(c){if("undefined"==typeof window.WSC_Error){CKEDITOR.document.getById(d).setStyle("display…
10window.doSpell&&CKEDITOR.document.getHead().append(CKEDITOR.document.createElement("script",{attri…
/plugin/stlviewer/stlviewer/
H A Dwebgl_detector.js3 canvas: !! window.CanvasRenderingContext2D,
4 …on () { try { var canvas = document.createElement( 'canvas' ); return !! window.WebGLRenderingCont…
5 workers: !! window.Worker,
6 fileapi: window.File && window.FileReader && window.FileList && window.Blob,
24 element.innerHTML = window.WebGLRenderingContext ? [
/plugin/diagrams/script/
H A Dprosemirror.js3 window.Prosemirror.pluginSchemas.push((nodes, marks) => {
51 const AbstractMenuItemDispatcher = window.Prosemirror.classes.AbstractMenuItemDispatcher;
52 const MenuItem = window.Prosemirror.classes.MenuItem;
53 const KeyValueForm = window.Prosemirror.classes.KeyValueForm;
54 const AbstractNodeView = window.AbstractNodeView; // FIXME this should be moved to the prosemirror.classes namespace
61 window.Prosemirror.pluginNodeViews.diagrams = function diagrams(node, outerview, getPos) {
67 window.Prosemirror.pluginMenuItemDispatchers.push(DiagramsMenuItemDispatcherMediaFile);
72 window.Prosemirror.pluginMenuItemDispatchers.push(DiagramsMenuItemDispatcherEmbedded);
/plugin/pgn4web/pgn4web/
H A Dengine.js23 if (window.location.search.match(thisRegExp) !== null) {
27 if (window.location.search.match(thisRegExp) !== null) {
28 pgn4web_engineWindowTarget = unescape(window.location.search.match(thisRegExp)[3]);
31 if (window.location.search.match(thisRegExp) !== null) {
32 pgn4web_engineWindowUrlParameters = unescape(window.location.search.match(thisRegExp)[3]);
35 if (window.location.search.match(thisRegExp) !== null) {
36 pgn4web_engineWindowHeight = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
39 if (window.location.search.match(thisRegExp) !== null) {
40 pgn4web_engineWindowWidth = parseInt(unescape(window.location.search.match(thisRegExp)[3]), 10);
90 …engineWin = window.open(detectEngineLocation() + engineWinParametersSeparator + parameters, pgn4we…
[all …]
/plugin/jspwiki_import/importer/
H A Dgwt.js319 if (window.external && window.external.gwtOnLoad) {
466 window.alert(msg);
474 var oldOnResize = window.onresize;
475 window.onresize = function() {
482 window.onbeforeunload = function() {
494 var oldOnUnload = window.onunload;
495 window.onunload = function() {
506 window.external.gwtOnLoad(null, null);
571 window.onunload = __gwt_onUnloadHostedMode;
575 var oldHandler = window.onload;
[all …]
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js3 if (window.location.href.includes("&submitted=saved")) {
6 if (window.location.href.includes("&submitted=deleted")) {
19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/tfslink/
H A Dscript.js21 if (window.toolbar != undefined) {
27 if (window.toolbar.length > 11)
28 window.toolbar.splice(11, 0, button);
30 window.toolbar[window.toolbar.length] = button;

12345678910>>...55