Home
last modified time | relevance | path

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

12

/plugin/epub/scripts/
H A 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/ckgedit/scripts/
H A 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/photogallery/
H A 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/
H A Dsyntax.php78 [$iw, $ref] = explode('>', $data['url'], 2);
79 $data['url'] = $R->_resolveInterWiki($iw, $ref);
/plugin/diagramsnet/lib/plugins/
H A 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';
H A 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/
H A 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)
918 if (iw >= 1000 && this.sidebarWindow != null && 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';
2541 var small = iw < 1000 || urlParams['sketch'] == '1';
2568 if (iw >= 411)
2572 if (iw >= 520)
[all …]
H A DInit.js257 … var iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
259 if (iw <= 768)
H A DDialogs.js7451 var iw = window.innerWidth || document.body.clientWidth || document.documentElement.clientWidth;
7454 x = Math.max(0, Math.min(x, iw - this.table.clientWidth));
7548 x = Math.max(0, Math.min(x, iw - this.table.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;
8999 iw = Math.round(iw * eh / ih);
9015 elt.style.width = iw + 'px';
[all …]
H A 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/
H A 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 in langs
/plugin/s5reloaded/ui/thesis/
H A Dslides.js2229 var iw = canvas_width*0.9;
2270 ctx.lineTo(pw+iw,ph+ih);
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);
2282 ctx.lineTo(pw+iw+ps,ph+ps);
2285 B2T = ctx.createLinearGradient(pw+iw,ph+ps+ps,pw+iw+ps,ph+ps+ps);
2290 ctx.moveTo(pw+iw,ph+ps+ps);
2291 ctx.lineTo(pw+iw,ph+ih);
2303 ctx.fillRect(pw,ph,iw,ih);
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A 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/
H A 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/diagramsnet/lib/js/grapheditor/
H A 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/dw2pdf/vendor/mpdf/mpdf/src/
H A 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');
H A 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
[all...]
/plugin/processing/
H A Dscript.js10010 iw: 0, property in p.shared
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/
H A Dcacert.pem231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/xtern/ca/
H A Dcacert.pem231 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/fblogin/lib/
H A Dfb_ca_chain_bundle.crt742 P/rmMuGNG2+k5o7Y+SlIis5z/iw=
/plugin/flowcharts/
H A 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… class
/plugin/ol3/
H A Dscript.js8iw(r=new Hy(u,l),n)}else o==bt.LINE_STRING?iw(r=new Zy(n),n):o==bt.POLYGON?iw(r=new Jy(n),n):o==bt… function
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1iw(s,o))>uw)){r>-uw?(e=s.P,n=s):i>-uw?(e=s,n=s.N):e=n=s;break}if(!s.R){e=s;break}s=s.R}!function(t… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6iw(s,o))>uw)){r>-uw?(e=s.P,n=s):i>-uw?(e=s,n=s.N):e=n=s;break}if(!s.R){e=s;break}s=s.R}!function(t… function

12