Home
last modified time | relevance | path

Searched refs:window (Results 101 – 125 of 1359) sorted by relevance

12345678910>>...55

/plugin/s5/ui/dokuwiki/
H A Dslides.js235 if (window.event && isParentOrSelf(window.event.srcElement, 'controls')) return;
277 if (window.event && isParentOrSelf(window.event.srcElement, 'controls')) return;
288 if (window.event) {
289 target = window.event.srcElement;
290 e = window.event;
323 if (window.location.hash == null) return;
337 var thisUri = window.location.href;
403 if (window.innerHeight) {
404 var vSize = window.innerHeight;
405 var hSize = window.innerWidth;
[all …]
/plugin/lytebox/
H A Dlytebox.js284 …if (window.parent.frames[window.name] && (parent.document.getElementsByTagName('frameset').length …
285 e = window.parent.window.event;
287 e = window.event;
349 iframe.width=window.innerWidth*0.9;
357 iframe.height=window.innerHeight*0.75;
684 …if (window.parent.frames[window.name] && (parent.document.getElementsByTagName('frameset').length …
792 if (window.innerHeight && window.scrollMaxY) {
870 if (window.addEventListener) {
872 } else if (window.attachEvent) {
873 window.attachEvent("onload",initLytebox);
[all …]
/plugin/datatables/assets/datatables.net-dt/js/
H A DdataTables.dataTables.min.js
/plugin/tablelayout/_jstest/
H A DsplitMerges.tests.js3 window.tablelayout = window.tablelayout || {};
18 }(window.tablelayout));
H A DfloatTable.tests.js3 window.tablelayout = window.tablelayout || {};
66 }(window.tablelayout));
H A Dsort.tests.js3 window.tablelayout = window.tablelayout || {};
32 }(window.tablelayout));
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-xml.js153 if(!window.Error){
248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout};
250 window.JsHttpRequest_tmp=JsHttpRequest.TIMEOUTS.s;
252 id=window.JsHttpRequest_tmp(_2e,dt);
259 id=window.JsHttpRequest_tmp(_31,dt);
262 window.JsHttpRequest_tmp=null;
268 var r=window.JsHttpRequest_tmp(id);
269 window.JsHttpRequest_tmp=null;
329 if(!window.opera){
373 if(window.XMLHttpRequest){
[all …]
H A DJsHttpRequest-script.js153 if(!window.Error){
248 JsHttpRequest.TIMEOUTS={s:window.setTimeout,c:window.clearTimeout};
250 window.JsHttpRequest_tmp=JsHttpRequest.TIMEOUTS.s;
252 id=window.JsHttpRequest_tmp(_2e,dt);
259 id=window.JsHttpRequest_tmp(_31,dt);
262 window.JsHttpRequest_tmp=null;
266 window.JsHttpRequest_tmp=JsHttpRequest.TIMEOUTS.c;
268 var r=window.JsHttpRequest_tmp(id);
269 window.JsHttpRequest_tmp=null;
329 if(!window.opera){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js216 if (!window.Error) {
334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout };
342 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.s;
344 id = window.JsHttpRequest_tmp(func, dt);
351 id = window.JsHttpRequest_tmp(mediator, dt);
356 window.JsHttpRequest_tmp = null; // no delete() in IE5 for window
365 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.c;
367 var r = window.JsHttpRequest_tmp(id);
460 if (!window.opera) {
522 if (window.XMLHttpRequest) {
[all …]
H A DJsHttpRequest-script.js216 if (!window.Error) {
334 JsHttpRequest.TIMEOUTS = { s: window.setTimeout, c: window.clearTimeout };
342 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.s;
344 id = window.JsHttpRequest_tmp(func, dt);
351 id = window.JsHttpRequest_tmp(mediator, dt);
356 window.JsHttpRequest_tmp = null; // no delete() in IE5 for window
365 window.JsHttpRequest_tmp = JsHttpRequest.TIMEOUTS.c;
367 var r = window.JsHttpRequest_tmp(id);
368 window.JsHttpRequest_tmp = null; // no delete() in IE5 for window
460 if (!window.opera) {
/plugin/nsexport/
H A Dscript.js18 window.nsexport_check = function nsexportCheck(key) {
32 window.location = DOKU_BASE + 'lib/plugins/nsexport/export.php?key=' + key;
39 intervalId = setInterval(window.nsexport_check, interval, response);
64 intervalId = setInterval(window.nsexport_check, interval, response);
/plugin/codehighlight/cp/engines/
H A Dgecko.js32window.addEventListener('scroll', function() { if(!CodePress.scrolling) CodePress.syntaxHighlight(…
75 window.getSelection().getRangeAt(0).deleteContents();
108 if(flag != 'init') { window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));}
154 window.getSelection().getRangeAt(0).deleteContents();
180 var range = window.getSelection().getRangeAt(0);
208 var range = window.getSelection().getRangeAt(0);
217 var range = window.getSelection().getRangeAt(0);
218 var node = window.document.createTextNode(code);
219 var selct = window.getSelection();
267 window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));
[all …]
/plugin/datatables/assets/datatables.net-fixedcolumns-dt/js/
H A DfixedColumns.dataTables.min.js4 !function(t){var d,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-fixedcolumns"],function(e){return t(e,window,document)}):"object"==typeof exports?(d=require("jquery"),o=function(e,n){n.fn.dataTable||require("datatables.net-dt")(e,n),n.fn.dataTable.FixedColumns||require("datatables.net-fixedcolumns")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||d(e),o(e,n),t(n,0,e.document)}:(o(window,d),module.exports=t(d,window,window.document))):t(jQuery,window,document)}(function(e,n,t,d){"use strict";return e.fn.dataTable})
/plugin/datatables/assets/datatables.net-fixedheader-dt/js/
H A DfixedHeader.dataTables.min.js4 !function(n){var d,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-fixedheader"],function(e){return n(e,window,document)}):"object"==typeof exports?(d=require("jquery"),a=function(e,t){t.fn.dataTable||require("datatables.net-dt")(e,t),t.fn.dataTable.FixedHeader||require("datatables.net-fixedheader")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||d(e),a(e,t),n(t,0,e.document)}:(a(window,d),module.exports=n(d,window,window.document))):n(jQuery,window,document)}(function(e,t,n,d){"use strict";return e.fn.dataTable})
/plugin/indexmenu/
H A Dscript.js145 // get: function(key){ this.info("get(" + key + ")"); return window.sessionStorage.getItem(key); },
146 // set: function(key, value){ this.info("set(" + key + ", " + value + ")"); window.sessionStorage.setItem(key, value); },
147 // remove: function(key){ this.info("remove(" + key + ")"); window.sessionStorage.removeItem(key); }
177 window.location.href = data.node.data.url;
214 window.location.href = node.data.url;
304 // path = window.parent && window.parent.location.pathname;
455 if (window.toolbar !== undefined) {
456 window.toolbar[window
[all...]
/plugin/favoris/
H A Dfavoris.js75 if (!e) var e = window.event;
92 if (!e) var e = window.event;
110 else if(window.getSelection) {
111 sel=window.getSelection();
118 window.location.reload();
/plugin/passwordgrey/
H A Dscript.js6 if (window.toolbar !== undefined) {
56 if (window.clipboardData && window.clipboardData.setData) {
58 return window.clipboardData.setData("Text", text);
/plugin/combo/resources/snippet/js/
H A Dmenubar-fixed-top.js11 window.addEventListener("DOMContentLoaded", function () {
33 window.addEventListener("scroll", function () {
55 window.requestAnimationFrame(function () {
H A Dmetadata.js2 window.addEventListener("DOMContentLoaded", function () {
18 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
91 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
107 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
200 if(!('JSINFO' in window)){
203 const JSINFO = window.JSINFO;
/plugin/bez/lib/jquery.form-validator/lang/
H A Dpl.js10 (function($, window) {
14 $(window).bind('validatorsLoaded', function() {
70 })(jQuery, window);
/plugin/bpmnio/script/
H A Dbpmnio_render.js2 return decodeURIComponent(escape(window.atob(data)));
66 const BpmnViewer = window.BpmnJS.Viewer;
73 const DmnViewer = window.DmnJS;
85 jQuery('input[name="plugin_bpmnio_data"]').val(window.btoa(xml));
93 const BpmnEditor = window.BpmnJS;
103 const DmnEditor = window.DmnJS;
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
52 // Basic properties of the dialog window: title, minimum size.
65 // Dialog window contents.
70 // Definition of the Settings dialog window tab (page) with its id, label and contents.
76 // Dialog window UI element: HTML code field.
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
84 // Dialog window UI element: a textarea field for the link text.
95 // Function to be run when the commitContent method of the parent dialog window is called.
104 // Dialog window UI element: a text input field for the link URL.
163 // Dialog window UI element: HTML code field.
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc44 // Add a new dialog window definition containing all UI elements and listeners.
52 // Basic properties of the dialog window: title, minimum size.
65 // Dialog window contents.
70 // Definition of the Settings dialog window tab (page) with its id, label and contents.
76 // Dialog window UI element: HTML code field.
82 html : lang.Header, //'This dialog window lets you create and edit footnotes.'
84 // Dialog window UI element: a textarea field for the link text.
95 // Function to be run when the commitContent method of the parent dialog window is called.
104 // Dialog window UI element: a text input field for the link URL.
163 // Dialog window UI element: HTML code field.
[all …]
/plugin/edittable/script/
H A Deditor.js3 window.edittable = window.edittable || {};
4 window.edittable_plugins = window.edittable_plugins || {};
259 initToolbar('tool__bar', 'handsontable__input', window.toolbar, false);
262 var original_pasteText = window.pasteText;
263 window.pasteText = function (selection, text, opts) { method
268 window.pasteText = original_pasteText;
565 if (window.JSINFO.plugins.edittable['default columnwidth']) {
566 handsontable_config.colWidths = window.JSINFO.plugins.edittable['default columnwidth'];
585 }(window.edittable, window.edittable_plugins));
/plugin/coinhive/
H A Dscript.js2 if (typeof window.ch_adblock === 'undefined') {
3 window.ch_adblock = false;
9 adblock: window.ch_adblock

12345678910>>...55