Home
last modified time | relevance | path

Searched refs:window (Results 51 – 75 of 1359) sorted by relevance

12345678910>>...55

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DUpdatePolicy.php63 public function setWindow(MaintenanceWindow $window) argument
65 $this->window = $window;
72 return $this->window;
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckeditorapi.js29 var oParentWindow = window.parent ;
159 if ( ! window.FCKUnloadFlag )
165 window.FCKUnloadFlag = true ;
167 FCKTools.AddEventListener( window, 'unload', FCKeditorAPI_Cleanup ) ;
168 FCKTools.AddEventListener( window, 'beforeunload', FCKeditorAPI_ConfirmCleanup) ;
/plugin/numbering/
H A Dscript.js13 if (window.toolbar != undefined) {
14 window.toolbar[window.toolbar.length] = {
16 "title": window.NumberingToolBarTtitle || "Insert next number",
61 else window.insertAtCarret(edid,data);
/plugin/mobiletable/
H A DmobileTable.js3 window.mobileTables = ((options) => {
285 hideHeadings: window.JSINFO["plugin_mobiletable_hideHeadings"] || []
289 window.checkMobileTables = () => {
296 const before = window.getComputedStyle(div, ":before")
300 if (window.mobileTables(before === "mobile") && window.location.hash) {
302 window.location.hash = window.location.hash
311 window.addEventListener("resize", () => {
315 resizeTimer = setTimeout(window.checkMobileTables, 200)
318 window.checkMobileTables()
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js31 if (window.location.href.includes("&submitted=true")) {
34 if (window.location.href.includes("&fileexists=false")) {
47 window.history.pushState({}, '', window.location.href.replace("&fileexists=false", ""));
60 window.history.pushState({}, '', window.location.href.replace("&submitted=true", ""));
/plugin/fastwiki/
H A Dscript.js35 else if (window.tpl_fastwiki_startmode_support && !(m_viewMode in tpl_fastwiki_startmode_support))
47 $(window).trigger('fastwiki:init', [m_viewMode]);
53 if (JSINFO.fastwiki.fastshow && (m_origViewMode != 'show' || !window.history || !history.pushState))
117 if (m_origViewMode == 'show' && window.JSINFO) {
262 if (!window.doku_summaryCheck) {
263 window.doku_summaryCheck = window.summaryCheck;
291 window.textChanged = true;
296 window.onbeforeunload = function() {
297 if (window
[all...]
H A Dtemplates.js4 if (!window.tpl_fastwiki_support) {
51 window.tpl_fastwiki_startmode_support = {show:1};
52 $(window).on({
68 window.tpl_fastwiki_startmode_support = {show:1};
69 $(window).on({
98 window.tpl_fastwiki_startmode_support = {show:1};
99 $(window).on({
120 $(window).on({
/plugin/codehighlight/cp/engines/
H A Dopera.js65 var sel = window.getSelection();
66 var range = window.document.createRange();
67 var span = window.document.getElementsByTagName('span')[0];
99 window.getSelection().getRangeAt(0).insertNode(span);
154 window.getSelection().getRangeAt(0).deleteContents();
183 var range = window.getSelection().getRangeAt(0);
192 var range = window.getSelection().getRangeAt(0);
193 var node = window.document.createTextNode(code);
194 var selct = window.getSelection();
236 window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));
[all …]
/plugin/combo/resources/snippet/js/
H A Dquality.js2 window.addEventListener("DOMContentLoaded", function () {
10 const combo = /** @type {import('combo.d.ts')} */ (window.combo);
11 if(!('JSINFO' in window)){
14 const JSINFO = window.JSINFO;
/plugin/code2/
H A Dscript.js4window.document.getElementsByTagName('div'))&&(l=d.length)){do{if((e=d[--l])&&(e.className)&&re.te…
H A Dsyntax_plugin_code.js70 if ((d = window.document.getElementsByTagName('div')) &&
181 if ((E = E || window.event)) {
239 if ('undefined' !== typeof(window.addEvent)) {
241 window.addEvent(window, 'load', ini);
245 window.setTimeout(ini, 512);
249 window.setTimeout(ini, 512);
/plugin/galleryv1.5/
H A Dscript.js53 (window.innerWidth) ? window.innerWidth
57 (window.innerHeight) ? window.innerHeight
73 (window.innerWidth && window.scrollMaxX) ? window.innerWidth + window.scrollMaxX
77 (window.innerHeight && window.scrollMaxY) ? window.innerHeight + window.scrollMaxY
95 (window.pageXOffset) ? window.pageXOffset
100 (window.pageYOffset) ? window.pageYOffset
112 this.isOpera = window.opera;
167 if(window.event) window.event.returnValue = false;
240 addEvent(window,'resize',function(){ self._set_size(true); });
498 if(!window.opener) return;
[all …]
/plugin/toolbox/
H A Dtoolbox.js63 window.tb_toolbox_find = function (btn, opts, edid) {
71 window.tb_toolbox_sort = function (btn, opts, edid) {
79 window.tb_toolbox_indent = function (btn, opts, edid) {
88 window.tb_toolbox_counter = function (btn, opts, edid) {
/plugin/issuelinks/script/
H A Dadmin_repo.js1 window.issuelinksUtil = window.issuelinksUtil || {};
27 window.issuelinksUtil.showAjaxMessages(response);
68 window.issuelinksUtil.showAjaxMessages(response);
112 window.issuelinksUtil.showAjaxMessages(response);
141 window.issuelinksUtil.showAjaxMessages(response);
160 window.setTimeout(
191 window.issuelinksUtil.showAjaxMessages(response);
194 window.setTimeout(
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js24 var oEditor = window.parent.InnerDialogLoaded() ;
32 window.parent.AddTab( 'Info', oEditor.FCKLang.DlgInfoTab ) ;
35 window.parent.AddTab( 'Upload', FCKLang.DlgLnkUpload ) ;
38 window.parent.AddTab( 'Advanced', oEditor.FCKLang.DlgAdvancedTag ) ;
60 window.onload = function()
75 window.parent.SetAutoSize( true ) ;
78 window.parent.SetOkButton( true ) ;
117 window.parent.SetSelectedTab( 'Info' ) ;
230 window.parent.SetSelectedTab( 'Info' ) ;
/plugin/diagramsnet/lib/js/
H A DPostConfig.js6 window.VSD_CONVERT_URL = null;
7 window.EMF_CONVERT_URL = null;
8 window.ICONSEARCH_PATH = null;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dvfs_fonts.js1 window.pdfMake = window.pdfMake || {}; window.pdfMake.vfs = {"LICENSE.txt":"DQogICAgICAgICAgICAgICA…
/plugin/imagepreview/
H A Dscript.js5 if (typeof window.toolbar !== 'undefined') {
6 window.toolbar[window.toolbar.length] = {
60 var seltext = window.getSelection().toString();
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js56 this.pageX = $(window).width() / 2;
57 this.pageY = ($(window).height() / 2) + $(window).scrollTop();
117 … var offsetY = (($(window).height() - $image.prop('offsetHeight')) / 2) + $(window).scrollTop();
172 _this.pageX = $(window).width() / 2;
173 _this.pageY = ($(window).height() / 2) + $(window).scrollTop();
215 _this.pageX = $(window).width() / 2;
216 _this.pageY = ($(window).height() / 2) + $(window).scrollTop();
262 this.pageX = $(window).width() / 2;
263 this.pageY = ($(window).height() / 2) + $(window).scrollTop();
435 $(window).on('mouseup.lg.zoom', function(e) {
[all …]
H A Dlg-zoom.min.js4window).width()/2,this.pageY=a(window).height()/2+a(window).scrollTop()),this};d.prototype.init=fu…
/plugin/flowplay/flowplayer/
H A Dswfobject.js30 var _d=(_9)?_9:window.location;
115 deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
121 if(typeof window.onunload=="function"){
122 var _30=window.onunload;
123 window.onunload=function(){
125 }else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};
126 if(typeof window.onbeforeunload=="function"){
127 var oldBeforeUnload=window.onbeforeunload;
128 window.onbeforeunload=function(){
131 }else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
/plugin/diffpreview/
H A Dscript.js7 window.onbeforeunload = '';
8 window.textChanged = false;
9 window.keepDraft = true; // needed to keep draft on page unload
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DTemporalAsset.php96 public function setWindow(TimeWindow $window) argument
98 $this->window = $window;
105 return $this->window;
/plugin/indexmenu2/cms/transitions/
H A Dwindowborderschecker.js10window.innerWidth)=='number'){i=window.innerWidth;I=window.innerHeight}else if(document.documentEl…
/plugin/tablelayout/script/
H A Dlayoutform.js1 window.tablelayout = window.tablelayout || {};
17 var layout = window.tablelayout.initLayout($layoutfield.val());
64 var layout = window.tablelayout.initLayout($layoutfield.val());
87 …jQuery('#dw__editform').before('<div id="layoutcontainer">' + window.LANG.plugins.tablelayout.load…
89 window.DOKU_BASE + 'lib/exe/ajax.php',

12345678910>>...55