| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.print.js | 151 var win = window.open('', ''); 153 if (!win) { 166 win.document.close(); 178 win.document.head.innerHTML = head; // Work around for Edge 180 $(win.document.head).html(head); // Old IE 184 win.document.body.innerHTML = 196 $(win.document.body).addClass('dt-print-view'); 198 $('img', win.document.body).each(function (i, img) { 203 config.customize(win, config, dt); 209 win.print(); // blocking - so close will not [all …]
|
| /plugin/diagramsnet/lib/ |
| D | electron.js | 117 const win = event.sender 118 const index = windowsRegistry.indexOf(win) 125 const contents = win.webContents 140 win, 150 win.destroy() 159 win.destroy() 586 let win = createWindow() variable 601 win.webContents.send('args-obj', {args: [potFile]}); 610 win.webContents.on('did-finish-load', function() 612 win.webContents.zoomFactor = 1; [all …]
|
| /plugin/hyphenation/phpHyphenation/ |
| D | hyphenation.php | 82 for($win = $GLOBALS["charmin"]; $win <= $maxwins; $win++) { 83 if(isset($GLOBALS["patterns"][mb_substr($text_word, $position, $win)])) { 84 $pattern = $GLOBALS["patterns"][mb_substr($text_word, $position, $win)];
|
| D | phpHyphenation.class.php | 225 for ($win=$this->charMin; $win<=$maxwins; $win++) { 226 if (isset($this->patterns[mb_substr($text_word, $position, $win)])) { 227 $pattern = $this->patterns[mb_substr($text_word, $position, $win)];
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fck.js | 977 AddWindow : function( win, sendToEditingArea ) argument 982 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ; 984 oTarget = win ; 986 oTarget = win.document ; 992 RemoveWindow : function( win ) argument 995 oTarget = win.nodeType == 1 ? win : win.frameElement ? win.frameElement : win.document ; 997 oTarget = win.document ;
|
| D | fcktools_ie.js | 165 FCKTools.GetViewPaneSize = function( win ) argument 169 var oDoc = win.document.documentElement ; 173 oSizeSource = win.document.body ; // Other IEs
|
| D | fcktools_gecko.js | 149 FCKTools.GetViewPaneSize = function( win ) argument 151 return { Width : win.innerWidth, Height : win.innerHeight } ;
|
| /plugin/galleryv1.5/ |
| D | script.js | 64 this.win = new WindowSize(); 80 this.win.update(); 81 if (this.w < this.win.w) this.w = this.win.w; 82 if (this.h < this.win.h) this.h = this.win.h; 305 var targ = { w:self._page.win.w - 30, h:self._page.win.h - 30 }; 315 … self._box.style.top = [self._pos.y + (self._page.win.h - imag.height - 30) / 2,'px'].join(''); 316 self._box.style.left = [((self._page.win.w - imag.width - 30) / 2),'px'].join(''); 327 var top = (self._page.win.h - spin.height) / 2; 330 spin.style.left = [(self._page.win.w - spin.width - 30) / 2,'px'].join(''); 333 self._wrap.style.width = [self._page.win.w,'px'].join('');
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Hyphenator.php | 124 for ($win = $this->mpdf->SHYcharmin; $win <= $maxwins; $win++) { 125 if (isset($this->patterns[mb_substr($text_word, $position, $win, 'UTF-8')])) { 126 $pattern = $this->patterns[mb_substr($text_word, $position, $win, 'UTF-8')];
|
| /plugin/swfobject/ |
| D | script.js | 4 …win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.r…
|
| /plugin/dw2pdf/ |
| D | deleted.files | 389 mpdf/font/dejavusans-win-1251.php 390 mpdf/font/dejavusans-win-1251.z 401 mpdf/font/dejavusansb-win-1251.php 402 mpdf/font/dejavusansb-win-1251.z 413 mpdf/font/dejavusansbi-win-1251.php 414 mpdf/font/dejavusansbi-win-1251.z 425 mpdf/font/dejavusanscondensed-win-1251.php 426 mpdf/font/dejavusanscondensed-win-1251.z 437 mpdf/font/dejavusanscondensedb-win-1251.php 438 mpdf/font/dejavusanscondensedb-win-1251.z [all …]
|
| /plugin/codeprettify/code-prettify/src/ |
| D | run_prettify.js | 119 var win = window; 141 (e.type == 'load' ? win : doc)[rem](pre + e.type, init, false); 142 if (!done && (done = true)) { callback.call(win, e.type || e); } 149 win.setTimeout(poll, 50); 156 callback.call(win, 'lazy'); 159 try { top = !win.frameElement; } catch(e) { } 164 win[add](pre + 'load', init, false); 268 win.setTimeout(onLangsLoaded, 0); 399 var win = (typeof window !== 'undefined') ? window : {};
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 116 …e",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert… 125 …element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).inse… 141 ….element("A").attribute.addClass("Button Dock").event.addListener("click", win.dock).insert(el.but… 142 …ent("A").attribute.addClass("Button NewWindow").event.addListener("click", win.newWindow).insert(e… 145 …ement("A").attribute.addClass("Button Maximize").event.addListener("click",win.maximize).insert(el… 146 …ement("A").attribute.addClass("Button Minimize").event.addListener("click",win.minimize).insert(el… 147 ….element("A").attribute.addClass("Button Close").event.addListener("click",win.hide).insert(el.but… 348 …til.AddEvent(document,"mousemove",listen.mouse)("mousemove",win.resizer.resize)("mouseup",win.resi… 358 window.onscroll = lib.util.Curry(win.setVerticalPosition,window,null); 371 win.refreshSize(); [all …]
|
| D | firebug-lite-1.2-compressed.js | 10 …win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attri… 11 …win.dock).insert(el.button.container);el.button.newWindow=new lib.element("A").attribute.addClass(… 14 …win.resizer.resize)("mouseup",win.resizer.stop)("keydown",listen.keyboard);internal.init=true;for(… 15 buttons[i].attribute.set("href","#");win.refreshSize();} 17 …win.unload);if(internal.isPopup){env.height=lib.util.GetViewport().height;lib.util.AddEvent(window… 18 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.envi… 20 …ngs.writeCookie();settings.hide();win.refreshDOM();d.html.openHtmlTree();if(internal.isPopup){with… 22 …win:{hide:function(){with(firebug){el.main.environment.addStyle({"display":"none"});el.mainiframe.… 24 …win.dock();}else if(internal.popupWin){internal.popupWin.close();}}},fitToPopup:function(){with(fi… 25 win.resizer.enabled=true;}},resize:function(_event){with(firebug){if(!win.resizer.enabled)return;wi… [all …]
|
| D | firebug-lite-1.4.js | 449 this.iterateWindows=function(win,handler){if(!win||!win.document){return argument 450 }handler(win); 451 if(win==top||!win.frames){return 453 i<win.frames.length; 454 ++i){var subWin=win.frames[i]; 455 if(subWin!=win){this.iterateWindows(subWin,handler) 457 this.getRootWindow=function(win){for(; argument 458 win; 459 win=win.parent){if(!win.parent||win==win.parent||!this.instanceOf(win.parent,"Window")){return win 502 }var win=elt.ownerDocument.defaultView; [all …]
|
| /plugin/combo/resources/firebug/ |
| H A D | firebug-lite-1.2-compressed.js | 21 …win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attri… 22 …win.dock).insert(el.button.container);el.button.newWindow=new lib.element("A").attribute.addClass(… 25 …win.resizer.resize)("mouseup",win.resizer.stop)("keydown",listen.keyboard);internal.init=true;for(… 26 buttons[i].attribute.set("href","#");win.refreshSize();} 28 …win.unload);if(internal.isPopup){env.height=lib.util.GetViewport().height;lib.util.AddEvent(window… 29 win.setHeight(env.height);if(env.openInPopup&&!internal.isPopup){win.newWindow();}else{el.main.envi… 31 …ngs.writeCookie();settings.hide();win.refreshDOM();d.html.openHtmlTree();if(internal.isPopup){with… 33 …win:{hide:function(){with(firebug){el.main.environment.addStyle({"display":"none"});el.mainiframe.… 35 …win.dock();}else if(internal.popupWin){internal.popupWin.close();}}},fitToPopup:function(){with(fi… 36 win.resizer.enabled=true;}},resize:function(_event){with(firebug){if(!win.resizer.enabled)return;wi… [all …]
|
| H A D | firebug-lite-1.2.js | 127 …e",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert… 136 …element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).inse… 152 ….element("A").attribute.addClass("Button Dock").event.addListener("click", win.dock).insert(el.but… 153 …ent("A").attribute.addClass("Button NewWindow").event.addListener("click", win.newWindow).insert(e… 156 …ement("A").attribute.addClass("Button Maximize").event.addListener("click",win.maximize).insert(el… 157 …ement("A").attribute.addClass("Button Minimize").event.addListener("click",win.minimize).insert(el… 158 ….element("A").attribute.addClass("Button Close").event.addListener("click",win.hide).insert(el.but… 359 …til.AddEvent(document,"mousemove",listen.mouse)("mousemove",win.resizer.resize)("mouseup",win.resi… 369 window.onscroll = lib.util.Curry(win.setVerticalPosition,window,null); 382 win.refreshSize(); [all …]
|
| H A D | firebug-lite-1.4.js | 460 this.iterateWindows=function(win,handler){if(!win||!win.document){return argument 461 }handler(win); 462 if(win==top||!win.frames){return 464 i<win.frames.length; 465 ++i){var subWin=win.frames[i]; 466 if(subWin!=win){this.iterateWindows(subWin,handler) 468 this.getRootWindow=function(win){for(; argument 469 win; 470 win=win.parent){if(!win.parent||win==win.parent||!this.instanceOf(win.parent,"Window")){return win 513 }var win=elt.ownerDocument.defaultView; [all …]
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fcktools_gecko.js | 140 FCKTools.GetViewPaneSize = function( win ) argument 142 return { Width : win.innerWidth, Height : win.innerHeight } ;
|
| D | fcktools_ie.js | 157 FCKTools.GetViewPaneSize = function( win ) argument 161 var oDoc = win.document.documentElement ;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
| D | firebug-lite-debug.js | 1281 this.iterateWindows = function(win, handler) argument 1283 if (!win || !win.document) 1286 handler(win); 1288 if (win == top || !win.frames) return; // XXXjjb hack for chromeBug 1290 for (var i = 0; i < win.frames.length; ++i) 1292 var subWin = win.frames[i]; 1293 if (subWin != win) 1298 this.getRootWindow = function(win) argument 1300 for (; win; win = win.parent) 1302 if (!win.parent || win == win.parent || !this.instanceOf(win.parent, "Window")) [all …]
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckadobeair.js | 105 ToolbarSet_GetOutElement : function( win, outMatch ) argument 107 var toolbarTarget = win.parent ;
|
| /plugin/pgn4web/pgn4web/ |
| D | demoGames.pgn | 21 point I was hoping to witness a masterpiece sacrifice win from Kramnik, but 45 masterpiece sacrifice win from Kramnik, but look at the next game to see 71 win from Kramnik, but the similarity between the two games amazed me. } 83 not the day for a masterpiece sacrifice win from Kramnik. Maybe Kramnik and
|
| /plugin/fckg/fckeditor/editor/plugins/range/ |
| D | fckplugin.js | 351 var win = oEditor.FCK.EditorWindow; 354 if(win.getSelection) { 355 rng=win.getSelection(); 407 var win = oEditor.FCK.EditorWindow;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | HTML.AllowedAttributes.txt | 14 elements here, <em>that</em> directive will win and override. For
|