Home
last modified time | relevance | path

Searched refs:iw (Results 1 – 25 of 32) sorted by relevance

12

/plugin/ckgedit/scripts/
Dcss6.php308 foreach(array_keys($iwlinks) as $iw){
309 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw);
310 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){
312 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.png)';
314 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){
316 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.gif)';
/plugin/epub/scripts/
Dcss3.php301 foreach(array_keys($iwlinks) as $iw){
302 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$iw);
303 if(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.png')){
305 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.png)';
307 }elseif(@file_exists(DOKU_INC.'lib/images/interwiki/'.$iw.'.gif')){
309 $css .= ' background-image: url('.DOKU_BASE.'lib/images/interwiki/'.$iw.'.gif)';
/plugin/photogallery/
Dsyntax.php658 $iw = $data['iw'];
663 $iw = '';
703 $iw = $mw;
708 $iw = floor($mw * $ratio);
710 if ($iw > $vpw)
711 $iw = $vpw;
717 $iw = floor($mw * $ratio);
723 if ($iw * $ih > 12000000){
730 $ipar['w'] = $iw;
742 $ipar['tok'] = media_get_token($ID,$iw,$ih);
/plugin/scrape/
Dsyntax.php78 [$iw, $ref] = explode('>', $data['url'], 2);
79 $data['url'] = $R->_resolveInterWiki($iw, $ref);
/plugin/diagramsnet/lib/plugins/
DcConf-1-4-8.js1068 var iw = w;
1078 if (iw > ih)
1080 ih = Math.round(ih * ew / iw);
1081 iw = ew;
1085 iw = Math.round(iw * eh / ih);
1098 elt.style.width = iw + 'px';
1103 elt.style.paddingLeft = Math.floor((ew - iw) / 2) + 'px';
Dtags.js340 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
343 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
/plugin/diagramsnet/lib/js/diagramly/
DMinimal.js14 var iw = 0;
18 iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
557 if (action.shortcut != null && iw < 900 && !mxClient.IS_IOS)
916 var iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
918 if (iw >= 1000 && this.sidebarWindow != null && urlParams['sketch'] != '1')
923 if (this.formatWindow != null && (iw >= 1000 || urlParams['sketch'] == '1'))
1467 if ((urlParams['sketch'] != '1' && iw >= 1000) || urlParams['clibs'] != null ||
1506 if (urlParams['sketch'] == '1' || iw >= 1000)
2108 ui.statusContainer.style.maxWidth = Math.min(iw - 240, 280) + 'px';
2540 iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
[all …]
DInit.js257 … var iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
259 if (iw <= 768)
DDialogs.js7451 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7545 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
7548 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7643 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
7646 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
8981 var iw = w;
8992 if (iw > ih)
8994 ih = Math.round(ih * ew / iw);
8995 iw = ew;
[all …]
DEditorUi.js15764 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
15767 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
/plugin/socialshareprivacy2/SSP/scripts/
Djquery.socialshareprivacy.flattr.js23 …ue,da:true,nl:true,eo:true,et:true,fi:true,fr:true,es:true,de:true,el:true,iw:true,hi:true,hu:true… property
/plugin/s5reloaded/ui/thesis/
Dslides.js2184 var iw = canvas_width*0.9; var ih = canvas_height*0.9;
2192 var bw = iw/(bs*1.1); var poc = ct/100;
2229 var iw = canvas_width*0.9;
2239 var hf = (ih*0.95)/cm; var bw = iw;
2240 var dw = iw/(ChartData[0].length-1)
2270 ctx.lineTo(pw+iw,ph+ih);
2271 ctx.lineTo(pw+ps+iw,ph+ih+ps);
2275 var B2T = ctx.createLinearGradient(pw+iw+1,ph+ps,pw+iw+1,ph+ps+ps);
2280 ctx.moveTo(pw+iw,ph+ps);
2281 ctx.lineTo(pw+iw,ph+ps+ps);
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js543 var iw = image.width;
546 var s = Math.min(w / iw, h / ih);
547 var x0 = (w - iw * s) / 2;
552 w = iw * s;
/plugin/pdfjs/pdfjs/web/locale/hsb/
Dviewer.properties140 toggle_sidebar_notification.title=Bóčnicu přepinać (dokument wobsahuje wobrys/přiwěški)
144 attachments.title=Přiwěški pokazać
145 attachments_label=Přiwěški
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DForm.php563 $iw = $w * 0.7;
565 $lx = $x + (($w - $iw) / 2);
567 $rx = $lx + $iw;
577 $this->mpdf->Rect($lx, $ty, $iw, $ih, 'DF');
DMpdf.php2427 $iw = $pb['orig_w'] / Mpdf::SCALE;
2449 $ih = $ih * $pb['bpa']['w'] / $iw;
2450 $iw = $pb['bpa']['w'];
2452 $iw = $iw * $pb['bpa']['h'] / $ih;
2458 $ih = $ih * $pb['bpa']['w'] / $iw;
2459 $iw = $pb['bpa']['w'];
2461 $iw = $iw * $ih / $pb['bpa']['h'];
2479 $iw = $iw;
2482 $iw = $iw * $size['h'] / $ih;
2485 $ih = $ih * $size['w'] / $iw;
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DDialogs.js1925 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
1928 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
2664 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
2667 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
/plugin/processing/
Dscript.js10010 iw: 0, property
10067 p.shared.v1 = (p.shared.srcYOffset >> PConstants.PRECISIONB) * p.shared.iw;
10068 …ared.v2 = Math.min((p.shared.srcYOffset >> PConstants.PRECISIONB) + 1, p.shared.ih1) * p.shared.iw;
10156 p.shared.iw = img.width;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/res/
Dcacert.pem231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/xtern/ca/
Dcacert.pem231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/mizarveifiabledocs/dist/
Dscript.js1iw=/*@__PURE__*/tm.define({map:(t,e)=>t.map(e)}),ib=/*@__PURE__*/tm.define();function iy(t,e,i){le…
/plugin/mizarproofchecker/dist/
Dscript.js1iw=/*@__PURE__*/tm.define({map:(t,e)=>t.map(e)}),ib=/*@__PURE__*/tm.define();function iy(t,e,i){le…
/plugin/fblogin/lib/
Dfb_ca_chain_bundle.crt742 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/mizarverifiabledocs/dist/
H A Dscript.js1iw=tp.define();function ib(t,e,i){let n=t.facet(io);n.length?n[0](e):window.onerror&&window.onerro…
/plugin/flowcharts/
Dmermaid.min.js1iw(t){this._context=t}function aw(t){var e,n,r=t.length-1,i=new Array(r),a=new Array(r),o=new Arra…

12